From babak.freeswitch at gmail.com Sun Feb 1 15:02:59 2015 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Sun, 1 Feb 2015 15:32:59 +0330 Subject: [Freeswitch-users] Many destroyed channels still present in channels and calls table when using odbc! Message-ID: Hi I'm using odbc in the core with mysql on a remote machine in local lan, sometimes number of channels grows rapidly but many of them are not existing according to uuid_exists. Channels will persist in database till I delete them manually. How can I debug the problem? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150201/415cbcb5/attachment.html From steveayre at gmail.com Sun Feb 1 17:06:58 2015 From: steveayre at gmail.com (Steven Ayre) Date: Sun, 1 Feb 2015 14:06:58 +0000 Subject: [Freeswitch-users] Correct progress time variable in CDR In-Reply-To: References: Message-ID: You'll want to look at the timestamps set on the b-leg. On 31 January 2015 at 14:28, John Nash wrote: > In my setup when Invite comes to freeswitch dialplan plays a sound file > and then Bridge the call to destination. I am using csv CDR and trying to > get timestamp when there is either 180 or 183 from end destination (After > bridge). What variables should I use the correct progress timestamp. > > I printed variables in two extensions .. > > Extension 1 (where sound file is being played) > ------------------------------------------------------------------ > Caller-Profile-Created-Time: [1422696316256090] > Caller-Channel-Created-Time: [1422696316256090] > Caller-Channel-Answered-Time: [0] > Caller-Channel-Progress-Time: [0] > Caller-Channel-Progress-Media-Time: [0] > > Extension 2 (where call is being bridged transferred from Extension 1) > > ---------------------------------------------------------------------------------------------------- > Caller-Profile-Created-Time: [1422696320776083] > Caller-Channel-Created-Time: [1422696316256090] > Caller-Channel-Answered-Time: [0] > Caller-Channel-Progress-Time: [0] > Caller-Channel-Progress-Media-Time: [1422696316256090] > > From this log I think progress timestamp is the one generated when sound > file plays but I need the progress time when 180/183 received after bridge. > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150201/1fcd3281/attachment-0001.html From john.nash778 at gmail.com Sun Feb 1 17:55:28 2015 From: john.nash778 at gmail.com (John Nash) Date: Sun, 1 Feb 2015 20:25:28 +0530 Subject: [Freeswitch-users] Correct progress time variable in CDR In-Reply-To: References: Message-ID: Yes in B leg CDR I can see B leg Invite created time and from that I can get but the issue is .But if I use bleg CDR (and ignore a leg) I miss UUID of aleg. (In aleg CDR I get both UUID) any suggestion? On Sun, Feb 1, 2015 at 7:36 PM, Steven Ayre wrote: > You'll want to look at the timestamps set on the b-leg. > > On 31 January 2015 at 14:28, John Nash wrote: > >> In my setup when Invite comes to freeswitch dialplan plays a sound file >> and then Bridge the call to destination. I am using csv CDR and trying to >> get timestamp when there is either 180 or 183 from end destination (After >> bridge). What variables should I use the correct progress timestamp. >> >> I printed variables in two extensions .. >> >> Extension 1 (where sound file is being played) >> ------------------------------------------------------------------ >> Caller-Profile-Created-Time: [1422696316256090] >> Caller-Channel-Created-Time: [1422696316256090] >> Caller-Channel-Answered-Time: [0] >> Caller-Channel-Progress-Time: [0] >> Caller-Channel-Progress-Media-Time: [0] >> >> Extension 2 (where call is being bridged transferred from Extension 1) >> >> ---------------------------------------------------------------------------------------------------- >> Caller-Profile-Created-Time: [1422696320776083] >> Caller-Channel-Created-Time: [1422696316256090] >> Caller-Channel-Answered-Time: [0] >> Caller-Channel-Progress-Time: [0] >> Caller-Channel-Progress-Media-Time: [1422696316256090] >> >> From this log I think progress timestamp is the one generated when sound >> file plays but I need the progress time when 180/183 received after bridge. >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150201/fe877f70/attachment.html From blasterjr at gmail.com Sun Feb 1 19:06:51 2015 From: blasterjr at gmail.com (Chris Tunbridge) Date: Sun, 1 Feb 2015 09:06:51 -0700 Subject: [Freeswitch-users] Issues with originate, webrtc and xml_curl In-Reply-To: References: Message-ID: if you execute 'sofia_contact 1004 at 0.0.0.0' (without quotes) at the CLI what do you get, or is 0.0.0.0 just the replacement of the actual ip? I recommend setting your ip or teh 0.0.0.0 in your PHP script to ${domain} so that it dynamically resolves it. On Fri, Jan 30, 2015 at 1:29 PM, Benjamin Rowe wrote: > I've been trying to dig into this more but can't find the issue i think it > must have something to do with the dial-string. Here is curl response from > my PHP script for 1004's authentication. > > >
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > On Thu, Jan 29, 2015 at 6:20 PM, Benjamin Rowe > wrote: > >> Evening All, >> >> >> I have a basic system up and running i am able to dial out via my >> provider on both sip endpoints. I have setup 2 users 1000 and 1004. 1000 is >> created from the flat file xml and 1004 is from the xml_curl request. when >> i attempt to originate a call from user 1000 to an external number it >> passes through fine however when i originate a call from user 1004 i get >> subscriber absent both are running the same setup to my knowledge. Any >> Ideas? >> >> Errors: >> 2015-01-29 18:12:17.745051 [WARNING] mod_dptools.c:3979 Can't find user >> [1004@] >> 2015-01-29 18:12:17.745051 [NOTICE] switch_ivr_originate.c:2735 Cannot >> create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT] >> 2015-01-29 18:12:17.745051 [DEBUG] switch_ivr_originate.c:3723 Originate >> Resulted in Error Cause: 20 [SUBSCRIBER_ABSENT] >> 2015-01-29 18:12:17.745051 [INFO] mod_dptools.c:3234 Originate Failed. >> Cause: SUBSCRIBER_ABSENT >> 2015-01-29 18:12:17.745051 [NOTICE] switch_channel.c:4724 Hangup >> loopback/1004-b [CS_EXECUTE] [SUBSCRIBER_ABSENT] >> >> Sofia Registrations: >> >> ================================================================================================= >> Call-ID: ocq57n8fn23uo0s7rh2025 >> User: 1004@ >> Contact: "" > ;transport=ws;fs_nat=yes;fs_path=sip%3Amp2337gf%40%3A59613%3Btransport%3Dws> >> Agent: SIP.js/0.6.3-devel BB >> Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) >> EXPSECS(571) >> Ping-Status: Reachable >> Host: fs01-a >> IP: >> Port: 59613 >> Auth-User: 1004 >> Auth-Realm: >> MWI-Account: 1004@ >> >> >> Originate command: >> originate >> {ignore_early_media=true,origination_caller_id_number=1004}loopback/1004 >> &bridge(sofia/gateway/test/555123456) >> >> Many Thanks >> Benjamin Rowe >> > > > > -- > Benjamin Rowe > > Lazypeople > > Mobile: +44 (0)7904 026869 > Phone: +44 (0)845 86 99 892 > Email: ben at lazypeople.co.uk > Web: http://www.lazypeople.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150201/747901d4/attachment.html From you.kissmyarse at gmail.com Sun Feb 1 20:50:27 2015 From: you.kissmyarse at gmail.com (Benjamin Rowe) Date: Sun, 1 Feb 2015 09:50:27 -0800 Subject: [Freeswitch-users] Issues with originate, webrtc and xml_curl In-Reply-To: References: Message-ID: 0.0.0.0 is just a place holder. I did try ${domain} but to no avail. Curious to see if I replace loopback/1004 with sofia/default/1004%0.0.0.0 if it would not enter the dialplan. Might work, just seems odd that in flat file it works fine. Many Thanks Ben On Feb 1, 2015 8:08 AM, "Chris Tunbridge" wrote: > if you execute 'sofia_contact 1004 at 0.0.0.0' (without quotes) at the CLI > what do you get, or is 0.0.0.0 just the replacement of the actual ip? > > I recommend setting your ip or teh 0.0.0.0 in your PHP script to ${domain} > so that it dynamically resolves it. > > On Fri, Jan 30, 2015 at 1:29 PM, Benjamin Rowe > wrote: > >> I've been trying to dig into this more but can't find the issue i think >> it must have something to do with the dial-string. Here is curl response >> from my PHP script for 1004's authentication. >> >> >>
>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >>
>> >> >> >> >> On Thu, Jan 29, 2015 at 6:20 PM, Benjamin Rowe >> wrote: >> >>> Evening All, >>> >>> >>> I have a basic system up and running i am able to dial out via my >>> provider on both sip endpoints. I have setup 2 users 1000 and 1004. 1000 is >>> created from the flat file xml and 1004 is from the xml_curl request. when >>> i attempt to originate a call from user 1000 to an external number it >>> passes through fine however when i originate a call from user 1004 i get >>> subscriber absent both are running the same setup to my knowledge. Any >>> Ideas? >>> >>> Errors: >>> 2015-01-29 18:12:17.745051 [WARNING] mod_dptools.c:3979 Can't find user >>> [1004@] >>> 2015-01-29 18:12:17.745051 [NOTICE] switch_ivr_originate.c:2735 Cannot >>> create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT] >>> 2015-01-29 18:12:17.745051 [DEBUG] switch_ivr_originate.c:3723 Originate >>> Resulted in Error Cause: 20 [SUBSCRIBER_ABSENT] >>> 2015-01-29 18:12:17.745051 [INFO] mod_dptools.c:3234 Originate Failed. >>> Cause: SUBSCRIBER_ABSENT >>> 2015-01-29 18:12:17.745051 [NOTICE] switch_channel.c:4724 Hangup >>> loopback/1004-b [CS_EXECUTE] [SUBSCRIBER_ABSENT] >>> >>> Sofia Registrations: >>> >>> ================================================================================================= >>> Call-ID: ocq57n8fn23uo0s7rh2025 >>> User: 1004@ >>> Contact: "" >> ;transport=ws;fs_nat=yes;fs_path=sip%3Amp2337gf%40%3A59613%3Btransport%3Dws> >>> Agent: SIP.js/0.6.3-devel BB >>> Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) >>> EXPSECS(571) >>> Ping-Status: Reachable >>> Host: fs01-a >>> IP: >>> Port: 59613 >>> Auth-User: 1004 >>> Auth-Realm: >>> MWI-Account: 1004@ >>> >>> >>> Originate command: >>> originate >>> {ignore_early_media=true,origination_caller_id_number=1004}loopback/1004 >>> &bridge(sofia/gateway/test/555123456) >>> >>> Many Thanks >>> Benjamin Rowe >>> >> >> >> >> -- >> Benjamin Rowe >> >> Lazypeople >> >> Mobile: +44 (0)7904 026869 >> Phone: +44 (0)845 86 99 892 >> Email: ben at lazypeople.co.uk >> Web: http://www.lazypeople.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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150201/a431c826/attachment-0001.html From brian at freeswitch.org Sun Feb 1 21:04:08 2015 From: brian at freeswitch.org (Brian West) Date: Sun, 1 Feb 2015 12:04:08 -0600 Subject: [Freeswitch-users] Issues with originate, webrtc and xml_curl In-Reply-To: References: Message-ID: sofia status profile internal reg On Sunday, February 1, 2015, Benjamin Rowe wrote: > 0.0.0.0 is just a place holder. I did try ${domain} but to no avail. > Curious to see if I replace loopback/1004 with sofia/default/1004%0.0.0.0 > if it would not enter the dialplan. Might work, just seems odd that in flat > file it works fine. > > Many Thanks > Ben > On Feb 1, 2015 8:08 AM, "Chris Tunbridge" > wrote: > >> if you execute 'sofia_contact 1004 at 0.0.0.0' (without quotes) at the CLI >> what do you get, or is 0.0.0.0 just the replacement of the actual ip? >> >> I recommend setting your ip or teh 0.0.0.0 in your PHP script to >> ${domain} so that it dynamically resolves it. >> >> On Fri, Jan 30, 2015 at 1:29 PM, Benjamin Rowe > > wrote: >> >>> I've been trying to dig into this more but can't find the issue i think >>> it must have something to do with the dial-string. Here is curl response >>> from my PHP script for 1004's authentication. >>> >>> >>>
>>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>>
>>> >>> >>> >>> >>> On Thu, Jan 29, 2015 at 6:20 PM, Benjamin Rowe >> > wrote: >>> >>>> Evening All, >>>> >>>> >>>> I have a basic system up and running i am able to dial out via my >>>> provider on both sip endpoints. I have setup 2 users 1000 and 1004. 1000 is >>>> created from the flat file xml and 1004 is from the xml_curl request. when >>>> i attempt to originate a call from user 1000 to an external number it >>>> passes through fine however when i originate a call from user 1004 i get >>>> subscriber absent both are running the same setup to my knowledge. Any >>>> Ideas? >>>> >>>> Errors: >>>> 2015-01-29 18:12:17.745051 [WARNING] mod_dptools.c:3979 Can't find user >>>> [1004@] >>>> 2015-01-29 18:12:17.745051 [NOTICE] switch_ivr_originate.c:2735 Cannot >>>> create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT] >>>> 2015-01-29 18:12:17.745051 [DEBUG] switch_ivr_originate.c:3723 >>>> Originate Resulted in Error Cause: 20 [SUBSCRIBER_ABSENT] >>>> 2015-01-29 18:12:17.745051 [INFO] mod_dptools.c:3234 Originate Failed. >>>> Cause: SUBSCRIBER_ABSENT >>>> 2015-01-29 18:12:17.745051 [NOTICE] switch_channel.c:4724 Hangup >>>> loopback/1004-b [CS_EXECUTE] [SUBSCRIBER_ABSENT] >>>> >>>> Sofia Registrations: >>>> >>>> ================================================================================================= >>>> Call-ID: ocq57n8fn23uo0s7rh2025 >>>> User: 1004@ >>>> Contact: "" >>> ;transport=ws;fs_nat=yes;fs_path=sip%3Amp2337gf%40%3A59613%3Btransport%3Dws> >>>> Agent: SIP.js/0.6.3-devel BB >>>> Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) >>>> EXPSECS(571) >>>> Ping-Status: Reachable >>>> Host: fs01-a >>>> IP: >>>> Port: 59613 >>>> Auth-User: 1004 >>>> Auth-Realm: >>>> MWI-Account: 1004@ >>>> >>>> >>>> Originate command: >>>> originate >>>> {ignore_early_media=true,origination_caller_id_number=1004}loopback/1004 >>>> &bridge(sofia/gateway/test/555123456) >>>> >>>> Many Thanks >>>> Benjamin Rowe >>>> >>> >>> >>> >>> -- >>> Benjamin Rowe >>> >>> Lazypeople >>> >>> Mobile: +44 (0)7904 026869 >>> Phone: +44 (0)845 86 99 892 >>> Email: ben at lazypeople.co.uk >>> >>> Web: http://www.lazypeople.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 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150201/333e4f54/attachment.html From you.kissmyarse at gmail.com Sun Feb 1 21:18:05 2015 From: you.kissmyarse at gmail.com (Benjamin Rowe) Date: Sun, 1 Feb 2015 10:18:05 -0800 Subject: [Freeswitch-users] Issues with originate, webrtc and xml_curl In-Reply-To: References: Message-ID: Reg status: Call-ID: ocq57n8fn23uo0s7rh2025 User: 1004@ Contact: "" %3A59613%3Btransport%3Dws> Agent: SIP.js/0.6.3-devel BB Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) EXPSECS(571) Ping-Status: Reachable Host: fs01-a IP: Port: 59613 Auth-User: 1004 Auth-Realm: MWI-Account: 1004@ On Feb 1, 2015 10:05 AM, "Brian West" wrote: > sofia status profile internal reg > > On Sunday, February 1, 2015, Benjamin Rowe > wrote: > >> 0.0.0.0 is just a place holder. I did try ${domain} but to no avail. >> Curious to see if I replace loopback/1004 with sofia/default/1004%0.0.0.0 >> if it would not enter the dialplan. Might work, just seems odd that in flat >> file it works fine. >> >> Many Thanks >> Ben >> On Feb 1, 2015 8:08 AM, "Chris Tunbridge" wrote: >> >>> if you execute 'sofia_contact 1004 at 0.0.0.0' (without quotes) at the CLI >>> what do you get, or is 0.0.0.0 just the replacement of the actual ip? >>> >>> I recommend setting your ip or teh 0.0.0.0 in your PHP script to >>> ${domain} so that it dynamically resolves it. >>> >>> On Fri, Jan 30, 2015 at 1:29 PM, Benjamin Rowe >> > wrote: >>> >>>> I've been trying to dig into this more but can't find the issue i think >>>> it must have something to do with the dial-string. Here is curl response >>>> from my PHP script for 1004's authentication. >>>> >>>> >>>>
>>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>>
>>>> >>>> >>>> >>>> >>>> On Thu, Jan 29, 2015 at 6:20 PM, Benjamin Rowe < >>>> you.kissmyarse at gmail.com> wrote: >>>> >>>>> Evening All, >>>>> >>>>> >>>>> I have a basic system up and running i am able to dial out via my >>>>> provider on both sip endpoints. I have setup 2 users 1000 and 1004. 1000 is >>>>> created from the flat file xml and 1004 is from the xml_curl request. when >>>>> i attempt to originate a call from user 1000 to an external number it >>>>> passes through fine however when i originate a call from user 1004 i get >>>>> subscriber absent both are running the same setup to my knowledge. Any >>>>> Ideas? >>>>> >>>>> Errors: >>>>> 2015-01-29 18:12:17.745051 [WARNING] mod_dptools.c:3979 Can't find >>>>> user [1004@] >>>>> 2015-01-29 18:12:17.745051 [NOTICE] switch_ivr_originate.c:2735 Cannot >>>>> create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT] >>>>> 2015-01-29 18:12:17.745051 [DEBUG] switch_ivr_originate.c:3723 >>>>> Originate Resulted in Error Cause: 20 [SUBSCRIBER_ABSENT] >>>>> 2015-01-29 18:12:17.745051 [INFO] mod_dptools.c:3234 Originate >>>>> Failed. Cause: SUBSCRIBER_ABSENT >>>>> 2015-01-29 18:12:17.745051 [NOTICE] switch_channel.c:4724 Hangup >>>>> loopback/1004-b [CS_EXECUTE] [SUBSCRIBER_ABSENT] >>>>> >>>>> Sofia Registrations: >>>>> >>>>> ================================================================================================= >>>>> Call-ID: ocq57n8fn23uo0s7rh2025 >>>>> User: 1004@ >>>>> Contact: "" >>>> ;transport=ws;fs_nat=yes;fs_path=sip%3Amp2337gf%40%3A59613%3Btransport%3Dws> >>>>> Agent: SIP.js/0.6.3-devel BB >>>>> Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) >>>>> EXPSECS(571) >>>>> Ping-Status: Reachable >>>>> Host: fs01-a >>>>> IP: >>>>> Port: 59613 >>>>> Auth-User: 1004 >>>>> Auth-Realm: >>>>> MWI-Account: 1004@ >>>>> >>>>> >>>>> Originate command: >>>>> originate >>>>> {ignore_early_media=true,origination_caller_id_number=1004}loopback/1004 >>>>> &bridge(sofia/gateway/test/555123456) >>>>> >>>>> Many Thanks >>>>> Benjamin Rowe >>>>> >>>> >>>> >>>> >>>> -- >>>> Benjamin Rowe >>>> >>>> Lazypeople >>>> >>>> Mobile: +44 (0)7904 026869 >>>> Phone: +44 (0)845 86 99 892 >>>> Email: ben at lazypeople.co.uk >>>> Web: http://www.lazypeople.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 >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > > *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/20150201/a3cf3cd7/attachment-0001.html From hi-tecc at hotmail.com Mon Feb 2 00:27:01 2015 From: hi-tecc at hotmail.com (DP .) Date: Sun, 1 Feb 2015 16:27:01 -0500 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: <54CBBD27.6020705@ringme.ru> References: <54CBBD27.6020705@ringme.ru> Message-ID: Don't use ovz. use kvm or xen based vm. > Date: Fri, 30 Jan 2015 20:19:35 +0300 > From: denis at ringme.ru > To: freeswitch-users at lists.freeswitch.org > Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings > > timer_test 20 200 > ... > 2015-01-29 15:26:32.717637 [CONSOLE] mod_commands.c:846 Timer Test: 96 > sleep 20 19975 > 2015-01-29 15:26:32.738371 [CONSOLE] mod_commands.c:846 Timer Test: 97 > sleep 20 35287 > 2015-01-29 15:26:32.738371 [CONSOLE] mod_commands.c:846 Timer Test: 98 > sleep 20 4676 > 2015-01-29 15:26:32.777674 [CONSOLE] mod_commands.c:846 Timer Test: 99 > sleep 20 20051 > > timer_test 10 200 > ... > 2015-01-30 20:17:50.717723 [CONSOLE] mod_commands.c:846 Timer Test: 184 > sleep 10 10084 > 2015-01-30 20:17:50.754812 [CONSOLE] mod_commands.c:846 Timer Test: 185 > sleep 10 37157 > 2015-01-30 20:17:50.760749 [CONSOLE] mod_commands.c:846 Timer Test: 186 > sleep 10 6206 > 2015-01-30 20:17:50.760749 [CONSOLE] mod_commands.c:846 Timer Test: 187 > sleep 10 9680 > 2015-01-30 20:17:50.777621 [CONSOLE] mod_commands.c:846 Timer Test: 188 > sleep 10 6890 > 2015-01-30 20:17:50.777621 [CONSOLE] mod_commands.c:846 Timer Test: 189 > sleep 10 10005 > > On host node - all ok. > Timers - with posix, soft, timerfd... > > What can i do? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150201/855755fc/attachment.html From treitinger at as-infodienste.de Mon Feb 2 10:49:45 2015 From: treitinger at as-infodienste.de (Melanie Treitinger) Date: Mon, 02 Feb 2015 08:49:45 +0100 Subject: [Freeswitch-users] SRTP with AES 256 In-Reply-To: <54CA4BF2.5090105@as-infodienste.de> References: <54C90672.2050506@as-infodienste.de> <54C9E712.2060107@as-infodienste.de> <54CA4BF2.5090105@as-infodienste.de> Message-ID: <54CF2C19.3060701@as-infodienste.de> Does anyone have any idea or experiences on this issue? Am 29.01.2015 um 16:04 schrieb Melanie Treitinger: > Yes, they can use AES 256. We have been using this encryption already > without freeswitch. > > See http://wiki.innovaphone.com/index.php?title=Howto:SIPS_will_work_with_V7 > > > Am 29.01.2015 um 15:49 schrieb Brian West: >> Those phones probably do not support it, I'm unaware of any endpoints >> currently other than freeswitch that can do big AES. >> >> On Thu, Jan 29, 2015 at 1:53 AM, Melanie Treitinger >> > wrote: >> >> I'm using Version 1.5.15b git d199060 2015-01-09 00:01:19Z 32bit >> >> Endpoints are Innovaphone IP810 telephone system, registered as gateway, >> and Innovaphone IP241 phone wich is calling e.g. Tetris via this >> gateway. >> >> In my dialplan I have set > data="rtp_secure_media=mandatory:AES_CM_128_HMAC_SHA1_80,AES_CM_128_HMAC_SHA1_32"/> >> With AES128, I can hear Tetris. >> >> When I change this to "AES_CM_256_HMAC_SHA1_80", which I would prefer, I >> hear nothing. >> >> In the file mime.types I see only "audio/rtp-enc-aescm128". >> >> Do you need more information? >> >> >> Am 28.01.2015 um 17:01 schrieb Brian West: >> > Yes, First off what revision of FreeSWITCH are you using? And what >> > endpoints are you working with? >> > >> > On Wed, Jan 28, 2015 at 9:55 AM, Melanie Treitinger >> > >> > >> wrote: >> > >> > Hi, I'm trying to make sip calls with encryption. >> > Everything works fine with AES 128, but with AES 256 there is no audio >> > but also no error reported. >> > >> > How do I use AES 256? Is it implemented in FreeSWITCH already? >> > >> > Thanks >> > Melanie >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > >> >http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> >http://www.freeswitch.org >> >http://confluence.freeswitch.org >> >http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> >FreeSWITCH-users at 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 >> > >> > *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 >> > >> > >> > >> > E-Mail ist virenfrei. >> > Von AVG ?berpr?ft - www.avg.de >> >> > Version: 2013.0.3495 / Virendatenbank: 4257/9014 - Ausgabedatum: >> 28.01.2015 >> > >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> >> *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 >> >> >> >> E-Mail ist virenfrei. >> Von AVG ?berpr?ft - www.avg.de >> Version: 2013.0.3495 / Virendatenbank: 4257/9020 - Ausgabedatum: 29.01.2015 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > ----- > E-Mail ist virenfrei. > Von AVG ?berpr?ft - www.avg.de > Version: 2013.0.3495 / Virendatenbank: 4257/9020 - Ausgabedatum: 29.01.2015 > From avi at avimarcus.net Mon Feb 2 11:55:08 2015 From: avi at avimarcus.net (Avi Marcus) Date: Mon, 2 Feb 2015 08:55:08 +0000 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? Message-ID: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Hi - I know this has come up several times and I see several examples even on the old wiki - but I've never used a SIP proxy before, and I don't understand most of the configuration in the examples. Here's what I believe is a fairly common use case: 1) I have inbound calls via various carriers. Some only support an IP endpoint (so DNS won't work) and some don't support 302 redirects, so I can't use a stateless FS endpoint either, so I need a sip proxy. 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. (Preferably, it should route registration too (or manage registration list itself?)) 3) I need the ability to pull freeswitch nodes out of the routing (waiting for them to drain is fine, I don't need failover of live calls) to perform maintenance, and then add them back to the routing. 4) I should be able to have this proxy on a floating IP that I can move *this *too, *without downtime*, for maintenance work. I think this is mostly handled by the examples I found - but the opensips configuration files are hundreds of lines that I don't understand. If it's just routing calls to a backend, shouldn't that be possible in a small numbers of lines that are more understandable? I imagine someone can probably just point me to a tutorial/working code that I can use. Several have been shared but I don't recall any one being particularly simple... Also, most of them tell you about compiling code. FS has been released in packages - has opensips? That might cut off many steps from an updated tutorial. Thanks! -Avi Marcus -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150202/0b9fe082/attachment.html From denis at ringme.ru Mon Feb 2 13:07:02 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Mon, 02 Feb 2015 13:07:02 +0300 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: References: <54CBBD27.6020705@ringme.ru> Message-ID: <54CF4C46.20101@ringme.ru> On 02.02.2015 00:27, DP . wrote: > Don't use ovz. use kvm or xen based vm. https://freeswitch.org/confluence/display/FREESWITCH/Virtualization OpenVZ To speed you on your way to building a new FreeSWITCH installation the FS developer team has prepared an OpenVZ container complete with all necessary libraries and dependencies: http://files.freeswitch.org/openvz/ ... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150202/90657ef9/attachment.html From 0x6e6562 at gmail.com Mon Feb 2 19:07:36 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Mon, 2 Feb 2015 17:07:36 +0100 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: <6F92D716-105F-4B23-B975-7A1B1DFC1E5F@gmail.com> Hi Avi, Albeit slightly old (nevertheless still relevant), here is a kamailio guide for freeswitch that might give you some inspiration: http://kb.asipto.com/freeswitch:kamailio-3.3.x-freeswitch-1.2.x-sbc. HTH, Ben > On 2 Feb 2015, at 09:55, Avi Marcus wrote: > > Hi - I know this has come up several times and I see several examples even on the old wiki - but I've never used a SIP proxy before, and I don't understand most of the configuration in the examples. > > Here's what I believe is a fairly common use case: > > 1) I have inbound calls via various carriers. Some only support an IP endpoint (so DNS won't work) and some don't support 302 redirects, so I can't use a stateless FS endpoint either, so I need a sip proxy. > > 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. > (Preferably, it should route registration too (or manage registration list itself?)) > > 3) I need the ability to pull freeswitch nodes out of the routing (waiting for them to drain is fine, I don't need failover of live calls) to perform maintenance, and then add them back to the routing. > > 4) I should be able to have this proxy on a floating IP that I can move this too, without downtime, for maintenance work. > > I think this is mostly handled by the examples I found - but the opensips configuration files are hundreds of lines that I don't understand. If it's just routing calls to a backend, shouldn't that be possible in a small numbers of lines that are more understandable? > > I imagine someone can probably just point me to a tutorial/working code that I can use. Several have been shared but I don't recall any one being particularly simple... Also, most of them tell you about compiling code. FS has been released in packages - has opensips? That might cut off many steps from an updated tutorial. > > Thanks! > > > -Avi Marcus > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150202/79b1cd44/attachment-0001.html From brian at freeswitch.org Mon Feb 2 22:08:36 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 2 Feb 2015 13:08:36 -0600 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: <54CF4C46.20101@ringme.ru> References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> Message-ID: Openvz works fine, you probably have a hardware issue On Monday, February 2, 2015, ????? wrote: > > On 02.02.2015 00:27, DP . wrote: > > Don't use ovz. use kvm or xen based vm. > > https://freeswitch.org/confluence/display/FREESWITCH/Virtualization > > OpenVZ > > To speed you on your way to building a new FreeSWITCH installation the FS > developer team has prepared an OpenVZ container complete with all necessary > libraries and dependencies: > > http://files.freeswitch.org/openvz/ > ... > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150202/0b6ef441/attachment.html From krice at freeswitch.org Mon Feb 2 22:39:14 2015 From: krice at freeswitch.org (Ken Rice) Date: Mon, 02 Feb 2015 19:39:14 +0000 Subject: [Freeswitch-users] FreeSWITCH Week in Review (Master Branch) January 24th-31st Message-ID: <54cfd262b0ace_d6a8f933143297b@ip-10-63-2-172.mail> New Post on freeswitch.org from kathleen check it out at http://ift.tt/1tX1HQN FreeSWITCH Week in Review (Master Branch) January 24th-31st Hello, again. This week in the FreeSWITCH master branch we had 17 commits. The features this week are: an additional tweak to avoid jumping back and forth on ICE and setting ANI plan and ANI type for ftmod_libpri . New features that were added: 8d599a8 One more tweak to not jump back and forth on ice when you have 2 reachable 8307e78 Set ANI plan and ANI type for ftmod_libpri 3cd62df If ANI ton is not interpreted correctly by libpri, fallback to calling ton/type. The following bugs were squashed: FS-7193 Fix for sofia contact being encoded which makes impossible to call a registered user FS-7191 Edit pgsql example connection string to remove unneeded option that may cause a failure on some systems b87d42c Fix read of 0 bytes problem and make buffer null terminated before using strstr FS-7205 Do not url encode unless an at sign is in the uri FS-7211 Fix for sofia_contact returns unable to locate registered user in latest master build FS-7208 _undef_ as the header and/or ident will make it be an empty string which is the same you were doing on your local builds in mod_spandsp FS-7214 Fix segfault caused by bad command argument bounds checking for flush and delete in mod_memcache c8f8d6b Fix a null pointer dereference in the native postgresql connection code. This is unlikely to ever be hit in the field. FS-7217 Use upper case when you query e062f5e If the span has been already fully stopped and ftdm is not running, return success from the span stop function. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150202/8ad2d745/attachment.html From cinthia721 at gmail.com Tue Feb 3 03:38:11 2015 From: cinthia721 at gmail.com (Cinthia Leung) Date: Mon, 2 Feb 2015 19:38:11 -0500 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: References: Message-ID: I encountered something odd as I went on with more experiments. I?m finally able to get video and audio to work, sort of, by not enabling either inbound-proxy-media or inbound-bypass-media. My understanding is that FS is now in the middle negotiating codec, which is what we don?t want? global_codec_prefs=G722,PCMU,PCMA,H264 It seems really strange that this works but proxy-media mode doesn?t. All thoughts welcome. Thanks. On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung wrote: > Hi there, > > I'm trying to setup FS and proxy media. Here's my setup. > Kamailio SBC <-> FS <-> MCU. > >show codec sees H.264 as passthru > late-negotiation = true > > Audio is ok but I get no video. Tshark capture shows that video streams > enter FS from both Kamailio and MCU. FS was just not forwarding video > packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 > and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit > > Bypass media works fine. Being able to proxy media is a requirement for > us. > > I hope it's just something obvious that I missed. I'll provide logs if > needed. Thanks in advance! > > > Cindy > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150202/72f02ee5/attachment.html From smcewen at stramecagency.co.uk Tue Feb 3 06:27:13 2015 From: smcewen at stramecagency.co.uk (stramec) Date: Mon, 2 Feb 2015 20:27:13 -0700 (MST) Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP Message-ID: <1422934033883-7596143.post@n2.nabble.com> Hi I?m new to freeswitch and I?m just playing with a test box to see if it is viable for a small scale, wholesale SIP transit softswitch. I don?t need PBX features, I just want an incoming SIP trunk and an outgoing SIP trunk, the only catch is they both most be unauthenticated. Based solely on Source IP address and the incoming trunk must listen on port 5060. In my mind this should be the simplest of set-ups but I?m struggling to get the unauthenticated to work both sides. I?ve done some googling but haven?t come up with a clear example. Could someone point me in the right direction? Thanks -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Unauthenticated-Gateways-for-wholesale-VOIP-tp7596143.html Sent from the freeswitch-users mailing list archive at Nabble.com. From max at nysolutions.com Tue Feb 3 07:59:52 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Tue, 3 Feb 2015 04:59:52 +0000 Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP In-Reply-To: <1422934033883-7596143.post@n2.nabble.com> References: <1422934033883-7596143.post@n2.nabble.com> Message-ID: You should take a look at https://freeswitch.org/confluence/display/FREESWITCH/ACL Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of stramec Sent: Monday, February 2, 2015 10:27 PM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP Hi I?m new to freeswitch and I?m just playing with a test box to see if it is viable for a small scale, wholesale SIP transit softswitch. I don?t need PBX features, I just want an incoming SIP trunk and an outgoing SIP trunk, the only catch is they both most be unauthenticated. Based solely on Source IP address and the incoming trunk must listen on port 5060. In my mind this should be the simplest of set-ups but I?m struggling to get the unauthenticated to work both sides. I?ve done some googling but haven?t come up with a clear example. Could someone point me in the right direction? Thanks -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Unauthenticated-Gateways-for-wholesale-VOIP-tp7596143.html Sent from the freeswitch-users mailing list archive at Nabble.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 From ssinyagin at gmail.com Tue Feb 3 12:19:53 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 3 Feb 2015 10:19:53 +0100 Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP In-Reply-To: <1422934033883-7596143.post@n2.nabble.com> References: <1422934033883-7596143.post@n2.nabble.com> Message-ID: for starters, you need to read the book: https://www.packtpub.com/networking-and-servers/freeswitch-12 the first few chapters will give you a good understanding how the system works and what you can do with it. Then, you can take my minimalistic config, in order to get rid of all the demo features in standard configuration: https://github.com/voxserv/freeswitch_conf_minimal Then, see here a draft config which attaches two SIP profiles, "inside" and "outside" to two interfaces and processes unauthenticated calls: https://github.com/xlab1/sipfe_freeswitch_common The idea is, that you don't have to stick to the standard configuration and internal/external SIP profiles, and you can build the configuration to serve your exact need. On Tue, Feb 3, 2015 at 4:27 AM, stramec wrote: > Hi > > I?m new to freeswitch and I?m just playing with a test box to see if it is > viable for a small scale, wholesale SIP transit softswitch. > > I don?t need PBX features, I just want an incoming SIP trunk and an outgoing > SIP trunk, the only catch is they both most be unauthenticated. Based solely > on Source IP address and the incoming trunk must listen on port 5060. > > In my mind this should be the simplest of set-ups but I?m struggling to get > the unauthenticated to work both sides. > > I?ve done some googling but haven?t come up with a clear example. Could > someone point me in the right direction? > > Thanks > > > > -- > View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Unauthenticated-Gateways-for-wholesale-VOIP-tp7596143.html > Sent from the freeswitch-users mailing list archive at Nabble.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 From ashwinrath at gmail.com Tue Feb 3 13:09:09 2015 From: ashwinrath at gmail.com (Ashwin Rath) Date: Tue, 3 Feb 2015 15:39:09 +0530 Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP In-Reply-To: References: <1422934033883-7596143.post@n2.nabble.com> Message-ID: What you are looking for is how to configure FS as a SBC or B2BUA. Do you want this only for signalling or for both signalling and media ? On Tue, Feb 3, 2015 at 2:49 PM, Stanislav Sinyagin wrote: > for starters, you need to read the book: > https://www.packtpub.com/networking-and-servers/freeswitch-12 > the first few chapters will give you a good understanding how the > system works and what you can do with it. > > Then, you can take my minimalistic config, in order to get rid of all > the demo features in standard configuration: > https://github.com/voxserv/freeswitch_conf_minimal > > Then, see here a draft config which attaches two SIP profiles, > "inside" and "outside" to two interfaces and processes unauthenticated > calls: > https://github.com/xlab1/sipfe_freeswitch_common > > The idea is, that you don't have to stick to the standard > configuration and internal/external SIP profiles, and you can build > the configuration to serve your exact need. > > > > > > On Tue, Feb 3, 2015 at 4:27 AM, stramec > wrote: > > Hi > > > > I?m new to freeswitch and I?m just playing with a test box to see if it > is > > viable for a small scale, wholesale SIP transit softswitch. > > > > I don?t need PBX features, I just want an incoming SIP trunk and an > outgoing > > SIP trunk, the only catch is they both most be unauthenticated. Based > solely > > on Source IP address and the incoming trunk must listen on port 5060. > > > > In my mind this should be the simplest of set-ups but I?m struggling to > get > > the unauthenticated to work both sides. > > > > I?ve done some googling but haven?t come up with a clear example. Could > > someone point me in the right direction? > > > > Thanks > > > > > > > > -- > > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/Unauthenticated-Gateways-for-wholesale-VOIP-tp7596143.html > > Sent from the freeswitch-users mailing list archive at Nabble.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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Ashwin Kumar Rath -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/06f9d54b/attachment.html From denis at ringme.ru Tue Feb 3 13:16:13 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Tue, 03 Feb 2015 13:16:13 +0300 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> Message-ID: <54D09FED.1080001@ringme.ru> KVM on the same node - all works fine. On host node (dom0) - too. But we use Proxmox.. On openvz nodes - centos 6. Kernel latest. On 02.02.2015 22:08, Brian West wrote: > Openvz works fine, you probably have a hardware issue > > On Monday, February 2, 2015, ????? > wrote: > > > On 02.02.2015 00:27, DP . wrote: >> Don't use ovz. use kvm or xen based vm. > https://freeswitch.org/confluence/display/FREESWITCH/Virtualization > > > OpenVZ > > To speed you on your way to building a new FreeSWITCH installation > the FS developer team has prepared an OpenVZ container complete > with all necessary libraries and dependencies: > > http://files.freeswitch.org/openvz/ > ... > > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150203/731899d6/attachment.html From akhilgarg7 at gmail.com Tue Feb 3 13:46:40 2015 From: akhilgarg7 at gmail.com (akhil garg) Date: Tue, 3 Feb 2015 16:16:40 +0530 Subject: [Freeswitch-users] fs_cli poll or select Message-ID: In freeswitch fs_cli is using poll() when linux and for windows it is using select(). what is the specific reason? How can I use select()? -- regards, akhil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/4145c605/attachment.html From steveayre at gmail.com Tue Feb 3 14:36:10 2015 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 3 Feb 2015 11:36:10 +0000 Subject: [Freeswitch-users] fs_cli poll or select In-Reply-To: References: Message-ID: fs_cli is probably using APR which is deciding the best method to use. AFAIK poll() doesn't exist on Windows, but has advantages. Is there some specific reason you want it to use select not poll? On 3 February 2015 at 10:46, akhil garg wrote: > In freeswitch fs_cli is using poll() when linux and for windows it is > using select(). > what is the specific reason? > How can I use select()? > > > -- > regards, > akhil > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/2de11773/attachment.html From netcentrica at gmail.com Tue Feb 3 15:32:49 2015 From: netcentrica at gmail.com (Mateusz Bartczak) Date: Tue, 3 Feb 2015 13:32:49 +0100 Subject: [Freeswitch-users] How to force park timeout for not bridged calls? Message-ID: Hi I have problem with park application and forcing FS to use timeout I tried two configurations: And second: None of them works. After 30 seconds of having call in park state nothing happens, I see no messages on console related to sched_api or park_timeout execution Maybe timeouts work only on bridged calls? My intenion is to have timeout for calls that I put in park and they have been not handled properly (ie bridged) by external script for some time. Such calls should end automatically after given time -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/c1849889/attachment-0001.html From is.yaltunay at gmail.com Tue Feb 3 15:56:52 2015 From: is.yaltunay at gmail.com (=?UTF-8?Q?Y=C3=BCcel_ALTUNAY?=) Date: Tue, 3 Feb 2015 14:56:52 +0200 Subject: [Freeswitch-users] Using Freeswitch with TLS and without TLS together In-Reply-To: References: Message-ID: I use my gateway on external profile and my external profile is not configured with tls support. I have some users connected to freeswitch with tls. i can call gsm number using tls. when a call received from my gateway i got "user is busy" message and my sip phone doesn't ring. what configuration i must do? thank you. 2015-01-30 22:49 GMT+02:00 Emrah : > Ucel, > The example configurations let you do this out of the box. You have a port > for TLS and a port for SIP over UDP and TCP on your internal profile. > How are your GSM gateways connected? Are their registering as users or do > you use them as gateway endpoints? Your external profile shouldn't be > configured with support for TLS by default. > > Give us more detail about your setup. > > Best, > Emrah > > On Jan 30, 2015, at 9:25 AM, Y?cel ALTUNAY wrote: > > Hi, > I want to use freeswitch with TLS on my mobile phones and without TLS on > my GSM gateways together. I see some examples but i coudn't do it. > Is someone has any example to do this? > Thank you. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/0ab34559/attachment.html From smcewen at stramecagency.co.uk Tue Feb 3 17:13:43 2015 From: smcewen at stramecagency.co.uk (Stewart McEwen) Date: Tue, 3 Feb 2015 22:13:43 +0800 Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP In-Reply-To: References: <1422934033883-7596143.post@n2.nabble.com> Message-ID: <173E765B-8285-4A97-9C37-481B1434965C@stramecagency.co.uk> @Stanislav - thanks mate that's a great starting point much appreciated. @Ashwin - ideally it will do both. > On 3 Feb 2015, at 18:09, Ashwin Rath wrote: > > What you are looking for is how to configure FS as a SBC or B2BUA. Do you want this only for signalling or for both signalling and media ? > >> On Tue, Feb 3, 2015 at 2:49 PM, Stanislav Sinyagin wrote: >> for starters, you need to read the book: >> https://www.packtpub.com/networking-and-servers/freeswitch-12 >> the first few chapters will give you a good understanding how the >> system works and what you can do with it. >> >> Then, you can take my minimalistic config, in order to get rid of all >> the demo features in standard configuration: >> https://github.com/voxserv/freeswitch_conf_minimal >> >> Then, see here a draft config which attaches two SIP profiles, >> "inside" and "outside" to two interfaces and processes unauthenticated >> calls: >> https://github.com/xlab1/sipfe_freeswitch_common >> >> The idea is, that you don't have to stick to the standard >> configuration and internal/external SIP profiles, and you can build >> the configuration to serve your exact need. >> >> >> >> >> >> On Tue, Feb 3, 2015 at 4:27 AM, stramec wrote: >> > Hi >> > >> > I?m new to freeswitch and I?m just playing with a test box to see if it is >> > viable for a small scale, wholesale SIP transit softswitch. >> > >> > I don?t need PBX features, I just want an incoming SIP trunk and an outgoing >> > SIP trunk, the only catch is they both most be unauthenticated. Based solely >> > on Source IP address and the incoming trunk must listen on port 5060. >> > >> > In my mind this should be the simplest of set-ups but I?m struggling to get >> > the unauthenticated to work both sides. >> > >> > I?ve done some googling but haven?t come up with a clear example. Could >> > someone point me in the right direction? >> > >> > Thanks >> > >> > >> > >> > -- >> > View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Unauthenticated-Gateways-for-wholesale-VOIP-tp7596143.html >> > Sent from the freeswitch-users mailing list archive at Nabble.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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > -- > Ashwin Kumar Rath > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/63b93f0b/attachment.html From groysem at gmail.com Tue Feb 3 18:25:03 2015 From: groysem at gmail.com (Shai Perelman) Date: Tue, 3 Feb 2015 17:25:03 +0200 Subject: [Freeswitch-users] Gateway for Israel numbers Message-ID: Hi, any body knows a good and cheap gateway for working with freeswitch with israel numbers? thanks Shai -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/822823f6/attachment.html From brian at freeswitch.org Tue Feb 3 18:28:35 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 3 Feb 2015 09:28:35 -0600 Subject: [Freeswitch-users] Gateway for Israel numbers In-Reply-To: References: Message-ID: You may have a problem, that area is a hot bed for fraud! On Tuesday, February 3, 2015, Shai Perelman wrote: > Hi, any body knows a good and cheap gateway for working with freeswitch > with israel numbers? > thanks > Shai > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150203/12503031/attachment.html From brian at freeswitch.org Tue Feb 3 18:29:22 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 3 Feb 2015 09:29:22 -0600 Subject: [Freeswitch-users] fs_cli poll or select In-Reply-To: References: Message-ID: >1024 fs_cli connections? On Tuesday, February 3, 2015, Steven Ayre wrote: > fs_cli is probably using APR which is deciding the best method to use. > AFAIK poll() doesn't exist on Windows, but has advantages. > > Is there some specific reason you want it to use select not poll? > > On 3 February 2015 at 10:46, akhil garg > wrote: > >> In freeswitch fs_cli is using poll() when linux and for windows it is >> using select(). >> what is the specific reason? >> How can I use select()? >> >> >> -- >> regards, >> akhil >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150203/ff3f1360/attachment-0001.html From yehavi.bourvine at gmail.com Tue Feb 3 18:35:42 2015 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Tue, 3 Feb 2015 17:35:42 +0200 Subject: [Freeswitch-users] Gateway for Israel numbers In-Reply-To: References: Message-ID: Have you checked SIP PRI offers from the national operators? __Yehavi: 2015-02-03 17:25 GMT+02:00 Shai Perelman : > Hi, any body knows a good and cheap gateway for working with freeswitch > with israel numbers? > thanks > Shai > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/a3b0fa8f/attachment.html From max at nysolutions.com Tue Feb 3 18:42:11 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Tue, 3 Feb 2015 15:42:11 +0000 Subject: [Freeswitch-users] Gateway for Israel numbers In-Reply-To: References: Message-ID: Vitelity and Voip Innovations and some thers offer Israeli DID?s for a decent price. You can also try Avi Marcus http://bestfone.com/?israel-wholesale Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Shai Perelman Sent: Tuesday, February 3, 2015 10:25 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Gateway for Israel numbers Hi, any body knows a good and cheap gateway for working with freeswitch with israel numbers? thanks Shai -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/d002b703/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: image001.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/d002b703/attachment.jpg From hi-tecc at hotmail.com Tue Feb 3 20:13:13 2015 From: hi-tecc at hotmail.com (DP .) Date: Tue, 3 Feb 2015 12:13:13 -0500 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <6F92D716-105F-4B23-B975-7A1B1DFC1E5F@gmail.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com>, <6F92D716-105F-4B23-B975-7A1B1DFC1E5F@gmail.com> Message-ID: Check out the configs from 2600hz camp (both older opensips to their newer kamalio setup). It's not true load balancing, just round robin or linear hunting. Both opensips and kamalio have a (3rd party) gui as well. There are also cli based commands through opensipsctl and the kamailio variant to remove media servers from the pool, bring them back in, etc... The gui's helps there as well. You will still need to dive in to docs pages for either proxy to understand what some of the config is doing as simply dumping 2600hz configs may not work for your setup, but it was a great starting point for us. From: 0x6e6562 at gmail.com Date: Mon, 2 Feb 2015 17:07:36 +0100 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? Hi Avi, Albeit slightly old (nevertheless still relevant), here is a kamailio guide for freeswitch that might give you some inspiration: http://kb.asipto.com/freeswitch:kamailio-3.3.x-freeswitch-1.2.x-sbc. HTH, Ben On 2 Feb 2015, at 09:55, Avi Marcus wrote: Hi - I know this has come up several times and I see several examples even on the old wiki - but I've never used a SIP proxy before, and I don't understand most of the configuration in the examples. Here's what I believe is a fairly common use case: 1) I have inbound calls via various carriers. Some only support an IP endpoint (so DNS won't work) and some don't support 302 redirects, so I can't use a stateless FS endpoint either, so I need a sip proxy. 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints.(Preferably, it should route registration too (or manage registration list itself?)) 3) I need the ability to pull freeswitch nodes out of the routing (waiting for them to drain is fine, I don't need failover of live calls) to perform maintenance, and then add them back to the routing. 4) I should be able to have this proxy on a floating IP that I can move this too, without downtime, for maintenance work. I think this is mostly handled by the examples I found - but the opensips configuration files are hundreds of lines that I don't understand. If it's just routing calls to a backend, shouldn't that be possible in a small numbers of lines that are more understandable? I imagine someone can probably just point me to a tutorial/working code that I can use. Several have been shared but I don't recall any one being particularly simple... Also, most of them tell you about compiling code. FS has been released in packages - has opensips? That might cut off many steps from an updated tutorial. Thanks! -Avi Marcus _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150203/bdc71391/attachment-0001.html From mishehu at freeswitch.org Tue Feb 3 20:21:22 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Tue, 03 Feb 2015 11:21:22 -0600 Subject: [Freeswitch-users] Gateway for Israel numbers In-Reply-To: References: Message-ID: <54D10392.3000004@freeswitch.org> The hotbed of fraud isn't Israel from what I've seen... Though it shares use of the +972 country code, all the fraud attempts I've ever seen actually are directed at DIDs for providers such as Jawal Telecom and other Palestinian providers. As they have their own area codes, it's trivial to filter. -- Yossi Neiman On 02/03/2015 09:28 AM, Brian West wrote: > You may have a problem, that area is a hot bed for fraud! > > On Tuesday, February 3, 2015, Shai Perelman > wrote: > > Hi, any body knows a good and cheap gateway for working with > freeswitch with israel numbers? > thanks > Shai > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150203/ca72d2f2/attachment.html From mishehu at freeswitch.org Tue Feb 3 20:27:51 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Tue, 03 Feb 2015 11:27:51 -0600 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: <54D10517.5000404@freeswitch.org> Avi, I understand your reluctance, as I've been down this path too. Admittedly OpenSIPS and Kamailio both have a pretty steep learning curve even when compared to FS. The trick to remember is that your config in either OpenSIPS or Kamailio are SIP message base, because first and foremost both operate on an individual SIP message basis, and it's only via the tm module that you get transactional SIP awareness, and limited dialog awareness with the dialog module. But believe me that it's well worth the time spent to learn these systems, as they are highly powerful and you may find you want to do a lot more than just what you outlined, but you'll also have the power to implement that as well. As for more stateful load balancing, there is the loadbalance module which can track capabilities that you define on your entries, as the dispatcher module is basically just a fire-and-forget without any actual load management. -- Yossi Neiman On 02/02/2015 02:55 AM, Avi Marcus wrote: > Hi - I know this has come up several times and I see several examples > even on the old wiki - but I've never used a SIP proxy before, and I > don't understand most of the configuration in the examples. > > Here's what I believe is a fairly common use case: > > 1) I have inbound calls via various carriers. Some only support an IP > endpoint (so DNS won't work) and some don't support 302 redirects, so > I can't use a stateless FS endpoint either, so I need a sip proxy. > > 2) I need a SIP proxy that will route calls to various FreeSWITCH > endpoints. > (Preferably, it should route registration too (or manage registration > list itself?)) > > 3) I need the ability to pull freeswitch nodes out of the routing > (waiting for them to drain is fine, I don't need failover of live > calls) to perform maintenance, and then add them back to the routing. > > 4) I should be able to have this proxy on a floating IP that I can > move /this /too, /without downtime/, for maintenance work. > > I think this is mostly handled by the > > examples I > > found > > - but the opensips configuration files are hundreds of lines that I > don't understand. If it's just routing calls to a backend, shouldn't > that be possible in a small numbers of lines that are more understandable? > > I imagine someone can probably just point me to a tutorial/working > code that I can use. Several have been shared but I don't recall any > one being particularly simple... Also, most of them tell you about > compiling code. FS has been released in packages - has opensips? That > might cut off many steps from an updated tutorial. > > Thanks! > > > -Avi Marcus > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/b4244ff2/attachment.html From mike at jerris.com Tue Feb 3 20:46:36 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 11:46:36 -0600 Subject: [Freeswitch-users] Call intercept problem In-Reply-To: <54CC6319.2000005@synacktics.com> References: <54CC6319.2000005@synacktics.com> Message-ID: I would try latest 1.4 release as many issues have been fixed since 1.4.6 > On Jan 30, 2015, at 11:07 PM, Tim Bock wrote: > > Hello list, > > Running freeswitch 1.4.6, though have also seen this issue with older > versions. > > After the initial freeswitch install, I tested the call intercept > function, and it worked fine. Fast forward several months ahead, and now > call intercept doesn't work. Looking at the logs, the message is that > the channel is no longer available. Indeed, when I examine the uuid the > call intercept function is trying to connect, the uuid is for the call > immediately preceding the current call, sort of like an "off by one" > indexing error. This is reliably repeatable. > > Any thoughts on why this is occurring? And more importantly, any way to > fix it? > > Thank you, > Tim From mike at jerris.com Tue Feb 3 20:47:59 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 11:47:59 -0600 Subject: [Freeswitch-users] glibc GHOST vulnerability In-Reply-To: References: <142268237.LKhDd2F0Fm@sos> Message-ID: <8B8E10DA-D3E3-4EA7-BA01-B6B099289CE9@jerris.com> It was already correctly confirmed in this thread. > On Jan 31, 2015, at 3:27 AM, Regis M wrote: > > It's not paranoid, it's a logic and normal question. > > For me, but as to be confirmed by freeswitch dev and c expert, FS compile with linked library by default. And doing : > $ ldd /bin/freeswitch > show you the linked librairy with your binary on your system. > > If someone else can confirm my post too, I'm not 100% sure. > > Thanks > > 2015-01-30 21:01 GMT+01:00 Oleg Stolyar >: > Yep, just being paranoid and want to absolutely confirm that the standard FreeSWITCH build links libraries (including glibc) dynamically. > > > > On Jan 30, 2015 11:39 AM, "Sergey Okhapkin" > wrote: > There is no need to rebuild an application linked against a dynamic library. > > On Friday 30 January 2015 11:30:28 Oleg Stolyar wrote: > > Sorry if the question is naive - trying to be paranoid here. > > > > On my CentOS machines I updated my glibc version to one that fixed the > > GHOST vulnerability. > > > > Do I need to rebuild FS or is the library linked dynamically, so there is > > no need to rebuild? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/52d806a4/attachment-0001.html From mike at jerris.com Tue Feb 3 20:50:13 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 11:50:13 -0600 Subject: [Freeswitch-users] Help need for Lua Script development In-Reply-To: References: Message-ID: <5B802E1A-162E-4838-BA8E-FFA392630CE3@jerris.com> It sounds like you are trying to run scripts that can only run via freeswitch with embedded lua in a seperate lua process. This is not possible. Those need to be run from within the freeswitch process. > On Jan 31, 2015, at 4:11 AM, Mayank Nakrani wrote: > > Hello Guys, > > Im starting with my Lua scripts dev. Have already had luck writing an Callback script. > Now i would to go deeper integrating it with Mysql and other libraries and generating some dynamic dialplan. > > Till now i used to write my scripts in Text editor and would to know is it Possible in IDE like Eclipse. > I installed Lua development plugin in Eclipse but was wondering Whats the correct way to import freeswitch libraries in the project so that i can see methods/functions in in freeswitch API for easier and faster coding. > > I tried loading "libfreeswitch" and "mod_lua" lib using "require" command but its failing with > > [com.naef.jnlua.LuaRuntimeException: error loading module 'libfreeswitch' from file './libfreeswitch.so': > ./libfreeswitch.so: undefined symbol: apr_os_default_encoding ] > > Im gud in Java and can use mod_java but would like to stick with lua as i heard its more closer to freeswitch. > > Any help :) > From mike at jerris.com Tue Feb 3 20:51:20 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 11:51:20 -0600 Subject: [Freeswitch-users] Many destroyed channels still present in channels and calls table when using odbc! In-Reply-To: References: Message-ID: are you referring to the channels table? First make sure you are using the most recent 1.4 release and that your odbc drive is using the threadsafe mysql drivers. > On Feb 1, 2015, at 6:02 AM, Babak Yakhchali wrote: > > Hi > I'm using odbc in the core with mysql on a remote machine in local lan, sometimes number of channels grows rapidly but many of them are not existing according to uuid_exists. Channels will persist in database till I delete them manually. How can I debug the problem? From mike at jerris.com Tue Feb 3 20:53:51 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 11:53:51 -0600 Subject: [Freeswitch-users] Issues with originate, webrtc and xml_curl In-Reply-To: References: Message-ID: <6D4CA685-8FDB-41EE-A552-2589D8BA1AF7@jerris.com> you should be using User: 1004@ with sofia_contact. although appears to not a valid IP, you should look at how thats getting corrupted. > On Feb 1, 2015, at 12:18 PM, Benjamin Rowe wrote: > > Reg status: > > Call-ID: ocq57n8fn23uo0s7rh2025 > User: 1004@ > Contact: "" %3A59613%3Btransport%3Dws> > Agent: SIP.js/0.6.3-devel BB > Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) EXPSECS(571) > Ping-Status: Reachable > Host: fs01-a > IP: > Port: 59613 > Auth-User: 1004 > Auth-Realm: > MWI-Account: 1004@ > > On Feb 1, 2015 10:05 AM, "Brian West" > wrote: > sofia status profile internal reg > > On Sunday, February 1, 2015, Benjamin Rowe > wrote: > 0.0.0.0 is just a place holder. I did try ${domain} but to no avail. Curious to see if I replace loopback/1004 with sofia/default/1004%0.0.0.0 if it would not enter the dialplan. Might work, just seems odd that in flat file it works fine. > > Many Thanks > Ben > > On Feb 1, 2015 8:08 AM, "Chris Tunbridge" > wrote: > if you execute 'sofia_contact 1004 at 0.0.0.0' (without quotes) at the CLI what do you get, or is 0.0.0.0 just the replacement of the actual ip? > > I recommend setting your ip or teh 0.0.0.0 in your PHP script to ${domain} so that it dynamically resolves it. > > On Fri, Jan 30, 2015 at 1:29 PM, Benjamin Rowe > wrote: > I've been trying to dig into this more but can't find the issue i think it must have something to do with the dial-string. Here is curl response from my PHP script for 1004's authentication. > > > >
> > > > > > > > > > > > > > > > > > > > > > >
>
> > > > On Thu, Jan 29, 2015 at 6:20 PM, Benjamin Rowe > wrote: > Evening All, > > > I have a basic system up and running i am able to dial out via my provider on both sip endpoints. I have setup 2 users 1000 and 1004. 1000 is created from the flat file xml and 1004 is from the xml_curl request. when i attempt to originate a call from user 1000 to an external number it passes through fine however when i originate a call from user 1004 i get subscriber absent both are running the same setup to my knowledge. Any Ideas? > > Errors: > 2015-01-29 18:12:17.745051 [WARNING] mod_dptools.c:3979 Can't find user [1004@] > 2015-01-29 18:12:17.745051 [NOTICE] switch_ivr_originate.c:2735 Cannot create outgoing channel of type [user] cause: [SUBSCRIBER_ABSENT] > 2015-01-29 18:12:17.745051 [DEBUG] switch_ivr_originate.c:3723 Originate Resulted in Error Cause: 20 [SUBSCRIBER_ABSENT] > 2015-01-29 18:12:17.745051 [INFO] mod_dptools.c:3234 Originate Failed. Cause: SUBSCRIBER_ABSENT > 2015-01-29 18:12:17.745051 [NOTICE] switch_channel.c:4724 Hangup loopback/1004-b [CS_EXECUTE] [SUBSCRIBER_ABSENT] > > Sofia Registrations: > ================================================================================================= > Call-ID: ocq57n8fn23uo0s7rh2025 > User: 1004@ > Contact: "" %3A59613%3Btransport%3Dws> > Agent: SIP.js/0.6.3-devel BB > Status: Registered(WS-NAT)(unknown) EXP(2015-01-29 18:24:02) EXPSECS(571) > Ping-Status: Reachable > Host: fs01-a > IP: > Port: 59613 > Auth-User: 1004 > Auth-Realm: > MWI-Account: 1004@ > > > Originate command: > originate {ignore_early_media=true,origination_caller_id_number=1004}loopback/1004 &bridge(sofia/gateway/test/555123456) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/87955096/attachment.html From nneul at mst.edu Tue Feb 3 20:55:48 2015 From: nneul at mst.edu (Nathan Neulinger) Date: Tue, 03 Feb 2015 11:55:48 -0600 Subject: [Freeswitch-users] glibc GHOST vulnerability In-Reply-To: <8B8E10DA-D3E3-4EA7-BA01-B6B099289CE9@jerris.com> References: <142268237.LKhDd2F0Fm@sos> <8B8E10DA-D3E3-4EA7-BA01-B6B099289CE9@jerris.com> Message-ID: <54D10BA4.3010308@mst.edu> I think he was referring to confirming his post that the "ldd" is a good check for what shared libraries an object links to. Regis, it is. Additional tip, if you don't want to do a full system reboot, a quick check you can do is: lsof -n -P | grep DEL | grep libc- Will show you any running processes referencing a deleted "libc-", which means it's running an older version than is what is currently installed due to not having been restarted since the update. If any of those running processes are network services that might have any chance of doing a dns resolution, you should definitely apply mitigations if possible or restart those processes. -- Nathan On 02/03/2015 11:47 AM, Michael Jerris wrote: > It was already correctly confirmed in this thread. >> On Jan 31, 2015, at 3:27 AM, Regis M > wrote: >> >> It's not paranoid, it's a logic and normal question. >> >> For me, but as to be confirmed by freeswitch dev and c expert, FS compile with linked library by default. And doing : >> $ ldd /bin/freeswitch >> show you the linked librairy with your binary on your system. >> >> If someone else can confirm my post too, I'm not 100% sure. >> >> Thanks >> >> 2015-01-30 21:01 GMT+01:00 Oleg Stolyar >: >> >> Yep, just being paranoid and want to absolutely confirm that the standard FreeSWITCH build links libraries >> (including glibc) dynamically. >> >> >> On Jan 30, 2015 11:39 AM, "Sergey Okhapkin" > wrote: >> >> There is no need to rebuild an application linked against a dynamic library. >> >> On Friday 30 January 2015 11:30:28 Oleg Stolyar wrote: >> > Sorry if the question is naive - trying to be paranoid here. >> > >> > On my CentOS machines I updated my glibc version to one that fixed the >> > GHOST vulnerability. >> > >> > Do I need to rebuild FS or is the library linked dynamically, so there is >> > no need to rebuild? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 kamil.nigmatullin at gmail.com Tue Feb 3 21:01:00 2015 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Wed, 4 Feb 2015 00:01:00 +0600 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <54D10517.5000404@freeswitch.org> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <54D10517.5000404@freeswitch.org> Message-ID: If you want to have a sip proxy on board then you have to learn how sip works. You can set up opensips and the example script will work as a simple sip proxy. But to get exactly what you want you have to learn what each module does and how it change the packets. I can recomend you to start from book called Building Telephony Systems with OpenSIPS 1.6. 2015-02-03 23:27 GMT+06:00 I put the Who? in Mishehu : > Avi, > > I understand your reluctance, as I've been down this path too. Admittedly > OpenSIPS and Kamailio both have a pretty steep learning curve even when > compared to FS. The trick to remember is that your config in either > OpenSIPS or Kamailio are SIP message base, because first and foremost both > operate on an individual SIP message basis, and it's only via the tm module > that you get transactional SIP awareness, and limited dialog awareness with > the dialog module. But believe me that it's well worth the time spent to > learn these systems, as they are highly powerful and you may find you want > to do a lot more than just what you outlined, but you'll also have the > power to implement that as well. > > As for more stateful load balancing, there is the loadbalance module which > can track capabilities that you define on your entries, as the dispatcher > module is basically just a fire-and-forget without any actual load > management. > > -- > Yossi Neiman > > On 02/02/2015 02:55 AM, Avi Marcus wrote: > > Hi - I know this has come up several times and I see several examples > even on the old wiki - but I've never used a SIP proxy before, and I don't > understand most of the configuration in the examples. > > Here's what I believe is a fairly common use case: > > 1) I have inbound calls via various carriers. Some only support an IP > endpoint (so DNS won't work) and some don't support 302 redirects, so I > can't use a stateless FS endpoint either, so I need a sip proxy. > > 2) I need a SIP proxy that will route calls to various FreeSWITCH > endpoints. > (Preferably, it should route registration too (or manage registration list > itself?)) > > 3) I need the ability to pull freeswitch nodes out of the routing > (waiting for them to drain is fine, I don't need failover of live calls) to > perform maintenance, and then add them back to the routing. > > 4) I should be able to have this proxy on a floating IP that I can move *this > *too, *without downtime*, for maintenance work. > > I think this is mostly handled by the > > examples I > found > > - but the opensips configuration files are hundreds of lines that I don't > understand. If it's just routing calls to a backend, shouldn't that be > possible in a small numbers of lines that are more understandable? > > I imagine someone can probably just point me to a tutorial/working code > that I can use. Several have been shared but I don't recall any one being > particularly simple... Also, most of them tell you about compiling code. FS > has been released in packages - has opensips? That might cut off many steps > from an updated tutorial. > > Thanks! > > > -Avi Marcus > > > _________________________________________________________________________ > 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 > -- Kamil Nigmatullin Tel: 77272323748 mob: 7 (707) 2517003 Skype: kamil.nigmatullin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/ae0e576d/attachment.html From jtbock at synacktics.com Tue Feb 3 21:15:31 2015 From: jtbock at synacktics.com (Tim Bock) Date: Tue, 03 Feb 2015 11:15:31 -0700 Subject: [Freeswitch-users] Call intercept problem In-Reply-To: References: <54CC6319.2000005@synacktics.com> Message-ID: <54D11043.4080802@synacktics.com> Thank you, I appreciate the response. I have rebuilt with the latest release; just waiting for a window to install (which looks like tonight). It just seemed unlikely to me that no one else had experienced this. In any case, I'll update after upgrading to the new release. Thanks again, Tim On 02/03/2015 10:46 AM, Michael Jerris wrote: > I would try latest 1.4 release as many issues have been fixed since 1.4.6 > >> On Jan 30, 2015, at 11:07 PM, Tim Bock wrote: >> >> Hello list, >> >> Running freeswitch 1.4.6, though have also seen this issue with older >> versions. >> >> After the initial freeswitch install, I tested the call intercept >> function, and it worked fine. Fast forward several months ahead, and now >> call intercept doesn't work. Looking at the logs, the message is that >> the channel is no longer available. Indeed, when I examine the uuid the >> call intercept function is trying to connect, the uuid is for the call >> immediately preceding the current call, sort of like an "off by one" >> indexing error. This is reliably repeatable. >> >> Any thoughts on why this is occurring? And more importantly, any way to >> fix it? >> >> Thank you, >> Tim > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Tim Bock Synacktics, LLC www.synacktics.com (505)795-1511 From mike at jerris.com Tue Feb 3 21:29:43 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 12:29:43 -0600 Subject: [Freeswitch-users] Call intercept problem In-Reply-To: <54D11043.4080802@synacktics.com> References: <54CC6319.2000005@synacktics.com> <54D11043.4080802@synacktics.com> Message-ID: <225B0536-1F5D-4506-BBD1-DF9E4C69CB21@jerris.com> I would agree with you that I would doubt no one has experienced this if its happening (although we do so edge case issues). Thats my point. We typically fix several dozen random issues per point release, so there have been hundreds of fixes since 1.4.6. I for sure will not remember every issue we have fixes in that timeframe. > On Feb 3, 2015, at 12:15 PM, Tim Bock wrote: > > Thank you, I appreciate the response. > > I have rebuilt with the latest release; just waiting for a window to > install (which looks like tonight). It just seemed unlikely to me that > no one else had experienced this. > > In any case, I'll update after upgrading to the new release. > > Thanks again, > Tim > > On 02/03/2015 10:46 AM, Michael Jerris wrote: >> I would try latest 1.4 release as many issues have been fixed since 1.4.6 >> >>> On Jan 30, 2015, at 11:07 PM, Tim Bock wrote: >>> >>> Hello list, >>> >>> Running freeswitch 1.4.6, though have also seen this issue with older >>> versions. >>> >>> After the initial freeswitch install, I tested the call intercept >>> function, and it worked fine. Fast forward several months ahead, and now >>> call intercept doesn't work. Looking at the logs, the message is that >>> the channel is no longer available. Indeed, when I examine the uuid the >>> call intercept function is trying to connect, the uuid is for the call >>> immediately preceding the current call, sort of like an "off by one" >>> indexing error. This is reliably repeatable. >>> >>> Any thoughts on why this is occurring? And more importantly, any way to >>> fix it? >>> >>> Thank you, >>> Tim From mike at jerris.com Tue Feb 3 21:32:28 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 3 Feb 2015 12:32:28 -0600 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: References: Message-ID: <986ABCBF-6116-45EA-B409-75D8A220189F@jerris.com> Proxy media mode is almost certainly NOT what you want to use. There are very few scenarios where its even useful. > On Feb 2, 2015, at 6:38 PM, Cinthia Leung wrote: > > I encountered something odd as I went on with more experiments. > > > > I?m finally able to get video and audio to work, sort of, by not enabling either inbound-proxy-media or inbound-bypass-media. My understanding is that FS is now in the middle negotiating codec, which is what we don?t want? > > > > global_codec_prefs=G722,PCMU,PCMA,H264 > > > > It seems really strange that this works but proxy-media mode doesn?t. > > > > All thoughts welcome. Thanks. > > > On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung > wrote: > Hi there, > > I'm trying to setup FS and proxy media. Here's my setup. > Kamailio SBC <-> FS <-> MCU. > >show codec sees H.264 as passthru > late-negotiation = true > > Audio is ok but I get no video. Tshark capture shows that video streams enter FS from both Kamailio and MCU. FS was just not forwarding video packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit > > Bypass media works fine. Being able to proxy media is a requirement for us. > > I hope it's just something obvious that I missed. I'll provide logs if needed. Thanks in advance! > > > Cindy > > _______ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/353b0624/attachment-0001.html From cinthia721 at gmail.com Tue Feb 3 23:01:10 2015 From: cinthia721 at gmail.com (Cindy Leung) Date: Tue, 3 Feb 2015 15:01:10 -0500 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: <986ABCBF-6116-45EA-B409-75D8A220189F@jerris.com> References: <986ABCBF-6116-45EA-B409-75D8A220189F@jerris.com> Message-ID: <21749AE8-07FB-4145-8A49-0EB479546AD3@gmail.com> Thanks for your input. Our main goal is to do topology hiding. We don?t want FS to touch the SDP other than the c= line and we don't need any FS media features. Regardless, I should see video packets being passed on to the other end through FS in proxy mode, no? > On Feb 3, 2015, at 1:32 PM, Michael Jerris wrote: > > Proxy media mode is almost certainly NOT what you want to use. There are very few scenarios where its even useful. > > >> On Feb 2, 2015, at 6:38 PM, Cinthia Leung > wrote: >> >> I encountered something odd as I went on with more experiments. >> >> >> >> I?m finally able to get video and audio to work, sort of, by not enabling either inbound-proxy-media or inbound-bypass-media. My understanding is that FS is now in the middle negotiating codec, which is what we don?t want? >> >> >> >> global_codec_prefs=G722,PCMU,PCMA,H264 >> >> >> >> It seems really strange that this works but proxy-media mode doesn?t. >> >> >> >> All thoughts welcome. Thanks. >> >> >> On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung > wrote: >> Hi there, >> >> I'm trying to setup FS and proxy media. Here's my setup. >> Kamailio SBC <-> FS <-> MCU. >> >show codec sees H.264 as passthru >> late-negotiation = true >> >> Audio is ok but I get no video. Tshark capture shows that video streams enter FS from both Kamailio and MCU. FS was just not forwarding video packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit >> >> Bypass media works fine. Being able to proxy media is a requirement for us. >> >> I hope it's just something obvious that I missed. I'll provide logs if needed. Thanks in advance! >> >> >> Cindy >> >> _______ > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/8c9847f2/attachment.html From krice at freeswitch.org Tue Feb 3 23:20:39 2015 From: krice at freeswitch.org (Ken Rice) Date: Tue, 03 Feb 2015 14:20:39 -0600 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: <21749AE8-07FB-4145-8A49-0EB479546AD3@gmail.com> Message-ID: Topology Hiding means to you hiding everything behind something... In this case FreeSWITCH... Proxy Media mode is for special cases where you are still proxying the media with FreeSWITCH that is a legacy feature but is not even needed anymore. Just use FS in the default modes and this will get you Topology Hiding. If you don?t want topology hiding you can use bypass media where the media does not go thru FreeSWITCH, but you lose a pile of features by doing this and you are effectively NOT doing a full topology hide at this point. On 2/3/15, 2:01 PM, "Cindy Leung" wrote: > Thanks for your input. > Our main goal is to do topology hiding. We don?t want FS to touch the SDP > other than the c= line and we don't need any FS media features. > Regardless, I should see video packets being passed on to the other end > through FS in proxy mode, no? > > >> On Feb 3, 2015, at 1:32 PM, Michael Jerris wrote: >> >> Proxy media mode is almost certainly NOT what you want to use. There are >> very few scenarios where its even useful. >> >> >>> On Feb 2, 2015, at 6:38 PM, Cinthia Leung wrote: >>> >>> I encountered something odd as I went on with more experiments. >>> >>> >>> >>> I?m finally able to get video and audio to work, sort of, by not enabling >>> either inbound-proxy-media or inbound-bypass-media. My understanding is >>> that FS is now in the middle negotiating codec, which is what we don?t want? >>> >>> >>> >>> global_codec_prefs=G722,PCMU,PCMA,H264 >>> >>> >>> >>> It seems really strange that this works but proxy-media mode doesn?t. >>> >>> >>> >>> All thoughts welcome. Thanks. >>> >>> >>> On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung wrote: >>>> Hi there, >>>> >>>> I'm trying to setup FS and proxy media. Here's my setup. >>>> Kamailio SBC <-> FS <-> MCU. >>>>> >show codec sees H.264 as passthru >>>> late-negotiation = true >>>> >>>> Audio is ok but I get no video. Tshark capture shows that video streams >>>> enter FS from both Kamailio and MCU. FS was just not forwarding video >>>> packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 >>>> and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit >>>> >>>> Bypass media works fine. Being able to proxy media is a requirement for >>>> us. >>>> >>>> I hope it's just something obvious that I missed. I'll provide logs if >>>> needed. Thanks in advance! >>>> >>>> >>>> Cindy >>> >>> _______ >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/8971dfc2/attachment.html From anthony.minessale at gmail.com Wed Feb 4 00:01:56 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 3 Feb 2015 15:01:56 -0600 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: References: <21749AE8-07FB-4145-8A49-0EB479546AD3@gmail.com> Message-ID: There is no difference between using proxy media and pass-through codecs. Its the same thing basically. On Tue, Feb 3, 2015 at 2:20 PM, Ken Rice wrote: > Topology Hiding means to you hiding everything behind something... In > this case FreeSWITCH... > > Proxy Media mode is for special cases where you are still proxying the > media with FreeSWITCH that is a legacy feature but is not even needed > anymore. Just use FS in the default modes and this will get you Topology > Hiding. > > If you don?t want topology hiding you can use bypass media where the media > does not go thru FreeSWITCH, but you lose a pile of features by doing this > and you are effectively NOT doing a full topology hide at this point. > > > > > On 2/3/15, 2:01 PM, "Cindy Leung" wrote: > > Thanks for your input. > Our main goal is to do topology hiding. We don?t want FS to touch the SDP > other than the c= line and we don't need any FS media features. > Regardless, I should see video packets being passed on to the other end > through FS in proxy mode, no? > > > On Feb 3, 2015, at 1:32 PM, Michael Jerris wrote: > > Proxy media mode is almost certainly NOT what you want to use. There are > very few scenarios where its even useful. > > > On Feb 2, 2015, at 6:38 PM, Cinthia Leung wrote: > > I encountered something odd as I went on with more experiments. > > > > I?m finally able to get video and audio to work, sort of, by not enabling > either inbound-proxy-media or inbound-bypass-media. My understanding is > that FS is now in the middle negotiating codec, which is what we don?t want? > > > > global_codec_prefs=G722,PCMU,PCMA,H264 > > > > It seems really strange that this works but proxy-media mode doesn?t. > > > > All thoughts welcome. Thanks. > > > On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung > wrote: > > Hi there, > > I'm trying to setup FS and proxy media. Here's my setup. > Kamailio SBC <-> FS <-> MCU. > >show codec sees H.264 as passthru > late-negotiation = true > > Audio is ok but I get no video. Tshark capture shows that video streams > enter FS from both Kamailio and MCU. FS was just not forwarding video > packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 > and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit > > Bypass media works fine. Being able to proxy media is a requirement for > us. > > I hope it's just something obvious that I missed. I'll provide logs if > needed. Thanks in advance! > > > Cindy > > > _______ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > > -- > Ken > > > > *http://www.FreeSWITCH.org > http://www.ClueCon.com http://www.OSTAG.org > *irc.freenode.net #freeswitch > Twitter: @FreeSWITCH > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/79be313d/attachment-0001.html From cinthia721 at gmail.com Wed Feb 4 00:21:25 2015 From: cinthia721 at gmail.com (Cinthia Leung) Date: Tue, 3 Feb 2015 16:21:25 -0500 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: References: <21749AE8-07FB-4145-8A49-0EB479546AD3@gmail.com> Message-ID: If using "proxy mode" is the same as using "pass through" codecs, is it also true that FS doesn't touch the SDP of those pass through codecs? The issue I have is FS is stripping extra H264 streams. Here's a snippet of such SDP from Polycom RealPresence iPhone app: m=video 51918 RTP/AVP 111 109 110 106 105 116 a=sendrecv a=rtcp-fb:* nack pli a=rtcp-fb:* ccm fir a=rtcp-fb:* ccm tmmbr a=rtpmap:111 H264/90000 a=fmtp:111 profile-level-id=64001f; packetization-mode=1; max-br=20010; sar=13 a=rtpmap:109 H264/90000 a=fmtp:109 profile-level-id=428015; max-mbps=36000; max-fs=1280; max-br=20010; sar=13 a=rtpmap:110 H264/90000 a=fmtp:110 profile-level-id=428015; packetization-mode=1; max-mbps=36000; max-fs=1280; max-br=20010; sar=13 a=rtpmap:106 H264-SVC/90000 a=fmtp:106 profile-level-id=560015; packetization-mode=1; max-mbps=36000; max-fs=1280; max-br=20010; sar=13 a=rtpmap:105 H264-SVC/90000 a=fmtp:105 profile-level-id=53e015; packetization-mode=1; max-mbps=36000; max-fs=1280; max-br=20010; sar=13 a=rtpmap:116 vnd.polycom.lpr/9000 a=fmtp:116 V=2;minPP=0;PP=150;RS=52;RP=10;PS=1400 m=application 51102 UDP/BFCP * a=sendrecv a=setup:actpass a=connection:new a=floorctrl:c-s m=application 51006 RTP/AVP 100 a=sendrecv a=rtpmap:100 H224/4800 And FS (default mode) turned this into... m=video 54524 RTP/AVP 111 a=rtpmap:111 H264/90000 a=fmtp:111 profile-level-id=64001f; packetization-mode=1; max-br=20010; sar=13 I would like my external MCU to handle this codec negotiation. Is there anything in FS that I can configure to achieve this? (I'd also like to see what can be done for BFCP as well!) Thanks again! On Tue, Feb 3, 2015 at 4:01 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > There is no difference between using proxy media and pass-through codecs. > Its the same thing basically. > > > On Tue, Feb 3, 2015 at 2:20 PM, Ken Rice wrote: > >> Topology Hiding means to you hiding everything behind something... In >> this case FreeSWITCH... >> >> Proxy Media mode is for special cases where you are still proxying the >> media with FreeSWITCH that is a legacy feature but is not even needed >> anymore. Just use FS in the default modes and this will get you Topology >> Hiding. >> >> If you don?t want topology hiding you can use bypass media where the >> media does not go thru FreeSWITCH, but you lose a pile of features by doing >> this and you are effectively NOT doing a full topology hide at this point. >> >> >> >> >> On 2/3/15, 2:01 PM, "Cindy Leung" wrote: >> >> Thanks for your input. >> Our main goal is to do topology hiding. We don?t want FS to touch the >> SDP other than the c= line and we don't need any FS media features. >> Regardless, I should see video packets being passed on to the other end >> through FS in proxy mode, no? >> >> >> On Feb 3, 2015, at 1:32 PM, Michael Jerris wrote: >> >> Proxy media mode is almost certainly NOT what you want to use. There are >> very few scenarios where its even useful. >> >> >> On Feb 2, 2015, at 6:38 PM, Cinthia Leung wrote: >> >> I encountered something odd as I went on with more experiments. >> >> >> >> I?m finally able to get video and audio to work, sort of, by not enabling >> either inbound-proxy-media or inbound-bypass-media. My understanding is >> that FS is now in the middle negotiating codec, which is what we don?t want? >> >> >> >> global_codec_prefs=G722,PCMU,PCMA,H264 >> >> >> >> It seems really strange that this works but proxy-media mode doesn?t. >> >> >> >> All thoughts welcome. Thanks. >> >> >> On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung >> wrote: >> >> Hi there, >> >> I'm trying to setup FS and proxy media. Here's my setup. >> Kamailio SBC <-> FS <-> MCU. >> >show codec sees H.264 as passthru >> late-negotiation = true >> >> Audio is ok but I get no video. Tshark capture shows that video streams >> enter FS from both Kamailio and MCU. FS was just not forwarding video >> packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 >> and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit >> >> Bypass media works fine. Being able to proxy media is a requirement for >> us. >> >> I hope it's just something obvious that I missed. I'll provide logs if >> needed. Thanks in advance! >> >> >> Cindy >> >> >> _______ >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> >> >> -- >> Ken >> >> >> >> *http://www.FreeSWITCH.org >> http://www.ClueCon.com http://www.OSTAG.org >> *irc.freenode.net #freeswitch >> Twitter: @FreeSWITCH >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150203/4a53e41a/attachment.html From tommyj27 at gmail.com Wed Feb 4 01:45:48 2015 From: tommyj27 at gmail.com (Thomas Johnson) Date: Tue, 3 Feb 2015 16:45:48 -0600 Subject: [Freeswitch-users] PRI channels get stuck in HANGUP state. Message-ID: I am trying to track down an issue where FreeTDM seems to get confused about the state of channels on my PRI. The state seems to occur on origination; FreeTDM opens a channel, and immediately closes it, logging REQUESTED_CHAN_UNAVAIL. The channel then sits in the HANGUP state, preventing inbound calls and logging the following error. 2015-02-03 08:25:04.774438 [ERR] ftmod_libpri.c:1883 [s1c1][1:1] -- Selected channel is already in use I can resolve this by restarting Freeswitch, but it is obviously less-than-ideal. A bit of relevant logging is at the end of this message. It seems to occur immediately after a hangup on the same channel; could I be triggering a race condition? https://freeswitch.org/jira/browse/OPENZAP-220 seems to have similar symptoms, but manifests as a different error number. I upgraded Freeswitch last week (1.5.15b git 608d3e2 2015-01-22 09:09:59Z 64bit) to ensure that I had the patch referenced by the ticket. Is it possible that this could be a cabling issue? We're running Freeswitch on FreeBSD 10.0 amd64. I'm happy to provide any other information that would be useful. I'm [relatively] new to Freeswitch, so please be gentle ;-). Thank you, Tom 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1451 -- Hangup ACK on channel 1:1 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1460 [s1c1][1:1] Changed state from HANGUP to HANGUP_COMPLETE 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing state processor for HANGUP_COMPLETE 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [HANGUP_COMPLETE] 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed state change from HANGUP to HANGUP_COMPLETE in 0 ms 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1268 [s1c1][1:1] Changed state from HANGUP_COMPLETE to DOWN 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing state processor for DOWN 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [DOWN] 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed state change from HANGUP_COMPLETE to DOWN in 0 ms 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3194 [s1c1][1:1] DTMF debug is already disabled 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3226 [s1c1][1:1] No need to disable input dump 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3257 [s1c1][1:1] No need to disable output dump 2015-02-03 14:34:23.437947 [DEBUG] mod_freetdm.c:2707 got clear channel sig [RELEASED] 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:6873 Cleared call with id 37 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:2999 [s1c1][1:1] channel done 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:978 -- Closed channel 1:1 2015-02-03 14:34:23.679236 [DEBUG] switch_ivr_originate.c:2099 Parsing global variables 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable [ignore_early_media]=[true] 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable [file]=[46475.tif] 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable [jobid]=[293102] 2015-02-03 14:34:23.679236 [INFO] ftmod_zt.c:671 Setting echo cancel to 64 taps for 1:1 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:403 Set codec PCMU 20ms 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1251 Connect outbound channel FreeTDM/1:1/18019941076 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [NOTICE] switch_channel.c:1055 New Channel FreeTDM/1:1/18019941076 [8d09030a-e4ab-e411-905b-0026b95c8602] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1260 (FreeTDM/1:1/18019941076) State Change CS_NEW -> CS_INIT 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1279 Attached session 8d09030a-e4ab-e411-905b-0026b95c8602 to channel 1:1 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1767 [s1c1][1:1] Changed state from DOWN to DIALING 2015-02-03 14:34:23.778359 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing state processor for DIALING 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [DIALING] 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:2707 got clear channel sig [DIALING] 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed state change from DOWN to DIALING in 95 ms 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State Change CS_INIT 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:430 (FreeTDM/1:1/18019941076) State Change CS_INIT -> CS_ROUTING 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT going to sleep 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State Change CS_ROUTING 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:453 FreeTDM/1:1/18019941076 CHANNEL ROUTING 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_ivr_originate.c:67 (FreeTDM/1:1/18019941076) State Change CS_ROUTING -> CS_CONSUME_MEDIA 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING going to sleep 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State Change CS_CONSUME_MEDIA 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State CONSUME_MEDIA 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State CONSUME_MEDIA going to sleep 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1466 -- Hangup on channel 1:1 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1479 [s1c1][1:1] Changed state from DIALING to TERMINATING 2015-02-03 14:34:23.799281 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing state processor for TERMINATING 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [TERMINATING] 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed state change from DIALING to TERMINATING in 0 ms 2015-02-03 14:34:23.799281 [DEBUG] ftdm_io.c:6216 [s1c1][1:1] Scheduling safety hangup timer 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:2707 got clear channel sig [STOP] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [NOTICE] mod_freetdm.c:2731 Hangup FreeTDM/1:1/18019941076 [CS_CONSUME_MEDIA] [REQUESTED_CHAN_UNAVAIL] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] switch_channel.c:3222 Send signal FreeTDM/1:1/18019941076 [KILL] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State Change CS_HANGUP 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] switch_core_state_machine.c:735 (FreeTDM/1:1/18019941076) Callstate Change DOWN -> HANGUP 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] switch_core_state_machine.c:737 (FreeTDM/1:1/18019941076) State HANGUP 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:544 [1:1] FreeTDM/1:1/18019941076 CHANNEL HANGUP ENTER 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:623 [s1c1][1:1] Changed state from TERMINATING to HANGUP 2015-02-03 14:34:23.819045 [DEBUG] switch_ivr_originate.c:3719 Originate Resulted in Error Cause: 44 [REQUESTED_CHAN_UNAVAIL] 2015-02-03 14:34:23.918415 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing state processor for HANGUP 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [HANGUP] 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed state change from TERMINATING to HANGUP in 109 ms 2015-02-03 14:34:23.918415 [DEBUG] mod_freetdm.c:643 [1:1] FreeTDM/1:1/18019941076 CHANNEL HANGUP EXIT -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150203/65abc05e/attachment-0001.html From babak.freeswitch at gmail.com Wed Feb 4 09:48:44 2015 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Wed, 4 Feb 2015 10:18:44 +0330 Subject: [Freeswitch-users] Many destroyed channels still present in channels and calls table when using odbc! In-Reply-To: References: Message-ID: Thanks for answering. Yes I'm referring to channels table. This is freeswitch version output: FreeSWITCH Version 1.4.15+git~20150103T120621Z~7fe60e45b7~64bit (git 7fe60e4 2015-01-03 12:06:21Z 64bit) this is unixodbc and mysql driver version: unixODBC-2.2.14-14.el6.x86_64 mysql-connector-odbc-5.1.5r1144-7.el6.x86_64 and here is odbc configuration [MySQL] Description = ODBC for MySQL Driver = /usr/lib/libmyodbc5.so Setup = /usr/lib/libodbcmyS.so Driver64 = /usr/lib64/libmyodbc5.so Setup64 = /usr/lib64/libodbcmyS.so FileUsage = 1 Threading = 0 CPTimeout = 0 [freeswitch] Description = freeswitch core databses Driver = MySQL SERVER = 192.168.1.3 USER = freeswitch PASSWORD = freeswitch PORT = 3306 DATABASE = freeswitch OPTION = 67108864 and I should say that after reading freeswitch.log I see that sometimes channels never reach the line switch_core_session:1633 where it is printing session ended message. I think somehow it can not lock session in line switch_core_session:1631. May be there is something running on channel which is yet doing something. On Tue, Feb 3, 2015 at 9:21 PM, Michael Jerris wrote: > are you referring to the channels table? First make sure you are using the > most recent 1.4 release and that your odbc drive is using the threadsafe > mysql drivers. > > > On Feb 1, 2015, at 6:02 AM, Babak Yakhchali > wrote: > > > > Hi > > I'm using odbc in the core with mysql on a remote machine in local lan, > sometimes number of channels grows rapidly but many of them are not > existing according to uuid_exists. Channels will persist in database till I > delete them manually. How can I debug the 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/20150204/6e759d9f/attachment.html From denis at ringme.ru Wed Feb 4 12:11:47 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Wed, 04 Feb 2015 12:11:47 +0300 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> Message-ID: <54D1E253.2000709@ringme.ru> On 02.02.2015 22:08, Brian West wrote: > Openvz works fine, you probably have a hardware issue i have an issue with proxmox+openvz, what can i check? From mayank19882001 at gmail.com Wed Feb 4 10:24:04 2015 From: mayank19882001 at gmail.com (Mayank Nakrani) Date: Wed, 4 Feb 2015 12:54:04 +0530 Subject: [Freeswitch-users] Help need for Lua Script development Message-ID: Yes. I know it wont run outside freeswitch but i wanted it to assist me in resolving method names and variables the way it does for JAVA. Just enabling faster coding. After dev work i neways would copy the script to freeswitch folder n run from within it. (the way mod_java gives u freeswitch.jar lib file which when imported in ur java project ) Regards Mayank ---------- Forwarded message ---------- From: Michael Jerris To: FreeSWITCH Users Help Cc: Date: Tue, 3 Feb 2015 11:50:13 -0600 Subject: Re: [Freeswitch-users] Help need for Lua Script development It sounds like you are trying to run scripts that can only run via freeswitch with embedded lua in a seperate lua process. This is not possible. Those need to be run from within the freeswitch process. > On Jan 31, 2015, at 4:11 AM, Mayank Nakrani wrote: > > Hello Guys, > > Im starting with my Lua scripts dev. Have already had luck writing an Callback script. > Now i would to go deeper integrating it with Mysql and other libraries and generating some dynamic dialplan. > > Till now i used to write my scripts in Text editor and would to know is it Possible in IDE like Eclipse. > I installed Lua development plugin in Eclipse but was wondering Whats the correct way to import freeswitch libraries in the project so that i can see methods/functions in in freeswitch API for easier and faster coding. > > I tried loading "libfreeswitch" and "mod_lua" lib using "require" command but its failing with > > [com.naef.jnlua.LuaRuntimeException: error loading module 'libfreeswitch' from file './libfreeswitch.so': > ./libfreeswitch.so: undefined symbol: apr_os_default_encoding ] > > Im gud in Java and can use mod_java but would like to stick with lua as i heard its more closer to freeswitch. > > Any help :) > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/17cc4c01/attachment.html From arfst at riseup.net Wed Feb 4 12:48:37 2015 From: arfst at riseup.net (Arfst) Date: Wed, 04 Feb 2015 10:48:37 +0100 Subject: [Freeswitch-users] Monitoring Uptime: landline-->VOIP-Provider-->freeSWITCH-->landline case? Message-ID: <54D1EAF5.9040304@riseup.net> Hello, I need advice - what kind of monitoring or testing applications (OS,free) do you know for testing the uptime of a VOIP landline number provider and phones (voip + landline) behind a freeSWITCH ? Since this post is a start for a educational journey I am also glad for literature documentation regarding monitoring of telephone system, preferable with open source applications. All the best Arfst From giggsey at gmail.com Wed Feb 4 14:08:09 2015 From: giggsey at gmail.com (Joshua Gigg) Date: Wed, 4 Feb 2015 11:08:09 +0000 Subject: [Freeswitch-users] No Event on playback stop during session_displace? Message-ID: I'm attempting to use session_displace to play an audio file to one side of a bridged call. However, I don't seem to get any events when that file stops playing? I can see a MEDIA_BUG_STOP, and that contains the current_application of session_displace. Should there be a PLAYBACK_STOP? (Running 1.4.15) -- Joshua Gigg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/65c8af6b/attachment.html From mike at jerris.com Wed Feb 4 18:13:11 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 Feb 2015 10:13:11 -0500 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: <54D1E253.2000709@ringme.ru> References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> <54D1E253.2000709@ringme.ru> Message-ID: <9B15E125-D6B0-498E-BA5E-EAAA08C9AA67@jerris.com> Check if you are hitting any resource limits on your container. > On Feb 4, 2015, at 4:11 AM, ????? wrote: > > > On 02.02.2015 22:08, Brian West wrote: >> Openvz works fine, you probably have a hardware issue > i have an issue with proxmox+openvz, what can i check? > From mike at jerris.com Wed Feb 4 18:14:53 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 Feb 2015 10:14:53 -0500 Subject: [Freeswitch-users] Help need for Lua Script development In-Reply-To: References: Message-ID: With embedded lua, there is not an outside library to load, its all from within the freeswitch process. I don't know if there is any way to get eclipse to see the api available through some other method. > On Feb 4, 2015, at 2:24 AM, Mayank Nakrani wrote: > > Yes. I know it wont run outside freeswitch but i wanted it to assist me in resolving method names and variables the way it does for JAVA. > Just enabling faster coding. > > After dev work i neways would copy the script to freeswitch folder n run from within it. > > (the way mod_java gives u freeswitch.jar lib file which when imported in ur java project ) > > > Regards > Mayank > > > > ---------- Forwarded message ---------- > From: Michael Jerris > > To: FreeSWITCH Users Help > > Cc: > Date: Tue, 3 Feb 2015 11:50:13 -0600 > Subject: Re: [Freeswitch-users] Help need for Lua Script development > It sounds like you are trying to run scripts that can only run via freeswitch with embedded lua in a seperate lua process. This is not possible. Those need to be run from within the freeswitch process. > > > On Jan 31, 2015, at 4:11 AM, Mayank Nakrani > wrote: > > > > Hello Guys, > > > > Im starting with my Lua scripts dev. Have already had luck writing an Callback script. > > Now i would to go deeper integrating it with Mysql and other libraries and generating some dynamic dialplan. > > > > Till now i used to write my scripts in Text editor and would to know is it Possible in IDE like Eclipse. > > I installed Lua development plugin in Eclipse but was wondering Whats the correct way to import freeswitch libraries in the project so that i can see methods/functions in in freeswitch API for easier and faster coding. > > > > I tried loading "libfreeswitch" and "mod_lua" lib using "require" command but its failing with > > > > [com.naef.jnlua.LuaRuntimeException: error loading module 'libfreeswitch' from file './libfreeswitch.so': > > ./libfreeswitch.so: undefined symbol: apr_os_default_encoding ] > > > > Im gud in Java and can use mod_java but would like to stick with lua as i heard its more closer to freeswitch. > > > > Any help :) > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/75630343/attachment-0001.html From mike at jerris.com Wed Feb 4 18:16:40 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 Feb 2015 10:16:40 -0500 Subject: [Freeswitch-users] Monitoring Uptime: landline-->VOIP-Provider-->freeSWITCH-->landline case? In-Reply-To: <54D1EAF5.9040304@riseup.net> References: <54D1EAF5.9040304@riseup.net> Message-ID: <84E0016F-8011-48B5-B841-406BA300097F@jerris.com> About the only way to do this is to actually make a call occasionally to see if its up. Any approach to automate this with scripts and ESL to originate a call and collect results can do this, with the side effect of your phone ringing all the time, and the usage involved. > On Feb 4, 2015, at 4:48 AM, Arfst wrote: > > Hello, > > I need advice - what kind of monitoring or testing applications > (OS,free) do you know for testing the uptime of a VOIP landline number > provider and phones (voip + landline) behind a freeSWITCH ? > > Since this post is a start for a educational journey I am also glad for > literature documentation regarding monitoring of telephone system, > preferable with open source applications. > > All the best > Arfst > From mike at jerris.com Wed Feb 4 18:17:39 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 Feb 2015 10:17:39 -0500 Subject: [Freeswitch-users] No Event on playback stop during session_displace? In-Reply-To: References: Message-ID: the events you are seeing are what i would expect to happen. > On Feb 4, 2015, at 6:08 AM, Joshua Gigg wrote: > > I'm attempting to use session_displace to play an audio file to one side of a bridged call. > > However, I don't seem to get any events when that file stops playing? > > I can see a MEDIA_BUG_STOP, and that contains the current_application of session_displace. > > Should there be a PLAYBACK_STOP? > > (Running 1.4.15) From avi at avimarcus.net Wed Feb 4 20:16:03 2015 From: avi at avimarcus.net (Avi Marcus) Date: Wed, 4 Feb 2015 17:16:03 +0000 Subject: [Freeswitch-users] Monitoring Uptime: landline-->VOIP-Provider-->freeSWITCH-->landline case? In-Reply-To: <84E0016F-8011-48B5-B841-406BA300097F@jerris.com> References: <54D1EAF5.9040304@riseup.net> <84E0016F-8011-48B5-B841-406BA300097F@jerris.com> Message-ID: <0000014b55977136-82bbf03f-d522-47fc-9b8e-c9b052d109bd-000000@email.amazonses.com> I had this thought on and off. You can send the call with a specific caller ID and intercept that - to not make the phone ring. (However, this assumes the CID will be sent correctly & consistently.) But of course, if you want to make a real test call, then you need to pay for a real call. -Avi On Wed, Feb 4, 2015 at 5:16 PM, Michael Jerris wrote: > About the only way to do this is to actually make a call occasionally to > see if its up. Any approach to automate this with scripts and ESL to > originate a call and collect results can do this, with the side effect of > your phone ringing all the time, and the usage involved. > > > On Feb 4, 2015, at 4:48 AM, Arfst wrote: > > > > Hello, > > > > I need advice - what kind of monitoring or testing applications > > (OS,free) do you know for testing the uptime of a VOIP landline number > > provider and phones (voip + landline) behind a freeSWITCH ? > > > > Since this post is a start for a educational journey I am also glad for > > literature documentation regarding monitoring of telephone system, > > preferable with open source applications. > > > > All the best > > Arfst > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150204/5befa679/attachment.html From arfst at riseup.net Wed Feb 4 20:32:14 2015 From: arfst at riseup.net (Arfst) Date: Wed, 04 Feb 2015 18:32:14 +0100 Subject: [Freeswitch-users] Monitoring Uptime: landline-->VOIP-Provider-->freeSWITCH-->landline case? In-Reply-To: <0000014b55977136-82bbf03f-d522-47fc-9b8e-c9b052d109bd-000000@email.amazonses.com> References: <54D1EAF5.9040304@riseup.net> <84E0016F-8011-48B5-B841-406BA300097F@jerris.com> <0000014b55977136-82bbf03f-d522-47fc-9b8e-c9b052d109bd-000000@email.amazonses.com> Message-ID: <54D2579E.1060205@riseup.net> @Michael ok, how does such a setup specifically looks like or which components are used? @AVI The CID will be sent consistently. I still have the open question: How to monitor/log and automate test calls? Which software or setup could be used for that? Which software, setup can detect if a targeted phone (Landline/Voip) is ringing and hangs off automatically? I also would be glad to get some keywords for this topic, because my own research only let me find commercial providers. -arfst On 04.02.2015 06:16 PM, Avi Marcus wrote: > I had this thought on and off. > You can send the call with a specific caller ID and intercept that - > to not make the phone ring. > (However, this assumes the CID will be sent correctly & consistently.) > > But of course, if you want to make a real test call, then you need to > pay for a real call. > > -Avi > > On Wed, Feb 4, 2015 at 5:16 PM, Michael Jerris > wrote: > > About the only way to do this is to actually make a call > occasionally to see if its up. Any approach to automate this with > scripts and ESL to originate a call and collect results can do > this, with the side effect of your phone ringing all the time, and > the usage involved. > > > On Feb 4, 2015, at 4:48 AM, Arfst > wrote: > > > > Hello, > > > > I need advice - what kind of monitoring or testing applications > > (OS,free) do you know for testing the uptime of a VOIP landline > number > > provider and phones (voip + landline) behind a freeSWITCH ? > > > > Since this post is a start for a educational journey I am also > glad for > > literature documentation regarding monitoring of telephone system, > > preferable with open source applications. > > > > All the best > > Arfst > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150204/c2bf8853/attachment.html From msc at freeswitch.org Wed Feb 4 23:54:48 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 4 Feb 2015 12:54:48 -0800 Subject: [Freeswitch-users] Monitoring Uptime: landline-->VOIP-Provider-->freeSWITCH-->landline case? In-Reply-To: <54D2579E.1060205@riseup.net> References: <54D1EAF5.9040304@riseup.net> <84E0016F-8011-48B5-B841-406BA300097F@jerris.com> <0000014b55977136-82bbf03f-d522-47fc-9b8e-c9b052d109bd-000000@email.amazonses.com> <54D2579E.1060205@riseup.net> Message-ID: On Wed, Feb 4, 2015 at 9:32 AM, Arfst wrote: > @Michael ok, how does such a setup specifically looks like or which > components are used? > @AVI The CID will be sent consistently. > > I still have the open question: > How to monitor/log and automate test calls? > Which software or setup could be used for that? > Which software, setup can detect if a targeted phone (Landline/Voip) is > ringing and hangs off automatically? > This is a bit of a do it yourself (DIY) project. Most likely there won't be anything existing that does exactly what you want in exactly the way you want it. I suspect the lowest barrier to entry for you is to experiment with fs_cli or ESL in generating test calls with the originate API. Look at the execute_on_* and api_on_* variables as well. You may want certain things to happen, i.e. as soon as you receive a 183 you hang up, so maybe execute_on_media=hangup or something like that. This is not unlike learning how to build stuff with Legos. You've got a lot of pieces and you'll need to start putting them together and see what it looks like. Start by looking at the examples on the wiki and go from there. It's a lot of effort but when you figure it out and your tool actually works it's a great feeling. -Michael > I also would be glad to get some keywords for this topic, because my own > research only let me find commercial providers. > > -arfst > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/d6f763a9/attachment-0001.html From msc at freeswitch.org Thu Feb 5 00:20:09 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 4 Feb 2015 13:20:09 -0800 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI Message-ID: Hey Folks, I'm curious to know tools you guys use at the Linux command line. I'm finding that I have many pcap files with SIP/RTP in them and slurping them over to a laptop w/ Wireshark is frequently cumbersome. My ideal tool here is something that prints out a ladder diagram or even a quick and dirty report on the SIP dialog(s). I would have to say that the closest thing I've found so far is Alexandr Dubovikov's awesome Sipgrep2. I'd like to hear about some of your favorite tools and tricks. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/7fd6fe33/attachment.html From karl-theo_hofer at inteli-sim.com Thu Feb 5 00:42:42 2015 From: karl-theo_hofer at inteli-sim.com (kthofer) Date: Wed, 04 Feb 2015 22:42:42 +0100 Subject: [Freeswitch-users] Convert existing call to a conference and hangup the old call In-Reply-To: <02eb01d02f7a$dd15e6a0$9741b3e0$@com> References: <02eb01d02f7a$dd15e6a0$9741b3e0$@com> Message-ID: <54D29252.3080901@inteli-sim.com> Hi Bote Man we are fighting with the same issue as Shaks does can you please elaborate how to move 2 bridged channels into a virtual conferece room ? With best regards Karl Theo Hofer Bote Man skrev den 2015-01-13 22:49: > Each "leg" of the call is represented by a uuid so you would be moving a uuid into the conference bridge, not hanging up and placing a separate call. I imagine this should be trivial from your PHP script. > > > > https://confluence.freeswitch.org > > > > Bote > > > > > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Kumar, Sharath > Sent: Tuesday, 13 January, 2015 16:07 > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Convert existing call to a conference and hangup the old call > > > > Thanks. I found another way by using uuid_kill. > > > > On Tue, Jan 13, 2015 at 12:39 PM, Steven Ayre wrote: > > Try using https://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast > > > > > > > > On 13 January 2015 at 17:05, Kumar, Sharath wrote: > > Hello, > > > > I am new to Freeswitch and wanted some input on how best to achieve the below scenario. > > > > 1. A and B are in a call. > > > > 2. A adds user C to the call. - At this point user A and B are added to a dynamically created conf and C is added as well. > > > > 3 A adds user D to the call. D is added to the conf. > > > > > > The fact that step 2 is a conf call and users C and D are provisioned and available to the FS. I am using FS_CURL so the PHP has access to the DB. > > > > > > I know how to add A,B,C and D directly into a conference using mod_conference. I made it work. However, I don't understand how I can access an existing call i.e between A and B and turn that into a conference. and also I guess the original call should be hungup when B accepts the conf invite. > > > > Is there a way to do this in the dial-plan ? i.e when A calls C, the PHP knows that this is a conf call, how do I kill the old call though. I guess I can use the uuid of the previous call, I don't know what to issue to hang up the first call. > > > > My clients are webrtc based and currently they don't natively support either hold/resume or transfer(using refer). They do however support multiple calls from/to the same user at the same time. i.e 2 lines. I guess both will be active. > > > > > > Thank you. Any help would be greatly appreciated!! > > > > -Shaks. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > > > > > Each "leg" of the call is represented by a uuid so you would be moving > a uuid into the conference bridge, not hanging up and placing a > separate call. I imagine this should be trivial from your PHP script. > > https://confluence.freeswitch.org > > Bote > > *From:*freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of > *Kumar, Sharath > *Sent:* Tuesday, 13 January, 2015 16:07 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Convert existing call to a > conference and hangup the old call > > Thanks. I found another way by using uuid_kill. > > On Tue, Jan 13, 2015 at 12:39 PM, Steven Ayre > wrote: > > Try using https://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast > > On 13 January 2015 at 17:05, Kumar, Sharath > > wrote: > > Hello, > > I am new to Freeswitch and wanted some input on how best to > achieve the below scenario. > > 1. A and B are in a call. > > 2. A adds user C to the call. - At this point user A and B are > added to a dynamically created conf and C is added as well. > > 3 A adds user D to the call. D is added to the conf. > > The fact that step 2 is a conf call and users C and D are > provisioned and available to the FS. I am using FS_CURL so the PHP > has access to the DB. > > I know how to add A,B,C and D directly into a conference using > mod_conference. I made it work. However, I don't understand how I > can access an existing call i.e between A and B and turn that into > a conference. and also I guess the original call should be hungup > when B accepts the conf invite. > > Is there a way to do this in the dial-plan ? i.e when A calls C, > the PHP knows that this is a conf call, how do I kill the old call > though. I guess I can use the uuid of the previous call, I don't > know what to issue to hang up the first call. > > My clients are webrtc based and currently they don't natively > support either hold/resume or transfer(using refer). They do > however support multiple calls from/to the same user at the same > time. i.e 2 lines. I guess both will be active. > > Thank you. Any help would be greatly appreciated!! > > -Shaks. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150204/b0b96657/attachment-0001.html From mike at jerris.com Thu Feb 5 00:54:30 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 4 Feb 2015 16:54:30 -0500 Subject: [Freeswitch-users] Convert existing call to a conference and hangup the old call In-Reply-To: <54D29252.3080901@inteli-sim.com> References: <02eb01d02f7a$dd15e6a0$9741b3e0$@com> <54D29252.3080901@inteli-sim.com> Message-ID: <19DD9262-5ED6-495C-B7B6-5C6BD12880BE@jerris.com> https://freeswitch.org/confluence/display/FREESWITCH/mod_commands check out uuid_transfer using -both > On Feb 4, 2015, at 4:42 PM, kthofer wrote: > > Hi Bote Man > > we are fighting with the same issue as > Shaks does can you please elaborate how to move 2 bridged channels into a virtual conferece room ?Bote Man skrev den 2015-01-13 22:49: >> Each "leg" of the call is represented by a uuid so you would be moving a uuid into the conference bridge, not hanging up and placing a separate call. I imagine this should be trivial from your PHP script. >> >> >> >> https://confluence.freeswitch.org >> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Kumar, Sharath >> Sent: Tuesday, 13 January, 2015 16:07 >> To: FreeSWITCH Users Help >> Subject: Re: [Freeswitch-users] Convert existing call to a conference and hangup the old call >> >> >> >> Thanks. I found another way by using uuid_kill. >> >> >> >> On Tue, Jan 13, 2015 at 12:39 PM, Steven Ayre wrote: >> >> Try using https://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast >> >> >> >> >> >> >> >> On 13 January 2015 at 17:05, Kumar, Sharath wrote: >> >> Hello, >> >> >> >> I am new to Freeswitch and wanted some input on how best to achieve the below scenario. >> >> >> >> 1. A and B are in a call. >> >> >> >> 2. A adds user C to the call. - At this point user A and B are added to a dynamically created conf and C is added as well. >> >> >> >> 3 A adds user D to the call. D is added to the conf. >> >> >> >> >> >> The fact that step 2 is a conf call and users C and D are provisioned and available to the FS. I am using FS_CURL so the PHP has access to the DB. >> >> >> >> >> >> I know how to add A,B,C and D directly into a conference using mod_conference. I made it work. However, I don't understand how I can access an existing call i.e between A and B and turn that into a conference. and also I guess the original call should be hungup when B accepts the conf invite. >> >> >> >> Is there a way to do this in the dial-plan ? i.e when A calls C, the PHP knows that this is a conf call, how do I kill the old call though. I guess I can use the uuid of the previous call, I don't know what to issue to hang up the first call. >> >> >> >> My clients are webrtc based and currently they don't natively support either hold/resume or transfer(using refer). They do however support multiple calls from/to the same user at the same time. i.e 2 lines. I guess both will be active. >> >> >> >> >> >> Thank you. Any help would be greatly appreciated!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/82db5833/attachment.html From freeswitch at pbaines.com Thu Feb 5 01:00:53 2015 From: freeswitch at pbaines.com (Peter) Date: Wed, 4 Feb 2015 22:00:53 +0000 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: References: Message-ID: ngrep is great for seeing the SIP packets: ngrep -qt -W byline -I /path/to/file.pcap On 4 February 2015 at 21:20, Michael Collins wrote: > Hey Folks, > > I'm curious to know tools you guys use at the Linux command line. I'm > finding that I have many pcap files with SIP/RTP in them and slurping them > over to a laptop w/ Wireshark is frequently cumbersome. > > My ideal tool here is something that prints out a ladder diagram or even a > quick and dirty report on the SIP dialog(s). I would have to say that the > closest thing I've found so far is Alexandr Dubovikov's awesome Sipgrep2. > > I'd like to hear about some of your favorite tools and tricks. > > -MC > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150204/97d7eabb/attachment.html From msc at freeswitch.org Thu Feb 5 01:19:23 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 4 Feb 2015 14:19:23 -0800 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: References: Message-ID: On Wed, Feb 4, 2015 at 2:00 PM, Peter wrote: > ngrep is great for seeing the SIP packets: > > ngrep -qt -W byline -I /path/to/file.pcap > Indeed it is. I use it see specific parts of the dialog, like if I want to see just INVITES: ngreqp -qt 'INVITE sip:' -W byline port 5060 Any others? -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/c4009605/attachment.html From msc at freeswitch.org Thu Feb 5 02:01:39 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 4 Feb 2015 15:01:39 -0800 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: References: Message-ID: FYI, I somehow stumbled across this: https://github.com/irontec/sngrep It actually works really well and it perfect for what I need. After I get some experience with it I will add it to the wiki. -MC On Wed, Feb 4, 2015 at 2:19 PM, Michael Collins wrote: > > On Wed, Feb 4, 2015 at 2:00 PM, Peter wrote: > >> ngrep is great for seeing the SIP packets: >> >> ngrep -qt -W byline -I /path/to/file.pcap >> > > Indeed it is. I use it see specific parts of the dialog, like if I want to > see just INVITES: > > ngreqp -qt 'INVITE sip:' -W byline port 5060 > > Any others? > -MC > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/e41c601c/attachment.html From brian at freeswitch.org Thu Feb 5 03:03:51 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 4 Feb 2015 18:03:51 -0600 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: <54D1E253.2000709@ringme.ru> References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> <54D1E253.2000709@ringme.ru> Message-ID: What kind of scale are you trying? We use it daily on Proxmox+OpenVZ without any issues. Please tell me you don't have RealTek network cards!?! On Wed, Feb 4, 2015 at 3:11 AM, ????? wrote: > > On 02.02.2015 22:08, Brian West wrote: > > Openvz works fine, you probably have a hardware issue > i have an issue with proxmox+openvz, what can i check? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150204/c002c00d/attachment-0001.html From ssinyagin at gmail.com Thu Feb 5 03:04:57 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 5 Feb 2015 01:04:57 +0100 Subject: [Freeswitch-users] Call generator for performance tests Message-ID: I wrote a simple script that generates calls via ESL at a given calls-per-second rate. This could be useful if you need to run a simple performance test: https://github.com/voxserv/freeswitch-perf-dialer Depending on the customer's request, some new features will be added (such as a pool of caller and called numbers). I hope some of you will find it useful. cheers, stanislav From cinthia721 at gmail.com Thu Feb 5 03:29:43 2015 From: cinthia721 at gmail.com (Cinthia Leung) Date: Wed, 4 Feb 2015 19:29:43 -0500 Subject: [Freeswitch-users] Need help with Video proxy-media mode In-Reply-To: References: <21749AE8-07FB-4145-8A49-0EB479546AD3@gmail.com> Message-ID: I'd like your input on whether this is an expected behavior of FS. Is FS making a decision on H264 format, or it's just simply picking the first one in the list (supposedly the most preferred codec from caller)? That kinda limits the capabilities and options for the callee (my MCU)... Other than using bypass_media, what other options do I have? I hope it's just something obvious that I missed in the config. Currently I have... 1. Default media mode (proxy and bypass mode off) 2. Late negotiation = true 3. inherit_codec=true 4. disable-transcoding=true Thanks! On Tue, Feb 3, 2015 at 4:21 PM, Cinthia Leung wrote: > If using "proxy mode" is the same as using "pass through" codecs, is it > also true that FS doesn't touch the SDP of those pass through codecs? > > The issue I have is FS is stripping extra H264 streams. Here's a snippet > of such SDP from Polycom RealPresence iPhone app: > > m=video 51918 RTP/AVP 111 109 110 106 105 116 > a=sendrecv > a=rtcp-fb:* nack pli > a=rtcp-fb:* ccm fir > a=rtcp-fb:* ccm tmmbr > a=rtpmap:111 H264/90000 > a=fmtp:111 profile-level-id=64001f; packetization-mode=1; max-br=20010; > sar=13 > a=rtpmap:109 H264/90000 > a=fmtp:109 profile-level-id=428015; max-mbps=36000; max-fs=1280; > max-br=20010; sar=13 > a=rtpmap:110 H264/90000 > a=fmtp:110 profile-level-id=428015; packetization-mode=1; > max-mbps=36000; max-fs=1280; max-br=20010; sar=13 > a=rtpmap:106 H264-SVC/90000 > a=fmtp:106 profile-level-id=560015; packetization-mode=1; > max-mbps=36000; max-fs=1280; max-br=20010; sar=13 > a=rtpmap:105 H264-SVC/90000 > a=fmtp:105 profile-level-id=53e015; packetization-mode=1; > max-mbps=36000; max-fs=1280; max-br=20010; sar=13 > a=rtpmap:116 vnd.polycom.lpr/9000 > a=fmtp:116 V=2;minPP=0;PP=150;RS=52;RP=10;PS=1400 > m=application 51102 UDP/BFCP * > a=sendrecv > a=setup:actpass > a=connection:new > a=floorctrl:c-s > m=application 51006 RTP/AVP 100 > a=sendrecv > a=rtpmap:100 H224/4800 > > And FS (default mode) turned this into... > > m=video 54524 RTP/AVP 111 > a=rtpmap:111 H264/90000 > a=fmtp:111 profile-level-id=64001f; packetization-mode=1; max-br=20010; > sar=13 > > I would like my external MCU to handle this codec negotiation. Is there > anything in FS that I can configure to achieve this? > > (I'd also like to see what can be done for BFCP as well!) > > Thanks again! > > > > On Tue, Feb 3, 2015 at 4:01 PM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> There is no difference between using proxy media and pass-through >> codecs. Its the same thing basically. >> >> >> On Tue, Feb 3, 2015 at 2:20 PM, Ken Rice wrote: >> >>> Topology Hiding means to you hiding everything behind something... In >>> this case FreeSWITCH... >>> >>> Proxy Media mode is for special cases where you are still proxying the >>> media with FreeSWITCH that is a legacy feature but is not even needed >>> anymore. Just use FS in the default modes and this will get you Topology >>> Hiding. >>> >>> If you don?t want topology hiding you can use bypass media where the >>> media does not go thru FreeSWITCH, but you lose a pile of features by doing >>> this and you are effectively NOT doing a full topology hide at this point. >>> >>> >>> >>> >>> On 2/3/15, 2:01 PM, "Cindy Leung" wrote: >>> >>> Thanks for your input. >>> Our main goal is to do topology hiding. We don?t want FS to touch the >>> SDP other than the c= line and we don't need any FS media features. >>> Regardless, I should see video packets being passed on to the other end >>> through FS in proxy mode, no? >>> >>> >>> On Feb 3, 2015, at 1:32 PM, Michael Jerris wrote: >>> >>> Proxy media mode is almost certainly NOT what you want to use. There >>> are very few scenarios where its even useful. >>> >>> >>> On Feb 2, 2015, at 6:38 PM, Cinthia Leung wrote: >>> >>> I encountered something odd as I went on with more experiments. >>> >>> >>> >>> I?m finally able to get video and audio to work, sort of, by not >>> enabling either inbound-proxy-media or inbound-bypass-media. My >>> understanding is that FS is now in the middle negotiating codec, which is >>> what we don?t want? >>> >>> >>> >>> global_codec_prefs=G722,PCMU,PCMA,H264 >>> >>> >>> >>> It seems really strange that this works but proxy-media mode doesn?t. >>> >>> >>> >>> All thoughts welcome. Thanks. >>> >>> >>> On Fri, Jan 30, 2015 at 8:28 PM, Cinthia Leung >>> wrote: >>> >>> Hi there, >>> >>> I'm trying to setup FS and proxy media. Here's my setup. >>> Kamailio SBC <-> FS <-> MCU. >>> >show codec sees H.264 as passthru >>> late-negotiation = true >>> >>> Audio is ok but I get no video. Tshark capture shows that video streams >>> enter FS from both Kamailio and MCU. FS was just not forwarding video >>> packets to the other side. Codec is H.264. Tested with FS Version 1.14.15 >>> and 1.5.15b+git~20150130T165344Z~4ed7b4811a~64bit >>> >>> Bypass media works fine. Being able to proxy media is a requirement for >>> us. >>> >>> I hope it's just something obvious that I missed. I'll provide logs if >>> needed. Thanks in advance! >>> >>> >>> Cindy >>> >>> >>> _______ >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >>> >>> >>> -- >>> Ken >>> >>> >>> >>> *http://www.FreeSWITCH.org >>> http://www.ClueCon.com http://www.OSTAG.org >>> *irc.freenode.net #freeswitch >>> Twitter: @FreeSWITCH >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150204/d8151edc/attachment.html From groysem at gmail.com Thu Feb 5 04:06:02 2015 From: groysem at gmail.com (Shai Perelman) Date: Thu, 5 Feb 2015 03:06:02 +0200 Subject: [Freeswitch-users] Gateway for Israel numbers In-Reply-To: <54D10392.3000004@freeswitch.org> References: <54D10392.3000004@freeswitch.org> Message-ID: Hi, thanks. I will into this sources shai On Tue, Feb 3, 2015 at 7:21 PM, I put the Who? in Mishehu < mishehu at freeswitch.org> wrote: > The hotbed of fraud isn't Israel from what I've seen... Though it > shares use of the +972 country code, all the fraud attempts I've ever seen > actually are directed at DIDs for providers such as Jawal Telecom and other > Palestinian providers. As they have their own area codes, it's trivial to > filter. > > -- > Yossi Neiman > > On 02/03/2015 09:28 AM, Brian West wrote: > > You may have a problem, that area is a hot bed for fraud! > > On Tuesday, February 3, 2015, Shai Perelman wrote: > >> Hi, any body knows a good and cheap gateway for working with freeswitch >> with israel numbers? >> thanks >> Shai >> >> > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > > _________________________________________________________________________ > 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 > -- www.groyse.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/bcb4fdb7/attachment-0001.html From groysem at gmail.com Thu Feb 5 04:06:38 2015 From: groysem at gmail.com (Shai Perelman) Date: Thu, 5 Feb 2015 03:06:38 +0200 Subject: [Freeswitch-users] can I use Event_Socket_Outbound to only monitor? In-Reply-To: References: Message-ID: Thanks Michael Im reading the book now... On Wed, Jan 28, 2015 at 6:40 PM, Michael Collins wrote: > If you want to look at events involving a specific user as opposed to a > specific uuid then I recommend that you first turn on all events and see > what header(s) they have in common and go from there. You'll need to make > good use of the filter command. > > The wiki has a good intro: > > https://freeswitch.org/confluence/display/FREESWITCH/mod_event_socket#mod_event_socket-filter > > If you want more details then check out chapter 4 > of the FreeSWITCH Cookbook where events and filtering are more > thoroughly discussed. > > -Michael > > > On Tue, Jan 27, 2015 at 5:06 AM, Shai Perelman wrote: > >> Hi, thanks, as far as I can see even with the async option it still waits >> for commands from my side and the call is not transfered to music on hold >> which is what I am dialing, the moment I remove the socket action it >> returns to normal behaviour. >> >> so I am trying this from the other end as Kamil suggested, with inbound >> event socket. it works and the call proceeds while I am getting the events >> but I need >> to filter the events I am getting to only include the events with the >> extension(s) that I want to monitor involved. can somebody help me with >> what filter command(s) do I need to send to see only the events that have >> for example extension 9999 involved? >> >> thanks >> Shai >> >> On Tue, Jan 27, 2015 at 5:59 AM, Michael Collins >> wrote: >> >>> Using the socket app with the "async" option will cause that channel's >>> events to be sent. >>> -MC >>> >>> On Mon, Jan 26, 2015 at 7:43 PM, Kamil Nigmatullin < >>> kamil.nigmatullin at gmail.com> wrote: >>> >>>> Yes if you want monitor and catch events you need to use inbound socket >>>> 26 ???. 2015 ?. 21:58 ???????????? "Duvid Rottenberg" < >>>> adrottenberg at gmail.com> ???????: >>>> >>>>> I am pretty sure that with outbound socket as long as you don't send >>>>> any commands back to Freeswitch, it will just execute whatever is in the >>>>> xml dialplan. >>>>> >>>>> Thanks, >>>>> Duvid Rottenberg >>>>> >>>>> On Sun, Jan 25, 2015 at 6:19 PM, Michael Collins >>>>> wrote: >>>>> >>>>>> In event socket outbound the listening server controls the call. In >>>>>> your case you just want to get the events associated with that call? I've >>>>>> never actually tried it but maybe you could do something like: >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> And then after the socket app answers have it issue the linger >>>>>> command, then transfer or execute_extension to send the call off to do >>>>>> something. Watch your socket connection for events and see happens. If you >>>>>> get it to work please let us know. :) >>>>>> >>>>>> -Michael >>>>>> >>>>>> >>>>>> >>>>>> On Sun, Jan 25, 2015 at 7:17 AM, Shai Perelman >>>>>> wrote: >>>>>> >>>>>>> >>>>>>> hi, I am using >>>>>>> https://wiki.freeswitch.org/wiki/Event_Socket_Outbound >>>>>>> my goal is to monitor what happens on the extension but without >>>>>>> affecting the normal behaviour. >>>>>>> >>>>>>> I have this dialplan. >>>>>>> >>>>>>> TagTypeDataOrder[image: add] >>>>>>> >>>>>>> condition username 9998 1[image: edit] >>>>>>> >>>>>>> [image: delete] >>>>>>> >>>>>>> action socket 109.65.149.22:9999 async 3[image: edit] >>>>>>> >>>>>>> [image: delete] >>>>>>> >>>>>>> >>>>>>> >>>>>>> I am calling *9664 (music on hold) >>>>>>> and the call is blocking while wating for commands from my side. >>>>>>> >>>>>>> I want it to answer automatticaly like it would do with out the >>>>>>> socket module, and just send me the events regarding that extension >>>>>>> >>>>>>> thanks >>>>>>> Shai >>>>>>> ITD Communications >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> www.groyse.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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- www.groyse.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/6cdb5d24/attachment-0001.html From jungleboogie0 at gmail.com Thu Feb 5 04:35:55 2015 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 4 Feb 2015 17:35:55 -0800 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: References: Message-ID: Hi Michael, On 4 February 2015 at 15:01, Michael Collins wrote: > FYI, > > I somehow stumbled across this: > https://github.com/irontec/sngrep > > It actually works really well and it perfect for what I need. After I get > some experience with it I will add it to the wiki. Looking forward to your write up! By the way, nice job on bottom posting as it doesn't seem common on this list. > > -MC > Best, jungle ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info xmpp: jungle-boogie at jit.si From 0x6e6562 at gmail.com Thu Feb 5 04:53:28 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Thu, 5 Feb 2015 01:53:28 +0000 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: Following on from my original response, which was just a link to an existing example. Here are some answers which are a bit Kamailio-centric: On Mon, Feb 2, 2015 at 8:55 AM, Avi Marcus wrote: > 1) I have inbound calls via various carriers. Some only support an IP > endpoint (so DNS won't work) and some don't support 302 redirects, so I > can't use a stateless FS endpoint either, so I need a sip proxy. Do you want avoid using FS as a back to hack user agent? > 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. > (Preferably, it should route registration too (or manage registration list > itself?)) Kamailio is a SIP registrar, so you can implement registration with it alone. But it can forward the REGISTER to FS if that suits you better. > 3) I need the ability to pull freeswitch nodes out of the routing (waiting > for them to drain is fine, I don't need failover of live calls) to perform > maintenance, and then add them back to the routing. You could potentially use the dispatcher module in Kamailio for this. The dispatcher does have a reload command that you can invoke actively, or you could leave it up to dispatcher to detect that an FS node has been taken offline. It depends on the specific semantics you want to support. > 4) I should be able to have this proxy on a floating IP that I can move this > too, without downtime, for maintenance work. Depending on your OS, you could use a CARP device for your SIP listen IP - this might allow you to take a node offline. From 0x6e6562 at gmail.com Thu Feb 5 05:01:16 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Thu, 5 Feb 2015 02:01:16 +0000 Subject: [Freeswitch-users] Unauthenticated Gateways for wholesale VOIP In-Reply-To: <173E765B-8285-4A97-9C37-481B1434965C@stramecagency.co.uk> References: <1422934033883-7596143.post@n2.nabble.com> <173E765B-8285-4A97-9C37-481B1434965C@stramecagency.co.uk> Message-ID: On Tue, Feb 3, 2015 at 2:13 PM, Stewart McEwen wrote: > @Ashwin - ideally it will do both. What are you doing with the media that you need FS to be in the middle? From alipey at gmail.com Thu Feb 5 05:35:04 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 4 Feb 2015 21:35:04 -0500 Subject: [Freeswitch-users] DTMF relay over bridge and the delay Message-ID: Hello, Caller A calls in through a SIP trunk and is bridge to Destination B on another SIP Trunk. When A dials a DTMF digits, there is a delay of ~1.5 seconds before it's played on Leg B. When B Leg dials a DTMF digit, there is only a short delay of ~0.3 before it's relayed on Leg A. Is there anyway to reduce this delay or remove it? It causes problem with Auto Attendant menus on Leg B. Any help is very much appreciated. Thanks, Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150204/137ca7bc/attachment.html From denis at ringme.ru Thu Feb 5 13:03:15 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Thu, 05 Feb 2015 13:03:15 +0300 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: <9B15E125-D6B0-498E-BA5E-EAAA08C9AA67@jerris.com> References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> <54D1E253.2000709@ringme.ru> <9B15E125-D6B0-498E-BA5E-EAAA08C9AA67@jerris.com> Message-ID: <54D33FE3.7010406@ringme.ru> On 04.02.2015 18:13, Michael Jerris wrote: > Check if you are hitting any resource limits on your container. > Not limited. I checked, when there was no calls. Sound tests with one call. From denis at ringme.ru Thu Feb 5 13:08:43 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Thu, 05 Feb 2015 13:08:43 +0300 Subject: [Freeswitch-users] freeswitch+ovz - poor sound, terrible timings In-Reply-To: References: <54CBBD27.6020705@ringme.ru> <54CF4C46.20101@ringme.ru> <54D1E253.2000709@ringme.ru> Message-ID: <54D3412B.2040809@ringme.ru> Server Depo Storm 2350Q1 # lspci |grep -i net 05:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection 06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection AND - on host node and in KVM node all OK, but not in proxmox-openvz. On 05.02.2015 03:03, Brian West wrote: > What kind of scale are you trying? We use it daily on Proxmox+OpenVZ > without any issues. Please tell me you don't have RealTek network > cards!?! > From lists at kavun.ch Thu Feb 5 14:24:44 2015 From: lists at kavun.ch (Emrah) Date: Thu, 5 Feb 2015 12:24:44 +0100 Subject: [Freeswitch-users] Using Freeswitch with TLS and without TLS together In-Reply-To: References: Message-ID: <328F7761-ADFB-4319-BEC6-A5C7E10B9EBA@kavun.ch> Hi Yucel, I don't have enough data to tell you precisely what is not working out, but my assumption is that there is an issue with your routing. It could be related to choice of codecs, dialplan configuration, media encryption, etc.... Perhaps you might want to put your logs on Pastebin if you need further help on this. Best, Emrah > On Feb 3, 2015, at 1:56 PM, Y?cel ALTUNAY wrote: > > I use my gateway on external profile and my external profile is not configured with tls support. > I have some users connected to freeswitch with tls. > i can call gsm number using tls. > when a call received from my gateway i got "user is busy" message and my sip phone doesn't ring. > what configuration i must do? > thank you. > > > 2015-01-30 22:49 GMT+02:00 Emrah >: > Ucel, > The example configurations let you do this out of the box. You have a port for TLS and a port for SIP over UDP and TCP on your internal profile. > How are your GSM gateways connected? Are their registering as users or do you use them as gateway endpoints? Your external profile shouldn't be configured with support for TLS by default. > > Give us more detail about your setup. > > Best, > Emrah >> On Jan 30, 2015, at 9:25 AM, Y?cel ALTUNAY > wrote: >> >> Hi, >> I want to use freeswitch with TLS on my mobile phones and without TLS on my GSM gateways together. I see some examples but i coudn't do it. >> Is someone has any example to do this? >> Thank you. >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150205/98d6905b/attachment-0001.html From avi at avimarcus.net Thu Feb 5 16:14:50 2015 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 5 Feb 2015 13:14:50 +0000 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: References: Message-ID: <0000014b59e0f670-9b16a3b1-12ed-4fa0-b059-f46dafc0f280-000000@email.amazonses.com> Slightly related: Sometimes I want to *listen* to the PCAP and wireshark takes a while or otherwise chokes on it. I've tried finding a tool, but they either didn't compile, weren't free, etc... any tips on an easy command-line version to extract audio from a PCAP? -Avi On Thu, Feb 5, 2015 at 3:35 AM, jungle Boogie wrote: > Hi Michael, > On 4 February 2015 at 15:01, Michael Collins wrote: > > FYI, > > > > I somehow stumbled across this: > > https://github.com/irontec/sngrep > > > > It actually works really well and it perfect for what I need. After I get > > some experience with it I will add it to the wiki. > > Looking forward to your write up! > > By the way, nice job on bottom posting as it doesn't seem common on this > list. > > > > > -MC > > > > Best, > jungle > > ------- > inum: 883510009027723 > sip: jungleboogie at sip2sip.info > xmpp: jungle-boogie at jit.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/93b38c7c/attachment.html From lists at kavun.ch Thu Feb 5 17:18:49 2015 From: lists at kavun.ch (Emrah) Date: Thu, 5 Feb 2015 15:18:49 +0100 Subject: [Freeswitch-users] Random calls failing with WRONG_CALL_STATe when using TLS In-Reply-To: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> References: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> Message-ID: <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> Hi there, This issue is happening all around with devices using TLS. It's not very frequent with softphones, but not inexistant. Any pointers would be greatly appreciated. Do you have best practice configs you'd like to share? Thanks > On Jan 30, 2015, at 6:10 PM, Emrah wrote: > > Hi all, > I am facing a very frustrating issue. I often have to dial twice when using my Yealink phone with TLS because the first attempt times out. > The logs on the Yealink indicate that the first invite is successfully received, to which my FS sends a 100 trying and 407 proxy auth required. It is subsequently when my phone sends back the invite that the connection crashes with the following error: > SSL ERROR SYSCALL > > Is this something common? Why does the SSL connection crashes when the phone attempts to send the second invite? My phone is behind NAT. > > It is going to be a crazy expedition to collect the logs and Pastebin them, so I am tempting my luck on the list first to see if you have any pointers. > > As a last piece, my Bria on my iPHone, among other clients, never had this issue. I did experience it from time to time with Blink on Mac OS X. > > Any help appreciated. > > Emrah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/5960e2b0/attachment.html From steven.szeto at mitel.com Thu Feb 5 18:59:47 2015 From: steven.szeto at mitel.com (Szeto, Steven) Date: Thu, 5 Feb 2015 10:59:47 -0500 Subject: [Freeswitch-users] Can I use a domain name in an ACL list? Message-ID: Suppose I have a switch with DNS hostname of "myswitch.company.com" and an IP address of 10.11.12.13. If I want to allow this switch's phones to call FreeSwitch, I have to update the acl.conf.xml file with an entry that looks like this: What I would like to do is use the DNS hostname of the switch instead. So the above entry should look something like this: When I try the above, the calls are rejected by FreeSwitch. When creating its Access Control List, is there a way to tell FreeSwitch to do a hostname lookup when hosts are specified? Regards, Steve -- This e-mail (including any attachments) is for the sole use of the intended recipient(s) and may contain information that is confidential and/or protected by legal privilege. Any unauthorized review, use, copy, disclosure or distribution of this e-mail is strictly prohibited. If you are not the intended recipient, please notify Mitel immediately and destroy all copies of this e-mail. Mitel does not accept any liability for breach of security, error or virus that may result from the transmission of this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/ad22f2af/attachment.html From brian at freeswitch.org Thu Feb 5 19:03:45 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 5 Feb 2015 10:03:45 -0600 Subject: [Freeswitch-users] DTMF relay over bridge and the delay In-Reply-To: References: Message-ID: Try the ignore_dtmf_duration rtp bug. On Wed, Feb 4, 2015 at 8:35 PM, Ali Pey wrote: > Hello, > > Caller A calls in through a SIP trunk and is bridge to Destination B on > another SIP Trunk. > > When A dials a DTMF digits, there is a delay of ~1.5 seconds before it's > played on Leg B. > > When B Leg dials a DTMF digit, there is only a short delay of ~0.3 before > it's relayed on Leg A. > > > Is there anyway to reduce this delay or remove it? It causes problem with > Auto Attendant menus on Leg B. > > > Any help is very much appreciated. > > Thanks, > Ali Pey > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150205/3be9b7ae/attachment.html From brian at freeswitch.org Thu Feb 5 19:42:00 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 5 Feb 2015 10:42:00 -0600 Subject: [Freeswitch-users] Can I use a domain name in an ACL list? In-Reply-To: References: Message-ID: Looking at the code it looks like it would accept host. On Thu, Feb 5, 2015 at 9:59 AM, Szeto, Steven wrote: > Suppose I have a switch with DNS hostname of "myswitch.company.com" and > an IP address of 10.11.12.13. > > If I want to allow this switch's phones to call FreeSwitch, I have to > update the acl.conf.xml file with an entry that looks like this: > > > > > > > > > What I would like to do is use the DNS hostname of the switch instead. So > the above entry should look something like this: > > > > > > > > When I try the above, the calls are rejected by FreeSwitch. > > When creating its Access Control List, is there a way to tell FreeSwitch > to do a hostname lookup when hosts are specified? > > Regards, > Steve > > This e-mail (including any attachments) is for the sole use of the > intended recipient(s) and may contain information that is confidential > and/or protected by legal privilege. Any unauthorized review, use, copy, > disclosure or distribution of this e-mail is strictly prohibited. If you > are not the intended recipient, please notify Mitel immediately and destroy > all copies of this e-mail. Mitel does not accept any liability for breach > of security, error or virus that may result from the transmission of this > message. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150205/ae2cc2cf/attachment-0001.html From oguzhan.tuncer at gmx.de Thu Feb 5 20:06:09 2015 From: oguzhan.tuncer at gmx.de (Oguzhan Tuncer) Date: Thu, 5 Feb 2015 18:06:09 +0100 Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/231cc892/attachment.html From alipey at gmail.com Thu Feb 5 20:08:51 2015 From: alipey at gmail.com (Ali Pey) Date: Thu, 5 Feb 2015 12:08:51 -0500 Subject: [Freeswitch-users] DTMF relay over bridge and the delay In-Reply-To: References: Message-ID: Thanks Brian. I found my problem. In bind_digit_action, I had used a regex and freeswitch was waiting for more digits. I tried changing the regex forcing it to be 1 digit and it didn't work. I removed the regex and did three bind_digit_actions with the three digits I needed. Now the DTMF digits go through right away. On Thu, Feb 5, 2015 at 11:03 AM, Brian West wrote: > Try the ignore_dtmf_duration rtp bug. > > On Wed, Feb 4, 2015 at 8:35 PM, Ali Pey wrote: > >> Hello, >> >> Caller A calls in through a SIP trunk and is bridge to Destination B on >> another SIP Trunk. >> >> When A dials a DTMF digits, there is a delay of ~1.5 seconds before it's >> played on Leg B. >> >> When B Leg dials a DTMF digit, there is only a short delay of ~0.3 before >> it's relayed on Leg A. >> >> >> Is there anyway to reduce this delay or remove it? It causes problem with >> Auto Attendant menus on Leg B. >> >> >> Any help is very much appreciated. >> >> Thanks, >> Ali Pey >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> >> >> http://www.cluecon.com >> >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > *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/20150205/111e9e2d/attachment.html From max at nysolutions.com Thu Feb 5 20:18:34 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Thu, 5 Feb 2015 17:18:34 +0000 Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: What do you get when you do show registrations or sofia status profile internal reg from fs_cli? Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Oguzhan Tuncer Sent: Thursday, February 5, 2015 12:06 PM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] Hi everyone, I set up FreeSWITCH my first time and I am trying to get it work. Unfortunately I can not find any clear entries in the following error . After I set up internal IDs on 2 Soft-Clients , I can not establish a session between them. FreeSWITCH shows me the following message: 2015-02-05 17:07:18.767893 [INFO] mod_dialplan_xml.c:558 Processing 2000 <2000>->2001 in context default 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.787893 [NOTICE] switch_ivr_originate.c:2708 Cannot create outgoing channel of type [group] cause: [USER_NOT_REGISTERED] 2015-02-05 17:07:18.787893 [INFO] mod_dptools.c:3234 Originate Failed. Cause: USER_NOT_REGISTERED 2015-02-05 17:07:18.787893 [NOTICE] switch_channel.c:4685 Hangup sofia/internal/2000@[MY_Host-IP] [CS_EXECUTE] [USER_NOT_REGISTERED] 2015-02-05 17:07:18.787893 [NOTICE] switch_core_session.c:1633 Session 2 (sofia/internal/2000@[MY_Host-IP] Ended 2015-02-05 17:07:18.787893 [NOTICE] switch_core_session.c:1637 Close Channel sofia/internal/2000@[MY_Host-IP] [CS_DESTROY] I thought it could be my Firewall, but none of the needed Ports are disabled. I also tried it with Blind Registration in the sofia.conf.xml but as there were no changes. If I enter the command "sofia_contact" there is also "error/user_not_registered" How I can fix this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/1c17353c/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: image001.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/1c17353c/attachment-0001.jpg From kris at kriskinc.com Thu Feb 5 20:33:23 2015 From: kris at kriskinc.com (Kristian Kielhofner) Date: Thu, 5 Feb 2015 12:33:23 -0500 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: Unless you're looking at extremely high scale (several hundred to thousands CPS) or tens - hundreds of thousands of call (yes, really) why not just use another FreeSWITCH instance in bypass_media? On decent hardware FreeSWITCH can easily manage a simple call routing config in bypass_media into hundreds of CPS and several thousands calls. This can provide everything you've mentioned (and more) with many additional advantages including not needing to learn SIP in and out to make a SER-ish configuration useful. On Mon, Feb 2, 2015 at 3:55 AM, Avi Marcus wrote: > Hi - I know this has come up several times and I see several examples even > on the old wiki - but I've never used a SIP proxy before, and I don't > understand most of the configuration in the examples. > > Here's what I believe is a fairly common use case: > > 1) I have inbound calls via various carriers. Some only support an IP > endpoint (so DNS won't work) and some don't support 302 redirects, so I > can't use a stateless FS endpoint either, so I need a sip proxy. > > 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. > (Preferably, it should route registration too (or manage registration list > itself?)) > > 3) I need the ability to pull freeswitch nodes out of the routing (waiting > for them to drain is fine, I don't need failover of live calls) to perform > maintenance, and then add them back to the routing. > > 4) I should be able to have this proxy on a floating IP that I can move this > too, without downtime, for maintenance work. > > I think this is mostly handled by the examples I found - but the opensips > configuration files are hundreds of lines that I don't understand. If it's > just routing calls to a backend, shouldn't that be possible in a small > numbers of lines that are more understandable? > > I imagine someone can probably just point me to a tutorial/working code that > I can use. Several have been shared but I don't recall any one being > particularly simple... Also, most of them tell you about compiling code. FS > has been released in packages - has opensips? That might cut off many steps > from an updated tutorial. > > Thanks! > > > -Avi Marcus > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Kristian Kielhofner From cmrienzo at gmail.com Thu Feb 5 20:44:09 2015 From: cmrienzo at gmail.com (cmrienzo at gmail.com) Date: Thu, 5 Feb 2015 12:44:09 -0500 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: <591231E7-3B6F-499D-915E-D0328F4C95F7@gmail.com> The sip proxy is nice at handling the unwanted high CPS from attacks that the Sofia sip stack is incapable of dealing with. Plus the proxy can send those unwanted requests to the bit bucket instead of replying like FS will do. Chris > On Feb 5, 2015, at 12:33, Kristian Kielhofner wrote: > > Unless you're looking at extremely high scale (several hundred to > thousands CPS) or tens - hundreds of thousands of call (yes, really) > why not just use another FreeSWITCH instance in bypass_media? On > decent hardware FreeSWITCH can easily manage a simple call routing > config in bypass_media into hundreds of CPS and several thousands > calls. > > This can provide everything you've mentioned (and more) with many > additional advantages including not needing to learn SIP in and out to > make a SER-ish configuration useful. > >> On Mon, Feb 2, 2015 at 3:55 AM, Avi Marcus wrote: >> Hi - I know this has come up several times and I see several examples even >> on the old wiki - but I've never used a SIP proxy before, and I don't >> understand most of the configuration in the examples. >> >> Here's what I believe is a fairly common use case: >> >> 1) I have inbound calls via various carriers. Some only support an IP >> endpoint (so DNS won't work) and some don't support 302 redirects, so I >> can't use a stateless FS endpoint either, so I need a sip proxy. >> >> 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. >> (Preferably, it should route registration too (or manage registration list >> itself?)) >> >> 3) I need the ability to pull freeswitch nodes out of the routing (waiting >> for them to drain is fine, I don't need failover of live calls) to perform >> maintenance, and then add them back to the routing. >> >> 4) I should be able to have this proxy on a floating IP that I can move this >> too, without downtime, for maintenance work. >> >> I think this is mostly handled by the examples I found - but the opensips >> configuration files are hundreds of lines that I don't understand. If it's >> just routing calls to a backend, shouldn't that be possible in a small >> numbers of lines that are more understandable? >> >> I imagine someone can probably just point me to a tutorial/working code that >> I can use. Several have been shared but I don't recall any one being >> particularly simple... Also, most of them tell you about compiling code. FS >> has been released in packages - has opensips? That might cut off many steps >> from an updated tutorial. >> >> Thanks! >> >> >> -Avi Marcus >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Thu Feb 5 20:45:07 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 5 Feb 2015 11:45:07 -0600 Subject: [Freeswitch-users] DTMF relay over bridge and the delay In-Reply-To: References: Message-ID: Yes bind_digit_action will delay DTMF if misconfigured or has complex digit sequences to search for. On Thu, Feb 5, 2015 at 11:08 AM, Ali Pey wrote: > Thanks Brian. > > > I found my problem. > > In bind_digit_action, I had used a regex and freeswitch was waiting for > more digits. I tried changing the regex forcing it to be 1 digit and it > didn't work. I removed the regex and did three bind_digit_actions with the > three digits I needed. > > Now the DTMF digits go through right away. > > > > > On Thu, Feb 5, 2015 at 11:03 AM, Brian West wrote: > >> Try the ignore_dtmf_duration rtp bug. >> >> On Wed, Feb 4, 2015 at 8:35 PM, Ali Pey wrote: >> >>> Hello, >>> >>> Caller A calls in through a SIP trunk and is bridge to Destination B on >>> another SIP Trunk. >>> >>> When A dials a DTMF digits, there is a delay of ~1.5 seconds before it's >>> played on Leg B. >>> >>> When B Leg dials a DTMF digit, there is only a short delay of ~0.3 >>> before it's relayed on Leg A. >>> >>> >>> Is there anyway to reduce this delay or remove it? It causes problem >>> with Auto Attendant menus on Leg B. >>> >>> >>> Any help is very much appreciated. >>> >>> Thanks, >>> Ali Pey >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> Official FreeSWITCH Sites >>> >>> >>> http://www.freeswitch.org >>> >>> http://confluence.freeswitch.org >>> >>> >>> >>> http://www.cluecon.com >>> >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> *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 *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/20150205/d22d9d6b/attachment-0001.html From brian at freeswitch.org Thu Feb 5 20:47:29 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 5 Feb 2015 11:47:29 -0600 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <591231E7-3B6F-499D-915E-D0328F4C95F7@gmail.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <591231E7-3B6F-499D-915E-D0328F4C95F7@gmail.com> Message-ID: I thought there used to exist a config wizard that you could go thru and check all the options you wanted and it would spit out a working config for Kamailio... or was I dreaming? On Thu, Feb 5, 2015 at 11:44 AM, wrote: > The sip proxy is nice at handling the unwanted high CPS from attacks that > the Sofia sip stack is incapable of dealing with. Plus the proxy can send > those unwanted requests to the bit bucket instead of replying like FS will > do. > > Chris > > > > > On Feb 5, 2015, at 12:33, Kristian Kielhofner wrote: > > > > Unless you're looking at extremely high scale (several hundred to > > thousands CPS) or tens - hundreds of thousands of call (yes, really) > > why not just use another FreeSWITCH instance in bypass_media? On > > decent hardware FreeSWITCH can easily manage a simple call routing > > config in bypass_media into hundreds of CPS and several thousands > > calls. > > > > This can provide everything you've mentioned (and more) with many > > additional advantages including not needing to learn SIP in and out to > > make a SER-ish configuration useful. > > > >> On Mon, Feb 2, 2015 at 3:55 AM, Avi Marcus wrote: > >> Hi - I know this has come up several times and I see several examples > even > >> on the old wiki - but I've never used a SIP proxy before, and I don't > >> understand most of the configuration in the examples. > >> > >> Here's what I believe is a fairly common use case: > >> > >> 1) I have inbound calls via various carriers. Some only support an IP > >> endpoint (so DNS won't work) and some don't support 302 redirects, so I > >> can't use a stateless FS endpoint either, so I need a sip proxy. > >> > >> 2) I need a SIP proxy that will route calls to various FreeSWITCH > endpoints. > >> (Preferably, it should route registration too (or manage registration > list > >> itself?)) > >> > >> 3) I need the ability to pull freeswitch nodes out of the routing > (waiting > >> for them to drain is fine, I don't need failover of live calls) to > perform > >> maintenance, and then add them back to the routing. > >> > >> 4) I should be able to have this proxy on a floating IP that I can move > this > >> too, without downtime, for maintenance work. > >> > >> I think this is mostly handled by the examples I found - but the > opensips > >> configuration files are hundreds of lines that I don't understand. If > it's > >> just routing calls to a backend, shouldn't that be possible in a small > >> numbers of lines that are more understandable? > >> > >> I imagine someone can probably just point me to a tutorial/working code > that > >> I can use. Several have been shared but I don't recall any one being > >> particularly simple... Also, most of them tell you about compiling > code. FS > >> has been released in packages - has opensips? That might cut off many > steps > >> from an updated tutorial. > >> > >> Thanks! > >> > >> > >> -Avi Marcus > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > -- > > Kristian Kielhofner > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 *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/20150205/689f4af2/attachment.html From msc at freeswitch.org Thu Feb 5 20:51:34 2015 From: msc at freeswitch.org (Michael Collins) Date: Thu, 5 Feb 2015 09:51:34 -0800 Subject: [Freeswitch-users] OT: SIP Analysis at Linux CLI In-Reply-To: <0000014b59e0f670-9b16a3b1-12ed-4fa0-b059-f46dafc0f280-000000@email.amazonses.com> References: <0000014b59e0f670-9b16a3b1-12ed-4fa0-b059-f46dafc0f280-000000@email.amazonses.com> Message-ID: On Thu, Feb 5, 2015 at 5:14 AM, Avi Marcus wrote: > Slightly related: Sometimes I want to *listen* to the PCAP and wireshark > takes a while or otherwise chokes on it. > I've tried finding a tool, but they either didn't compile, weren't free, > etc... any tips on an easy command-line version to extract audio from a > PCAP? > Actually, there is. You just need tshark and some data. I wrote a pcap2wav utility here at work and I'll find out if it's okay to release it to the public. In the meantime the basic information on extracting the RTP sessions can be found here: http://stackoverflow.com/questions/6073868/how-to-stream-pcap-file-to-rtp-rtcp-stream Just keep in mind that this is only grabbing RTP in a particular direction. You can mux two streams together but just remember that they rarely start at exactly the same moment in time so you'll need to pad silence at the beginning of one of them. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/5d7bace3/attachment.html From msc at freeswitch.org Thu Feb 5 20:56:24 2015 From: msc at freeswitch.org (Michael Collins) Date: Thu, 5 Feb 2015 09:56:24 -0800 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <591231E7-3B6F-499D-915E-D0328F4C95F7@gmail.com> Message-ID: On Thu, Feb 5, 2015 at 9:47 AM, Brian West wrote: > I thought there used to exist a config wizard that you could go thru and > check all the options you wanted and it would spit out a working config for > Kamailio... or was I dreaming? > There is this: https://www.sipwise.com/products/ I've never used it and I'm suspicious of anything that uses "SIP" and "wise" in the same sentence but you never know. ;) -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/1f7abc7c/attachment.html From avi at avimarcus.net Thu Feb 5 21:59:47 2015 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 5 Feb 2015 18:59:47 +0000 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: <0000014b5b1cc778-02a63935-2931-436f-a5c7-31cfa68d3233-000000@email.amazonses.com> Kristian: Indeed, that would be easier! However, that doesn't seem to solve the ability to do maintenance on that box (I was planning to have opensips share with one of the FS instances). Is recover call table from a shared sql DB reliable for that situation, or any other way to make it stateless...? -Avi On Thu, Feb 5, 2015 at 7:33 PM, Kristian Kielhofner wrote: > Unless you're looking at extremely high scale (several hundred to > thousands CPS) or tens - hundreds of thousands of call (yes, really) > why not just use another FreeSWITCH instance in bypass_media? On > decent hardware FreeSWITCH can easily manage a simple call routing > config in bypass_media into hundreds of CPS and several thousands > calls. > > This can provide everything you've mentioned (and more) with many > additional advantages including not needing to learn SIP in and out to > make a SER-ish configuration useful. > > On Mon, Feb 2, 2015 at 3:55 AM, Avi Marcus wrote: > > Hi - I know this has come up several times and I see several examples > even > > on the old wiki - but I've never used a SIP proxy before, and I don't > > understand most of the configuration in the examples. > > > > Here's what I believe is a fairly common use case: > > > > 1) I have inbound calls via various carriers. Some only support an IP > > endpoint (so DNS won't work) and some don't support 302 redirects, so I > > can't use a stateless FS endpoint either, so I need a sip proxy. > > > > 2) I need a SIP proxy that will route calls to various FreeSWITCH > endpoints. > > (Preferably, it should route registration too (or manage registration > list > > itself?)) > > > > 3) I need the ability to pull freeswitch nodes out of the routing > (waiting > > for them to drain is fine, I don't need failover of live calls) to > perform > > maintenance, and then add them back to the routing. > > > > 4) I should be able to have this proxy on a floating IP that I can move > this > > too, without downtime, for maintenance work. > > > > I think this is mostly handled by the examples I found - but the opensips > > configuration files are hundreds of lines that I don't understand. If > it's > > just routing calls to a backend, shouldn't that be possible in a small > > numbers of lines that are more understandable? > > > > I imagine someone can probably just point me to a tutorial/working code > that > > I can use. Several have been shared but I don't recall any one being > > particularly simple... Also, most of them tell you about compiling code. > FS > > has been released in packages - has opensips? That might cut off many > steps > > from an updated tutorial. > > > > Thanks! > > > > > > -Avi Marcus > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > -- > Kristian Kielhofner > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150205/156e674a/attachment-0001.html From mike at jerris.com Thu Feb 5 22:04:16 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 5 Feb 2015 14:04:16 -0500 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b5b1cc778-02a63935-2931-436f-a5c7-31cfa68d3233-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <0000014b5b1cc778-02a63935-2931-436f-a5c7-31cfa68d3233-000000@email.amazonses.com> Message-ID: <77B85A3C-A356-460B-AF26-04BFD1DAC0AB@jerris.com> There is no way to make a sip user agent stateless. recovery may be an option. > On Feb 5, 2015, at 1:59 PM, Avi Marcus wrote: > > Kristian: Indeed, that would be easier! > However, that doesn't seem to solve the ability to do maintenance on that box (I was planning to have opensips share with one of the FS instances). > > Is recover call table from a shared sql DB reliable for that situation, or any other way to make it stateless...? > > -Avi > > On Thu, Feb 5, 2015 at 7:33 PM, Kristian Kielhofner > wrote: > Unless you're looking at extremely high scale (several hundred to > thousands CPS) or tens - hundreds of thousands of call (yes, really) > why not just use another FreeSWITCH instance in bypass_media? On > decent hardware FreeSWITCH can easily manage a simple call routing > config in bypass_media into hundreds of CPS and several thousands > calls. > > This can provide everything you've mentioned (and more) with many > additional advantages including not needing to learn SIP in and out to > make a SER-ish configuration useful. > > On Mon, Feb 2, 2015 at 3:55 AM, Avi Marcus > wrote: > > Hi - I know this has come up several times and I see several examples even > > on the old wiki - but I've never used a SIP proxy before, and I don't > > understand most of the configuration in the examples. > > > > Here's what I believe is a fairly common use case: > > > > 1) I have inbound calls via various carriers. Some only support an IP > > endpoint (so DNS won't work) and some don't support 302 redirects, so I > > can't use a stateless FS endpoint either, so I need a sip proxy. > > > > 2) I need a SIP proxy that will route calls to various FreeSWITCH endpoints. > > (Preferably, it should route registration too (or manage registration list > > itself?)) > > > > 3) I need the ability to pull freeswitch nodes out of the routing (waiting > > for them to drain is fine, I don't need failover of live calls) to perform > > maintenance, and then add them back to the routing. > > > > 4) I should be able to have this proxy on a floating IP that I can move this > > too, without downtime, for maintenance work. > > > > I think this is mostly handled by the examples I found - but the opensips > > configuration files are hundreds of lines that I don't understand. If it's > > just routing calls to a backend, shouldn't that be possible in a small > > numbers of lines that are more understandable? > > > > I imagine someone can probably just point me to a tutorial/working code that > > I can use. Several have been shared but I don't recall any one being > > particularly simple... Also, most of them tell you about compiling code. FS > > has been released in packages - has opensips? That might cut off many steps > > from an updated tutorial. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/d6295c68/attachment.html From aqsyounas at gmail.com Thu Feb 5 22:19:01 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Fri, 6 Feb 2015 00:19:01 +0500 Subject: [Freeswitch-users] mod_vlc taking more time in playing a stream than mod_shout Message-ID: Hi, Users. I am facing an issue when trying to play a stream with mod_vlc i hear voice after 8 to 10 seconds after getting answer. But when i play same stream with mod_shout i get voice instantly. Why mod_vlc is taking much time in playing the stream? Is there any way to reduce this time? All thoughts are welcome. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/114e2ce5/attachment.html From s.safarov at gmail.com Fri Feb 6 00:01:36 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 6 Feb 2015 00:01:36 +0300 Subject: [Freeswitch-users] conference factory URI Message-ID: I trying configure extension that is generating unique conference URI for different users as described in section 5.4 of RFC4579 . This extension will be bonded to "create new conference" button on a SIP phone. Conferences created from different phones will not conflict each other I do not know how do it. Please help me. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/7b6cd6b5/attachment.html From lists at kavun.ch Fri Feb 6 01:59:39 2015 From: lists at kavun.ch (Emrah) Date: Thu, 5 Feb 2015 23:59:39 +0100 Subject: [Freeswitch-users] 487 originator cancelled when using loopback channel in multiple endpoint bridge Message-ID: Hi, I am trying to accomplish the following and cannot get it to work. On incoming calls, start playing an audio file and execute a bridge at the 7th second of the file without stopping playback. I tried a bunch of combination, but this one is the one I feel the most certain about. The problem is that even though the scenario works, overtime I pick up the channel is hung up with a 487 originator cancelled. Not on the loopback channel, but on the one I picked up. Here is my dialplan: I'm running the latest v1.4 stable. Any idea would be much appreciated. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150205/eb414737/attachment.html From 0x6e6562 at gmail.com Fri Feb 6 03:53:11 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Fri, 6 Feb 2015 00:53:11 +0000 Subject: [Freeswitch-users] NAT traversal: replacing rttproxy with external RTP IP address in FS Message-ID: Hi all, TL;DR: Does anybody know of a way to convince FS to insert an external RTP IP into the SDP even if the signalling is coming from a client behind the same NAT? I'm currently using kamailio and rtpproxy behind a NAT in conjunction with FS, but I'd like to eliminate rtpproxy from the equation and get FS to handle all of the RTP NAT. I've set the ext-rtp-ip in the SIP profile and FS seems to have accepted it, but FS still sends out SDPs with the local IP address in them. I'm assuming that this is happening because the client that is forwarding the INVITE is behind the same NAT and therefore FS is not inserting the external IP address into the SDP, but I might be wrong. I'm using version 1.4.15-1. Currently I've got this topology for signalling: CLIENT <-> PUBLIC INTERNET <-> NAT <-> KAMAILIO <-> FS And this topology for media: CLIENT <-> PUBLIC INTERNET <-> NAT <-> RTPPROXY <-> FS whereby rttproxy advertises itself on a public IP and the external firewall has static port forwards set up for ephemeral RTP ports. FS is a B2BUA in this setup. I'd like to replace the media topology with this: CLIENT <-> PUBLIC INTERNET <-> NAT <-> FS and port forward RTP to the FS instance in the firewall. As a proof of concept hack, I was able to get end to end media going between two different clients, by rewriting the local IP of the FS instance in the outgoing SDP on the outbound leg in kamailio. But I'd like to be able to set the correct external IP as part of the normal SDP patching process in FS. Thanks, Ben From john.nash778 at gmail.com Fri Feb 6 05:29:09 2015 From: john.nash778 at gmail.com (John Nash) Date: Fri, 6 Feb 2015 07:59:09 +0530 Subject: [Freeswitch-users] CDR using lua script Message-ID: I am trying to insert CDR using a lua script. References: Message-ID: <54D42E2D.2070108@freeswitch.org> Did you try using instead api_reporting_hook instead ? You really want to do your CDR logging in the CS_REPORTING state, not CS_HANGUP. -- Yossi Neiman On 02/05/2015 08:29 PM, John Nash wrote: > I am trying to insert CDR using a lua script. > > > But when this executes many of the parameters passed to script as nil > like billsec , How can I get all parameters related to CDR (Like other > CDR modules) > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150205/3071cb61/attachment.html From john.nash778 at gmail.com Fri Feb 6 06:55:32 2015 From: john.nash778 at gmail.com (John Nash) Date: Fri, 6 Feb 2015 09:25:32 +0530 Subject: [Freeswitch-users] CDR using lua script In-Reply-To: <54D42E2D.2070108@freeswitch.org> References: <54D42E2D.2070108@freeswitch.org> Message-ID: yes just now tried that but result is same. I tried to do it in lua just to utilize freewitch.dbh otherwise there are some straight forward modules. In Lua I can also use luarun to avoid blocking of call thread in case of DB related locks. On Fri, Feb 6, 2015 at 8:29 AM, I put the Who? in Mishehu < mishehu at freeswitch.org> wrote: > Did you try using instead api_reporting_hook instead ? You really want > to do your CDR logging in the CS_REPORTING state, not CS_HANGUP. > > -- > Yossi Neiman > > On 02/05/2015 08:29 PM, John Nash wrote: > > I am trying to insert CDR using a lua script. > > > But when this executes many of the parameters passed to script as nil > like billsec , How can I get all parameters related to CDR (Like other CDR > modules) > > > _________________________________________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/27b0c7fe/attachment.html From oguzhan.tuncer at gmx.de Fri Feb 6 10:50:55 2015 From: oguzhan.tuncer at gmx.de (Oguzhan Tuncer) Date: Fri, 6 Feb 2015 08:50:55 +0100 Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/f4fbe0fd/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/f4fbe0fd/attachment-0001.jpg From oguzhan.tuncer at gmx.de Fri Feb 6 12:18:41 2015 From: oguzhan.tuncer at gmx.de (Oguzhan Tuncer) Date: Fri, 6 Feb 2015 10:18:41 +0100 Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] In-Reply-To: References: , , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/fd777368/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/fd777368/attachment.jpg From bordmi at rarus.ru Fri Feb 6 16:03:35 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 17:03:35 +0400 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? Message-ID: Hi! I want to schedule a FreeSWITCH event from lua script. How can I do this? sched_api is too hard way to do this, in my opinion. -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/fd27d222/attachment.html From bordmi at rarus.ru Fri Feb 6 16:27:20 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 17:27:20 +0400 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? In-Reply-To: References: Message-ID: I found only one method (from lua): freeswitch.api:execute("sched_api","$time $group luarun(fire_event.lua $id)") Does freeswitch has any other way, less perverse? 2015-02-06 16:03 GMT+03:00 ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru>: > Hi! > > I want to schedule a FreeSWITCH event from lua script. How can I do this? > > sched_api is too hard way to do this, in my opinion. > > -- > with best regards, > Dmitriy Borisov > -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/a8833ca0/attachment.html From techvlu at gmail.com Fri Feb 6 12:12:23 2015 From: techvlu at gmail.com (Lucky) Date: Fri, 6 Feb 2015 10:12:23 +0100 Subject: [Freeswitch-users] Play recording Message-ID: in cdr tool not appears the possibility to listen the recordings, (v3.6.3 v3.7.1) i have read this http://wiki.fusionpbx.com/index.php?title=Call_Detail_Records but not solved.. can you help me? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/5565e870/attachment-0001.html From sozturk at gmail.com Fri Feb 6 15:58:43 2015 From: sozturk at gmail.com (srdrztrk) Date: Fri, 6 Feb 2015 14:58:43 +0200 Subject: [Freeswitch-users] Call from "Client without TLS" to "Client with TLS" Message-ID: Hi all, I googled so much, unfortunately found nearly nothing about it. I've got two different clients. One of them supports TLS and registers Freeswitch via TLS. The other one doesn't support TLS and registers Freeswitch via UDP. I can make calls from TLS to UDP direction. But making calls from UDP to TLS direction is a problem. What do i have to do for dialing from UDP to TLS direction? Is it possible? If it is, how can i edit the configuration? Any example will be appreciated. Thx. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/e519a766/attachment.html From andrew.keil at visytel.com Fri Feb 6 12:53:54 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 6 Feb 2015 09:53:54 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Message-ID: To FreeSWITCH users, Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network. I wondered if someone can take a quick look at this test case spreadsheet from BT in the UK to see if a standard FreeSWITCH installation (current production release) will cover off all these test cases. I assume the answer is yes! However I thought that I would ask in advance. Kind Regards, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/0aaa33e2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: BT_TestCases_ForSIP.xls Type: application/vnd.ms-excel Size: 81408 bytes Desc: BT_TestCases_ForSIP.xls Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/0aaa33e2/attachment-0001.xls From giggsey at gmail.com Fri Feb 6 17:07:10 2015 From: giggsey at gmail.com (Joshua Gigg) Date: Fri, 6 Feb 2015 14:07:10 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: On 6 February 2015 at 09:53, Andrew Keil wrote: > To FreeSWITCH users, > > > > Re - British Telecom (BT) SIP test list before allowing a server on their > IP Telephony network. > > > > I wondered if someone can take a quick look at this test case spreadsheet > from BT in the UK to see if a standard FreeSWITCH installation (current > production release) will cover off all these test cases. I assume the > answer is yes! However I thought that I would ask in advance. > > > > Kind Regards, > > > > Andrew Keil > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > I've briefly looked into this sort of stuff before, and I found http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ Does that help? -- Joshua Gigg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/1a2ac02d/attachment.html From mitchelle.bit at gmail.com Fri Feb 6 16:56:56 2015 From: mitchelle.bit at gmail.com (Mitchelle Johnson) Date: Fri, 6 Feb 2015 19:26:56 +0530 Subject: [Freeswitch-users] [USER_NOT_REGISTERED] Message-ID: Hi, I get this error when I am trying to call from 1016 to 1018 through FusionPBX. The FusionPBX/freeswitch server run on 192.168.0.103 and I am making a call from my machine at 192.168.0.106. The error logs can be found on http://pastebin.com/22MJ39HG Please help!!! Thanks, Mitchelle -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/e6d0f0a6/attachment.html From brian at freeswitch.org Fri Feb 6 17:57:42 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 08:57:42 -0600 Subject: [Freeswitch-users] Call from "Client without TLS" to "Client with TLS" In-Reply-To: References: Message-ID: What does the output of 'sofia status profile internal reg' say? As long as you're using the sofia_contact or user endpoint that is setup properly it should just work. On Fri, Feb 6, 2015 at 6:58 AM, srdrztrk wrote: > Hi all, > > I googled so much, unfortunately found nearly nothing about it. > > I've got two different clients. One of them supports TLS and registers > Freeswitch via TLS. The other one doesn't support TLS and registers > Freeswitch via UDP. I can make calls from TLS to UDP direction. But making > calls from UDP to TLS direction is a problem. > > What do i have to do for dialing from UDP to TLS direction? Is it > possible? If it is, how can i edit the configuration? Any example will be > appreciated. > > Thx. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/5abf4b28/attachment.html From brian at freeswitch.org Fri Feb 6 17:58:36 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 08:58:36 -0600 Subject: [Freeswitch-users] [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: I would try taking this question to the FusionPBX's project mailing lists and / or IRC channel. On Fri, Feb 6, 2015 at 7:56 AM, Mitchelle Johnson wrote: > Hi, > I get this error when I am trying to call from 1016 to 1018 through > FusionPBX. The FusionPBX/freeswitch server run on 192.168.0.103 and I am > making a call from my machine at 192.168.0.106. > The error logs can be found on http://pastebin.com/22MJ39HG > Please help!!! > > Thanks, > Mitchelle > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/3b75e6fc/attachment.html From brian at freeswitch.org Fri Feb 6 17:58:43 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 08:58:43 -0600 Subject: [Freeswitch-users] Play recording In-Reply-To: References: Message-ID: I would try taking this question to the FusionPBX's project mailing lists and / or IRC channel. On Fri, Feb 6, 2015 at 3:12 AM, Lucky wrote: > in cdr tool not appears the possibility to listen the recordings, (v3.6.3 > v3.7.1) i have read this > http://wiki.fusionpbx.com/index.php?title=Call_Detail_Records but not > solved.. > > can you help me? > 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 *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/20150206/e6282f21/attachment-0001.html From krice at freeswitch.org Fri Feb 6 18:01:51 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 06 Feb 2015 15:01:51 +0000 Subject: [Freeswitch-users] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54d4d75f66260_3e13e55330448ee@ip-10-184-131-145.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/2757c794/attachment.html From auge at virtues.net Fri Feb 6 18:27:03 2015 From: auge at virtues.net (Thomas Auge) Date: Fri, 06 Feb 2015 12:27:03 -0300 Subject: [Freeswitch-users] Call from "Client without TLS" to "Client with TLS" In-Reply-To: References: Message-ID: <54D4DD47.4040704@virtues.net> If NAT is involved, SIP over UDP will always be a bit flaky - or at least has been for me. UDP NAT is a bit of a hack to begin with and I think the sessions often time out on some routers during "silent" periods. Use TCP if you can, else try lowering the registration timeout. I have often observed UDP devices working just fine, but stopping to work after a few minutes of inactivity. Never saw the point of UDP on the signaling layer anyway. And yeah, in my experience it does "just work" no matter the protocol. Except that sometimes NATed UDP packets simply don't make it to the server, but that's not Freeswitch's fault. :) On 06.02.2015 11:57, Brian West wrote: > What does the output of 'sofia status profile internal reg' say? As long as you're using the sofia_contact or user > endpoint that is setup properly it should just work. > > On Fri, Feb 6, 2015 at 6:58 AM, srdrztrk > wrote: > > Hi all, > > I googled so much, unfortunately found nearly nothing about it. > > I've got two different clients. One of them supports TLS and registers Freeswitch via TLS. The other one doesn't > support TLS and registers Freeswitch via UDP. I can make calls from TLS to UDP direction. But making calls from UDP > to TLS direction is a problem. > > What do i have to do for dialing from UDP to TLS direction? Is it possible? If it is, how can i edit the > configuration? Any example will be appreciated. > > Thx. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > *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 > From bpriddy at bryantschools.org Fri Feb 6 18:32:21 2015 From: bpriddy at bryantschools.org (Blake Priddy) Date: Fri, 6 Feb 2015 09:32:21 -0600 Subject: [Freeswitch-users] Call from "Client without TLS" to "Client with TLS" In-Reply-To: <54D4DD47.4040704@virtues.net> References: <54D4DD47.4040704@virtues.net> Message-ID: I'd tell you a joke about UDP, but you probably wouldn't get it. ;) On Friday, February 6, 2015, Thomas Auge wrote: > If NAT is involved, SIP over UDP will always be a bit flaky - or at least > has been for me. UDP NAT is a bit of a hack to > begin with and I think the sessions often time out on some routers during > "silent" periods. Use TCP if you can, else try > lowering the registration timeout. I have often observed UDP devices > working just fine, but stopping to work after a few > minutes of inactivity. > > Never saw the point of UDP on the signaling layer anyway. > > And yeah, in my experience it does "just work" no matter the protocol. > Except that sometimes NATed UDP packets simply > don't make it to the server, but that's not Freeswitch's fault. :) > > > > > On 06.02.2015 11:57, Brian West wrote: > > What does the output of 'sofia status profile internal reg' say? As long > as you're using the sofia_contact or user > > endpoint that is setup properly it should just work. > > > > On Fri, Feb 6, 2015 at 6:58 AM, srdrztrk >> wrote: > > > > Hi all, > > > > I googled so much, unfortunately found nearly nothing about it. > > > > I've got two different clients. One of them supports TLS and > registers Freeswitch via TLS. The other one doesn't > > support TLS and registers Freeswitch via UDP. I can make calls from > TLS to UDP direction. But making calls from UDP > > to TLS direction is a problem. > > > > What do i have to do for dialing from UDP to TLS direction? Is it > possible? If it is, how can i edit the > > configuration? Any example will be appreciated. > > > > Thx. > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org FreeSWITCH-users at 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 > > > > *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 > -- *Blakelund Priddy* Network & Systems Engineer Bryant Public School District Bryant, Arkansas 72022 http://www.bryantschools.org p 501-653-5038 f 501-847-5656 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/ff40a607/attachment.html From aqsyounas at gmail.com Fri Feb 6 19:46:58 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Fri, 6 Feb 2015 21:46:58 +0500 Subject: [Freeswitch-users] mod_vlc taking more time in playing a stream than mod_shout In-Reply-To: References: Message-ID: Thanks I solved it. After compiling vlc with source code and commenting out the line 366. On 6 February 2015 at 00:19, Aqs Younas wrote: > Hi, Users. > > I am facing an issue when trying to play a stream with mod_vlc i hear > voice after 8 to 10 seconds after getting answer. But when i play same > stream with mod_shout i get voice instantly. > > Why mod_vlc is taking much time in playing the stream? Is there any way to > reduce this time? > > All thoughts are welcome. > > Thanks. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/6896fc66/attachment.html From msc at freeswitch.org Fri Feb 6 20:12:26 2015 From: msc at freeswitch.org (Michael Collins) Date: Fri, 6 Feb 2015 09:12:26 -0800 Subject: [Freeswitch-users] 2708 anno create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: On Fri, Feb 6, 2015 at 1:18 AM, Oguzhan Tuncer wrote: > I had forgotten to log-in into my Soft-Clients... :/ My mistake... > Now I can see the internal Rsgistrations: > CALLS-IN 8 > FAILED-CALLS-IN 4 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 2 > > Did you you make sure that you have the correct user id's in conf/directory/default.xml for the group that you are trying to dial? Also, have you done a simple sanity check, like having one user dial the other user? -MC > *Gesendet:* Freitag, 06. Februar 2015 um 08:50 Uhr > *Von:* "Oguzhan Tuncer" > *An:* freeswitch-users at lists.freeswitch.org > > *Betreff:* Re: [Freeswitch-users] 2708 anno create outgoing channel of > type [error] cause: [USER_NOT_REGISTERED] > I have also no Registrations as you can see below: > > Name internal > Domain Name N/A > Auto-NAT false > DBName sofia_reg_internal > Pres Hosts 192.168.18.132 > Dialplan XML > Context public > Challenge Realm auto_from > RTP-IP [MY_Host-IP] > SIP-IP [MY_Host-IP] > URL sip:mod_sofia@[MY_Host-IP]:5060 > BIND-URL sip:mod_sofia@[MY_Host-IP]:5060;transport=udp,tcp > HOLD-MUSIC local_stream://moh > OUTBOUND-PROXY N/A > CODECS IN OPUS,G722,PCMU,PCMA,GSM > CODECS OUT OPUS,G722,PCMU,PCMA,GSM > TEL-EVENT 101 > DTMF-MODE rfc2833 > CNG 13 > SESSION-TO 0 > MAX-DIALOG 0 > NOMEDIA false > LATE-NEG true > PROXY-MEDIA false > ZRTP-PASSTHRU true > AGGRESSIVENAT false > CALLS-IN 0 > FAILED-CALLS-IN 0 > CALLS-OUT 0 > FAILED-CALLS-OUT 0 > REGISTRATIONS 0 > > > > *Gesendet:* Donnerstag, 05. Februar 2015 um 18:18 Uhr > *Von:* "Moishe Grunstein" > *An:* "FreeSWITCH Users Help" > *Betreff:* Re: [Freeswitch-users] 2708 anno create outgoing channel of > type [error] cause: [USER_NOT_REGISTERED] > > What do you get when you do show registrations or sofia status profile > internal reg from fs_cli? > > > > Thanks, > > > > Moishe Grunstein > > Tornado Computer Systems, Inc. > > 212.400.7650 888.IPPBX.US > *Service Request Email: support at nysolutions.com * > > [image: cid:image001.jpg at 01C72F94.9EE45D60] > > Computer Networking * Managed Services * IP Video Surveillance * Network > Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network > Security * Site Surveys * CMS > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Oguzhan > Tuncer > *Sent:* Thursday, February 5, 2015 12:06 PM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* [Freeswitch-users] 2708 anno create outgoing channel of type > [error] cause: [USER_NOT_REGISTERED] > > > > Hi everyone, > > > > I set up FreeSWITCH my first time and I am trying to get it work. > Unfortunately I can not find any clear entries in the following error . > After I set up internal IDs on 2 Soft-Clients , I can not establish a > session between them. > > FreeSWITCH shows me the following message: > > > > 2015-02-05 17:07:18.767893 [INFO] mod_dialplan_xml.c:558 Processing 2000 > <2000>->2001 in context default > 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.767893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [error] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.787893 [NOTICE] switch_ivr_originate.c:2708 Cannot > create outgoing channel of type [group] cause: [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.787893 [INFO] mod_dptools.c:3234 Originate Failed. > Cause: USER_NOT_REGISTERED > 2015-02-05 17:07:18.787893 [NOTICE] switch_channel.c:4685 Hangup > sofia/internal/2000@[MY_Host-IP] [CS_EXECUTE] [USER_NOT_REGISTERED] > 2015-02-05 17:07:18.787893 [NOTICE] switch_core_session.c:1633 Session 2 > (sofia/internal/2000@[MY_Host-IP] Ended > 2015-02-05 17:07:18.787893 [NOTICE] switch_core_session.c:1637 Close > Channel sofia/internal/2000@[MY_Host-IP] [CS_DESTROY] > > > > I thought it could be my Firewall, but none of the needed Ports are > disabled. > > I also tried it with Blind Registration in the sofia.conf.xml but as there > were no changes. > > > > If I enter the command "sofia_contact" there is also > "error/user_not_registered" > > > > How I can fix this? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.org > http://www.freeswitchsolutions.com Official FreeSWITCH Sites > http://www.freeswitch.org http://confluence.freeswitch.org > http://www.cluecon.com FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150206/9e905eb7/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/9e905eb7/attachment-0001.jpg From msc at freeswitch.org Fri Feb 6 20:24:01 2015 From: msc at freeswitch.org (Michael Collins) Date: Fri, 6 Feb 2015 09:24:01 -0800 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? In-Reply-To: References: Message-ID: On Fri, Feb 6, 2015 at 5:27 AM, ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru> wrote: > I found only one method (from lua): > > freeswitch.api:execute("sched_api","$time $group luarun(fire_event.lua > $id)") > > Does freeswitch has any other way, less perverse? > Could you define what makes sched_api "way too hard" and "perverse"? We've been using it for years and I find it to be exceptionally simple and elegant. Granted, it's designed to schedule an API to be run, not specifically to fire an event. However, sending events requires several steps to be taken anyway, i.e. defining the event headers and then firing. Doing sched_api to have a script fire an event for you seems completely reasonable. -MC > 2015-02-06 16:03 GMT+03:00 ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru>: > >> Hi! >> >> I want to schedule a FreeSWITCH event from lua script. How can I do this? >> >> sched_api is too hard way to do this, in my opinion. >> >> -- >> with best regards, >> Dmitriy Borisov >> > > > > -- > with best regards, > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150206/1d9bb4e9/attachment.html From mitchelle.bit at gmail.com Fri Feb 6 20:51:26 2015 From: mitchelle.bit at gmail.com (Mitchelle Johnson) Date: Fri, 6 Feb 2015 23:21:26 +0530 Subject: [Freeswitch-users] [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: Hi Brian, I would like to add some more details of the problem. When I call from my xlite soft phone (keeping the box to register with domain and receive calls unchecked), my xlite shows 'account enabled' and I can hear music on hold but as soon as I check the box of register with domain and receive calls, my xlite soft phone shows account disabled, then no outgoing calls, even no music on hold, as the account is not registered. Thanks, Mitchelle On Fri, Feb 6, 2015 at 8:28 PM, Brian West wrote: > I would try taking this question to the FusionPBX's project mailing lists > and / or IRC channel. > > On Fri, Feb 6, 2015 at 7:56 AM, Mitchelle Johnson > wrote: > >> Hi, >> I get this error when I am trying to call from 1016 to 1018 through >> FusionPBX. The FusionPBX/freeswitch server run on 192.168.0.103 and I am >> making a call from my machine at 192.168.0.106. >> The error logs can be found on http://pastebin.com/22MJ39HG >> Please help!!! >> >> Thanks, >> Mitchelle >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150206/63d041e1/attachment.html From brian at freeswitch.org Fri Feb 6 21:26:57 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 12:26:57 -0600 Subject: [Freeswitch-users] [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: Unless you check that box to receive calls you'll always get USER_NOT_REGISTERED when you try to call it, as the endpoint hasn't registered to receive calls. On Fri, Feb 6, 2015 at 11:51 AM, Mitchelle Johnson wrote: > Hi Brian, > I would like to add some more details of the problem. When I call from my > xlite soft phone (keeping the box to register with domain and receive > calls unchecked), my xlite shows 'account enabled' and I can hear music > on hold but as soon as I check the box of register with domain and receive > calls, my xlite soft phone shows account disabled, then no outgoing calls, > even no music on hold, as the account is not registered. > > Thanks, > Mitchelle > > On Fri, Feb 6, 2015 at 8:28 PM, Brian West wrote: > >> I would try taking this question to the FusionPBX's project mailing lists >> and / or IRC channel. >> >> On Fri, Feb 6, 2015 at 7:56 AM, Mitchelle Johnson < >> mitchelle.bit at gmail.com> wrote: >> >>> Hi, >>> I get this error when I am trying to call from 1016 to 1018 through >>> FusionPBX. The FusionPBX/freeswitch server run on 192.168.0.103 and I am >>> making a call from my machine at 192.168.0.106. >>> The error logs can be found on http://pastebin.com/22MJ39HG >>> Please help!!! >>> >>> Thanks, >>> Mitchelle >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 *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/20150206/1321cf9e/attachment-0001.html From brian at freeswitch.org Fri Feb 6 21:28:54 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 12:28:54 -0600 Subject: [Freeswitch-users] Call from "Client without TLS" to "Client with TLS" In-Reply-To: References: <54D4DD47.4040704@virtues.net> Message-ID: [image: Inline image 1] On Fri, Feb 6, 2015 at 9:32 AM, Blake Priddy wrote: > I'd tell you a joke about UDP, but you probably wouldn't get it. ;) > > > > -- > > > *Blakelund Priddy* > Network & Systems Engineer > Bryant Public School District > Bryant, Arkansas 72022 > http://www.bryantschools.org > p 501-653-5038 > f 501-847-5656 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/749653da/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: 12710061ec1b8ec6b7fa09807a2b4f6c7c208950ddab1952d95037fcb0c754fc.jpg Type: image/jpeg Size: 40340 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/749653da/attachment-0001.jpg From brian at freeswitch.org Fri Feb 6 21:29:27 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 12:29:27 -0600 Subject: [Freeswitch-users] mod_vlc taking more time in playing a stream than mod_shout In-Reply-To: References: Message-ID: If you're having to comment out lines, it should probably be filed as a jira so either we can fix it or properly document it. On Fri, Feb 6, 2015 at 10:46 AM, Aqs Younas wrote: > Thanks I solved it. After compiling vlc with source code and commenting > out the line 366. > > On 6 February 2015 at 00:19, Aqs Younas wrote: > >> Hi, Users. >> >> I am facing an issue when trying to play a stream with mod_vlc i hear >> voice after 8 to 10 seconds after getting answer. But when i play same >> stream with mod_shout i get voice instantly. >> >> Why mod_vlc is taking much time in playing the stream? Is there any way >> to reduce this time? >> >> All thoughts are welcome. >> >> 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 *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/20150206/2f7943bb/attachment.html From msc at freeswitch.org Fri Feb 6 21:41:02 2015 From: msc at freeswitch.org (Michael Collins) Date: Fri, 6 Feb 2015 10:41:02 -0800 Subject: [Freeswitch-users] [USER_NOT_REGISTERED] In-Reply-To: References: Message-ID: On Fri, Feb 6, 2015 at 9:51 AM, Mitchelle Johnson wrote: > Hi Brian, > I would like to add some more details of the problem. When I call from my > xlite soft phone (keeping the box to register with domain and receive > calls unchecked), my xlite shows 'account enabled' and I can hear music > on hold but as soon as I check the box of register with domain and receive > calls, my xlite soft phone shows account disabled, then no outgoing calls, > even no music on hold, as the account is not registered. > > Thanks, > Mitchelle > It sounds like you need to roll up your sleeves and get familiarized with the troubleshooting tools available to you. In this case your absolute best bet is to join IRC and see if there are any folks around who can offer suggestions in real time. Start with #fusionpbx channel. -MC > > On Fri, Feb 6, 2015 at 8:28 PM, Brian West wrote: > >> I would try taking this question to the FusionPBX's project mailing lists >> and / or IRC channel. >> >> On Fri, Feb 6, 2015 at 7:56 AM, Mitchelle Johnson < >> mitchelle.bit at gmail.com> wrote: >> >>> Hi, >>> I get this error when I am trying to call from 1016 to 1018 through >>> FusionPBX. The FusionPBX/freeswitch server run on 192.168.0.103 and I am >>> making a call from my machine at 192.168.0.106. >>> The error logs can be found on http://pastebin.com/22MJ39HG >>> Please help!!! >>> >>> Thanks, >>> Mitchelle >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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/20150206/3bc0c465/attachment.html From bordmi at rarus.ru Fri Feb 6 22:45:16 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 22:45:16 +0300 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? In-Reply-To: References: Message-ID: I think about this last some hours and my opinion was changed, my first words was hasty. The base for my first words was next: use an API cal from LUA script for caling other LUA script (or the same script) is not normal... But now i think that it is most real way to realize task for new event. One thing can be introduced: family of calls to freeswitch.api:sched() subsystem, it can be useful 2015-02-06 20:24 GMT+03:00 Michael Collins : > > > On Fri, Feb 6, 2015 at 5:27 AM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > >> I found only one method (from lua): >> >> freeswitch.api:execute("sched_api","$time $group luarun(fire_event.lua >> $id)") >> >> Does freeswitch has any other way, less perverse? >> > > Could you define what makes sched_api "way too hard" and "perverse"? We've > been using it for years and I find it to be exceptionally simple and > elegant. Granted, it's designed to schedule an API to be run, not > specifically to fire an event. However, sending events requires several > steps to be taken anyway, i.e. defining the event headers and then firing. > Doing sched_api to have a script fire an event for you seems completely > reasonable. > > -MC > > > >> 2015-02-06 16:03 GMT+03:00 ???????, ??????? / Dmitriy Borisov < >> bordmi at rarus.ru>: >> >>> Hi! >>> >>> I want to schedule a FreeSWITCH event from lua script. How can I do this? >>> >>> sched_api is too hard way to do this, in my opinion. >>> >>> -- >>> with best regards, >>> Dmitriy Borisov >>> >> >> >> >> -- >> with best regards, >> Dmitriy Borisov >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/c13ce5bf/attachment-0001.html From mike at jerris.com Fri Feb 6 23:02:49 2015 From: mike at jerris.com (Michael Jerris) Date: Fri, 6 Feb 2015 15:02:49 -0500 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? In-Reply-To: References: Message-ID: <618560C9-5D53-425A-8FD1-816588CE3E05@jerris.com> This seems like an interesting idea. Why not try to code something up (things like this come out of our object wrapper for embedded languages switch_cpp.cpp) and contribute the code? We have a system for submitting pull requests. More Info available here: https://freeswitch.org/confluence/display/FREESWITCH/Contributing+Code https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests Mike > On Feb 6, 2015, at 2:45 PM, ???????, ??????? / Dmitriy Borisov wrote: > > I think about this last some hours and my opinion was changed, my first words was hasty. The base for my first words was next: use an API cal from LUA script for caling other LUA script (or the same script) is not normal... But now i think that it is most real way to realize task for new event. One thing can be introduced: family of calls to freeswitch.api:sched() subsystem, it can be useful > > 2015-02-06 20:24 GMT+03:00 Michael Collins >: > > > On Fri, Feb 6, 2015 at 5:27 AM, ???????, ??????? / Dmitriy Borisov > wrote: > I found only one method (from lua): > > freeswitch.api:execute("sched_api","$time $group luarun(fire_event.lua $id)") > > Does freeswitch has any other way, less perverse? > > Could you define what makes sched_api "way too hard" and "perverse"? We've been using it for years and I find it to be exceptionally simple and elegant. Granted, it's designed to schedule an API to be run, not specifically to fire an event. However, sending events requires several steps to be taken anyway, i.e. defining the event headers and then firing. Doing sched_api to have a script fire an event for you seems completely reasonable. > > -MC > > > > 2015-02-06 16:03 GMT+03:00 ???????, ??????? / Dmitriy Borisov >: > Hi! > > I want to schedule a FreeSWITCH event from lua script. How can I do this? > > sched_api is too hard way to do this, in my opinion. > > -- > with best regards, > Dmitriy Borisov > > > > -- > with best regards, > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 best regards, > Dmitriy Borisov > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150206/3d0b66f5/attachment.html From bordmi at rarus.ru Fri Feb 6 23:28:48 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 23:28:48 +0300 Subject: [Freeswitch-users] How to use FreeSWITCH system scheduler? In-Reply-To: <618560C9-5D53-425A-8FD1-816588CE3E05@jerris.com> References: <618560C9-5D53-425A-8FD1-816588CE3E05@jerris.com> Message-ID: Yes, I know. I had contributed some changes (mistake correction) to mod_xml_radius. Now I had two projects with similar tasks, which needed for this feature. Maybe, coding is the best way to solve my problems. 2015-02-06 23:02 GMT+03:00 Michael Jerris : > This seems like an interesting idea. Why not try to code something up > (things like this come out of our object wrapper for embedded languages > switch_cpp.cpp) and contribute the code? We have a system for submitting > pull requests. More Info available here: > > > https://freeswitch.org/confluence/display/FREESWITCH/Contributing+Code > > https://freeswitch.org/confluence/display/FREESWITCH/Pull+Requests > > > Mike > > On Feb 6, 2015, at 2:45 PM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > > I think about this last some hours and my opinion was changed, my first > words was hasty. The base for my first words was next: use an API cal from > LUA script for caling other LUA script (or the same script) is not > normal... But now i think that it is most real way to realize task for new > event. One thing can be introduced: family of calls to > freeswitch.api:sched() subsystem, it can be useful > > 2015-02-06 20:24 GMT+03:00 Michael Collins : > >> >> >> On Fri, Feb 6, 2015 at 5:27 AM, ???????, ??????? / Dmitriy Borisov < >> bordmi at rarus.ru> wrote: >> >>> I found only one method (from lua): >>> >>> freeswitch.api:execute("sched_api","$time $group luarun(fire_event.lua >>> $id)") >>> >>> Does freeswitch has any other way, less perverse? >>> >> >> Could you define what makes sched_api "way too hard" and "perverse"? >> We've been using it for years and I find it to be exceptionally simple and >> elegant. Granted, it's designed to schedule an API to be run, not >> specifically to fire an event. However, sending events requires several >> steps to be taken anyway, i.e. defining the event headers and then firing. >> Doing sched_api to have a script fire an event for you seems completely >> reasonable. >> >> -MC >> >> >> >>> 2015-02-06 16:03 GMT+03:00 ???????, ??????? / Dmitriy Borisov < >>> bordmi at rarus.ru>: >>> >>>> Hi! >>>> >>>> I want to schedule a FreeSWITCH event from lua script. How can I do >>>> this? >>>> >>>> sched_api is too hard way to do this, in my opinion. >>>> >>>> -- >>>> with best regards, >>>> Dmitriy Borisov >>>> >>> >>> >>> >>> -- >>> with best regards, >>> Dmitriy Borisov >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 best regards, > Dmitriy Borisov > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/5bb942fc/attachment-0001.html From brian at freeswitch.org Fri Feb 6 23:37:11 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 14:37:11 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? Message-ID: Make sure your IP isn't on any spammers list. ;) Thanks, -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150206/3ae7dc9f/attachment.html From bordmi at rarus.ru Fri Feb 6 23:46:07 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 23:46:07 +0300 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Yes, I have a problem! My IP now is an dinamicaly assigned metro ethernet provider IP block for one big city. And I can`t change it`s status in spamlists. This is very bad practice lock out IP blocks to connect your (or any other) site. 2015-02-06 23:37 GMT+03:00 Brian West : > Make sure your IP isn't on any spammers list. ;) > > Thanks, > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/6b1d921e/attachment.html From bordmi at rarus.ru Fri Feb 6 23:47:40 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 6 Feb 2015 23:47:40 +0300 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Now I need for some documentation and acces to my account in Jira to add some functionality in FreeSWITCH, but I can`t connect to your resources. 2015-02-06 23:46 GMT+03:00 ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru>: > Yes, I have a problem! My IP now is an dinamicaly assigned metro ethernet > provider IP block for one big city. And I can`t change it`s status in > spamlists. This is very bad practice lock out IP blocks to connect your (or > any other) site. > > 2015-02-06 23:37 GMT+03:00 Brian West : > >> Make sure your IP isn't on any spammers list. ;) >> >> Thanks, >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 best regards, > Dmitriy Borisov > -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/b313371b/attachment.html From steven.szeto at mitel.com Fri Feb 6 23:55:29 2015 From: steven.szeto at mitel.com (Szeto, Steven) Date: Fri, 6 Feb 2015 15:55:29 -0500 Subject: [Freeswitch-users] Can I use a domain name in an ACL list? In-Reply-To: References: Message-ID: I've tried entering this in acl.conf.xml: After reloadacl (no errors), I tried making a call: 2015-02-06 15:47:51.831958 [NOTICE] switch_channel.c:1055 New Channel sofia/internal/5401 at miccgw1.design.mitel.com [fbcbdde0-6b3e-43e1-9fcf-f592c83b0efb] but the incoming call still gets rejected: 2015-02-06 15:47:51.831958 [DEBUG] sofia.c:8775 IP 10.47.41.109 Rejected by acl "domains". Falling back to Digest auth. 2015-02-06 15:47:51.871962 [DEBUG] sofia.c:8775 IP 10.47.41.109 Rejected by acl "domains". Falling back to Digest auth. 2015-02-06 15:47:51.871962 [WARNING] sofia_reg.c:2752 Can't find user [@ 10.47.26.44] from 10.47.41.109 You must define a domain called '10.47.26.44' in your directory and add a user with the id="" attribute and you must configure your device to use the proper domain in it's authentication credentials. If I want to get rid of the error, I need to specify the IP address of the originating pbx: Any thoughts on how to get the acl file to support hostnames? On Thu, Feb 5, 2015 at 11:42 AM, Brian West wrote: > Looking at the code it looks like it would accept host. > > On Thu, Feb 5, 2015 at 9:59 AM, Szeto, Steven > wrote: > >> Suppose I have a switch with DNS hostname of "myswitch.company.com" and >> an IP address of 10.11.12.13. >> >> If I want to allow this switch's phones to call FreeSwitch, I have to >> update the acl.conf.xml file with an entry that looks like this: >> >> >> >> >> >> >> >> >> What I would like to do is use the DNS hostname of the switch instead. So >> the above entry should look something like this: >> >> >> >> >> >> >> >> When I try the above, the calls are rejected by FreeSwitch. >> >> When creating its Access Control List, is there a way to tell FreeSwitch >> to do a hostname lookup when hosts are specified? >> >> Regards, >> Steve >> >> This e-mail (including any attachments) is for the sole use of the >> intended recipient(s) and may contain information that is confidential >> and/or protected by legal privilege. Any unauthorized review, use, copy, >> disclosure or distribution of this e-mail is strictly prohibited. If you >> are not the intended recipient, please notify Mitel immediately and destroy >> all copies of this e-mail. Mitel does not accept any liability for breach >> of security, error or virus that may result from the transmission of this >> message. >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- This e-mail (including any attachments) is for the sole use of the intended recipient(s) and may contain information that is confidential and/or protected by legal privilege. Any unauthorized review, use, copy, disclosure or distribution of this e-mail is strictly prohibited. If you are not the intended recipient, please notify Mitel immediately and destroy all copies of this e-mail. Mitel does not accept any liability for breach of security, error or virus that may result from the transmission of this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/b7d8d906/attachment-0001.html From italorossib at gmail.com Sat Feb 7 00:33:45 2015 From: italorossib at gmail.com (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 6 Feb 2015 18:33:45 -0300 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Which source list you are using to block ip addresses? I'm probably blocked, querying here http://whatismyipaddress.com/blacklist-check, and here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: > Make sure your IP isn't on any spammers list. ;) > > Thanks, > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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 > -- ?talo Rossi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/789e50ab/attachment.html From brian at freeswitch.org Sat Feb 7 00:35:43 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 15:35:43 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: I've made a slight adjustment, let me know if you'll be able to access it now. On Fri, Feb 6, 2015 at 2:47 PM, ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru> wrote: > Now I need for some documentation and acces to my account in Jira to add > some functionality in FreeSWITCH, but I can`t connect to your resources. > > 2015-02-06 23:46 GMT+03:00 ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru>: > >> Yes, I have a problem! My IP now is an dinamicaly assigned metro ethernet >> provider IP block for one big city. And I can`t change it`s status in >> spamlists. This is very bad practice lock out IP blocks to connect your (or >> any other) site. >> >> 2015-02-06 23:37 GMT+03:00 Brian West : >> >>> Make sure your IP isn't on any spammers list. ;) >>> >>> Thanks, >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *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 best regards, >> Dmitriy Borisov >> > > > > -- > with best regards, > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/bd7894ec/attachment.html From brian at freeswitch.org Sat Feb 7 00:36:37 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 15:36:37 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: I've narrowed the spam targets down a bit and limited it to specific ports. On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi wrote: > Which source list you are using to block ip addresses? I'm probably > blocked, querying here http://whatismyipaddress.com/blacklist-check, and > here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks > > On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: > >> Make sure your IP isn't on any spammers list. ;) >> >> Thanks, >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 >> > > > > -- > ?talo Rossi > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/20b09863/attachment-0001.html From italorossib at gmail.com Sat Feb 7 00:37:11 2015 From: italorossib at gmail.com (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 6 Feb 2015 18:37:11 -0300 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Working, thanks! On Fri, Feb 6, 2015 at 6:35 PM, Brian West wrote: > I've made a slight adjustment, let me know if you'll be able to access it > now. > > On Fri, Feb 6, 2015 at 2:47 PM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > >> Now I need for some documentation and acces to my account in Jira to add >> some functionality in FreeSWITCH, but I can`t connect to your resources. >> >> 2015-02-06 23:46 GMT+03:00 ???????, ??????? / Dmitriy Borisov < >> bordmi at rarus.ru>: >> >>> Yes, I have a problem! My IP now is an dinamicaly assigned metro >>> ethernet provider IP block for one big city. And I can`t change it`s status >>> in spamlists. This is very bad practice lock out IP blocks to connect your >>> (or any other) site. >>> >>> 2015-02-06 23:37 GMT+03:00 Brian West : >>> >>>> Make sure your IP isn't on any spammers list. ;) >>>> >>>> Thanks, >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *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 best regards, >>> Dmitriy Borisov >>> >> >> >> >> -- >> with best regards, >> Dmitriy Borisov >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- ?talo Rossi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/d41c98b7/attachment.html From bordmi at rarus.ru Sat Feb 7 00:52:06 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Sat, 7 Feb 2015 00:52:06 +0300 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: oh! very-very-very big thanks! it`s works now! ^) 2015-02-07 0:36 GMT+03:00 Brian West : > I've narrowed the spam targets down a bit and limited it to specific ports. > > On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi wrote: > >> Which source list you are using to block ip addresses? I'm probably >> blocked, querying here http://whatismyipaddress.com/blacklist-check, and >> here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >> >> On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: >> >>> Make sure your IP isn't on any spammers list. ;) >>> >>> Thanks, >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *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 >>> >> >> >> >> -- >> ?talo Rossi >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150207/945ff1c8/attachment.html From andrew.keil at visytel.com Sat Feb 7 01:29:19 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 6 Feb 2015 22:29:19 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Joshua. Thanks for this link. I will study this and respond with some feedback. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua Gigg Sent: Saturday, 7 February 2015 1:07 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network On 6 February 2015 at 09:53, Andrew Keil > wrote: To FreeSWITCH users, Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network. I wondered if someone can take a quick look at this test case spreadsheet from BT in the UK to see if a standard FreeSWITCH installation (current production release) will cover off all these test cases. I assume the answer is yes! However I thought that I would ask in advance. Kind Regards, Andrew Keil _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org I've briefly looked into this sort of stuff before, and I found http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ Does that help? -- Joshua Gigg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/a430b840/attachment-0001.html From brian at freeswitch.org Sat Feb 7 02:09:31 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 6 Feb 2015 17:09:31 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: The rule reset, I had to redo how I setup that rule. It should be ok now. On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru> wrote: > oh! very-very-very big thanks! it`s works now! ^) > > 2015-02-07 0:36 GMT+03:00 Brian West : > >> I've narrowed the spam targets down a bit and limited it to specific >> ports. >> >> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >> wrote: >> >>> Which source list you are using to block ip addresses? I'm probably >>> blocked, querying here http://whatismyipaddress.com/blacklist-check, >>> and here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>> >>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: >>> >>>> Make sure your IP isn't on any spammers list. ;) >>>> >>>> Thanks, >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *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 >>>> >>> >>> >>> >>> -- >>> ?talo Rossi >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 best regards, > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150206/44550437/attachment.html From krice at freeswitch.org Sat Feb 7 02:11:22 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 06 Feb 2015 17:11:22 -0600 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: Message-ID: Keep in mind some carriers uses these ?interop tests? as yet another hurdle to keep the smaller players at bay... Level3 used to do things like this to the level it could take 4 to 8 weeks to clear the testing required for their interop testing which was really just RFC?d SIP On 2/6/15, 4:29 PM, "Andrew Keil" wrote: > Joshua. > > Thanks for this link. I will study this and respond with some feedback. > > Andrew > > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua > Gigg > Sent: Saturday, 7 February 2015 1:07 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before > allowing a server on their IP Telephony network > > > On 6 February 2015 at 09:53, Andrew Keil wrote: >> >> To FreeSWITCH users, >> >> Re - British Telecom (BT) SIP test list before allowing a server on their IP >> Telephony network. >> >> I wondered if someone can take a quick look at this test case spreadsheet >> from BT in the UK to see if a standard FreeSWITCH installation (current >> production release) will cover off all these test cases. I assume the answer >> is yes! However I thought that I would ask in advance. >> >> Kind Regards, >> >> Andrew Keil >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > I've briefly looked into this sort of stuff before, and I found > http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jum > ping-the-hoops/ > > > > Does that help? > -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150206/11d23d0e/attachment.html From brian.wiese.freeswitch at gmail.com Sat Feb 7 02:50:26 2015 From: brian.wiese.freeswitch at gmail.com (Brian Wiese) Date: Fri, 6 Feb 2015 17:50:26 -0600 Subject: [Freeswitch-users] PRI channels get stuck in HANGUP state. In-Reply-To: References: Message-ID: Thomas: I haven't seen this exact issue before, but I have had problems with glare on our PRI. Since calls come in starting on the first channel you should bridge outgoing calls starting with channel 23: http://wiki.freeswitch.org/wiki/FreeTDM#Ascending_vs._Descending_Channel_Selection Also consider enabling the trace feature so you can see what is actually being sent and received on the PRI: http://wiki.sangoma.com/Freeswitch-FreeTDM-Sangoma-ISDN-Library#q931-trace Again, this might not be the resolution to your issue but hopefully it helps point you in the right direction. ~Brian On Tue, Feb 3, 2015 at 4:45 PM, Thomas Johnson wrote: > I am trying to track down an issue where FreeTDM seems to get confused about > the state of channels on my PRI. The state seems to occur on origination; > FreeTDM opens a channel, and immediately closes it, logging > REQUESTED_CHAN_UNAVAIL. The channel then sits in the HANGUP state, > preventing inbound calls and logging the following error. > > 2015-02-03 08:25:04.774438 [ERR] ftmod_libpri.c:1883 [s1c1][1:1] -- Selected > channel is already in use > > I can resolve this by restarting Freeswitch, but it is obviously > less-than-ideal. A bit of relevant logging is at the end of this message. It > seems to occur immediately after a hangup on the same channel; could I be > triggering a race condition? > > https://freeswitch.org/jira/browse/OPENZAP-220 seems to have similar > symptoms, but manifests as a different error number. I upgraded Freeswitch > last week (1.5.15b git 608d3e2 2015-01-22 09:09:59Z 64bit) to ensure that I > had the patch referenced by the ticket. Is it possible that this could be a > cabling issue? We're running Freeswitch on FreeBSD 10.0 amd64. > > I'm happy to provide any other information that would be useful. I'm > [relatively] new to Freeswitch, so please be gentle ;-). > > Thank you, > Tom > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1451 -- Hangup ACK on > channel 1:1 > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1460 [s1c1][1:1] Changed > state from HANGUP to HANGUP_COMPLETE > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > state processor for HANGUP_COMPLETE > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > [HANGUP_COMPLETE] > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed > state change from HANGUP to HANGUP_COMPLETE in 0 ms > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1268 [s1c1][1:1] Changed > state from HANGUP_COMPLETE to DOWN > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > state processor for DOWN > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [DOWN] > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed > state change from HANGUP_COMPLETE to DOWN in 0 ms > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3194 [s1c1][1:1] DTMF debug is > already disabled > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3226 [s1c1][1:1] No need to > disable input dump > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3257 [s1c1][1:1] No need to > disable output dump > 2015-02-03 14:34:23.437947 [DEBUG] mod_freetdm.c:2707 got clear channel sig > [RELEASED] > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:6873 Cleared call with id 37 > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:2999 [s1c1][1:1] channel done > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:978 -- Closed channel 1:1 > 2015-02-03 14:34:23.679236 [DEBUG] switch_ivr_originate.c:2099 Parsing > global variables > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > [ignore_early_media]=[true] > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > [file]=[46475.tif] > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > [jobid]=[293102] > 2015-02-03 14:34:23.679236 [INFO] ftmod_zt.c:671 Setting echo cancel to 64 > taps for 1:1 > 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:403 Set codec PCMU 20ms > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > mod_freetdm.c:1251 Connect outbound channel FreeTDM/1:1/18019941076 > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [NOTICE] > switch_channel.c:1055 New Channel FreeTDM/1:1/18019941076 > [8d09030a-e4ab-e411-905b-0026b95c8602] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > mod_freetdm.c:1260 (FreeTDM/1:1/18019941076) State Change CS_NEW -> CS_INIT > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > mod_freetdm.c:1279 Attached session 8d09030a-e4ab-e411-905b-0026b95c8602 to > channel 1:1 > 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1767 [s1c1][1:1] Changed > state from DOWN to DIALING > 2015-02-03 14:34:23.778359 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > state processor for DIALING > 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [DIALING] > 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:2707 got clear channel sig > [DIALING] > 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed > state change from DOWN to DIALING in 95 ms > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > Change CS_INIT > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > mod_freetdm.c:430 (FreeTDM/1:1/18019941076) State Change CS_INIT -> > CS_ROUTING > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT going > to sleep > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > Change CS_ROUTING > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING > 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:453 FreeTDM/1:1/18019941076 > CHANNEL ROUTING > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_ivr_originate.c:67 (FreeTDM/1:1/18019941076) State Change CS_ROUTING > -> CS_CONSUME_MEDIA > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING > going to sleep > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > Change CS_CONSUME_MEDIA > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State > CONSUME_MEDIA > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State > CONSUME_MEDIA going to sleep > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1466 -- Hangup on channel > 1:1 > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1479 [s1c1][1:1] Changed > state from DIALING to TERMINATING > 2015-02-03 14:34:23.799281 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > state processor for TERMINATING > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > [TERMINATING] > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed > state change from DIALING to TERMINATING in 0 ms > 2015-02-03 14:34:23.799281 [DEBUG] ftdm_io.c:6216 [s1c1][1:1] Scheduling > safety hangup timer > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:2707 got clear channel sig > [STOP] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [NOTICE] > mod_freetdm.c:2731 Hangup FreeTDM/1:1/18019941076 [CS_CONSUME_MEDIA] > [REQUESTED_CHAN_UNAVAIL] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > switch_channel.c:3222 Send signal FreeTDM/1:1/18019941076 [KILL] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > Change CS_HANGUP > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > switch_core_state_machine.c:735 (FreeTDM/1:1/18019941076) Callstate Change > DOWN -> HANGUP > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > switch_core_state_machine.c:737 (FreeTDM/1:1/18019941076) State HANGUP > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:544 [1:1] > FreeTDM/1:1/18019941076 CHANNEL HANGUP ENTER > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:623 [s1c1][1:1] Changed > state from TERMINATING to HANGUP > 2015-02-03 14:34:23.819045 [DEBUG] switch_ivr_originate.c:3719 Originate > Resulted in Error Cause: 44 [REQUESTED_CHAN_UNAVAIL] > 2015-02-03 14:34:23.918415 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > state processor for HANGUP > 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [HANGUP] > 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] Completed > state change from TERMINATING to HANGUP in 109 ms > 2015-02-03 14:34:23.918415 [DEBUG] mod_freetdm.c:643 [1:1] > FreeTDM/1:1/18019941076 CHANNEL HANGUP EXIT > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 neilp at cs.stanford.edu Sat Feb 7 12:19:20 2015 From: neilp at cs.stanford.edu (Neil Patel) Date: Sat, 7 Feb 2015 14:49:20 +0530 Subject: [Freeswitch-users] invalidating entries in http_cache? Message-ID: Hi All, We are using mod_http_cache to store remote media for playback over IVR (lua). Once in a while the file at source gets updated/overwritten, so we want FS to be able to detect an invalid cache entry and re-download from the given URL. Is there a way to dirty/clear a single http_cache entry? I don't believe there is a checksum mechanism, but that would do the trick. Is there a way to force-download a URL? Neither http_pre_fetch nor http_get does this. I don't see any way in the docs, so am considering managing this independently and manually removing files from the http_cache folder when we overwrite a source file. Thanks, Neil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150207/bcb17b9e/attachment.html From cmrienzo at gmail.com Sat Feb 7 15:52:59 2015 From: cmrienzo at gmail.com (cmrienzo at gmail.com) Date: Sat, 7 Feb 2015 07:52:59 -0500 Subject: [Freeswitch-users] invalidating entries in http_cache? In-Reply-To: References: Message-ID: I recommend giving all files and their updates unique names. If you can't go that, removal from the file system will trigger a new download. > On Feb 7, 2015, at 04:19, Neil Patel wrote: > > Hi All, > > We are using mod_http_cache to store remote media for playback over IVR (lua). Once in a while the file at source gets updated/overwritten, so we want FS to be able to detect an invalid cache entry and re-download from the given URL. > > Is there a way to dirty/clear a single http_cache entry? I don't believe there is a checksum mechanism, but that would do the trick. Is there a way to force-download a URL? Neither http_pre_fetch nor http_get does this. I don't see any way in the docs, so am considering managing this independently and manually removing files from the http_cache folder when we overwrite a source file. > > Thanks, > Neil > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 kamil.nigmatullin at gmail.com Sat Feb 7 20:40:45 2015 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Sat, 7 Feb 2015 23:40:45 +0600 Subject: [Freeswitch-users] NAT traversal: replacing rttproxy with external RTP IP address in FS In-Reply-To: References: Message-ID: As far as i know fs does not change sdp when bypass media is set to true? Have you checked that? 06 ????. 2015 ?. 6:54 ???????????? "Ben Hood" <0x6e6562 at gmail.com> ???????: > Hi all, > > TL;DR: Does anybody know of a way to convince FS to insert an external > RTP IP into the SDP even if the signalling is coming from a client > behind the same NAT? > > I'm currently using kamailio and rtpproxy behind a NAT in conjunction > with FS, but I'd like to eliminate rtpproxy from the equation and get > FS to handle all of the RTP NAT. > > I've set the ext-rtp-ip in the SIP profile and FS seems to have > accepted it, but FS still sends out SDPs with the local IP address in > them. > > I'm assuming that this is happening because the client that is > forwarding the INVITE is behind the same NAT and therefore FS is not > inserting the external IP address into the SDP, but I might be wrong. > > I'm using version 1.4.15-1. > > Currently I've got this topology for signalling: > > CLIENT <-> PUBLIC INTERNET <-> NAT <-> KAMAILIO <-> FS > > And this topology for media: > > CLIENT <-> PUBLIC INTERNET <-> NAT <-> RTPPROXY <-> FS > > whereby rttproxy advertises itself on a public IP and the external > firewall has static port forwards set up for ephemeral RTP ports. > > FS is a B2BUA in this setup. > > I'd like to replace the media topology with this: > > CLIENT <-> PUBLIC INTERNET <-> NAT <-> FS > > and port forward RTP to the FS instance in the firewall. > > As a proof of concept hack, I was able to get end to end media going > between two different clients, by rewriting the local IP of the FS > instance in the outgoing SDP on the outbound leg in kamailio. > > But I'd like to be able to set the correct external IP as part of the > normal SDP patching process in FS. > > Thanks, > > Ben > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150207/52ef1306/attachment.html From vipkilla at gmail.com Sun Feb 8 00:19:37 2015 From: vipkilla at gmail.com (Vik Killa) Date: Sat, 7 Feb 2015 16:19:37 -0500 Subject: [Freeswitch-users] SWITCH_EVENT_NOTIFY will not send 'body' or 'content-length' Message-ID: When firing a NOTIFY event using sendevent, mod_sofia does not accept 'body' or 'content-length' from the event; My goal is to be able to send custom 'dialog' events to send NOTIFYs to UAs I noticed FS will send the dialog event if I don't include the 'content-length' header and body. Here is an example event that works. mod_sofia will parse the event and fire the NOTIFY sendevent NOTIFY profile: internal event-string: dialog content-type: application/dialog-info+xml user: 1002 host: 3.local to-uri: 1002 at 3.local from-uri: 1002 at 3.local contact-uri: sip:1002 at 192.168.0.109:10536;fs_path=sip:192.168.207.156:5060 if I add content-length and a body, mod_sofia does not fire the NOTIFY: content-length: 493 earlysip:lot at 3.local;proto=orbitsip:lot I noticed in mod_sofia.c, where it listens for SWITCH_EVENT_NOTIFY it does not parse the 'content-length' header but it does look for the body and even tries to send it in nua_notify() Is this the desired behavior? If SWITCH_EVENT_NOTIFY is trying to send the body of the event, shouldn't it look for a content-length header or try to create one based on the body? If it is not the desired behavior, could this be a bug? Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150207/7c32eefe/attachment.html From vainnkiitta at gmail.com Sat Feb 7 13:04:29 2015 From: vainnkiitta at gmail.com (John) Date: Sat, 7 Feb 2015 15:34:29 +0530 Subject: [Freeswitch-users] Unable to load mod_java. Message-ID: Hi All I have built mod_java and have mod_java.so in /usr/local/freeswitch/mod/ but when I am trying to load mod_java from freeswitch terminal like : load mod_java getting following error : 2015-02-07 15:01:13.175331 [INFO] mod_enum.c:880 ENUM Reloaded 2015-02-07 15:01:13.175331 [NOTICE] modjava.c:366 Java Framework Loading... 2015-02-07 15:01:13.175331 [INFO] switch_time.c:1411 Timezone reloaded 1781 definitions +OK Reloading XML -ERR [module load file routine returned an error] 2015-02-07 15:01:13.215310 [CRIT] switch_loadable_module.c:1447 Error Loading module /usr/local/freeswitch/mod/mod_java.so **Module load routine returned an error** I am using OpenJDK version : java version "1.6.0_33" OpenJDK Runtime Environment (IcedTea6 1.13.5) (6b33-1.13.5-1ubuntu0.14.04) OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) and my conf/autoload_configs/java. conf.xml reads as : Can someone help me to resolve this error? I tried googling this issue and accordingly made above config changes. Thanks, John From john.nash778 at gmail.com Sun Feb 8 08:43:57 2015 From: john.nash778 at gmail.com (John Nash) Date: Sun, 8 Feb 2015 11:13:57 +0530 Subject: [Freeswitch-users] api:execute vs session:execute Message-ID: While reading documentation I saw that to call another lua script from inside a lua script we use .. api = freeswitch.API(); reply = api:executeString("luarun another.lua"); But we can also run another lua script using session:execute. I was wondering what is the difference, which one should be preferred? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150208/992c0ceb/attachment.html From zoell at zoell.us Sun Feb 8 15:12:06 2015 From: zoell at zoell.us (=?UTF-8?B?Wm9sdMOhbiBTemFiw7M=?=) Date: Sun, 8 Feb 2015 12:12:06 +0000 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua Message-ID: Hi, I have a lua script where I do some business logic. After the logic I call a number on a gateway, then when the called party picked up, I call an other number on a gateway and bridge the two calls. The only problem is that I have 5 gateways and each can have maximum of 3 calls (so I can have 15 calls on this system). Here is what I have at the moment (simplified version): dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; session1 = freeswitch.Session(dial_call_1); if (session1:ready()) then session2 = freeswitch.Session(dial_call_2, session1); if (session2:ready()) then freeswitch.bridge(session1, session2); if (session2:ready()) then session2:hangup(); end end if (session1:ready()) then session1:hangup(); end end How can I use the limit application here to set the max concurrent calls on my five gateway, each with 3 max calls and distribute outbound calls between them? Many thanks, Zoltan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150208/57ce12ea/attachment-0001.html From ssinyagin at gmail.com Sun Feb 8 18:25:36 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sun, 8 Feb 2015 16:25:36 +0100 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua In-Reply-To: References: Message-ID: here's what I do in mod_perl, Lua code will be quite similar: $session->execute ('set', sprintf('user_busy=${cond(${limit_usage(hash %s %s)} > 0 ? true:false)}', $domain, $availability_username)); my $user_busy = $session->getVariable('user_busy'); if( $user_busy eq 'true' ) { ...... also see my blog entry here: https://txlab.wordpress.com/2013/06/29/freeswitch-limiting-the-number-of-concurrent-calls-on-multiple-sip-accounts/ On Sun, Feb 8, 2015 at 1:12 PM, Zolt?n Szab? wrote: > Hi, > > I have a lua script where I do some business logic. After the logic I call a > number on a gateway, then when the called party picked up, I call an other > number on a gateway and bridge the two calls. The only problem is that I > have 5 gateways and each can have maximum of 3 calls (so I can have 15 calls > on this system). > > Here is what I have at the moment (simplified version): > > dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; > dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; > > session1 = freeswitch.Session(dial_call_1); > > if (session1:ready()) then > session2 = freeswitch.Session(dial_call_2, session1); > > if (session2:ready()) then > freeswitch.bridge(session1, session2); > > if (session2:ready()) then > session2:hangup(); > end > end > > if (session1:ready()) then session1:hangup(); end > end > > How can I use the limit application here to set the max concurrent calls on > my five gateway, each with 3 max calls and distribute outbound calls between > them? > > Many thanks, > Zoltan > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 aeburriel at gmail.com Sun Feb 8 20:11:59 2015 From: aeburriel at gmail.com (Antonio Eugenio Burriel) Date: Sun, 8 Feb 2015 18:11:59 +0100 Subject: [Freeswitch-users] LIN16@16000h Freeswitch <-> Asterisk Message-ID: Hi, I've a FXO running Asterisk 1.8.32.1 registered to Freeswitch 1.4.15~1-1~wheezy+1. Majority of codecs (G722, ALAW, GSM, etc) work well, except for LIN16 at 16000h (SLIN16 in Asterisk). LIN16 at 8000h works great: v=0 o=root 739945760 739945761 IN IP4 192.168.1.2 s=Asterisk PBX 1.8.32.1 c=IN IP4 192.168.1.2 t=0 0 m=audio 18760 RTP/AVP 10 101 a=rtpmap:10 L16/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 2015-02-08 17:49:01.525330 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [L16:10:8000:20:0:1]/[L16:70:8000:20:128000:1] 2015-02-08 17:49:01.525330 [DEBUG] switch_core_media.c:3682 Audio Codec Compare [L16:70:8000:20:128000:1] ++++ is saved as a match 2015-02-08 17:49:01.525330 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [L16:10:8000:20:0:1]/[G722:9:8000:20:64000:1] 2015-02-08 17:49:01.525330 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [L16:10:8000:20:0:1]/[PCMA:8:8000:20:64000:1] But with LIN16 at 16000h codec can't be matched, even being on Freeswitch allowed list!: v=0 o=root 202962363 202962364 IN IP4 192.168.1.2 s=Asterisk PBX 1.8.32.1 c=IN IP4 192.168.1.2 t=0 0 m=audio 13330 RTP/AVP 118 3 0 8 101 a=rtpmap:118 L16/16000 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 2015-02-08 15:53:13.645340 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [L16:118:16000:20:0:1]/[L16:70:16000:20:256000:1] 2015-02-08 15:53:13.645340 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [GSM:3:8000:20:13200:1]/[L16:70:16000:20:256000:1] 2015-02-08 15:53:13.645340 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[L16:70:16000:20:256000:1] 2015-02-08 15:53:13.645340 [DEBUG] switch_core_media.c:3627 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[L16:70:16000:20:256000:1] With a ptime of 20ms, packet size is well below my MTU. Any hints? From andrew.keil at visytel.com Mon Feb 9 02:46:07 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Sun, 8 Feb 2015 23:46:07 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Ken, Yes I guessed as much. I do not believe it will be a big issue since BT would want my UK client on their network (since they will be switching over from C&W (now Vodafone) and wish to win their business). Also we are talking 1000+ concurrent calls which is more of an incentive (since my client is a premium rate service provider in the UK with TV based traffic). When I followed the link sent through from Joshua (http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/) and had a brief read, I noticed that they used a pair of SBC's in front of a pair of FreeSWITCH servers. I am hoping that I will not need to use a separate SBC and just use the pair of FreeSWITCH servers, since FreeSWITCH seems to do most of what an SBC does (if not more). Do you have an opinion on whether an SBC is necessary when connecting to a carrier's SIP trunk(s)? Regards, Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Saturday, 7 February 2015 10:11 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Keep in mind some carriers uses these "interop tests" as yet another hurdle to keep the smaller players at bay... Level3 used to do things like this to the level it could take 4 to 8 weeks to clear the testing required for their interop testing which was really just RFC'd SIP On 2/6/15, 4:29 PM, "Andrew Keil" wrote: Joshua. Thanks for this link. I will study this and respond with some feedback. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua Gigg Sent: Saturday, 7 February 2015 1:07 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network On 6 February 2015 at 09:53, Andrew Keil wrote: To FreeSWITCH users, Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network. I wondered if someone can take a quick look at this test case spreadsheet from BT in the UK to see if a standard FreeSWITCH installation (current production release) will cover off all these test cases. I assume the answer is yes! However I thought that I would ask in advance. Kind Regards, Andrew Keil _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org I've briefly looked into this sort of stuff before, and I found http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ Does that help? -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150208/b0b8ac81/attachment.html From roland.selmer at gmail.com Mon Feb 9 04:45:45 2015 From: roland.selmer at gmail.com (Roland Selmer) Date: Mon, 9 Feb 2015 01:45:45 +0000 Subject: [Freeswitch-users] Setting Headers in a LUA mod_curl call In-Reply-To: References: Message-ID: Is it possible to set arbitrary headers on a LUA mod_curl call like you would using the -H flag on a standard CURL? i.e. the equivalent of this curl -H ?token: 1234" http://192.168.100.100:5000/v2.0/tokens for this kind of call session:execute("curl", "https://api.acme.com?) Message-ID: Depending on what specifically hey are doing, I may use a proxy (like OpenSIPS) for load balancing but more likely would just connect directly. Really depends on what specifics are happening. On 2/8/15, 5:46 PM, "Andrew Keil" wrote: > Ken, > > Yes I guessed as much. I do not believe it will be a big issue since BT would > want my UK client on their network (since they will be switching over from C&W > (now Vodafone) and wish to win their business). Also we are talking 1000+ > concurrent calls which is more of an incentive (since my client is a premium > rate service provider in the UK with TV based traffic). > > When I followed the link sent through from Joshua > (http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-ju > mping-the-hoops/) and had a brief read, I noticed that they used a pair of > SBC?s in front of a pair of FreeSWITCH servers. I am hoping that I will not > need to use a separate SBC and just use the pair of FreeSWITCH servers, since > FreeSWITCH seems to do most of what an SBC does (if not more). Do you have an > opinion on whether an SBC is necessary when connecting to a carrier?s SIP > trunk(s)? > > Regards, > > Andrew > > > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice > Sent: Saturday, 7 February 2015 10:11 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before > allowing a server on their IP Telephony network > > Keep in mind some carriers uses these ?interop tests? as yet another hurdle to > keep the smaller players at bay... Level3 used to do things like this to the > level it could take 4 to 8 weeks to clear the testing required for their > interop testing which was really just RFC?d SIP > > > On 2/6/15, 4:29 PM, "Andrew Keil" wrote: >> Joshua. >> >> Thanks for this link. I will study this and respond with some feedback. >> >> Andrew >> >> From: freeswitch-users-bounces at lists.freeswitch.org >> [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua >> Gigg >> Sent: Saturday, 7 February 2015 1:07 AM >> To: FreeSWITCH Users Help >> Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list >> before allowing a server on their IP Telephony network >> >> >> On 6 February 2015 at 09:53, Andrew Keil wrote: >>> >>> To FreeSWITCH users, >>> >>> Re - British Telecom (BT) SIP test list before allowing a server on their IP >>> Telephony network. >>> >>> I wondered if someone can take a quick look at this test case spreadsheet >>> from BT in the UK to see if a standard FreeSWITCH installation (current >>> production release) will cover off all these test cases. I assume the >>> answer is yes! However I thought that I would ask in advance. >>> >>> Kind Regards, >>> >>> Andrew Keil >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> I've briefly looked into this sort of stuff before, and I found >> http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-ju >> mping-the-hoops/ >> >> >> >> Does that help? >> -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150208/77b90598/attachment-0001.html From andrew.keil at visytel.com Mon Feb 9 09:45:45 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Mon, 9 Feb 2015 06:45:45 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Ken, Thanks again for your quick response. The specifics are fairly straight-forward, they will 99% of the time accept calls from the PSTN to UK premium rate numbers (which terminate on the SIP trunks (FreeSWITCH)). The rest of the time (1%) the will call out to various PSTN numbers, where there will be an inbound leg and outbound leg conferenced together. The aim (initially) is to replace ISDN E1 trunks with SIP trunks. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Monday, 9 February 2015 3:13 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Depending on what specifically hey are doing, I may use a proxy (like OpenSIPS) for load balancing but more likely would just connect directly. Really depends on what specifics are happening. On 2/8/15, 5:46 PM, "Andrew Keil" wrote: Ken, Yes I guessed as much. I do not believe it will be a big issue since BT would want my UK client on their network (since they will be switching over from C&W (now Vodafone) and wish to win their business). Also we are talking 1000+ concurrent calls which is more of an incentive (since my client is a premium rate service provider in the UK with TV based traffic). When I followed the link sent through from Joshua (http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/) and had a brief read, I noticed that they used a pair of SBC's in front of a pair of FreeSWITCH servers. I am hoping that I will not need to use a separate SBC and just use the pair of FreeSWITCH servers, since FreeSWITCH seems to do most of what an SBC does (if not more). Do you have an opinion on whether an SBC is necessary when connecting to a carrier's SIP trunk(s)? Regards, Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Saturday, 7 February 2015 10:11 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Keep in mind some carriers uses these "interop tests" as yet another hurdle to keep the smaller players at bay... Level3 used to do things like this to the level it could take 4 to 8 weeks to clear the testing required for their interop testing which was really just RFC'd SIP On 2/6/15, 4:29 PM, "Andrew Keil" wrote: Joshua. Thanks for this link. I will study this and respond with some feedback. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua Gigg Sent: Saturday, 7 February 2015 1:07 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network On 6 February 2015 at 09:53, Andrew Keil wrote: To FreeSWITCH users, Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network. I wondered if someone can take a quick look at this test case spreadsheet from BT in the UK to see if a standard FreeSWITCH installation (current production release) will cover off all these test cases. I assume the answer is yes! However I thought that I would ask in advance. Kind Regards, Andrew Keil _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org I've briefly looked into this sort of stuff before, and I found http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ Does that help? -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/c79d7243/attachment.html From lists at kavun.ch Mon Feb 9 10:08:51 2015 From: lists at kavun.ch (Emrah) Date: Mon, 9 Feb 2015 08:08:51 +0100 Subject: [Freeswitch-users] Clear path in contact header when using TLS Message-ID: <32CB30A3-E367-4ACA-9ADE-EF43ADCD7CF0@kavun.ch> Hi all, My experience with FS and TLS has been rather mixed so far. It's been a little inconsistent in keeping NAT sessions up and users discoverable. One thing I've noticed is that FS advertises the wrong information in option packets. The following is what I receive over my TLS session which is working on port 443. 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 SIP/2.0 Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD Route: ;transport=tls Max-Forwards: 70 From: ;tag=Q6XDFHeUUrcHD To: Call-ID: 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv CSeq: 71498568 OPTIONS Contact: User-Agent: FreeSWITCH Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: timer, path, replaces Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer Content-Length: 0 Do you see the From and Contact line? How can I rewrite this? Port 5060 has nothing to do there. Thanks and all the best, Emrah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/fa3c7247/attachment.html From mishehu at freeswitch.org Mon Feb 9 10:14:52 2015 From: mishehu at freeswitch.org (Yossi Neiman) Date: Mon, 09 Feb 2015 01:14:52 -0600 Subject: [Freeswitch-users] Setting Headers in a LUA mod_curl call In-Reply-To: References: Message-ID: <54D85E6C.5050402@freeswitch.org> It is not currently possible to set arbitrary headers on mod_curl's curl API call (which is what you're using). But on my limited free time I'm working on some improvements to mod_curl. You can feel free to add in some comments to FS-6753, and we'll see what we can do. -Yossi On 02/08/2015 07:45 PM, Roland Selmer wrote: > > Is it possible to set arbitrary headers on a LUA mod_curl call like you would using the -H flag on a standard CURL? > > i.e. the equivalent of this > > curl -H ?token: 1234" http://192.168.100.100:5000/v2.0/tokens > for this kind of call > > session:execute("curl", "https://api.acme.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 From babak.freeswitch at gmail.com Mon Feb 9 10:15:08 2015 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Mon, 9 Feb 2015 10:45:08 +0330 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Hi I can not access freeswitch.org too! I checked my ip in http://whatismyipaddress.com/blacklist-check and it is not black listed. Thanks On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: > The rule reset, I had to redo how I setup that rule. It should be ok now. > > On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > >> oh! very-very-very big thanks! it`s works now! ^) >> >> 2015-02-07 0:36 GMT+03:00 Brian West : >> >>> I've narrowed the spam targets down a bit and limited it to specific >>> ports. >>> >>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>> wrote: >>> >>>> Which source list you are using to block ip addresses? I'm probably >>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, >>>> and here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>>> >>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West >>>> wrote: >>>> >>>>> Make sure your IP isn't on any spammers list. ;) >>>>> >>>>> Thanks, >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> *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 >>>>> >>>> >>>> >>>> >>>> -- >>>> ?talo Rossi >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 best regards, >> Dmitriy Borisov >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150209/263248e5/attachment.html From lists at kavun.ch Mon Feb 9 10:44:57 2015 From: lists at kavun.ch (Emrah) Date: Mon, 9 Feb 2015 08:44:57 +0100 Subject: [Freeswitch-users] Clear path in contact header when using TLS In-Reply-To: <32CB30A3-E367-4ACA-9ADE-EF43ADCD7CF0@kavun.ch> References: <32CB30A3-E367-4ACA-9ADE-EF43ADCD7CF0@kavun.ch> Message-ID: <636150F3-2B67-4C91-92AE-BA754DEB336B@kavun.ch> As an additional clarification, my tls-bind-params do mention transport=tls. I'm trying to make sense of why FS would be using the clear SIP port instead of the TLS one in any packets over a TLS session. Any idea? Thanks > On Feb 9, 2015, at 8:08 AM, Emrah wrote: > > Hi all, > My experience with FS and TLS has been rather mixed so far. It's been a little inconsistent in keeping NAT sessions up and users discoverable. > One thing I've noticed is that FS advertises the wrong information in option packets. The following is what I receive over my TLS session which is working on port 443. > 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 > OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 SIP/2.0 > Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD > Route: >;transport=tls > Max-Forwards: 70 > From: >;tag=Q6XDFHeUUrcHD > To: > > Call-ID: 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv > CSeq: 71498568 OPTIONS > Contact: > > User-Agent: FreeSWITCH > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: timer, path, replaces > Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer > Content-Length: 0 > > Do you see the From and Contact line? How can I rewrite this? Port 5060 has nothing to do there. > > Thanks and all the best, > Emrah -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/44bf9039/attachment.html From gb at cm.nl Mon Feb 9 11:48:56 2015 From: gb at cm.nl (Grant Bagdasarian) Date: Mon, 9 Feb 2015 08:48:56 +0000 Subject: [Freeswitch-users] pass_rfc2833 in 1.4.15 Message-ID: <3c981d7a140b412cb22a402f84569916@CM-EX-V01.cm.local> Hello, Have there been any know issue with the variable pass_rfc2833? We recently upgraded to 1.4.15 and are facing some DTMF issues. Before on 1.2.13 we also had issues with DTMF, so I added the pass_rfc2833 variable, and the problems went away. Now again with 1.4.15, the variable is still enabled, but the problems happen again. Any ideas? Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/8edeeffc/attachment-0001.html From andrew at cassidywebservices.co.uk Mon Feb 9 12:40:43 2015 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Mon, 9 Feb 2015 09:40:43 +0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Hi Andrew, I'm working with a couple of people looking into and actively ordering IPEX. The majority of it looks straightforward. On 9 February 2015 at 06:45, Andrew Keil wrote: > Ken, > > > > Thanks again for your quick response. > > > > The specifics are fairly straight-forward, they will 99% of the time > accept calls from the PSTN to UK premium rate numbers (which terminate on > the SIP trunks (FreeSWITCH)). The rest of the time (1%) the will call out > to various PSTN numbers, where there will be an inbound leg and outbound > leg conferenced together. > > > > The aim (initially) is to replace ISDN E1 trunks with SIP trunks. > > > > Andrew > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice > *Sent:* Monday, 9 February 2015 3:13 PM > > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list > before allowing a server on their IP Telephony network > > > > Depending on what specifically hey are doing, I may use a proxy (like > OpenSIPS) for load balancing but more likely would just connect directly. > Really depends on what specifics are happening. > > > On 2/8/15, 5:46 PM, "Andrew Keil" wrote: > > Ken, > > Yes I guessed as much. I do not believe it will be a big issue since BT > would want my UK client on their network (since they will be switching over > from C&W (now Vodafone) and wish to win their business). Also we are > talking 1000+ concurrent calls which is more of an incentive (since my > client is a premium rate service provider in the UK with TV based traffic). > > When I followed the link sent through from Joshua ( > http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/) > and had a brief read, I noticed that they used a pair of SBC?s in front of > a pair of FreeSWITCH servers. I am hoping that I will not need to use a > separate SBC and just use the pair of FreeSWITCH servers, since FreeSWITCH > seems to do most of what an SBC does (if not more). Do you have an opinion > on whether an SBC is necessary when connecting to a carrier?s SIP trunk(s)? > > Regards, > > Andrew > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [ > mailto:freeswitch-users-bounces at lists.freeswitch.org > ] *On Behalf Of *Ken Rice > *Sent:* Saturday, 7 February 2015 10:11 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list > before allowing a server on their IP Telephony network > > Keep in mind some carriers uses these ?interop tests? as yet another > hurdle to keep the smaller players at bay... Level3 used to do things like > this to the level it could take 4 to 8 weeks to clear the testing required > for their interop testing which was really just RFC?d SIP > > > On 2/6/15, 4:29 PM, "Andrew Keil" wrote: > > Joshua. > > Thanks for this link. I will study this and respond with some feedback. > > Andrew > > *From:* freeswitch-users-bounces at lists.freeswitch.org [ > mailto:freeswitch-users-bounces at lists.freeswitch.org > ] *On Behalf Of *Joshua > Gigg > *Sent:* Saturday, 7 February 2015 1:07 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list > before allowing a server on their IP Telephony network > > > On 6 February 2015 at 09:53, Andrew Keil wrote: > > > To FreeSWITCH users, > > Re - British Telecom (BT) SIP test list before allowing a server on their > IP Telephony network. > > I wondered if someone can take a quick look at this test case spreadsheet > from BT in the UK to see if a standard FreeSWITCH installation (current > production release) will cover off all these test cases. I assume the > answer is yes! However I thought that I would ask in advance. > > Kind Regards, > > Andrew Keil > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > I've briefly looked into this sort of stuff before, and I found > http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ > > > > Does that help? > > > > -- > Ken > > > > *http://www.FreeSWITCH.org > http://www.ClueCon.com http://www.OSTAG.org > *irc.freenode.net #freeswitch > Twitter: @FreeSWITCH > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *T *03300 100 960 *F *03300 100 961 *E *andrew at cassidywebservices.co.uk *W *www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/4fc86719/attachment.html From alhakeem at gmail.com Mon Feb 9 13:32:47 2015 From: alhakeem at gmail.com (Abdul Hakeem) Date: Mon, 9 Feb 2015 10:32:47 -0000 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Hello Guys, Could we all get together to pool resources or exchange ideas ? I am looking change to Sip interconnect with BT and also a Transit interconnect to the MNO?s for the voice and SMS. Cheers, Abdul Hakeem From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Andrew Cassidy Sent: Monday, February 9, 2015 9:41 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Hi Andrew, I'm working with a couple of people looking into and actively ordering IPEX. The majority of it looks straightforward. On 9 February 2015 at 06:45, Andrew Keil wrote: Ken, Thanks again for your quick response. The specifics are fairly straight-forward, they will 99% of the time accept calls from the PSTN to UK premium rate numbers (which terminate on the SIP trunks (FreeSWITCH)). The rest of the time (1%) the will call out to various PSTN numbers, where there will be an inbound leg and outbound leg conferenced together. The aim (initially) is to replace ISDN E1 trunks with SIP trunks. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Monday, 9 February 2015 3:13 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Depending on what specifically hey are doing, I may use a proxy (like OpenSIPS) for load balancing but more likely would just connect directly. Really depends on what specifics are happening. On 2/8/15, 5:46 PM, "Andrew Keil" wrote: Ken, Yes I guessed as much. I do not believe it will be a big issue since BT would want my UK client on their network (since they will be switching over from C&W (now Vodafone) and wish to win their business). Also we are talking 1000+ concurrent calls which is more of an incentive (since my client is a premium rate service provider in the UK with TV based traffic). When I followed the link sent through from Joshua (http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/) and had a brief read, I noticed that they used a pair of SBC?s in front of a pair of FreeSWITCH servers. I am hoping that I will not need to use a separate SBC and just use the pair of FreeSWITCH servers, since FreeSWITCH seems to do most of what an SBC does (if not more). Do you have an opinion on whether an SBC is necessary when connecting to a carrier?s SIP trunk(s)? Regards, Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Saturday, 7 February 2015 10:11 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network Keep in mind some carriers uses these ?interop tests? as yet another hurdle to keep the smaller players at bay... Level3 used to do things like this to the level it could take 4 to 8 weeks to clear the testing required for their interop testing which was really just RFC?d SIP On 2/6/15, 4:29 PM, "Andrew Keil" wrote: Joshua. Thanks for this link. I will study this and respond with some feedback. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Joshua Gigg Sent: Saturday, 7 February 2015 1:07 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network On 6 February 2015 at 09:53, Andrew Keil wrote: To FreeSWITCH users, Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network. I wondered if someone can take a quick look at this test case spreadsheet from BT in the UK to see if a standard FreeSWITCH installation (current production release) will cover off all these test cases. I assume the answer is yes! However I thought that I would ask in advance. Kind Regards, Andrew Keil _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org I've briefly looked into this sort of stuff before, and I found http://blog.aeriandi.com/2012/10/08/bt-interoperability-testing-a-guide-to-jumping-the-hoops/ Does that help? -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 T 03300 100 960 F 03300 100 961 E andrew at cassidywebservices.co.uk W www.cassidywebservices.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/3fd448e3/attachment-0001.html From mthakershi at gmail.com Mon Feb 9 14:16:17 2015 From: mthakershi at gmail.com (Malay Thakershi) Date: Mon, 9 Feb 2015 16:46:17 +0530 Subject: [Freeswitch-users] Can't build VS2013 Windows Message-ID: Hello, I tried to build for Win32 target but I get these errors. Error 84 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\tport\ws.c 314 1 libsofia_sip_ua_static Error 88 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\stun\stun_common.c 784 1 libsofia_sip_ua_static Error 91 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\stun\stun.c 2192 1 libsofia_sip_ua_static Error 170 error LNK1181: cannot open input file 'C:\FS_GIT\libs\win32\sofia\Win32\Debug\libsofia_sip_ua_static.lib' C:\FS_GIT\src\mod\asr_tts\mod_unimrcp\LINK mod_unimrcp Error 187 error LNK1181: cannot open input file 'C:\FS_GIT\libs\win32\sofia\Win32\Debug\libsofia_sip_ua_static.lib' C:\FS_GIT\src\mod\endpoints\mod_sofia\LINK mod_sofia Machine where I am building are 64-bit but my server where FS needs to be deployed is 32-bit. I tried building on two different machines with latest clones. x64 builds fine. Any suggestions. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/6a2329b5/attachment.html From roland.selmer at gmail.com Mon Feb 9 14:30:15 2015 From: roland.selmer at gmail.com (Roland Selmer) Date: Mon, 9 Feb 2015 11:30:15 +0000 Subject: [Freeswitch-users] Setting Headers in a LUA mod_curl call In-Reply-To: <54D85E6C.5050402@freeswitch.org> References: <54D85E6C.5050402@freeswitch.org> Message-ID: <4A3A5880-73FB-4BCB-A3E7-EC984C737A13@gmail.com> Thanks Yossi, I?ve added them > On 9 Feb 2015, at 07:14, Yossi Neiman wrote: > > It is not currently possible to set arbitrary headers on mod_curl's curl > API call (which is what you're using). But on my limited free time I'm > working on some improvements to mod_curl. You can feel free to add in > some comments to FS-6753, and we'll see what we can do. > > -Yossi > > On 02/08/2015 07:45 PM, Roland Selmer wrote: >> >> Is it possible to set arbitrary headers on a LUA mod_curl call like you would using the -H flag on a standard CURL? >> >> i.e. the equivalent of this >> >> curl -H ?token: 1234" http://192.168.100.100:5000/v2.0/tokens >> for this kind of call >> >> session:execute("curl", "https://api.acme.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 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 0x6e6562 at gmail.com Mon Feb 9 15:06:27 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Mon, 9 Feb 2015 12:06:27 +0000 Subject: [Freeswitch-users] NAT traversal: replacing rttproxy with external RTP IP address in FS In-Reply-To: References: Message-ID: I hadn't considered media bypass mode, so I can look into that to see how it will fit in with what I am trying to do. Do you know if media bypass is compatible with a B2BUA scenario? On Sat, Feb 7, 2015 at 5:40 PM, Kamil Nigmatullin wrote: > As far as i know fs does not change sdp when bypass media is set to true? > Have you checked that? From denis at ringme.ru Mon Feb 9 16:24:23 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Mon, 09 Feb 2015 16:24:23 +0300 Subject: [Freeswitch-users] api:execute vs session:execute In-Reply-To: References: Message-ID: <54D8B507.7040005@ringme.ru> On 08.02.2015 08:43, John Nash wrote: > While reading documentation I saw that to call another lua script from > inside a lua script we use .. > > api = freeswitch.API(); > reply = api:executeString("luarun another.lua"); > > But we can also run another lua script using session:execute. I was > wondering what is the difference, which one should be preferred? on api no session variables? imho - different array of variables. From christian.hoene at symonics.com Mon Feb 9 16:33:47 2015 From: christian.hoene at symonics.com (Christian Hoene) Date: Mon, 9 Feb 2015 14:33:47 +0100 (CET) Subject: [Freeswitch-users] Freeswitch behind a WS Proxy Message-ID: <998047506.5726.1423488827691.JavaMail.open-xchange@app07.ox.hosteurope.de> Hello, we have placed Freeswitch behind a Apache ws tunnel proxy. Now, Freeswitch give me an error message because the sip_via is not correct. nta.c:3146 agent_check_request_via() nta: Via check: invalid transport "SIP/2.0/WSS" from 127.0.0.1:39964 nta.c:2990 agent_recv_request() nta: REGISTER (1) has invalid Via How do I modify the sip via entry that Freeswitch is expecting? Where to set the sip_via_address/protocol/port variables? Thanks CH From cmrienzo at gmail.com Mon Feb 9 16:38:30 2015 From: cmrienzo at gmail.com (Christopher Rienzo) Date: Mon, 9 Feb 2015 08:38:30 -0500 Subject: [Freeswitch-users] api:execute vs session:execute In-Reply-To: <54D8B507.7040005@ringme.ru> References: <54D8B507.7040005@ringme.ru> Message-ID: session:execute("lua"... = run as application in your session's thread (calling lua script will wait for completion). api:execute("luarun" ... = run in separate thread with no association to the session (calling lua script will continue executing in session's thread) Alternatively, you can call a different lua script or module using "require". On Mon, Feb 9, 2015 at 8:24 AM, ????? wrote: > > On 08.02.2015 08:43, John Nash wrote: > > While reading documentation I saw that to call another lua script from > > inside a lua script we use .. > > > > api = freeswitch.API(); > > reply = api:executeString("luarun another.lua"); > > > > But we can also run another lua script using session:execute. I was > > wondering what is the difference, which one should be preferred? > > on api no session variables? > imho - different array of variables. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150209/184f0dc1/attachment.html From tommyj27 at gmail.com Mon Feb 9 17:03:09 2015 From: tommyj27 at gmail.com (Thomas Johnson) Date: Mon, 9 Feb 2015 08:03:09 -0600 Subject: [Freeswitch-users] PRI channels get stuck in HANGUP state. In-Reply-To: References: Message-ID: Thanks for the suggestions. I've already implemented the descending allocation, fixing the immediate problem. I'll look at getting tracing enabled, as I would love to track this down. On Fri, Feb 6, 2015 at 5:50 PM, Brian Wiese < brian.wiese.freeswitch at gmail.com> wrote: > Thomas: > > I haven't seen this exact issue before, but I have had problems with > glare on our PRI. Since calls come in starting on the first channel > you should bridge outgoing calls starting with channel 23: > > http://wiki.freeswitch.org/wiki/FreeTDM#Ascending_vs._Descending_Channel_Selection > > Also consider enabling the trace feature so you can see what is > actually being sent and received on the PRI: > http://wiki.sangoma.com/Freeswitch-FreeTDM-Sangoma-ISDN-Library#q931-trace > > Again, this might not be the resolution to your issue but hopefully it > helps point you in the right direction. > > ~Brian > > On Tue, Feb 3, 2015 at 4:45 PM, Thomas Johnson wrote: > > I am trying to track down an issue where FreeTDM seems to get confused > about > > the state of channels on my PRI. The state seems to occur on origination; > > FreeTDM opens a channel, and immediately closes it, logging > > REQUESTED_CHAN_UNAVAIL. The channel then sits in the HANGUP state, > > preventing inbound calls and logging the following error. > > > > 2015-02-03 08:25:04.774438 [ERR] ftmod_libpri.c:1883 [s1c1][1:1] -- > Selected > > channel is already in use > > > > I can resolve this by restarting Freeswitch, but it is obviously > > less-than-ideal. A bit of relevant logging is at the end of this > message. It > > seems to occur immediately after a hangup on the same channel; could I be > > triggering a race condition? > > > > https://freeswitch.org/jira/browse/OPENZAP-220 seems to have similar > > symptoms, but manifests as a different error number. I upgraded > Freeswitch > > last week (1.5.15b git 608d3e2 2015-01-22 09:09:59Z 64bit) to ensure > that I > > had the patch referenced by the ticket. Is it possible that this could > be a > > cabling issue? We're running Freeswitch on FreeBSD 10.0 amd64. > > > > I'm happy to provide any other information that would be useful. I'm > > [relatively] new to Freeswitch, so please be gentle ;-). > > > > Thank you, > > Tom > > > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1451 -- Hangup ACK on > > channel 1:1 > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1460 [s1c1][1:1] > Changed > > state from HANGUP to HANGUP_COMPLETE > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > > state processor for HANGUP_COMPLETE > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > > [HANGUP_COMPLETE] > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] > Completed > > state change from HANGUP to HANGUP_COMPLETE in 0 ms > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:1268 [s1c1][1:1] > Changed > > state from HANGUP_COMPLETE to DOWN > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > > state processor for DOWN > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE [DOWN] > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] > Completed > > state change from HANGUP_COMPLETE to DOWN in 0 ms > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3194 [s1c1][1:1] DTMF debug > is > > already disabled > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3226 [s1c1][1:1] No need to > > disable input dump > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:3257 [s1c1][1:1] No need to > > disable output dump > > 2015-02-03 14:34:23.437947 [DEBUG] mod_freetdm.c:2707 got clear channel > sig > > [RELEASED] > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:6873 Cleared call with id 37 > > 2015-02-03 14:34:23.437947 [DEBUG] ftdm_io.c:2999 [s1c1][1:1] channel > done > > 2015-02-03 14:34:23.437947 [DEBUG] ftmod_libpri.c:978 -- Closed channel > 1:1 > > 2015-02-03 14:34:23.679236 [DEBUG] switch_ivr_originate.c:2099 Parsing > > global variables > > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > > [ignore_early_media]=[true] > > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > > [file]=[46475.tif] > > 2015-02-03 14:34:23.679236 [DEBUG] switch_event.c:1688 Parsing variable > > [jobid]=[293102] > > 2015-02-03 14:34:23.679236 [INFO] ftmod_zt.c:671 Setting echo cancel to > 64 > > taps for 1:1 > > 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:403 Set codec PCMU 20ms > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > > mod_freetdm.c:1251 Connect outbound channel FreeTDM/1:1/18019941076 > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [NOTICE] > > switch_channel.c:1055 New Channel FreeTDM/1:1/18019941076 > > [8d09030a-e4ab-e411-905b-0026b95c8602] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > > mod_freetdm.c:1260 (FreeTDM/1:1/18019941076) State Change CS_NEW -> > CS_INIT > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.679236 [DEBUG] > > mod_freetdm.c:1279 Attached session 8d09030a-e4ab-e411-905b-0026b95c8602 > to > > channel 1:1 > > 2015-02-03 14:34:23.679236 [DEBUG] mod_freetdm.c:1767 [s1c1][1:1] Changed > > state from DOWN to DIALING > > 2015-02-03 14:34:23.778359 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > > state processor for DIALING > > 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > [DIALING] > > 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:2707 got clear channel > sig > > [DIALING] > > 2015-02-03 14:34:23.778359 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] > Completed > > state change from DOWN to DIALING in 95 ms > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > > Change CS_INIT > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > mod_freetdm.c:430 (FreeTDM/1:1/18019941076) State Change CS_INIT -> > > CS_ROUTING > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:512 (FreeTDM/1:1/18019941076) State INIT > going > > to sleep > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > > Change CS_ROUTING > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING > > 2015-02-03 14:34:23.778359 [DEBUG] mod_freetdm.c:453 > FreeTDM/1:1/18019941076 > > CHANNEL ROUTING > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_ivr_originate.c:67 (FreeTDM/1:1/18019941076) State Change > CS_ROUTING > > -> CS_CONSUME_MEDIA > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:528 (FreeTDM/1:1/18019941076) State ROUTING > > going to sleep > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > > Change CS_CONSUME_MEDIA > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State > > CONSUME_MEDIA > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.778359 [DEBUG] > > switch_core_state_machine.c:547 (FreeTDM/1:1/18019941076) State > > CONSUME_MEDIA going to sleep > > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1466 -- Hangup on > channel > > 1:1 > > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:1479 [s1c1][1:1] > Changed > > state from DIALING to TERMINATING > > 2015-02-03 14:34:23.799281 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > > state processor for TERMINATING > > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > > [TERMINATING] > > 2015-02-03 14:34:23.799281 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] > Completed > > state change from DIALING to TERMINATING in 0 ms > > 2015-02-03 14:34:23.799281 [DEBUG] ftdm_io.c:6216 [s1c1][1:1] Scheduling > > safety hangup timer > > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:2707 got clear channel > sig > > [STOP] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [NOTICE] > > mod_freetdm.c:2731 Hangup FreeTDM/1:1/18019941076 [CS_CONSUME_MEDIA] > > [REQUESTED_CHAN_UNAVAIL] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > > switch_channel.c:3222 Send signal FreeTDM/1:1/18019941076 [KILL] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > > switch_core_session.c:1388 Send signal FreeTDM/1:1/18019941076 [BREAK] > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > > switch_core_state_machine.c:472 (FreeTDM/1:1/18019941076) Running State > > Change CS_HANGUP > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > > switch_core_state_machine.c:735 (FreeTDM/1:1/18019941076) Callstate > Change > > DOWN -> HANGUP > > 8d09030a-e4ab-e411-905b-0026b95c8602 2015-02-03 14:34:23.799281 [DEBUG] > > switch_core_state_machine.c:737 (FreeTDM/1:1/18019941076) State HANGUP > > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:544 [1:1] > > FreeTDM/1:1/18019941076 CHANNEL HANGUP ENTER > > 2015-02-03 14:34:23.799281 [DEBUG] mod_freetdm.c:623 [s1c1][1:1] Changed > > state from TERMINATING to HANGUP > > 2015-02-03 14:34:23.819045 [DEBUG] switch_ivr_originate.c:3719 Originate > > Resulted in Error Cause: 44 [REQUESTED_CHAN_UNAVAIL] > > 2015-02-03 14:34:23.918415 [DEBUG] ftdm_state.c:541 [s1c1][1:1] Executing > > state processor for HANGUP > > 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:942 -- 1:1 STATE > [HANGUP] > > 2015-02-03 14:34:23.918415 [DEBUG] ftmod_libpri.c:950 [s1c1][1:1] > Completed > > state change from TERMINATING to HANGUP in 109 ms > > 2015-02-03 14:34:23.918415 [DEBUG] mod_freetdm.c:643 [1:1] > > FreeTDM/1:1/18019941076 CHANNEL HANGUP EXIT > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150209/1f33ba3b/attachment-0001.html From brian at freeswitch.org Mon Feb 9 17:36:37 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 9 Feb 2015 08:36:37 -0600 Subject: [Freeswitch-users] Freeswitch behind a WS Proxy In-Reply-To: <998047506.5726.1423488827691.JavaMail.open-xchange@app07.ox.hosteurope.de> References: <998047506.5726.1423488827691.JavaMail.open-xchange@app07.ox.hosteurope.de> Message-ID: What port on FreeSWITCH are you speaking to? On Mon, Feb 9, 2015 at 7:33 AM, Christian Hoene < christian.hoene at symonics.com> wrote: > Hello, > > we have placed Freeswitch behind a Apache ws tunnel proxy. > > Now, Freeswitch give me an error message because the sip_via is not > correct. > > nta.c:3146 agent_check_request_via() nta: Via check: invalid transport > "SIP/2.0/WSS" from 127.0.0.1:39964 > nta.c:2990 agent_recv_request() nta: REGISTER (1) has invalid Via > > How do I modify the sip via entry that Freeswitch is expecting? Where to > set the > sip_via_address/protocol/port variables? > > Thanks > > CH > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150209/c0808e33/attachment.html From brian at freeswitch.org Mon Feb 9 17:37:36 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 9 Feb 2015 08:37:36 -0600 Subject: [Freeswitch-users] pass_rfc2833 in 1.4.15 In-Reply-To: <3c981d7a140b412cb22a402f84569916@CM-EX-V01.cm.local> References: <3c981d7a140b412cb22a402f84569916@CM-EX-V01.cm.local> Message-ID: What problems specifically? On Mon, Feb 9, 2015 at 2:48 AM, Grant Bagdasarian wrote: > Hello, > > > > Have there been any know issue with the variable pass_rfc2833? > > We recently upgraded to 1.4.15 and are facing some DTMF issues. > > > > Before on 1.2.13 we also had issues with DTMF, so I added the pass_rfc2833 > variable, and the problems went away. > > Now again with 1.4.15, the variable is still enabled, but the problems > happen again. > > > > Any ideas? > > > > Grant > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150209/61cb43cc/attachment.html From mike at jerris.com Mon Feb 9 18:37:35 2015 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 Feb 2015 10:37:35 -0500 Subject: [Freeswitch-users] SWITCH_EVENT_NOTIFY will not send 'body' or 'content-length' In-Reply-To: References: Message-ID: <1DC44A2E-37B4-437B-AE83-87ED958C73CB@jerris.com> It should never be looking at a header to determine the content length, but it should probably be calculating it itself. Patches welcome. > On Feb 7, 2015, at 4:19 PM, Vik Killa wrote: > > When firing a NOTIFY event using sendevent, mod_sofia does not accept 'body' or 'content-length' from the event; > > My goal is to be able to send custom 'dialog' events to send NOTIFYs to UAs > I noticed FS will send the dialog event if I don't include the 'content-length' header and body. > > Here is an example event that works. > mod_sofia will parse the event and fire the NOTIFY > > sendevent NOTIFY > profile: internal > event-string: dialog > content-type: application/dialog-info+xml > user: 1002 > host: 3.local > to-uri: 1002 at 3.local > from-uri: 1002 at 3.local > contact-uri: sip:1002 at 192.168.0.109:10536;fs_path=sip:192.168.207.156:5060 > > if I add content-length and a body, mod_sofia does not fire the NOTIFY: > > content-length: 493 > earlysip:lot at 3.local;proto=orbitsip:lot > > > I noticed in mod_sofia.c, where it listens for SWITCH_EVENT_NOTIFY > it does not parse the 'content-length' header but it does look for the body and even tries to send it in nua_notify() > > Is this the desired behavior? If SWITCH_EVENT_NOTIFY is trying to send the body of the event, shouldn't it look for a content-length header or try to create one based on the body? > > If it is not the desired behavior, could this be a bug? > Thank you in advance. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/344c41e2/attachment.html From mike at jerris.com Mon Feb 9 18:41:30 2015 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 Feb 2015 10:41:30 -0500 Subject: [Freeswitch-users] Can't build VS2013 Windows In-Reply-To: References: Message-ID: 1. Please report bugs to jira.freeswitch.org, not the mailing list. 2. When submitting bugs, please submit full build log, what you have pasted here omits the actual warning causing the issue. > On Feb 9, 2015, at 6:16 AM, Malay Thakershi wrote: > > Hello, > > I tried to build for Win32 target but I get these errors. > > Error 84 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\tport\ws.c 314 1 libsofia_sip_ua_static > Error 88 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\stun\stun_common.c 784 1 libsofia_sip_ua_static > Error 91 error C2220: warning treated as error - no 'object' file generated C:\FS_GIT\libs\sofia-sip\libsofia-sip-ua\stun\stun.c 2192 1 libsofia_sip_ua_static > Error 170 error LNK1181: cannot open input file 'C:\FS_GIT\libs\win32\sofia\Win32\Debug\libsofia_sip_ua_static.lib' C:\FS_GIT\src\mod\asr_tts\mod_unimrcp\LINK mod_unimrcp > Error 187 error LNK1181: cannot open input file 'C:\FS_GIT\libs\win32\sofia\Win32\Debug\libsofia_sip_ua_static.lib' C:\FS_GIT\src\mod\endpoints\mod_sofia\LINK mod_sofia > > Machine where I am building are 64-bit but my server where FS needs to be deployed is 32-bit. > I tried building on two different machines with latest clones. > > x64 builds fine. > > Any suggestions. > > Thanks. From vipkilla at gmail.com Mon Feb 9 18:47:48 2015 From: vipkilla at gmail.com (Vik Killa) Date: Mon, 9 Feb 2015 10:47:48 -0500 Subject: [Freeswitch-users] SWITCH_EVENT_NOTIFY will not send 'body' or 'content-length' In-Reply-To: <1DC44A2E-37B4-437B-AE83-87ED958C73CB@jerris.com> References: <1DC44A2E-37B4-437B-AE83-87ED958C73CB@jerris.com> Message-ID: I found that I can send an event with the 'body' in C but not via telnet ESL. I'm going to be writing in C anyway so I'll just leave it at that... strange that I can send a message body via telnet ESL when it's a MESSAGE event but not SWITCH_EVENT_NOTIFY Thanks. On Mon, Feb 9, 2015 at 10:37 AM, Michael Jerris wrote: > It should never be looking at a header to determine the content length, > but it should probably be calculating it itself. Patches welcome. > > On Feb 7, 2015, at 4:19 PM, Vik Killa wrote: > > When firing a NOTIFY event using sendevent, mod_sofia does not accept > 'body' or 'content-length' from the event; > > My goal is to be able to send custom 'dialog' events to send NOTIFYs to UAs > I noticed FS will send the dialog event if I don't include the > 'content-length' header and body. > > Here is an example event that works. > mod_sofia will parse the event and fire the NOTIFY > > sendevent NOTIFY > profile: internal > event-string: dialog > content-type: application/dialog-info+xml > user: 1002 > host: 3.local > to-uri: 1002 at 3.local > from-uri: 1002 at 3.local > contact-uri: sip:1002 at 192.168.0.109:10536;fs_path=sip:192.168.207.156:5060 > > if I add content-length and a body, mod_sofia does not fire the NOTIFY: > > content-length: 493 > xmlns="urn:ietf:params:xml:ns:dialog-info" version="3" state="full" > entity="sip:orbit+lot at 3.local"> direction="initiator">early display="TEST">sip:lot at 3.local;proto=orbit uri="sip:lot at 3.local;proto=orbit"> pvalue="no"/> display="park">sip:lot uri="sip:park+lot"/> > > > I noticed in mod_sofia.c, where it listens for SWITCH_EVENT_NOTIFY > it does not parse the 'content-length' header but it does look for the > body and even tries to send it in nua_notify() > > Is this the desired behavior? If SWITCH_EVENT_NOTIFY is trying to send the > body of the event, shouldn't it look for a content-length header or try to > create one based on the body? > > If it is not the desired behavior, could this be a bug? > Thank you in advance. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150209/f9e35c23/attachment-0001.html From christian.hoene at symonics.com Mon Feb 9 18:55:50 2015 From: christian.hoene at symonics.com (Christian Hoene) Date: Mon, 9 Feb 2015 16:55:50 +0100 (CET) Subject: [Freeswitch-users] Freeswitch behind a WS Proxy In-Reply-To: <998047506.5726.1423488827691.JavaMail.open-xchange@app07.ox.hosteurope.de> References: <998047506.5726.1423488827691.JavaMail.open-xchange@app07.ox.hosteurope.de> Message-ID: <1319254458.6363.1423497350369.JavaMail.open-xchange@app07.ox.hosteurope.de> Hello again, the problem lies in the nta.c function agent_check_request_via. My apache proxy translation is from wss to ws (which may sense if on lo), but agent_check_request_via is still expecting WSS. As a workaround, I am transmitting wss even locally. With best regards, CH PS: > > Hello, > > we have placed Freeswitch behind a Apache ws tunnel proxy. > > Now, Freeswitch give me an error message because the sip_via is not correct. > > nta.c:3146 agent_check_request_via() nta: Via check: invalid transport > "SIP/2.0/WSS" from 127.0.0.1:39964 > nta.c:2990 agent_recv_request() nta: REGISTER (1) has invalid Via > > How do I modify the sip via entry that Freeswitch is expecting? Where to set > the > sip_via_address/protocol/port variables? > > Thanks > > CH From kamil.nigmatullin at gmail.com Mon Feb 9 20:06:46 2015 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Mon, 9 Feb 2015 23:06:46 +0600 Subject: [Freeswitch-users] NAT traversal: replacing rttproxy with external RTP IP address in FS In-Reply-To: References: Message-ID: You mean b2bua in kamailio? how can they interfere? 09 ????. 2015 ?. 18:07 ???????????? "Ben Hood" <0x6e6562 at gmail.com> ???????: > I hadn't considered media bypass mode, so I can look into that to see > how it will fit in with what I am trying to do. > > Do you know if media bypass is compatible with a B2BUA scenario? > > On Sat, Feb 7, 2015 at 5:40 PM, Kamil Nigmatullin > wrote: > > As far as i know fs does not change sdp when bypass media is set to true? > > Have you checked that? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150209/f53bb00f/attachment.html From aqsyounas at gmail.com Mon Feb 9 20:10:11 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Mon, 9 Feb 2015 22:10:11 +0500 Subject: [Freeswitch-users] mod_vlc taking more time in playing a stream than mod_shout In-Reply-To: References: Message-ID: jira has been created. https://freeswitch.org/jira/browse/FS-7250 On 6 February 2015 at 23:29, Brian West wrote: > If you're having to comment out lines, it should probably be filed as a > jira so either we can fix it or properly document it. > > On Fri, Feb 6, 2015 at 10:46 AM, Aqs Younas wrote: > >> Thanks I solved it. After compiling vlc with source code and commenting >> out the line 366. >> >> On 6 February 2015 at 00:19, Aqs Younas wrote: >> >>> Hi, Users. >>> >>> I am facing an issue when trying to play a stream with mod_vlc i hear >>> voice after 8 to 10 seconds after getting answer. But when i play same >>> stream with mod_shout i get voice instantly. >>> >>> Why mod_vlc is taking much time in playing the stream? Is there any way >>> to reduce this time? >>> >>> All thoughts are welcome. >>> >>> 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 > > *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/20150209/0403a3d4/attachment.html From 0x6e6562 at gmail.com Mon Feb 9 20:19:55 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Mon, 9 Feb 2015 17:19:55 +0000 Subject: [Freeswitch-users] NAT traversal: replacing rttproxy with external RTP IP address in FS In-Reply-To: References: Message-ID: In my scenario, FS is the B2BUA - I wasn't aware that Kamailio could actually a B2BUA, I assumed it was only a SIP proxy. In any case, I was thinking that FS would terminate the media streams of both the A-leg and the B-leg. Because of this, I was wondering how media bypassing would work, since FS would have to mux the media from both legs. Or maybe my understanding of FS is not good enough? > On 9 Feb 2015, at 17:06, Kamil Nigmatullin wrote: > > You mean b2bua in kamailio? how can they interfere? > > 09 ????. 2015 ?. 18:07 ???????????? "Ben Hood" <0x6e6562 at gmail.com> ???????: >> I hadn't considered media bypass mode, so I can look into that to see >> how it will fit in with what I am trying to do. >> >> Do you know if media bypass is compatible with a B2BUA scenario? >> >> On Sat, Feb 7, 2015 at 5:40 PM, Kamil Nigmatullin >> wrote: >> > As far as i know fs does not change sdp when bypass media is set to true? >> > Have you checked that? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150209/5de53595/attachment.html From krice at freeswitch.org Mon Feb 9 23:25:17 2015 From: krice at freeswitch.org (Ken Rice) Date: Mon, 09 Feb 2015 20:25:17 +0000 Subject: [Freeswitch-users] FreeSWITCH Week in Review (Master Branch) January 31st-February 6th Message-ID: <54d917adc4847_1acd9af3305442b@ip-10-37-152-49.mail> New Post on freeswitch.org from kathleen check it out at http://ift.tt/1CMyefz FreeSWITCH Week in Review (Master Branch) January 31st-February 6th Hello, again. This past week in the FreeSWITCH master branch we had 8 commits. It was a quiet week with some small updates: updated freeswitch.spec for flite-2.0.0 and some minor updates to the mod_foo clean targets. New features that were added: FS-7149 Update freeswitch.spec for flite-2.0.0 FS-7245 Don?t rebuild core on mod_foo-clean targets The following bugs were squashed: FS-7235 Fix for call recording deleting recorded files in append mode if appended data is shorter than RECORD_MIN_SEC FS-7236 FS-7236 Added lock to prevent a race condition and segfault in mod_conference FS-7236 Fix code before declaration in mod_conference -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/a37905ca/attachment-0001.html From andrew.keil at visytel.com Tue Feb 10 01:27:27 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Mon, 9 Feb 2015 22:27:27 +0000 Subject: [Freeswitch-users] Number of SIP concurrent calls based on first draft hardware spec Message-ID: To FreeSWITCH users, My client in the UK is asking how many concurrent SIP calls could be handled by the current production release of FreeSWITCH (based on the first draft of the hardware spec attached and the service usage shown below). The services will use the following and be written in Lua running inside FreeSWITCH: - G711 -A-law audio playback/record (since E1) - so no transcoding - DTMF detection - General string and number handling - which lua would do very well - TCP socket communication - No text to speech or speech recognition - Limited conference requirements (ie. Inbound call conferenced with an outbound call on the same server) Initially since they are a "windows-house" they intend to run the Windows 64-bit version of FreeSWITCH on Windows Server 2012 R2 Standard Edition. Eventually I hope to move them to Linux, however one step at a time. If stating how many potential concurrent SIP calls based on my hardware spec attached is too difficult, then the other way of stating your hardware spec (just the basics CPU/RAM/Hard disk subsystem) and how many concurrent SIP calls you can take would also help. I appreciate any assistance that anyone can give. Thanks in advance, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/f65ef5e9/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: DellPoweredgeR430.jpg Type: image/jpeg Size: 199614 bytes Desc: DellPoweredgeR430.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/f65ef5e9/attachment-0001.jpg From max at nysolutions.com Tue Feb 10 01:35:50 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Mon, 9 Feb 2015 22:35:50 +0000 Subject: [Freeswitch-users] Number of SIP concurrent calls based on first draft hardware spec In-Reply-To: References: Message-ID: Approx. 6000. Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Andrew Keil Sent: Monday, February 9, 2015 5:27 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Number of SIP concurrent calls based on first draft hardware spec To FreeSWITCH users, My client in the UK is asking how many concurrent SIP calls could be handled by the current production release of FreeSWITCH (based on the first draft of the hardware spec attached and the service usage shown below). The services will use the following and be written in Lua running inside FreeSWITCH: - G711 -A-law audio playback/record (since E1) - so no transcoding - DTMF detection - General string and number handling - which lua would do very well - TCP socket communication - No text to speech or speech recognition - Limited conference requirements (ie. Inbound call conferenced with an outbound call on the same server) Initially since they are a "windows-house" they intend to run the Windows 64-bit version of FreeSWITCH on Windows Server 2012 R2 Standard Edition. Eventually I hope to move them to Linux, however one step at a time. If stating how many potential concurrent SIP calls based on my hardware spec attached is too difficult, then the other way of stating your hardware spec (just the basics CPU/RAM/Hard disk subsystem) and how many concurrent SIP calls you can take would also help. I appreciate any assistance that anyone can give. Thanks in advance, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/2111a5d7/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2424 bytes Desc: image001.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/2111a5d7/attachment.jpg From mike at jerris.com Tue Feb 10 01:41:29 2015 From: mike at jerris.com (Michael Jerris) Date: Mon, 9 Feb 2015 17:41:29 -0500 Subject: [Freeswitch-users] Number of SIP concurrent calls based on first draft hardware spec In-Reply-To: References: Message-ID: <53BD8E97-7EA9-474C-96AD-9E881DE0F8BA@jerris.com> Really depending on hardware and specifics of your exact implementation you want to run some testing on your target hardware and find the numbers that work for you. I would not reccomend taking numbers from others as every application really is different. > On Feb 9, 2015, at 5:27 PM, Andrew Keil wrote: > > To FreeSWITCH users, > > My client in the UK is asking how many concurrent SIP calls could be handled by the current production release of FreeSWITCH (based on the first draft of the hardware spec attached and the service usage shown below). > > The services will use the following and be written in Lua running inside FreeSWITCH: > > - G711 ?A-law audio playback/record (since E1) - so no transcoding > - DTMF detection > - General string and number handling ? which lua would do very well > - TCP socket communication > - No text to speech or speech recognition > - Limited conference requirements (ie. Inbound call conferenced with an outbound call on the same server) > > Initially since they are a ?windows-house? they intend to run the Windows 64-bit version of FreeSWITCH on Windows Server 2012 R2 Standard Edition. Eventually I hope to move them to Linux, however one step at a time. > > If stating how many potential concurrent SIP calls based on my hardware spec attached is too difficult, then the other way of stating your hardware spec (just the basics CPU/RAM/Hard disk subsystem) and how many concurrent SIP calls you can take would also help. > > I appreciate any assistance that anyone can give. > > Thanks in advance, > > Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150209/65093688/attachment.html From brian at freeswitch.org Tue Feb 10 06:14:39 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 9 Feb 2015 21:14:39 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: I've only put the spam list for port 25, the rest are voip naughty lists, had your net block been naughty when its been? http://noc.freeswitch.net/ipblacklists/voipbl.txt http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt Are you on either of these? On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali wrote: > Hi > I can not access freeswitch.org too! I checked my ip in > http://whatismyipaddress.com/blacklist-check and it is not black listed. > Thanks > > On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: > >> The rule reset, I had to redo how I setup that rule. It should be ok now. >> >> On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < >> bordmi at rarus.ru> wrote: >> >>> oh! very-very-very big thanks! it`s works now! ^) >>> >>> 2015-02-07 0:36 GMT+03:00 Brian West : >>> >>>> I've narrowed the spam targets down a bit and limited it to specific >>>> ports. >>>> >>>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>>> wrote: >>>> >>>>> Which source list you are using to block ip addresses? I'm probably >>>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, >>>>> and here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>>>> >>>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West >>>>> wrote: >>>>> >>>>>> Make sure your IP isn't on any spammers list. ;) >>>>>> >>>>>> Thanks, >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> *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 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> ?talo Rossi >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>>> *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 best regards, >>> Dmitriy Borisov >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 *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/20150209/035d9f7a/attachment-0001.html From babak.freeswitch at gmail.com Tue Feb 10 09:05:03 2015 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Tue, 10 Feb 2015 09:35:03 +0330 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: I can not even open those files and pinging freeswitch.org times out! On Tue, Feb 10, 2015 at 6:44 AM, Brian West wrote: > I've only put the spam list for port 25, the rest are voip naughty lists, > had your net block been naughty when its been? > > http://noc.freeswitch.net/ipblacklists/voipbl.txt > http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt > > Are you on either of these? > > On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali < > babak.freeswitch at gmail.com> wrote: > >> Hi >> I can not access freeswitch.org too! I checked my ip in >> http://whatismyipaddress.com/blacklist-check and it is not black listed. >> Thanks >> >> On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: >> >>> The rule reset, I had to redo how I setup that rule. It should be ok >>> now. >>> >>> On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < >>> bordmi at rarus.ru> wrote: >>> >>>> oh! very-very-very big thanks! it`s works now! ^) >>>> >>>> 2015-02-07 0:36 GMT+03:00 Brian West : >>>> >>>>> I've narrowed the spam targets down a bit and limited it to specific >>>>> ports. >>>>> >>>>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>>>> wrote: >>>>> >>>>>> Which source list you are using to block ip addresses? I'm probably >>>>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, >>>>>> and here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>>>>> >>>>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West >>>>>> wrote: >>>>>> >>>>>>> Make sure your IP isn't on any spammers list. ;) >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> *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 >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> ?talo Rossi >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> >>>>> *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 best regards, >>>> Dmitriy Borisov >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 > > *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/20150210/b574d353/attachment.html From jaybinks at gmail.com Tue Feb 10 09:21:41 2015 From: jaybinks at gmail.com (jay binks) Date: Tue, 10 Feb 2015 16:21:41 +1000 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Do you run a friendly scanner botnet ? :) ( i am kidding ) On 10 February 2015 at 16:05, Babak Yakhchali wrote: > I can not even open those files and pinging freeswitch.org times out! > > On Tue, Feb 10, 2015 at 6:44 AM, Brian West wrote: > >> I've only put the spam list for port 25, the rest are voip naughty lists, >> had your net block been naughty when its been? >> >> http://noc.freeswitch.net/ipblacklists/voipbl.txt >> http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt >> >> Are you on either of these? >> >> On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali < >> babak.freeswitch at gmail.com> wrote: >> >>> Hi >>> I can not access freeswitch.org too! I checked my ip in >>> http://whatismyipaddress.com/blacklist-check and it is not black listed. >>> Thanks >>> >>> On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: >>> >>>> The rule reset, I had to redo how I setup that rule. It should be ok >>>> now. >>>> >>>> On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < >>>> bordmi at rarus.ru> wrote: >>>> >>>>> oh! very-very-very big thanks! it`s works now! ^) >>>>> >>>>> 2015-02-07 0:36 GMT+03:00 Brian West : >>>>> >>>>>> I've narrowed the spam targets down a bit and limited it to specific >>>>>> ports. >>>>>> >>>>>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>>>>> wrote: >>>>>> >>>>>>> Which source list you are using to block ip addresses? I'm probably >>>>>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, >>>>>>> and here http://mxtoolbox.com/blacklists.aspx doesn't show any >>>>>>> blocks >>>>>>> >>>>>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Make sure your IP isn't on any spammers list. ;) >>>>>>>> >>>>>>>> Thanks, >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> *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 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> ?talo Rossi >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>>>>> >>>>>> *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 best regards, >>>>> Dmitriy Borisov >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>>> *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 >> >> *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 > -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/ce650fd3/attachment-0001.html From krice at freeswitch.org Tue Feb 10 09:25:10 2015 From: krice at freeswitch.org (Ken Rice) Date: Tue, 10 Feb 2015 00:25:10 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: Message-ID: Email me your IP address (or block) off net and I?ll look and see what list you are getting blocked by On 2/10/15, 12:05 AM, "Babak Yakhchali" wrote: > I can not even open those files and pinging freeswitch.org > times out! > > On Tue, Feb 10, 2015 at 6:44 AM, Brian West wrote: >> I've only put the spam list for port 25, the rest are voip naughty lists, had >> your net block been naughty when its been? >> >> http://noc.freeswitch.net/ipblacklists/voipbl.txt >> http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt >> >> Are you on either of these? >> >> On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali >> wrote: >>> Hi >>> I can not access freeswitch.org too! I checked my >>> ip in?http://whatismyipaddress.com/blacklist-check and it is not black >>> listed. >>> Thanks >>> >>> On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: >>>> The rule reset, I had to redo how I setup that rule.? It should be ok now. >>>> >>>> On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov >>>> wrote: >>>>> oh! very-very-very big thanks! it`s works now! ^) >>>>> >>>>> 2015-02-07 0:36 GMT+03:00 Brian West : >>>>>> I've narrowed the spam targets down a bit and limited it to specific >>>>>> ports. >>>>>> >>>>>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>>>>> wrote: >>>>>>> Which source list you are using to block ip addresses? I'm probably >>>>>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, and >>>>>>> here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>>>>>> >>>>>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: Make sure your IP isn't on any spammers list. ;) Thanks, -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/5ae58d85/attachment.html From krice at freeswitch.org Tue Feb 10 09:44:34 2015 From: krice at freeswitch.org (Ken Rice) Date: Tue, 10 Feb 2015 00:44:34 -0600 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: Message-ID: I?m sorry to say that we can not unblock your IP address at this time. I?ll speak with Brian about this further once he is back around in the AM US time On 2/10/15, 12:05 AM, "Babak Yakhchali" wrote: > I can not even open those files and pinging freeswitch.org > times out! > > On Tue, Feb 10, 2015 at 6:44 AM, Brian West wrote: >> I've only put the spam list for port 25, the rest are voip naughty lists, had >> your net block been naughty when its been? >> >> http://noc.freeswitch.net/ipblacklists/voipbl.txt >> http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt >> >> Are you on either of these? >> >> On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali >> wrote: >>> Hi >>> I can not access freeswitch.org too! I checked my >>> ip in?http://whatismyipaddress.com/blacklist-check and it is not black >>> listed. >>> Thanks >>> >>> On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: >>>> The rule reset, I had to redo how I setup that rule.? It should be ok now. >>>> >>>> On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov >>>> wrote: >>>>> oh! very-very-very big thanks! it`s works now! ^) >>>>> >>>>> 2015-02-07 0:36 GMT+03:00 Brian West : >>>>>> I've narrowed the spam targets down a bit and limited it to specific >>>>>> ports. >>>>>> >>>>>> On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi >>>>>> wrote: >>>>>>> Which source list you are using to block ip addresses? I'm probably >>>>>>> blocked, querying here http://whatismyipaddress.com/blacklist-check, and >>>>>>> here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks >>>>>>> >>>>>>> On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: Make sure your IP isn't on any spammers list. ;) Thanks, -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/61187dd4/attachment.html From babak.freeswitch at gmail.com Tue Feb 10 09:55:53 2015 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Tue, 10 Feb 2015 10:25:53 +0330 Subject: [Freeswitch-users] Having issues accessing freeswitch.org? In-Reply-To: References: Message-ID: Ok.Thanks On Tue, Feb 10, 2015 at 10:14 AM, Ken Rice wrote: > I?m sorry to say that we can not unblock your IP address at this time. > > I?ll speak with Brian about this further once he is back around in the AM > US time > > On 2/10/15, 12:05 AM, "Babak Yakhchali" > wrote: > > I can not even open those files and pinging freeswitch.org < > http://freeswitch.org> times out! > > On Tue, Feb 10, 2015 at 6:44 AM, Brian West wrote: > > I've only put the spam list for port 25, the rest are voip naughty lists, > had your net block been naughty when its been? > > http://noc.freeswitch.net/ipblacklists/voipbl.txt > http://noc.freeswitch.net/ipblacklists/simwood.ip.30d.txt > > Are you on either of these? > > On Mon, Feb 9, 2015 at 1:15 AM, Babak Yakhchali < > babak.freeswitch at gmail.com> wrote: > > Hi > I can not access freeswitch.org too! I checked > my ip in http://whatismyipaddress.com/blacklist-check and it is not black > listed. > Thanks > > On Sat, Feb 7, 2015 at 2:39 AM, Brian West wrote: > > The rule reset, I had to redo how I setup that rule. It should be ok now. > > On Fri, Feb 6, 2015 at 3:52 PM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > > oh! very-very-very big thanks! it`s works now! ^) > > 2015-02-07 0:36 GMT+03:00 Brian West : > > I've narrowed the spam targets down a bit and limited it to specific ports. > > On Fri, Feb 6, 2015 at 3:33 PM, ?talo Rossi wrote: > > Which source list you are using to block ip addresses? I'm probably > blocked, querying here http://whatismyipaddress.com/blacklist-check, and > here http://mxtoolbox.com/blacklists.aspx doesn't show any blocks > > On Fri, Feb 6, 2015 at 5:37 PM, Brian West wrote: > > Make sure your IP isn't on any spammers list. ;) > > Thanks, > > -- > Ken > > > > *http://www.FreeSWITCH.org > http://www.ClueCon.com http://www.OSTAG.org > *irc.freenode.net #freeswitch > Twitter: @FreeSWITCH > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/9378e233/attachment-0001.html From gb at cm.nl Tue Feb 10 12:03:54 2015 From: gb at cm.nl (Grant Bagdasarian) Date: Tue, 10 Feb 2015 09:03:54 +0000 Subject: [Freeswitch-users] pass_rfc2833 in 1.4.15 In-Reply-To: References: <3c981d7a140b412cb22a402f84569916@CM-EX-V01.cm.local> Message-ID: <487680c39cd944e79cf91e5f6ec1565f@CM-EX-V01.cm.local> A call flows through 3 freeswitch servers. Each call is bridged to the other with pass_rfc2833 set. The DTMF tones are sometimes not passed correctly or at all. So the caller would enter 123456, we would sometimes just receive 1236 or nothing at all at the last FS server. The variable fixed this in 1.2.13. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: Monday, February 9, 2015 3:38 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] pass_rfc2833 in 1.4.15 What problems specifically? On Mon, Feb 9, 2015 at 2:48 AM, Grant Bagdasarian > wrote: Hello, Have there been any know issue with the variable pass_rfc2833? We recently upgraded to 1.4.15 and are facing some DTMF issues. Before on 1.2.13 we also had issues with DTMF, so I added the pass_rfc2833 variable, and the problems went away. Now again with 1.4.15, the variable is still enabled, but the problems happen again. Any ideas? Grant _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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/20150210/873b4242/attachment.html From raphael.lechner at gmail.com Tue Feb 10 13:46:00 2015 From: raphael.lechner at gmail.com (Raphael Lechner) Date: Tue, 10 Feb 2015 11:46:00 +0100 Subject: [Freeswitch-users] Notify after forwarded Call is finished Message-ID: <232F395F-4740-43BD-8763-B1F37F87B619@gmail.com> Hi, I?m trying to find out a special solution for our customer. He needs to understand when the forwarded call is finished. The workflow is the following: - User A is calling a external number (User B) and after the Caller has answered the call,he puts the Call on Hold - User A is calling the second external number (User C) (with the BLF keys) and says that on the other line is person X and do an Attended Transfer And the problem is that the User A want to know when the call is finished for calling the next person. Is there a way to understand when the call is finished? It it possible to use the BLF functions for that? I tried to complete that using the dial plan with hangup_after_bridge=false and continue_on_fail=true for calling a command something after the bridge but still without luck and the BLF key for User C is also always Green. Plan B would be to parse the channels table and do send a message to the yealink phones after the call has left the channels table? We are using FS 1.4.14, Yealink Phones and a patton smartnode as ISDN/SIP Gateway. Any hint? Maybe to watch a special Event to understand when the call is finished? Thank you very much! Raphael From lists at telefaks.de Tue Feb 10 14:53:40 2015 From: lists at telefaks.de (Peter Steinbach) Date: Tue, 10 Feb 2015 12:53:40 +0100 Subject: [Freeswitch-users] How can I trigger a ZRTP connection on an existing call? Message-ID: <54D9F144.5010901@telefaks.de> Hello, I want to establish ZRTP, after I am bridging 2 calls, which have been active already before. My scenario is as follows: * Caller A is calling Freeswitch, the call is answered and an announcement is played * In the meantime Freeswitch calls another Party B and connects it to an internal IVR, where also announcements are played. * Now, after a while, I decide to connect the calls together, then send an "uuid_media off " to the calling party A leg, reinvites occur and bypass media works. * However the 2 SIP clients (Csipsimple) do not start a ZRTP session * If caller A calls B directly via bypass media, the ZRTP is active, by the way. I suspect that ZRTP somehow should be forced or triggered. Is there a way to do that? I already invited the B leg with "zrtp_secure_media=true" and issued uuid_setvar 1bd508af-19c7-4e38-8621-731baaf33920 zrtp_secure_media true uuid_media off 1bd508af-19c7-4e38-8621-731baaf33920 to the A leg. But this did not work. The main question should be: How can I trigger a ZRTP connection on an existing call? -- With kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/268afa19/attachment.html From paul.atreides83 at googlemail.com Tue Feb 10 14:57:54 2015 From: paul.atreides83 at googlemail.com (Paul Atreides) Date: Tue, 10 Feb 2015 12:57:54 +0100 Subject: [Freeswitch-users] GXP2160 no audio in or out Message-ID: Hi, when I call a Grandstream GXP2160 and pick up the call then I can't hear anything. Nothing is going in or out. Its just silence. Registration works, calling and receiving calls works too. Other Phones work. xlite and snom D725 Does anyone know? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/0dad3c22/attachment.html From brian at freeswitch.org Tue Feb 10 18:05:44 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 09:05:44 -0600 Subject: [Freeswitch-users] How can I trigger a ZRTP connection on an existing call? In-Reply-To: <54D9F144.5010901@telefaks.de> References: <54D9F144.5010901@telefaks.de> Message-ID: You can't set the zrtp_secure_media=true after a session is created, it needs to be a global or you set it inside the {} on the bridge or originate line. Then you're outlining uuid_media off, which would make the media go between the two endpoints, FreeSWITCH isn't even involved in the zrtp exchange at that point. Technically your endpoints should be the ones doing this and ZRTP should be disabled in FreeSWITCH, You really only need ZRTP with MiTM if you MUSt transcode or you're terminating directly on the FreeSWITCH instance. I should really just rip out MiTM support. On Tue, Feb 10, 2015 at 5:53 AM, Peter Steinbach wrote: > Hello, > > I want to establish ZRTP, after I am bridging 2 calls, which have been > active already before. > > My scenario is as follows: > > - Caller A is calling Freeswitch, the call is answered and an > announcement is played > - In the meantime Freeswitch calls another Party B and connects it to > an internal IVR, where also announcements are played. > - Now, after a while, I decide to connect the calls together, then > send an "uuid_media off " to the calling party A leg, reinvites occur > and bypass media works. > - However the 2 SIP clients (Csipsimple) do not start a ZRTP session > - If caller A calls B directly via bypass media, the ZRTP is active, > by the way. > > I suspect that ZRTP somehow should be forced or triggered. Is there a way > to do that? I already invited the B leg with "zrtp_secure_media=true" and > issued > > uuid_setvar 1bd508af-19c7-4e38-8621-731baaf33920 zrtp_secure_media true > uuid_media off 1bd508af-19c7-4e38-8621-731baaf33920 > to the A leg. But this did not work. > > The main question should be: How can I trigger a ZRTP connection on an > existing call? > > -- > With kind regards > Peter Steinbach > > Telefaks Services GmbHmailto:lists (att) telefaks.de > Internet: www.telefaks.de > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/4c4a4ea2/attachment-0001.html From brian at freeswitch.org Tue Feb 10 18:07:53 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 09:07:53 -0600 Subject: [Freeswitch-users] GXP2160 no audio in or out In-Reply-To: References: Message-ID: Have you looked at the SIP trace to see what is going on? Also a tshark or tcpdump would let you see if media is flowing. On Tue, Feb 10, 2015 at 5:57 AM, Paul Atreides < paul.atreides83 at googlemail.com> wrote: > Hi, > > when I call a Grandstream GXP2160 and pick up the call then I can't hear > anything. Nothing is going in or out. Its just silence. Registration works, > calling and receiving calls works too. > > Other Phones work. xlite and snom D725 > > Does anyone know? > > Thank you > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/2251de70/attachment.html From auge at virtues.net Tue Feb 10 18:46:35 2015 From: auge at virtues.net (Thomas Auge) Date: Tue, 10 Feb 2015 12:46:35 -0300 Subject: [Freeswitch-users] DNS-based dialing? Message-ID: <54DA27DB.4000101@virtues.net> Maybe I'm missing the obvious, but I can't find a way to make sofia just contact the host part of a sip address (or use the corresponding NAPTR/SRV records) without creating a gateway record for each domain/server. A pointer in the right direction would be greatly appreciated. :-) From msc at freeswitch.org Tue Feb 10 18:53:30 2015 From: msc at freeswitch.org (Michael Collins) Date: Tue, 10 Feb 2015 07:53:30 -0800 Subject: [Freeswitch-users] Notify after forwarded Call is finished In-Reply-To: <232F395F-4740-43BD-8763-B1F37F87B619@gmail.com> References: <232F395F-4740-43BD-8763-B1F37F87B619@gmail.com> Message-ID: On Tue, Feb 10, 2015 at 2:46 AM, Raphael Lechner wrote: > Hi, > > I?m trying to find out a special solution for our customer. He needs to > understand when the forwarded call is finished. > > The workflow is the following: > - User A is calling a external number (User B) and after the Caller has > answered the call,he puts the Call on Hold > - User A is calling the second external number (User C) (with the BLF > keys) and says that on the other line is person X and do an Attended > Transfer > > And the problem is that the User A want to know when the call is finished > for calling the next person. > > Is there a way to understand when the call is finished? It it possible to > use the BLF functions for that? > I tried to complete that using the dial plan with > hangup_after_bridge=false and continue_on_fail=true for calling a command > something after the bridge but still without luck and the BLF > key for User C is also always Green. > > Plan B would be to parse the channels table and do send a message to the > yealink phones after the call has left the channels table? > > We are using FS 1.4.14, Yealink Phones and a patton smartnode as ISDN/SIP > Gateway. > > Any hint? Maybe to watch a special Event to understand when the call is > finished? > You could set api_hangup_hook on either of these legs and have the API send out a NOTIFY (or anything you want, I suppose) at hangup. https://freeswitch.org/confluence/display/FREESWITCH/Variables#Variables-api_hangup_hook Please experiment and report back! -MC > > Thank you very much! > > Raphael > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/5e939ebf/attachment.html From brian at freeswitch.org Tue Feb 10 19:05:16 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 10:05:16 -0600 Subject: [Freeswitch-users] DNS-based dialing? In-Reply-To: <54DA27DB.4000101@virtues.net> References: <54DA27DB.4000101@virtues.net> Message-ID: Just do sofia/profile/SIPURI On Tue, Feb 10, 2015 at 9:46 AM, Thomas Auge wrote: > Maybe I'm missing the obvious, but I can't find a way to make sofia just > contact the host part of a sip address (or use > the corresponding NAPTR/SRV records) without creating a gateway record for > each domain/server. > > A pointer in the right direction would be greatly appreciated. :-) > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/8d99097a/attachment.html From raphael.lechner at gmail.com Tue Feb 10 19:12:36 2015 From: raphael.lechner at gmail.com (Raphael Lechner) Date: Tue, 10 Feb 2015 17:12:36 +0100 Subject: [Freeswitch-users] Notify after forwarded Call is finished In-Reply-To: References: <232F395F-4740-43BD-8763-B1F37F87B619@gmail.com> Message-ID: Thank you for the hint. The api_hangup_hook seems to work only for the first call and for the attended transfer call in the background. At the moment I have a working solution using the event CHANNEL_HANGUP_COMPLETE and by parsing the different variables sending the phone a popup via XML. In some situation the script get confused. I?m still experimenting and I will report them back after. Raphael > On 10 Feb 2015, at 16:53, Michael Collins wrote: > > You could set api_hangup_hook on either of these legs and have the API send out a NOTIFY (or anything you want, I suppose) at hangup. > https://freeswitch.org/confluence/display/FREESWITCH/Variables#Variables-api_hangup_hook > > Please experiment and report back! > > -MC > > > Thank you very much! > > Raphael > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/0cdc10cd/attachment-0001.html From auge at virtues.net Tue Feb 10 19:22:38 2015 From: auge at virtues.net (Thomas Auge) Date: Tue, 10 Feb 2015 13:22:38 -0300 Subject: [Freeswitch-users] DNS-based dialing? In-Reply-To: References: <54DA27DB.4000101@virtues.net> Message-ID: <54DA304E.5010607@virtues.net> > Just do sofia/profile/SIPURI *facepalm* Thanks! > On Tue, Feb 10, 2015 at 9:46 AM, Thomas Auge > wrote: > > Maybe I'm missing the obvious, but I can't find a way to make sofia just contact the host part of a sip address > (or use > the corresponding NAPTR/SRV records) without creating a gateway record for each domain/server. > > A pointer in the right direction would be greatly appreciated. :-) > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/03a9f71a/attachment.html From alipey at gmail.com Tue Feb 10 19:28:08 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 11:28:08 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage Message-ID: Hello, Normally our CPU usage during peak hours are less than %10; however, time to time, freeswitch uses more than %95 of the CPU and it stays there forever. The only way to get it back to normal is to restart freeswitch service. During the high CPU usage, freeswitch continues to operate but very very slow. If I lower the traffic quite a bit, the CPU comes down, but adding back the traffic, the CPU usage goes right back up. After freeswitch restart, it becomes normal again with the same traffic. Any ideas or suggestions? Much appreciated. Thanks, Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/5fcd954f/attachment.html From alipey at gmail.com Tue Feb 10 19:29:52 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 11:29:52 -0500 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile Message-ID: Hello, Is there a way to add the P-Charge-Info header in a SIP Profile? So all outgoing Invites from that sip profile will always include the P-Charge_Info header. Thanks, Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/0c072658/attachment.html From mike at jerris.com Tue Feb 10 19:51:10 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 Feb 2015 11:51:10 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: you might want to use gcore to look at the threads and see what is different when it in this state and not. > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: > > Hello, > > Normally our CPU usage during peak hours are less than %10; however, time to time, freeswitch uses more than %95 of the CPU and it stays there forever. The only way to get it back to normal is to restart freeswitch service. During the high CPU usage, freeswitch continues to operate but very very slow. > > If I lower the traffic quite a bit, the CPU comes down, but adding back the traffic, the CPU usage goes right back up. After freeswitch restart, it becomes normal again with the same traffic. > > > Any ideas or suggestions? > > Much appreciated. > > Thanks, > Ali Pey > From mike at jerris.com Tue Feb 10 19:51:49 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 Feb 2015 11:51:49 -0500 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: no way in the sip profile, no > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: > > Hello, > > Is there a way to add the P-Charge-Info header in a SIP Profile? So all outgoing Invites from that sip profile will always include the P-Charge_Info header. > > Thanks, > Ali Pey > From anthony.minessale at gmail.com Tue Feb 10 19:55:06 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 10 Feb 2015 10:55:06 -0600 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: Also you will have better luck using JIRA. The mailing list is expressly NOT for reporting issues. On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: > you might want to use gcore to look at the threads and see what is > different when it in this state and not. > > > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: > > > > Hello, > > > > Normally our CPU usage during peak hours are less than %10; however, > time to time, freeswitch uses more than %95 of the CPU and it stays there > forever. The only way to get it back to normal is to restart freeswitch > service. During the high CPU usage, freeswitch continues to operate but > very very slow. > > > > If I lower the traffic quite a bit, the CPU comes down, but adding back > the traffic, the CPU usage goes right back up. After freeswitch restart, it > becomes normal again with the same traffic. > > > > > > Any ideas or suggestions? > > > > Much appreciated. > > > > Thanks, > > Ali Pey > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/5d15c9df/attachment.html From alipey at gmail.com Tue Feb 10 20:03:05 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 12:03:05 -0500 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: Thanks Michael. On Tue, Feb 10, 2015 at 11:51 AM, Michael Jerris wrote: > no way in the sip profile, no > > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: > > > > Hello, > > > > Is there a way to add the P-Charge-Info header in a SIP Profile? So all > outgoing Invites from that sip profile will always include the > P-Charge_Info header. > > > > Thanks, > > Ali Pey > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/8b6c778a/attachment.html From alipey at gmail.com Tue Feb 10 20:14:05 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 12:14:05 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: Hi Anthony, I do not know if I am hitting a bug and if this is a bug, I don't have much info. I'm using this mailing list to see if anyone else is experiencing this problem and if there is a configuration change on Linux or Freeswitch that can fix this problem. Jira would be to report bugs when you know there is a bug. My problem could be (very likely) an environment related issue. Thanks. On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > Also you will have better luck using JIRA. The mailing list is expressly > NOT for reporting issues. > > > On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: > >> you might want to use gcore to look at the threads and see what is >> different when it in this state and not. >> >> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >> > >> > Hello, >> > >> > Normally our CPU usage during peak hours are less than %10; however, >> time to time, freeswitch uses more than %95 of the CPU and it stays there >> forever. The only way to get it back to normal is to restart freeswitch >> service. During the high CPU usage, freeswitch continues to operate but >> very very slow. >> > >> > If I lower the traffic quite a bit, the CPU comes down, but adding back >> the traffic, the CPU usage goes right back up. After freeswitch restart, it >> becomes normal again with the same traffic. >> > >> > >> > Any ideas or suggestions? >> > >> > Much appreciated. >> > >> > Thanks, >> > Ali Pey >> > >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/5b667fba/attachment-0001.html From ing.antonyam at gmail.com Tue Feb 10 21:09:31 2015 From: ing.antonyam at gmail.com (Ing. Antonyam ) Date: Tue, 10 Feb 2015 12:09:31 -0600 Subject: [Freeswitch-users] Error xml_curl References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> Message-ID: <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> > Hi, > > I have an issue in xml_curl module. If the user tries calling to PSTN, the call is not routed and the code generates an error similar when the calling plan is not set for PSTN extensions. I've set the plan in the database with "/d" but it doesn't work. If I use a static way inside the xml files works fine. > > My calling plan is working when it calls among extensions. > > I've validated that sofia status is setting with calling plan for PSTN. > > actions = sofia/gateway/${effective_caller_id_numer}/$1 > > > Do you have any idea why it's not working when I configure it in the database? > > Regards. From lists at telefaks.de Tue Feb 10 20:58:21 2015 From: lists at telefaks.de (Peter Steinbach) Date: Tue, 10 Feb 2015 18:58:21 +0100 Subject: [Freeswitch-users] How can I trigger a ZRTP connection on an existing call? In-Reply-To: References: <54D9F144.5010901@telefaks.de> Message-ID: <54DA46BD.4070500@telefaks.de> Hello Brian, thanks for the hint. In the meantime, I tried both, setting zrtp globally in Freeswitch and having zrtp in the original dialplan and in the {}-Variables for dialing the B party. This did not help. Then I totally disabled ZRTP inside FSs and in the dialplans and grepped on the network. Then I issued a "uuid_media off" for starting a reinvite between the 2 endpoints. On the Freeswitch console, I could see, that ZRTP is exchanged in the SDP, although Freeswitch does a reinvite with ZRTP. Having a look at the channel variables, I could see that * variable_rtp_local_sdp_str does _not_ contain ZRTP * variable_switch_m_sdp _does_ contain ZRTP * variable_switch_r_sdp _does_ contain ZRTP But ZRTP however is not started on both sides. Then I killed Freeswitch during a call and started again, the calls were automatically recovered, and ZRTP was there. But this was surely done with a normal invite, right? I tried with CsipSimple on Android and Jitsi nightly on Ubuntu. Both clients behave the same. I assume, that they will not start ZRTP on a reinvite. So unless there is now way to reistablish a call (I tried uuid_transfer to the same number with autoanswer, but target number was still considered as busy), I think it will not work. Any other hints? Best regards Peter On 02/10/15 16:05, Brian West wrote: > You can't set the zrtp_secure_media=true after a session is created, > it needs to be a global or you set it inside the {} on the bridge or > originate line. Then you're outlining uuid_media off, which would > make the media go between the two endpoints, FreeSWITCH isn't even > involved in the zrtp exchange at that point. Technically your > endpoints should be the ones doing this and ZRTP should be disabled in > FreeSWITCH, You really only need ZRTP with MiTM if you MUSt transcode > or you're terminating directly on the FreeSWITCH instance. I should > really just rip out MiTM support. > > On Tue, Feb 10, 2015 at 5:53 AM, Peter Steinbach > wrote: > > Hello, > > I want to establish ZRTP, after I am bridging 2 calls, which have > been active already before. > > My scenario is as follows: > > * Caller A is calling Freeswitch, the call is answered and an > announcement is played > * In the meantime Freeswitch calls another Party B and connects > it to an internal IVR, where also announcements are played. > * Now, after a while, I decide to connect the calls together, > then send an "uuid_media off " to the calling party A > leg, reinvites occur and bypass media works. > * However the 2 SIP clients (Csipsimple) do not start a ZRTP session > * If caller A calls B directly via bypass media, the ZRTP is > active, by the way. > > I suspect that ZRTP somehow should be forced or triggered. Is > there a way to do that? I already invited the B leg with > "zrtp_secure_media=true" and issued > > uuid_setvar 1bd508af-19c7-4e38-8621-731baaf33920 > zrtp_secure_media true > uuid_media off 1bd508af-19c7-4e38-8621-731baaf33920 > to the A leg. But this did not work. > > The main question should be: How can I trigger a ZRTP connection > on an existing call? > > > -- > With kind regards > Peter Steinbach > > Telefaks Services GmbH > mailto:lists (att) telefaks.de > Internet: www.telefaks.de > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > *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 kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/ac5aca17/attachment.html From steveayre at gmail.com Tue Feb 10 22:01:37 2015 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 10 Feb 2015 19:01:37 +0000 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: You can however on a sofia gateway, or from dialplan. Set the sip_h_P-Charge-Info variable (or sip_ph_ sip_rh_ etc) On 10 February 2015 at 17:03, Ali Pey wrote: > Thanks Michael. > > > > > On Tue, Feb 10, 2015 at 11:51 AM, Michael Jerris wrote: > >> no way in the sip profile, no >> > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: >> > >> > Hello, >> > >> > Is there a way to add the P-Charge-Info header in a SIP Profile? So all >> outgoing Invites from that sip profile will always include the >> P-Charge_Info header. >> > >> > Thanks, >> > Ali Pey >> > >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150210/a1449190/attachment.html From alipey at gmail.com Tue Feb 10 22:14:09 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 14:14:09 -0500 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: Hi Steven, What do you mean by sofia gateway? How can I set sip_h_P-Charge-Info variable on a sofia gateway? Thanks, Ali Pey On Tue, Feb 10, 2015 at 2:01 PM, Steven Ayre wrote: > You can however on a sofia gateway, or from dialplan. > > Set the sip_h_P-Charge-Info variable (or sip_ph_ sip_rh_ etc) > > > On 10 February 2015 at 17:03, Ali Pey wrote: > >> Thanks Michael. >> >> >> >> >> On Tue, Feb 10, 2015 at 11:51 AM, Michael Jerris wrote: >> >>> no way in the sip profile, no >>> > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: >>> > >>> > Hello, >>> > >>> > Is there a way to add the P-Charge-Info header in a SIP Profile? So >>> all outgoing Invites from that sip profile will always include the >>> P-Charge_Info header. >>> > >>> > Thanks, >>> > Ali Pey >>> > >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150210/165a052d/attachment-0001.html From steveayre at gmail.com Tue Feb 10 22:18:57 2015 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 10 Feb 2015 19:18:57 +0000 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#Gateway On 10 February 2015 at 19:14, Ali Pey wrote: > Hi Steven, > > What do you mean by sofia gateway? > > How can I set sip_h_P-Charge-Info variable on a sofia gateway? > > Thanks, > Ali Pey > > > On Tue, Feb 10, 2015 at 2:01 PM, Steven Ayre wrote: > >> You can however on a sofia gateway, or from dialplan. >> >> Set the sip_h_P-Charge-Info variable (or sip_ph_ sip_rh_ etc) >> >> >> On 10 February 2015 at 17:03, Ali Pey wrote: >> >>> Thanks Michael. >>> >>> >>> >>> >>> On Tue, Feb 10, 2015 at 11:51 AM, Michael Jerris >>> wrote: >>> >>>> no way in the sip profile, no >>>> > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: >>>> > >>>> > Hello, >>>> > >>>> > Is there a way to add the P-Charge-Info header in a SIP Profile? So >>>> all outgoing Invites from that sip profile will always include the >>>> P-Charge_Info header. >>>> > >>>> > Thanks, >>>> > Ali Pey >>>> > >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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/20150210/068af5d1/attachment.html From alipey at gmail.com Tue Feb 10 22:34:50 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 10 Feb 2015 14:34:50 -0500 Subject: [Freeswitch-users] Adding P-Charge-Info SIP Header in a SIP Profile In-Reply-To: References: Message-ID: Thanks Steven. It's working now. The header is there. Regards, Ali Pey On Tue, Feb 10, 2015 at 2:18 PM, Steven Ayre wrote: > http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#Gateway > > On 10 February 2015 at 19:14, Ali Pey wrote: > >> Hi Steven, >> >> What do you mean by sofia gateway? >> >> How can I set sip_h_P-Charge-Info variable on a sofia gateway? >> >> Thanks, >> Ali Pey >> >> >> On Tue, Feb 10, 2015 at 2:01 PM, Steven Ayre wrote: >> >>> You can however on a sofia gateway, or from dialplan. >>> >>> Set the sip_h_P-Charge-Info variable (or sip_ph_ sip_rh_ etc) >>> >>> >>> On 10 February 2015 at 17:03, Ali Pey wrote: >>> >>>> Thanks Michael. >>>> >>>> >>>> >>>> >>>> On Tue, Feb 10, 2015 at 11:51 AM, Michael Jerris >>>> wrote: >>>> >>>>> no way in the sip profile, no >>>>> > On Feb 10, 2015, at 11:29 AM, Ali Pey wrote: >>>>> > >>>>> > Hello, >>>>> > >>>>> > Is there a way to add the P-Charge-Info header in a SIP Profile? So >>>>> all outgoing Invites from that sip profile will always include the >>>>> P-Charge_Info header. >>>>> > >>>>> > Thanks, >>>>> > Ali Pey >>>>> > >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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/20150210/1b3dd4d8/attachment.html From 0x6e6562 at gmail.com Tue Feb 10 22:55:47 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Tue, 10 Feb 2015 19:55:47 +0000 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 Message-ID: Hi all, I'm wondering what influences Freeswitch's signalling response when it responds to an INVITE. In some instances it appears to follow this sequence: Peer -> INVITE (SDP) -> FS Peer <- 100 <- FS Peer <- 183 (SDP) <- FS Peer <- 200 (SDP) <- FS Peer -> ACK -> FS Which leads to a successful bridge between two legs. But in other instances it appears to follow the sequence: Peer -> INVITE (SDP) -> FS Peer <- 100 <- FS Peer <- 180 (SDP) <- FS Peer <- 200 (SDP) <- FS (1st attempt) Peer <- 200 (SDP) <- FS (2nd attempt) .... Peer <- 200 (SDP) <- FS (nth attempt) ....timeout I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't like the 100/180/200 sequence (as opposed to 100/183/200), so I need to find that out for myself. But I am wondering what factors influence Freeswitch's decision of what sequence signals to send in response to an INVITE. Any pointers appreciated, Ben From brian at freeswitch.org Tue Feb 10 22:59:21 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 13:59:21 -0600 Subject: [Freeswitch-users] How can I trigger a ZRTP connection on an existing call? In-Reply-To: <54DA46BD.4070500@telefaks.de> References: <54D9F144.5010901@telefaks.de> <54DA46BD.4070500@telefaks.de> Message-ID: ZRTP happens in the media stream, what you're seeing is a zid in the sdp, which doesn't mean that it will start the ZRTP exchange, your client or FS will have to trigger the start by doing the hello, which isn't what you want. On Tue, Feb 10, 2015 at 11:58 AM, Peter Steinbach wrote: > Hello Brian, > > thanks for the hint. In the meantime, I tried both, setting zrtp globally > in Freeswitch and having zrtp in the original dialplan and in the > {}-Variables for dialing the B party. This did not help. > > Then I totally disabled ZRTP inside FSs and in the dialplans and grepped > on the network. Then I issued a "uuid_media off" for starting a reinvite > between the 2 endpoints. On the Freeswitch console, I could see, that ZRTP > is exchanged in the SDP, although Freeswitch does a reinvite with ZRTP. > Having a look at the channel variables, I could see that > > - variable_rtp_local_sdp_str does _not_ contain ZRTP > - variable_switch_m_sdp _does_ contain ZRTP > - variable_switch_r_sdp _does_ contain ZRTP > > But ZRTP however is not started on both sides. Then I killed Freeswitch > during a call and started again, the calls were automatically recovered, > and ZRTP was there. But this was surely done with a normal invite, right? > > I tried with CsipSimple on Android and Jitsi nightly on Ubuntu. Both > clients behave the same. I assume, that they will not start ZRTP on a > reinvite. > > So unless there is now way to reistablish a call (I tried uuid_transfer to > the same number with autoanswer, but target number was still considered as > busy), I think it will not work. > > Any other hints? > Best regards > Peter > > > > > On 02/10/15 16:05, Brian West wrote: > > You can't set the zrtp_secure_media=true after a session is created, it > needs to be a global or you set it inside the {} on the bridge or originate > line. Then you're outlining uuid_media off, which would make the media > go between the two endpoints, FreeSWITCH isn't even involved in the zrtp > exchange at that point. Technically your endpoints should be the ones > doing this and ZRTP should be disabled in FreeSWITCH, You really only need > ZRTP with MiTM if you MUSt transcode or you're terminating directly on the > FreeSWITCH instance. I should really just rip out MiTM support. > > On Tue, Feb 10, 2015 at 5:53 AM, Peter Steinbach > wrote: > >> Hello, >> >> I want to establish ZRTP, after I am bridging 2 calls, which have been >> active already before. >> >> My scenario is as follows: >> >> - Caller A is calling Freeswitch, the call is answered and an >> announcement is played >> - In the meantime Freeswitch calls another Party B and connects it to >> an internal IVR, where also announcements are played. >> - Now, after a while, I decide to connect the calls together, then >> send an "uuid_media off " to the calling party A leg, reinvites occur >> and bypass media works. >> - However the 2 SIP clients (Csipsimple) do not start a ZRTP session >> - If caller A calls B directly via bypass media, the ZRTP is active, >> by the way. >> >> I suspect that ZRTP somehow should be forced or triggered. Is there a way >> to do that? I already invited the B leg with "zrtp_secure_media=true" and >> issued >> >> uuid_setvar 1bd508af-19c7-4e38-8621-731baaf33920 zrtp_secure_media true >> uuid_media off 1bd508af-19c7-4e38-8621-731baaf33920 >> to the A leg. But this did not work. >> >> The main question should be: How can I trigger a ZRTP connection on an >> existing call? >> >> -- >> With kind regards >> Peter Steinbach >> >> Telefaks Services GmbHmailto:lists (att) telefaks.de >> Internet: www.telefaks.de >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > 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 > > > > -- > With kind regards > Peter Steinbach > > Telefaks Services GmbHmailto:lists (att) telefaks.de > Internet: www.telefaks.de > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/37bad2ae/attachment.html From mike at jerris.com Tue Feb 10 23:33:40 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 10 Feb 2015 15:33:40 -0500 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: References: Message-ID: <4A567E90-48C4-4BCB-9508-B7BE2C5789DD@jerris.com> I doubt it has anything to do with 180vs183. Check for nat issues in the trace that isn't working. > On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: > > Hi all, > > I'm wondering what influences Freeswitch's signalling response when it > responds to an INVITE. > > In some instances it appears to follow this sequence: > > Peer -> INVITE (SDP) -> FS > Peer <- 100 <- FS > Peer <- 183 (SDP) <- FS > Peer <- 200 (SDP) <- FS > Peer -> ACK -> FS > > Which leads to a successful bridge between two legs. > > But in other instances it appears to follow the sequence: > > Peer -> INVITE (SDP) -> FS > Peer <- 100 <- FS > Peer <- 180 (SDP) <- FS > Peer <- 200 (SDP) <- FS (1st attempt) > Peer <- 200 (SDP) <- FS (2nd attempt) > .... > Peer <- 200 (SDP) <- FS (nth attempt) > ....timeout > > I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't > like the 100/180/200 sequence (as opposed to 100/183/200), so I need > to find that out for myself. > > But I am wondering what factors influence Freeswitch's decision of > what sequence signals to send in response to an INVITE. > > Any pointers appreciated, > > Ben From miconda at gmail.com Wed Feb 11 00:18:25 2015 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Tue, 10 Feb 2015 22:18:25 +0100 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> Message-ID: <54DA75A1.6070803@gmail.com> Hello, dispatcher module in kamailio includes a sample configuration file, quite simple, but ready to use (with re-routing on failure): - http://kamailio.org/docs/modules/4.2.x/modules/dispatcher.html#dispatcher.ex.config It does round robin distribution for calls (algorithm 4), but you can change the algorithm to be call load distribution (algorithm 8, which selects least loaded freeswitch based on active calls). You have the option to manage the list of active freeswitch addresses via rpc commands (xmlrpc, jsonrpc) or command line (via kamctl). Kamailio with dispatcher module works perfectly on shared IP deployments (ucarp, vrrp), being the most common installation I do for a SIP load balancer. Note that if you forward the REGISTER requests, then you have to add Path header (see path module in kamailio). Also, perhaps you have to do the selection of freeswitch based on a different algorithm, in case you want registrations from same user to land to same freeswitch. Cheers, Daniel On 02/02/15 09:55, Avi Marcus wrote: > Hi - I know this has come up several times and I see several examples > even on the old wiki - but I've never used a SIP proxy before, and I > don't understand most of the configuration in the examples. > > Here's what I believe is a fairly common use case: > > 1) I have inbound calls via various carriers. Some only support an IP > endpoint (so DNS won't work) and some don't support 302 redirects, so > I can't use a stateless FS endpoint either, so I need a sip proxy. > > 2) I need a SIP proxy that will route calls to various FreeSWITCH > endpoints. > (Preferably, it should route registration too (or manage registration > list itself?)) > > 3) I need the ability to pull freeswitch nodes out of the routing > (waiting for them to drain is fine, I don't need failover of live > calls) to perform maintenance, and then add them back to the routing. > > 4) I should be able to have this proxy on a floating IP that I can > move /this /too, /without downtime/, for maintenance work. > > I think this is mostly handled by the > > examples I > > found > > - but the opensips configuration files are hundreds of lines that I > don't understand. If it's just routing calls to a backend, shouldn't > that be possible in a small numbers of lines that are more understandable? > > I imagine someone can probably just point me to a tutorial/working > code that I can use. Several have been shared but I don't recall any > one being particularly simple... Also, most of them tell you about > compiling code. FS has been released in packages - has opensips? That > might cut off many steps from an updated tutorial. > > Thanks! -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, May 27-29, 2015 Berlin, Germany - http://www.kamailioworld.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/7be1ec20/attachment-0001.html From brian at freeswitch.org Wed Feb 11 00:22:55 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 15:22:55 -0600 Subject: [Freeswitch-users] Error xml_curl In-Reply-To: <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> Message-ID: Sounds like you might need to do some escaping in there... what does the freeswitch debug log say? On Tue, Feb 10, 2015 at 12:09 PM, Ing. Antonyam wrote: > > > > Hi, > > > > I have an issue in xml_curl module. If the user tries calling to PSTN, > the call is not routed and the code generates an error similar when the > calling plan is not set for PSTN extensions. I've set the plan in the > database with "/d" but it doesn't work. If I use a static way inside the > xml files works fine. > > > > My calling plan is working when it calls among extensions. > > > > I've validated that sofia status is setting with calling plan for PSTN. > > > > actions = sofia/gateway/${effective_caller_id_numer}/$1 > > > > > > Do you have any idea why it's not working when I configure it in the > database? > > > > Regards. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/5c19d306/attachment.html From miconda at gmail.com Wed Feb 11 00:23:53 2015 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Tue, 10 Feb 2015 22:23:53 +0100 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: <54D10517.5000404@freeswitch.org> References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <54D10517.5000404@freeswitch.org> Message-ID: <54DA76E9.60400@gmail.com> On 03/02/15 18:27, I put the Who? in Mishehu wrote: > [...] the dispatcher module is basically just a fire-and-forget > without any actual load management. > Dispatcher module in kamailio can do selection of the destination based on least number of active calls across the destinations belonging to same group (in other words, selecting the freeswitch server with the least number of active calls). Its there for couple of years, respectively the dispatching algorithm 10: - http://kamailio.org/docs/modules/4.2.x/modules/dispatcher.html#dispatcher.f.ds_select_dst It has an internal lightweight active call tracking system, so it doesn't depend on other heavy modules for that, keeping the load balancer system very performant. Cheers, Daniel -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, May 27-29, 2015 Berlin, Germany - http://www.kamailioworld.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/8e9d8bea/attachment.html From miconda at gmail.com Wed Feb 11 00:30:40 2015 From: miconda at gmail.com (Daniel-Constantin Mierla) Date: Tue, 10 Feb 2015 22:30:40 +0100 Subject: [Freeswitch-users] SIP Proxy - Kamailio/Opens* load-balancing - simple example please? In-Reply-To: References: <0000014b49801e73-38a05bea-40cf-4a4e-8d09-97bfecc7229f-000000@email.amazonses.com> <591231E7-3B6F-499D-915E-D0328F4C95F7@gmail.com> Message-ID: <54DA7880.705@gmail.com> On 05/02/15 18:56, Michael Collins wrote: > > > On Thu, Feb 5, 2015 at 9:47 AM, Brian West > wrote: > > I thought there used to exist a config wizard that you could go > thru and check all the options you wanted and it would spit out a > working config for Kamailio... or was I dreaming? > > > There is this: > https://www.sipwise.com/products/ > > I've never used it and I'm suspicious of anything that uses "SIP" and > "wise" in the same sentence but you never know. ;) The wizard was mainly during the openser times and for a bit after rename to kamailio - used to be at http://wizard.sipwise.com/wizard/ - no longer available. Anyhow, it was targeting to build a basic configuration file suitable for a VoIP operator (authentication, accounting, nat traversal, ..., but no load balancing). All these features are now provided in default kamailio.cfg with options to enable/disable them via defines. Cheers, Daniel -- Daniel-Constantin Mierla http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference, May 27-29, 2015 Berlin, Germany - http://www.kamailioworld.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/ef6db7fe/attachment.html From lists at kavun.ch Wed Feb 11 00:42:58 2015 From: lists at kavun.ch (Emrah) Date: Tue, 10 Feb 2015 22:42:58 +0100 Subject: [Freeswitch-users] Fine tuning Opus in dialplan Message-ID: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> Hi, I use Opus even for narrowband calls because of all its bells and whistles that PCM doesn't have. The trouble is that I always end up negotiating a crazy sampling rate, more demanding in every way and not necessary for a basic narrowband call. I know this because if I record the call, one leg is recording a full 48kHz audio that is unbelievable and the other one is a regular 8kHz sad PSTN call. I have 40kHz going to waste here. I see issue 6947 seems to be talking about the same thing and was wondering if something had been done about it. https://freeswitch.org/jira/browse/FS-6947 It shows it's been solved, but I cannot see any dialplan variables I could set to fine tune my Opus codec negotiation. From lists at kavun.ch Wed Feb 11 01:55:01 2015 From: lists at kavun.ch (Emrah) Date: Tue, 10 Feb 2015 23:55:01 +0100 Subject: [Freeswitch-users] Fine tuning Opus in dialplan In-Reply-To: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> References: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> Message-ID: <0B58F003-3CE9-4507-BBC5-89DA72AEA109@kavun.ch> I can also reference issue 6992: https://freeswitch.org/jira/browse/FS-6992 The global configuration is well understood, however I'd consider it more as a limitation than a feature if I cannot dynamically set this in my dialplan on a per call basis. Can we manipulate the maxaveragebitrate and maxplaybackrate from the dialplan? > On Feb 10, 2015, at 10:42 PM, Emrah wrote: > > Hi, > I use Opus even for narrowband calls because of all its bells and whistles that PCM doesn't have. The trouble is that I always end up negotiating a crazy sampling rate, more demanding in every way and not necessary for a basic narrowband call. I know this because if I record the call, one leg is recording a full 48kHz audio that is unbelievable and the other one is a regular 8kHz sad PSTN call. I have 40kHz going to waste here. > I see issue 6947 seems to be talking about the same thing and was wondering if something had been done about it. > https://freeswitch.org/jira/browse/FS-6947 > > It shows it's been solved, but I cannot see any dialplan variables I could set to fine tune my Opus codec negotiation. From brian at freeswitch.org Wed Feb 11 01:59:50 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 10 Feb 2015 16:59:50 -0600 Subject: [Freeswitch-users] Fine tuning Opus in dialplan In-Reply-To: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> References: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> Message-ID: Why not just set the record_sample_rate variable? On Tue, Feb 10, 2015 at 3:42 PM, Emrah wrote: > Hi, > I use Opus even for narrowband calls because of all its bells and whistles > that PCM doesn't have. The trouble is that I always end up negotiating a > crazy sampling rate, more demanding in every way and not necessary for a > basic narrowband call. I know this because if I record the call, one leg is > recording a full 48kHz audio that is unbelievable and the other one is a > regular 8kHz sad PSTN call. I have 40kHz going to waste here. > I see issue 6947 seems to be talking about the same thing and was > wondering if something had been done about it. > https://freeswitch.org/jira/browse/FS-6947 > > It shows it's been solved, but I cannot see any dialplan variables I could > set to fine tune my Opus codec negotiation. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150210/c0ffcab2/attachment-0001.html From ssinyagin at gmail.com Wed Feb 11 02:00:30 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 11 Feb 2015 00:00:30 +0100 Subject: [Freeswitch-users] Fine tuning Opus in dialplan In-Reply-To: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> References: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> Message-ID: hi Emrah, there's a bunch of comments in FS-6947 which I guess you missed. As per standard, Opus codec always requires that RTP is encoded with 48000Hz stereo, and there's always up- and downsampling if you feed the codec with 8KHz sound. On Tue, Feb 10, 2015 at 10:42 PM, Emrah wrote: > Hi, > I use Opus even for narrowband calls because of all its bells and whistles that PCM doesn't have. The trouble is that I always end up negotiating a crazy sampling rate, more demanding in every way and not necessary for a basic narrowband call. I know this because if I record the call, one leg is recording a full 48kHz audio that is unbelievable and the other one is a regular 8kHz sad PSTN call. I have 40kHz going to waste here. > I see issue 6947 seems to be talking about the same thing and was wondering if something had been done about it. > https://freeswitch.org/jira/browse/FS-6947 > > It shows it's been solved, but I cannot see any dialplan variables I could set to fine tune my Opus codec negotiation. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Wed Feb 11 03:27:57 2015 From: steveayre at gmail.com (Steven Ayre) Date: Wed, 11 Feb 2015 00:27:57 +0000 Subject: [Freeswitch-users] Bad git clone URL in stash Message-ID: Does anyone know why https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse provides the URL 'git://freeswitch.org/fs/freeswitch.git' when you click Clone? AFAIK that's the old URL that's no longer functional (connection times out) and should be 'https://freeswitch.org/stash/scm/fs/freeswitch.git' Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/0d7302d8/attachment.html From jason.holden at start.ca Wed Feb 11 04:54:12 2015 From: jason.holden at start.ca (Jason Holden) Date: Tue, 10 Feb 2015 20:54:12 -0500 Subject: [Freeswitch-users] tty support Message-ID: Can anyone provide any guidance on integrating support for TTY machines with Freeswitch? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150210/7a0037f0/attachment.html From krice at freeswitch.org Wed Feb 11 05:12:33 2015 From: krice at freeswitch.org (Ken Rice) Date: Tue, 10 Feb 2015 20:12:33 -0600 Subject: [Freeswitch-users] Bad git clone URL in stash In-Reply-To: References: Message-ID: That should never show git://anything the git protocol has been disabled on there .. Can you provide me a screen cap of that as i can dup it Sent from my iPhone > On Feb 10, 2015, at 6:27 PM, Steven Ayre wrote: > > Does anyone know why https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse provides the URL 'git://freeswitch.org/fs/freeswitch.git' when you click Clone? > > AFAIK that's the old URL that's no longer functional (connection times out) and should be 'https://freeswitch.org/stash/scm/fs/freeswitch.git' > > Steve > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150210/1d0267e0/attachment.html From max at nysolutions.com Wed Feb 11 05:30:39 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Wed, 11 Feb 2015 02:30:39 +0000 Subject: [Freeswitch-users] Bad git clone URL in stash In-Reply-To: References: Message-ID: [cid:image001.png at 01D04578.D0441820] Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com [cid:image001.jpg at 01C72F94.9EE45D60] Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Tuesday, February 10, 2015 9:13 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Bad git clone URL in stash That should never show git://anything the git protocol has been disabled on there .. Can you provide me a screen cap of that as i can dup it Sent from my iPhone On Feb 10, 2015, at 6:27 PM, Steven Ayre > wrote: Does anyone know why https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse provides the URL 'git://freeswitch.org/fs/freeswitch.git' when you click Clone? AFAIK that's the old URL that's no longer functional (connection times out) and should be 'https://freeswitch.org/stash/scm/fs/freeswitch.git' Steve _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150211/78c2b2cd/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 55621 bytes Desc: image001.png Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/78c2b2cd/attachment-0001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2424 bytes Desc: image002.jpg Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/78c2b2cd/attachment-0001.jpg From s.safarov at gmail.com Wed Feb 11 10:19:27 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 11 Feb 2015 11:19:27 +0400 Subject: [Freeswitch-users] What is correct way to compile FS without optimization Message-ID: In case like ticket FS-7214 very helpful compile FS without optimization. When I add flags CFLAGS and CXXFLAGS like below compilation is breaks. Addiding option "--disable-optimization" for configure script is help me. export CFLAGS="$CFLAGS -O0" export CXXFLAGS="$CXXFLAGS -O0" make[4]: Entering directory `/home/build/rpmbuild/BUILD/freeswitch-1.4.13/src/mod/languages/mod_python' CC mod_python_la-mod_python.lo In file included from /usr/include/limits.h:26:0, from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h:168, from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h:34, from /usr/include/python2.7/Python.h:19, from mod_python.c:35: /usr/include/features.h:330:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) Can you suggest correct way to compile FS without optimization? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/0c6fe025/attachment.html From raphael.lechner at gmail.com Wed Feb 11 12:27:30 2015 From: raphael.lechner at gmail.com (Raphael Lechner) Date: Wed, 11 Feb 2015 10:27:30 +0100 Subject: [Freeswitch-users] Notify after forwarded Call is finished In-Reply-To: References: <232F395F-4740-43BD-8763-B1F37F87B619@gmail.com> Message-ID: <9B5FDB3D-9644-40AF-A2DB-E64B89FF1C82@gmail.com> Attached the link to my current working solution. Some parts of the python script are only used on that installation and probably need to be changed for another installation. If you dial *5 + external number then you get the notification after the call is finished. The Python script needs to be running. There exists also some limitation: - This works only for ATTENDED_TRANSFER not for BLIND_TRANSFER - If you put *5 + external Number to a Linekey then you always get the notification after hanging up (If you only call them, without transferring another call). Python Script: https://pastebin.freeswitch.org/23906 Check if call is finished and send notification to the yealink phone. Dialplan: https://pastebin.freeswitch.org/23907 mark the call for processing them after with the python script and create outgoing call. Raphael > On 10 Feb 2015, at 17:12, Raphael Lechner wrote: > > Thank you for the hint. > The api_hangup_hook seems to work only for the first call and for the attended transfer call in the background. > > At the moment I have a working solution using the event CHANNEL_HANGUP_COMPLETE and by parsing the different variables sending the phone a popup via XML. > In some situation the script get confused. I?m still experimenting and I will report them back after. > > Raphael > >> On 10 Feb 2015, at 16:53, Michael Collins > wrote: >> >> You could set api_hangup_hook on either of these legs and have the API send out a NOTIFY (or anything you want, I suppose) at hangup. >> https://freeswitch.org/confluence/display/FREESWITCH/Variables#Variables-api_hangup_hook >> >> Please experiment and report back! >> >> -MC >> >> >> Thank you very much! >> >> Raphael >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150211/d2786184/attachment.html From john.nash778 at gmail.com Wed Feb 11 12:31:30 2015 From: john.nash778 at gmail.com (John Nash) Date: Wed, 11 Feb 2015 15:01:30 +0530 Subject: [Freeswitch-users] Cent OS 6.x Message-ID: As per documentation and old posts, we should use cent OS 5.X ?..is that still valid or latest cent OS 7 solves that issue? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/27e6f156/attachment.html From lists at kavun.ch Wed Feb 11 13:47:25 2015 From: lists at kavun.ch (Emrah) Date: Wed, 11 Feb 2015 11:47:25 +0100 Subject: [Freeswitch-users] Fine tuning Opus in dialplan In-Reply-To: References: <630FF368-DB26-4988-B20E-F1D5873ACB40@kavun.ch> Message-ID: <080A9557-5A92-4140-9712-3B6BFB9DE393@kavun.ch> Hi guys, Opus has different aptitudes and advantages depending on what segment of the audio bandwidth it is operating on. For narrowband calls, why engage the full 48kHz spectrum? This has an impact in so many places, Internet bandwidth, transcoding CPU usage, internal audio sampling frequency, AEC... The setting is available globally anyway. I do believe it would make sense to have it in the dialplan. Emrah > On Feb 10, 2015, at 11:59 PM, Brian West wrote: > > Why not just set the record_sample_rate variable? > > On Tue, Feb 10, 2015 at 3:42 PM, Emrah > wrote: > Hi, > I use Opus even for narrowband calls because of all its bells and whistles that PCM doesn't have. The trouble is that I always end up negotiating a crazy sampling rate, more demanding in every way and not necessary for a basic narrowband call. I know this because if I record the call, one leg is recording a full 48kHz audio that is unbelievable and the other one is a regular 8kHz sad PSTN call. I have 40kHz going to waste here. > I see issue 6947 seems to be talking about the same thing and was wondering if something had been done about it. > https://freeswitch.org/jira/browse/FS-6947 > > It shows it's been solved, but I cannot see any dialplan variables I could set to fine tune my Opus codec negotiation. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > 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/20150211/455fe69e/attachment-0001.html From denis at ringme.ru Wed Feb 11 14:42:04 2015 From: denis at ringme.ru (=?UTF-8?B?0JTQtdC90LjRgQ==?=) Date: Wed, 11 Feb 2015 14:42:04 +0300 Subject: [Freeswitch-users] Cent OS 6.x In-Reply-To: References: Message-ID: <54DB400C.4020702@ringme.ru> Use centos 6 or debian 7. https://freeswitch.org/confluence/display/FREESWITCH/Installation Debian 7 Package Debian Wheezy Package (Preferred) On 11.02.2015 12:31, John Nash wrote: > As per documentation and old posts, we should use cent OS 5.X ?..is > that still valid or latest cent OS 7 solves that issue? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/74eaf2a4/attachment.html From ct.radu.001 at gmail.com Wed Feb 11 12:57:16 2015 From: ct.radu.001 at gmail.com (CT Radu) Date: Wed, 11 Feb 2015 11:57:16 +0200 Subject: [Freeswitch-users] lua script unable to stop moh Message-ID: Hi all, I have the following problem: I have an dialplan rule in freeswitch that delegates the control for the incoming call on a specific number to an erlang application. This erlang application, at one point executes a lua script using the call: {api, luarun, "luascript.lua uuid"} In lua I do the following: api = freeswitch.API(); session = freeswitch.session(argv[1]); uuid = session:get_uuid(); if session:ready() then uuid_break_cmd = "uuid_break ".. uuid .. " all"; uuid_hold_cmd = "uuid_hold off" .. uuid; freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. "\n"); session:execute("break","all"); api:executeString(uuid_break_cmd); reply = api:executeString(uuid_break_cmd); freeswitch.consoleLog("notice", "After uuid_break.\n"); end The thing is that freeswitch ignores completly uuid_break and uuid_hold off The same command issued via fs_cli has effect. In fs_cli on debug I can see this: 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break cmd: uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event CHANNEL_EXECUTE for attached session f36d5e5c-b151-11e4-9674-8f19f7458942 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event CHANNEL_EXECUTE_COMPLETE for attached session f36d5e5c-b151-11e4-9674-8f19f7458942 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After uuid_break. Does anyone know why uuid_break has no effect executed from a script launched via api luarun ? (And the same command when issued via fs_cli has effect) The freeswitch version is 1.4.15~64bit Thank you, Costin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/08de0ab1/attachment.html From ppyy at pubyun.com Wed Feb 11 15:19:47 2015 From: ppyy at pubyun.com (=?UTF-8?B?5b2t5YuH?=) Date: Wed, 11 Feb 2015 20:19:47 +0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: same issue. I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be very high about 9:00 am every morning. there is no crontab at this time. i will downgrade to 1.4.14 to see if there is such issue. On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > Hi Anthony, > > I do not know if I am hitting a bug and if this is a bug, I don't have much > info. I'm using this mailing list to see if anyone else is experiencing this > problem and if there is a configuration change on Linux or Freeswitch that > can fix this problem. Jira would be to report bugs when you know there is a > bug. My problem could be (very likely) an environment related issue. > > Thanks. > > > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > wrote: >> >> Also you will have better luck using JIRA. The mailing list is expressly >> NOT for reporting issues. >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: >>> >>> you might want to use gcore to look at the threads and see what is >>> different when it in this state and not. >>> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>> > >>> > Hello, >>> > >>> > Normally our CPU usage during peak hours are less than %10; however, >>> > time to time, freeswitch uses more than %95 of the CPU and it stays there >>> > forever. The only way to get it back to normal is to restart freeswitch >>> > service. During the high CPU usage, freeswitch continues to operate but very >>> > very slow. >>> > >>> > If I lower the traffic quite a bit, the CPU comes down, but adding back >>> > the traffic, the CPU usage goes right back up. After freeswitch restart, it >>> > becomes normal again with the same traffic. >>> > >>> > >>> > Any ideas or suggestions? >>> > >>> > Much appreciated. >>> > >>> > Thanks, >>> > Ali Pey >>> > >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Peng Yong From nbhatti at gmail.com Wed Feb 11 15:35:09 2015 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Wed, 11 Feb 2015 15:35:09 +0300 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: It looks like this is the same tickless kernel issue. I am using Debian 7 and the CPU usage shows very high. Adding?nohz=off?to grub options does makes it lower. I am gathering more information in order to file a Jira. Debian 6 on the other hand works very quietly on the same workload. We are talking about 200+% CPU utilization on Debian 7 and around 50% on Debian 6 showing in htop. I know so many other factors also involved but I am still digging out more. ? Thanks, Muhammad Naseer Bhatti From:??? Reply:?FreeSWITCH Users Help > Date:?February 11, 2015 at 3:20:46 PM To:?FreeSWITCH Users Help > Subject:? Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage same issue. I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be very high about 9:00 am every morning. there is no crontab at this time. i will downgrade to 1.4.14 to see if there is such issue. On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > Hi Anthony, > > I do not know if I am hitting a bug and if this is a bug, I don't have much > info. I'm using this mailing list to see if anyone else is experiencing this > problem and if there is a configuration change on Linux or Freeswitch that > can fix this problem. Jira would be to report bugs when you know there is a > bug. My problem could be (very likely) an environment related issue. > > Thanks. > > > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > wrote: >> >> Also you will have better luck using JIRA. The mailing list is expressly >> NOT for reporting issues. >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: >>> >>> you might want to use gcore to look at the threads and see what is >>> different when it in this state and not. >>> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>> > >>> > Hello, >>> > >>> > Normally our CPU usage during peak hours are less than %10; however, >>> > time to time, freeswitch uses more than %95 of the CPU and it stays there >>> > forever. The only way to get it back to normal is to restart freeswitch >>> > service. During the high CPU usage, freeswitch continues to operate but very >>> > very slow. >>> > >>> > If I lower the traffic quite a bit, the CPU comes down, but adding back >>> > the traffic, the CPU usage goes right back up. After freeswitch restart, it >>> > becomes normal again with the same traffic. >>> > >>> > >>> > Any ideas or suggestions? >>> > >>> > Much appreciated. >>> > >>> > Thanks, >>> > Ali Pey >>> > >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Peng Yong _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150211/2edd5453/attachment-0001.html From steveayre at gmail.com Wed Feb 11 15:49:36 2015 From: steveayre at gmail.com (Steven Ayre) Date: Wed, 11 Feb 2015 12:49:36 +0000 Subject: [Freeswitch-users] Bad git clone URL in stash In-Reply-To: References: Message-ID: Thanks Moishe, exactly where I found it. Seems to use git:// on all the https://freeswitch.org/stash/projects/FS repositories. My forked repositories use ssh://, just seems to be the public ones. On 11 February 2015 at 02:30, Moishe Grunstein wrote: > > > Thanks, > > > > Moishe Grunstein > > Tornado Computer Systems, Inc. > > 212.400.7650 888.IPPBX.US > *Service Request Email: support at nysolutions.com * > > [image: cid:image001.jpg at 01C72F94.9EE45D60] > > Computer Networking * Managed Services * IP Video Surveillance * Network > Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network > Security * Site Surveys * CMS > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice > *Sent:* Tuesday, February 10, 2015 9:13 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Bad git clone URL in stash > > > > That should never show git://anything the git protocol has been disabled > on there .. Can you provide me a screen cap of that as i can dup it > > Sent from my iPhone > > > On Feb 10, 2015, at 6:27 PM, Steven Ayre wrote: > > Does anyone know why > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse provides > the URL 'git://freeswitch.org/fs/freeswitch.git' when you click Clone? > > > > AFAIK that's the old URL that's no longer functional (connection times > out) and should be 'https://freeswitch.org/stash/scm/fs/freeswitch.git' > > > > Steve > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/093829b2/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 55621 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/093829b2/attachment-0001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/093829b2/attachment-0001.jpg From aqsyounas at gmail.com Wed Feb 11 16:18:59 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Wed, 11 Feb 2015 18:18:59 +0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: I am facing same issue. Freeswitch taking more than 100% cpu usage in htop even on 200 concurrent calls. For 1000 concurrent calls i have to install 3 freeswitch instances due to this much cpu usage taking by a single freeswitch node. My Dist is Debian 7. On 11 February 2015 at 17:35, Muhammad Naseer Bhatti wrote: > > It looks like this is the same tickless kernel issue. I am using Debian 7 > and the CPU usage shows very high. Adding nohz=off to grub options does > makes it lower. I am gathering more information in order to file a Jira. > Debian 6 on the other hand works very quietly on the same workload. We are > talking about 200+% CPU utilization on Debian 7 and around 50% on Debian 6 > showing in htop. I know so many other factors also involved but I am still > digging out more. > > ? > Thanks, > Muhammad Naseer Bhatti > > From: ?? > Reply: FreeSWITCH Users Help > > > Date: February 11, 2015 at 3:20:46 PM > To: FreeSWITCH Users Help > > > Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in > CPU usage > > same issue. > > I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be > very high about 9:00 am every morning. there is no crontab at this > time. > > i will downgrade to 1.4.14 to see if there is such issue. > > On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > > Hi Anthony, > > > > I do not know if I am hitting a bug and if this is a bug, I don't have > much > > info. I'm using this mailing list to see if anyone else is experiencing > this > > problem and if there is a configuration change on Linux or Freeswitch > that > > can fix this problem. Jira would be to report bugs when you know there > is a > > bug. My problem could be (very likely) an environment related issue. > > > > Thanks. > > > > > > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > > wrote: > >> > >> Also you will have better luck using JIRA. The mailing list is expressly > >> NOT for reporting issues. > >> > >> > >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > wrote: > >>> > >>> you might want to use gcore to look at the threads and see what is > >>> different when it in this state and not. > >>> > >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: > >>> > > >>> > Hello, > >>> > > >>> > Normally our CPU usage during peak hours are less than %10; however, > >>> > time to time, freeswitch uses more than %95 of the CPU and it stays > there > >>> > forever. The only way to get it back to normal is to restart > freeswitch > >>> > service. During the high CPU usage, freeswitch continues to operate > but very > >>> > very slow. > >>> > > >>> > If I lower the traffic quite a bit, the CPU comes down, but adding > back > >>> > the traffic, the CPU usage goes right back up. After freeswitch > restart, it > >>> > becomes normal again with the same traffic. > >>> > > >>> > > >>> > Any ideas or suggestions? > >>> > > >>> > Much appreciated. > >>> > > >>> > Thanks, > >>> > Ali Pey > >>> > > >>> > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://confluence.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at 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 > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > -- > Peng Yong > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/7eb0e8eb/attachment-0001.html From lists at telefaks.de Wed Feb 11 16:19:28 2015 From: lists at telefaks.de (Peter Steinbach) Date: Wed, 11 Feb 2015 14:19:28 +0100 Subject: [Freeswitch-users] How can I trigger a ZRTP connection on an existing call? In-Reply-To: References: <54D9F144.5010901@telefaks.de> <54DA46BD.4070500@telefaks.de> Message-ID: <54DB56E0.1090507@telefaks.de> concerning: >your client or FS will have to trigger the start by doing the hello, which isn't what you want. Do you see a way for re-establishing the call in a way that ZRTP may be triggered on the client's side? Is there a way to re-establish a call beyond a SIP reinvite? Or maybe force some new codecs to be negociated? Best regards Peter On 02/10/15 20:59, Brian West wrote: > ZRTP happens in the media stream, what you're seeing is a zid in the > sdp, which doesn't mean that it will start the ZRTP exchange, your > client or FS will have to trigger the start by doing the hello, which > isn't what you want. > > On Tue, Feb 10, 2015 at 11:58 AM, Peter Steinbach > wrote: > > Hello Brian, > > thanks for the hint. In the meantime, I tried both, setting zrtp > globally in Freeswitch and having zrtp in the original dialplan > and in the {}-Variables for dialing the B party. This did not help. > > Then I totally disabled ZRTP inside FSs and in the dialplans and > grepped on the network. Then I issued a "uuid_media off" for > starting a reinvite between the 2 endpoints. On the Freeswitch > console, I could see, that ZRTP is exchanged in the SDP, although > Freeswitch does a reinvite with ZRTP. > Having a look at the channel variables, I could see that > > * variable_rtp_local_sdp_str does _not_ contain ZRTP > * variable_switch_m_sdp _does_ contain ZRTP > * variable_switch_r_sdp _does_ contain ZRTP > > But ZRTP however is not started on both sides. Then I killed > Freeswitch during a call and started again, the calls were > automatically recovered, and ZRTP was there. But this was surely > done with a normal invite, right? > > I tried with CsipSimple on Android and Jitsi nightly on Ubuntu. > Both clients behave the same. I assume, that they will not start > ZRTP on a reinvite. > > So unless there is now way to reistablish a call (I tried > uuid_transfer to the same number with autoanswer, but target > number was still considered as busy), I think it will not work. > > Any other hints? > > Best regards > Peter > > > > > On 02/10/15 16:05, Brian West wrote: >> You can't set the zrtp_secure_media=true after a session is >> created, it needs to be a global or you set it inside the {} on >> the bridge or originate line. Then you're outlining uuid_media >> off, which would make the media go between the two endpoints, >> FreeSWITCH isn't even involved in the zrtp exchange at that >> point. Technically your endpoints should be the ones doing this >> and ZRTP should be disabled in FreeSWITCH, You really only need >> ZRTP with MiTM if you MUSt transcode or you're terminating >> directly on the FreeSWITCH instance. I should really just rip >> out MiTM support. >> >> On Tue, Feb 10, 2015 at 5:53 AM, Peter Steinbach >> > wrote: >> >> Hello, >> >> I want to establish ZRTP, after I am bridging 2 calls, which >> have been active already before. >> >> My scenario is as follows: >> >> * Caller A is calling Freeswitch, the call is answered and >> an announcement is played >> * In the meantime Freeswitch calls another Party B and >> connects it to an internal IVR, where also announcements >> are played. >> * Now, after a while, I decide to connect the calls >> together, then send an "uuid_media off " to the >> calling party A leg, reinvites occur and bypass media works. >> * However the 2 SIP clients (Csipsimple) do not start a >> ZRTP session >> * If caller A calls B directly via bypass media, the ZRTP >> is active, by the way. >> >> I suspect that ZRTP somehow should be forced or triggered. Is >> there a way to do that? I already invited the B leg with >> "zrtp_secure_media=true" and issued >> >> uuid_setvar 1bd508af-19c7-4e38-8621-731baaf33920 >> zrtp_secure_media true >> uuid_media off 1bd508af-19c7-4e38-8621-731baaf33920 >> to the A leg. But this did not work. >> >> The main question should be: How can I trigger a ZRTP >> connection on an existing call? >> >> >> -- >> With kind regards >> Peter Steinbach >> >> Telefaks Services GmbH >> mailto:lists (att) telefaks.de >> Internet: www.telefaks.de >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> >> *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 kind regards > Peter Steinbach > > Telefaks Services GmbH > mailto:lists (att) telefaks.de > Internet: www.telefaks.de > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > *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 kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/08217fa9/attachment-0001.html From nbhatti at gmail.com Wed Feb 11 16:25:46 2015 From: nbhatti at gmail.com (Muhammad Naseer Bhatti) Date: Wed, 11 Feb 2015 16:25:46 +0300 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: Try nohz=off reboot and see if that helps. Sent from my iPad > On Feb 11, 2015, at 16:18, Aqs Younas wrote: > > I am facing same issue. Freeswitch taking more than 100% cpu usage in htop even on 200 concurrent calls. For 1000 concurrent calls i have to install 3 freeswitch instances due to this much cpu usage taking by a single freeswitch node. My Dist is Debian 7. > >> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti wrote: >> >> It looks like this is the same tickless kernel issue. I am using Debian 7 and the CPU usage shows very high. Adding nohz=off to grub options does makes it lower. I am gathering more information in order to file a Jira. Debian 6 on the other hand works very quietly on the same workload. We are talking about 200+% CPU utilization on Debian 7 and around 50% on Debian 6 showing in htop. I know so many other factors also involved but I am still digging out more. >> >> ? >> Thanks, >> Muhammad Naseer Bhatti >> >> From: ?? >> Reply: FreeSWITCH Users Help > >> Date: February 11, 2015 at 3:20:46 PM >> To: FreeSWITCH Users Help > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage >> >>> same issue. >>> >>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be >>> very high about 9:00 am every morning. there is no crontab at this >>> time. >>> >>> i will downgrade to 1.4.14 to see if there is such issue. >>> >>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >>> > Hi Anthony, >>> > >>> > I do not know if I am hitting a bug and if this is a bug, I don't have much >>> > info. I'm using this mailing list to see if anyone else is experiencing this >>> > problem and if there is a configuration change on Linux or Freeswitch that >>> > can fix this problem. Jira would be to report bugs when you know there is a >>> > bug. My problem could be (very likely) an environment related issue. >>> > >>> > Thanks. >>> > >>> > >>> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>> > wrote: >>> >> >>> >> Also you will have better luck using JIRA. The mailing list is expressly >>> >> NOT for reporting issues. >>> >> >>> >> >>> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: >>> >>> >>> >>> you might want to use gcore to look at the threads and see what is >>> >>> different when it in this state and not. >>> >>> >>> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>> >>> > >>> >>> > Hello, >>> >>> > >>> >>> > Normally our CPU usage during peak hours are less than %10; however, >>> >>> > time to time, freeswitch uses more than %95 of the CPU and it stays there >>> >>> > forever. The only way to get it back to normal is to restart freeswitch >>> >>> > service. During the high CPU usage, freeswitch continues to operate but very >>> >>> > very slow. >>> >>> > >>> >>> > If I lower the traffic quite a bit, the CPU comes down, but adding back >>> >>> > the traffic, the CPU usage goes right back up. After freeswitch restart, it >>> >>> > becomes normal again with the same traffic. >>> >>> > >>> >>> > >>> >>> > Any ideas or suggestions? >>> >>> > >>> >>> > Much appreciated. >>> >>> > >>> >>> > Thanks, >>> >>> > Ali Pey >>> >>> > >>> >>> >>> >>> >>> >>> _________________________________________________________________________ >>> >>> Professional FreeSWITCH Consulting Services: >>> >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> Official FreeSWITCH Sites >>> >>> http://www.freeswitch.org >>> >>> http://confluence.freeswitch.org >>> >>> http://www.cluecon.com >>> >>> >>> >>> FreeSWITCH-users mailing list >>> >>> FreeSWITCH-users at 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 >>> >> >>> >> >>> >> _________________________________________________________________________ >>> >> Professional FreeSWITCH Consulting Services: >>> >> consulting at freeswitch.org >>> >> http://www.freeswitchsolutions.com >>> >> >>> >> Official FreeSWITCH Sites >>> >> http://www.freeswitch.org >>> >> http://confluence.freeswitch.org >>> >> http://www.cluecon.com >>> >> >>> >> FreeSWITCH-users mailing list >>> >> FreeSWITCH-users at 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 >>> >>> >>> >>> -- >>> Peng Yong >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150211/d98c448e/attachment.html From ppyy at pubyun.com Wed Feb 11 16:33:02 2015 From: ppyy at pubyun.com (=?UTF-8?B?5b2t5YuH?=) Date: Wed, 11 Feb 2015 21:33:02 +0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: i have added nohz=off, same issue. On Wed, Feb 11, 2015 at 8:35 PM, Muhammad Naseer Bhatti wrote: > > It looks like this is the same tickless kernel issue. I am using Debian 7 > and the CPU usage shows very high. Adding nohz=off to grub options does > makes it lower. I am gathering more information in order to file a Jira. > Debian 6 on the other hand works very quietly on the same workload. We are > talking about 200+% CPU utilization on Debian 7 and around 50% on Debian 6 > showing in htop. I know so many other factors also involved but I am still > digging out more. > > ? > Thanks, > Muhammad Naseer Bhatti > > From: ?? > Reply: FreeSWITCH Users Help > > Date: February 11, 2015 at 3:20:46 PM > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU > usage > > same issue. > > I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be > very high about 9:00 am every morning. there is no crontab at this > time. > > i will downgrade to 1.4.14 to see if there is such issue. > > On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >> Hi Anthony, >> >> I do not know if I am hitting a bug and if this is a bug, I don't have >> much >> info. I'm using this mailing list to see if anyone else is experiencing >> this >> problem and if there is a configuration change on Linux or Freeswitch that >> can fix this problem. Jira would be to report bugs when you know there is >> a >> bug. My problem could be (very likely) an environment related issue. >> >> Thanks. >> >> >> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >> wrote: >>> >>> Also you will have better luck using JIRA. The mailing list is expressly >>> NOT for reporting issues. >>> >>> >>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris wrote: >>>> >>>> you might want to use gcore to look at the threads and see what is >>>> different when it in this state and not. >>>> >>>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>>> > >>>> > Hello, >>>> > >>>> > Normally our CPU usage during peak hours are less than %10; however, >>>> > time to time, freeswitch uses more than %95 of the CPU and it stays >>>> > there >>>> > forever. The only way to get it back to normal is to restart >>>> > freeswitch >>>> > service. During the high CPU usage, freeswitch continues to operate >>>> > but very >>>> > very slow. >>>> > >>>> > If I lower the traffic quite a bit, the CPU comes down, but adding >>>> > back >>>> > the traffic, the CPU usage goes right back up. After freeswitch >>>> > restart, it >>>> > becomes normal again with the same traffic. >>>> > >>>> > >>>> > Any ideas or suggestions? >>>> > >>>> > Much appreciated. >>>> > >>>> > Thanks, >>>> > Ali Pey >>>> > >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > > > > -- > Peng Yong > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Peng Yong From ppyy at pubyun.com Wed Feb 11 16:46:19 2015 From: ppyy at pubyun.com (=?UTF-8?B?5b2t5YuH?=) Date: Wed, 11 Feb 2015 21:46:19 +0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: we have add this option to grub and reboot one months ago. no help. we have media-pass-through option, and have more than 10 thousands sessions. it works fine all day and the CPU will rise suddenly about 9:00 am every day. i should restart the FS to recovery. On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti wrote: > Try nohz=off reboot and see if that helps. > > Sent from my iPad > > On Feb 11, 2015, at 16:18, Aqs Younas wrote: > > I am facing same issue. Freeswitch taking more than 100% cpu usage in htop > even on 200 concurrent calls. For 1000 concurrent calls i have to install 3 > freeswitch instances due to this much cpu usage taking by a single > freeswitch node. My Dist is Debian 7. > > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti > wrote: >> >> >> It looks like this is the same tickless kernel issue. I am using Debian 7 >> and the CPU usage shows very high. Adding nohz=off to grub options does >> makes it lower. I am gathering more information in order to file a Jira. >> Debian 6 on the other hand works very quietly on the same workload. We are >> talking about 200+% CPU utilization on Debian 7 and around 50% on Debian 6 >> showing in htop. I know so many other factors also involved but I am still >> digging out more. >> >> ? >> Thanks, >> Muhammad Naseer Bhatti >> >> From: ?? >> Reply: FreeSWITCH Users Help > >> Date: February 11, 2015 at 3:20:46 PM >> To: FreeSWITCH Users Help > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in >> CPU usage >> >> same issue. >> >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be >> very high about 9:00 am every morning. there is no crontab at this >> time. >> >> i will downgrade to 1.4.14 to see if there is such issue. >> >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >> > Hi Anthony, >> > >> > I do not know if I am hitting a bug and if this is a bug, I don't have >> > much >> > info. I'm using this mailing list to see if anyone else is experiencing >> > this >> > problem and if there is a configuration change on Linux or Freeswitch >> > that >> > can fix this problem. Jira would be to report bugs when you know there >> > is a >> > bug. My problem could be (very likely) an environment related issue. >> > >> > Thanks. >> > >> > >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >> > wrote: >> >> >> >> Also you will have better luck using JIRA. The mailing list is >> >> expressly >> >> NOT for reporting issues. >> >> >> >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >> >> wrote: >> >>> >> >>> you might want to use gcore to look at the threads and see what is >> >>> different when it in this state and not. >> >>> >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >> >>> > >> >>> > Hello, >> >>> > >> >>> > Normally our CPU usage during peak hours are less than %10; however, >> >>> > time to time, freeswitch uses more than %95 of the CPU and it stays >> >>> > there >> >>> > forever. The only way to get it back to normal is to restart >> >>> > freeswitch >> >>> > service. During the high CPU usage, freeswitch continues to operate >> >>> > but very >> >>> > very slow. >> >>> > >> >>> > If I lower the traffic quite a bit, the CPU comes down, but adding >> >>> > back >> >>> > the traffic, the CPU usage goes right back up. After freeswitch >> >>> > restart, it >> >>> > becomes normal again with the same traffic. >> >>> > >> >>> > >> >>> > Any ideas or suggestions? >> >>> > >> >>> > Much appreciated. >> >>> > >> >>> > Thanks, >> >>> > Ali Pey >> >>> > >> >>> >> >>> >> >>> >> >>> _________________________________________________________________________ >> >>> Professional FreeSWITCH Consulting Services: >> >>> consulting at freeswitch.org >> >>> http://www.freeswitchsolutions.com >> >>> >> >>> Official FreeSWITCH Sites >> >>> http://www.freeswitch.org >> >>> http://confluence.freeswitch.org >> >>> http://www.cluecon.com >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at 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 >> >> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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 >> >> >> >> -- >> Peng Yong >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Peng Yong From john.nash778 at gmail.com Wed Feb 11 17:03:49 2015 From: john.nash778 at gmail.com (John Nash) Date: Wed, 11 Feb 2015 19:33:49 +0530 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: Dear Muhammad, I think your issue is different than Ali Pey because CPU rises at a specific time (approx) while running fine most of the time. In my experience you should check following .. - Check using top commands if its indeed freeswitch taking up CPU. It may be logrotate or something. - If you are using DB on same server, also check DB connections, May be some long running query causing it (Like someone fires some billing report at approx same time) On the other hand when you say "it runs fine all day". You may want to check that using top command at different time of day, may be CPU usage keep on increasing and in your peak time it increases so much that you see symptoms. (If this is true may be you and Ali pey have same issue perhaps some CPU leak). P.S. All points I mentioned are from my VOIP experiences in general. I am NOT freeswitch expert. I have recently started experiments with freeswitch so people who are using freeswitch or experts will give more meaningful insight. On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: > we have add this option to grub and reboot one months ago. no help. > > we have media-pass-through option, and have more than 10 thousands > sessions. it works fine all day and the CPU will rise suddenly about > 9:00 am every day. i should restart the FS to recovery. > > On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti > wrote: > > Try nohz=off reboot and see if that helps. > > > > Sent from my iPad > > > > On Feb 11, 2015, at 16:18, Aqs Younas wrote: > > > > I am facing same issue. Freeswitch taking more than 100% cpu usage in > htop > > even on 200 concurrent calls. For 1000 concurrent calls i have to > install 3 > > freeswitch instances due to this much cpu usage taking by a single > > freeswitch node. My Dist is Debian 7. > > > > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti > > wrote: > >> > >> > >> It looks like this is the same tickless kernel issue. I am using Debian > 7 > >> and the CPU usage shows very high. Adding nohz=off to grub options does > >> makes it lower. I am gathering more information in order to file a Jira. > >> Debian 6 on the other hand works very quietly on the same workload. We > are > >> talking about 200+% CPU utilization on Debian 7 and around 50% on > Debian 6 > >> showing in htop. I know so many other factors also involved but I am > still > >> digging out more. > >> > >> ? > >> Thanks, > >> Muhammad Naseer Bhatti > >> > >> From: ?? > >> Reply: FreeSWITCH Users Help > > >> Date: February 11, 2015 at 3:20:46 PM > >> To: FreeSWITCH Users Help > > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in > >> CPU usage > >> > >> same issue. > >> > >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be > >> very high about 9:00 am every morning. there is no crontab at this > >> time. > >> > >> i will downgrade to 1.4.14 to see if there is such issue. > >> > >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > >> > Hi Anthony, > >> > > >> > I do not know if I am hitting a bug and if this is a bug, I don't have > >> > much > >> > info. I'm using this mailing list to see if anyone else is > experiencing > >> > this > >> > problem and if there is a configuration change on Linux or Freeswitch > >> > that > >> > can fix this problem. Jira would be to report bugs when you know there > >> > is a > >> > bug. My problem could be (very likely) an environment related issue. > >> > > >> > Thanks. > >> > > >> > > >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > >> > wrote: > >> >> > >> >> Also you will have better luck using JIRA. The mailing list is > >> >> expressly > >> >> NOT for reporting issues. > >> >> > >> >> > >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > >> >> wrote: > >> >>> > >> >>> you might want to use gcore to look at the threads and see what is > >> >>> different when it in this state and not. > >> >>> > >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: > >> >>> > > >> >>> > Hello, > >> >>> > > >> >>> > Normally our CPU usage during peak hours are less than %10; > however, > >> >>> > time to time, freeswitch uses more than %95 of the CPU and it > stays > >> >>> > there > >> >>> > forever. The only way to get it back to normal is to restart > >> >>> > freeswitch > >> >>> > service. During the high CPU usage, freeswitch continues to > operate > >> >>> > but very > >> >>> > very slow. > >> >>> > > >> >>> > If I lower the traffic quite a bit, the CPU comes down, but adding > >> >>> > back > >> >>> > the traffic, the CPU usage goes right back up. After freeswitch > >> >>> > restart, it > >> >>> > becomes normal again with the same traffic. > >> >>> > > >> >>> > > >> >>> > Any ideas or suggestions? > >> >>> > > >> >>> > Much appreciated. > >> >>> > > >> >>> > Thanks, > >> >>> > Ali Pey > >> >>> > > >> >>> > >> >>> > >> >>> > >> >>> > _________________________________________________________________________ > >> >>> Professional FreeSWITCH Consulting Services: > >> >>> consulting at freeswitch.org > >> >>> http://www.freeswitchsolutions.com > >> >>> > >> >>> Official FreeSWITCH Sites > >> >>> http://www.freeswitch.org > >> >>> http://confluence.freeswitch.org > >> >>> http://www.cluecon.com > >> >>> > >> >>> FreeSWITCH-users mailing list > >> >>> FreeSWITCH-users at 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 > >> >> > >> >> > >> >> > >> >> > _________________________________________________________________________ > >> >> Professional FreeSWITCH Consulting Services: > >> >> consulting at freeswitch.org > >> >> http://www.freeswitchsolutions.com > >> >> > >> >> Official FreeSWITCH Sites > >> >> http://www.freeswitch.org > >> >> http://confluence.freeswitch.org > >> >> http://www.cluecon.com > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at 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 > >> > >> > >> > >> -- > >> Peng Yong > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > -- > Peng Yong > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/d79b80dc/attachment-0001.html From krice at freeswitch.org Wed Feb 11 17:32:00 2015 From: krice at freeswitch.org (Ken Rice) Date: Wed, 11 Feb 2015 08:32:00 -0600 Subject: [Freeswitch-users] Bad git clone URL in stash In-Reply-To: Message-ID: Ok that?s been fixed... On 2/10/15, 8:30 PM, "Moishe Grunstein" wrote: > > > > Thanks, > > Moishe Grunstein > Tornado Computer Systems, Inc. > 212.400.7650 888.IPPBX.US > Service Request Email: support at nysolutions.com > > Computer Networking * Managed Services * IP Video Surveillance * Network > Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network > Security * Site Surveys * CMS > > > From: freeswitch-users-bounces at lists.freeswitch.org > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice > Sent: Tuesday, February 10, 2015 9:13 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Bad git clone URL in stash > > > That should never show git://anything the git protocol has been disabled on > there .. Can you provide me a screen cap of that as i can dup it > > Sent from my iPhone > > > On Feb 10, 2015, at 6:27 PM, Steven Ayre wrote: >> >> Does anyone know why >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse provides the >> URL 'git://freeswitch.org/fs/freeswitch.git >> ' when you click Clone? >> >> >> >> AFAIK that's the old URL that's no longer functional (connection times out) >> and should be 'https://freeswitch.org/stash/scm/fs/freeswitch.git' >> >> >> >> Steve >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/11963b5e/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/png Size: 55621 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/11963b5e/attachment-0001.png -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/11963b5e/attachment-0001.jpe From ppyy at pubyun.com Wed Feb 11 18:49:20 2015 From: ppyy at pubyun.com (=?UTF-8?B?5b2t5YuH?=) Date: Wed, 11 Feb 2015 23:49:20 +0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: i think it's bug of freeswitch: -- the Freeswitch using more than 1000% CPU, and there is no other process eating CPU -- we move all SIP traffic from the server away, the cpu is low. and after sevral hours, if we move the SIP traffic back again, the FS eating all CPU again. the only way to recovery is to restart the FS. -- there is no DB such as mysql on the server, and we have add "nosql" option, no help On Wed, Feb 11, 2015 at 10:03 PM, John Nash wrote: > Dear Muhammad, > > I think your issue is different than Ali Pey because CPU rises at a specific > time (approx) while running fine most of the time. In my experience you > should check following .. > - Check using top commands if its indeed freeswitch taking up CPU. It may be > logrotate or something. > - If you are using DB on same server, also check DB connections, May be some > long running query causing it (Like someone fires some billing report at > approx same time) > > On the other hand when you say "it runs fine all day". You may want to check > that using top command at different time of day, may be CPU usage keep on > increasing and in your peak time it increases so much that you see symptoms. > (If this is true may be you and Ali pey have same issue perhaps some CPU > leak). > > P.S. All points I mentioned are from my VOIP experiences in general. I am > NOT freeswitch expert. I have recently started experiments with freeswitch > so people who are using freeswitch or experts will give more meaningful > insight. > > > > On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >> >> we have add this option to grub and reboot one months ago. no help. >> >> we have media-pass-through option, and have more than 10 thousands >> sessions. it works fine all day and the CPU will rise suddenly about >> 9:00 am every day. i should restart the FS to recovery. >> >> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >> wrote: >> > Try nohz=off reboot and see if that helps. >> > >> > Sent from my iPad >> > >> > On Feb 11, 2015, at 16:18, Aqs Younas wrote: >> > >> > I am facing same issue. Freeswitch taking more than 100% cpu usage in >> > htop >> > even on 200 concurrent calls. For 1000 concurrent calls i have to >> > install 3 >> > freeswitch instances due to this much cpu usage taking by a single >> > freeswitch node. My Dist is Debian 7. >> > >> > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >> > wrote: >> >> >> >> >> >> It looks like this is the same tickless kernel issue. I am using Debian >> >> 7 >> >> and the CPU usage shows very high. Adding nohz=off to grub options does >> >> makes it lower. I am gathering more information in order to file a >> >> Jira. >> >> Debian 6 on the other hand works very quietly on the same workload. We >> >> are >> >> talking about 200+% CPU utilization on Debian 7 and around 50% on >> >> Debian 6 >> >> showing in htop. I know so many other factors also involved but I am >> >> still >> >> digging out more. >> >> >> >> ? >> >> Thanks, >> >> Muhammad Naseer Bhatti >> >> >> >> From: ?? >> >> Reply: FreeSWITCH Users Help > >> >> Date: February 11, 2015 at 3:20:46 PM >> >> To: FreeSWITCH Users Help > >> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in >> >> CPU usage >> >> >> >> same issue. >> >> >> >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will be >> >> very high about 9:00 am every morning. there is no crontab at this >> >> time. >> >> >> >> i will downgrade to 1.4.14 to see if there is such issue. >> >> >> >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >> >> > Hi Anthony, >> >> > >> >> > I do not know if I am hitting a bug and if this is a bug, I don't >> >> > have >> >> > much >> >> > info. I'm using this mailing list to see if anyone else is >> >> > experiencing >> >> > this >> >> > problem and if there is a configuration change on Linux or Freeswitch >> >> > that >> >> > can fix this problem. Jira would be to report bugs when you know >> >> > there >> >> > is a >> >> > bug. My problem could be (very likely) an environment related issue. >> >> > >> >> > Thanks. >> >> > >> >> > >> >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >> >> > wrote: >> >> >> >> >> >> Also you will have better luck using JIRA. The mailing list is >> >> >> expressly >> >> >> NOT for reporting issues. >> >> >> >> >> >> >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >> >> >> wrote: >> >> >>> >> >> >>> you might want to use gcore to look at the threads and see what is >> >> >>> different when it in this state and not. >> >> >>> >> >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >> >> >>> > >> >> >>> > Hello, >> >> >>> > >> >> >>> > Normally our CPU usage during peak hours are less than %10; >> >> >>> > however, >> >> >>> > time to time, freeswitch uses more than %95 of the CPU and it >> >> >>> > stays >> >> >>> > there >> >> >>> > forever. The only way to get it back to normal is to restart >> >> >>> > freeswitch >> >> >>> > service. During the high CPU usage, freeswitch continues to >> >> >>> > operate >> >> >>> > but very >> >> >>> > very slow. >> >> >>> > >> >> >>> > If I lower the traffic quite a bit, the CPU comes down, but >> >> >>> > adding >> >> >>> > back >> >> >>> > the traffic, the CPU usage goes right back up. After freeswitch >> >> >>> > restart, it >> >> >>> > becomes normal again with the same traffic. >> >> >>> > >> >> >>> > >> >> >>> > Any ideas or suggestions? >> >> >>> > >> >> >>> > Much appreciated. >> >> >>> > >> >> >>> > Thanks, >> >> >>> > Ali Pey >> >> >>> > >> >> >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> _________________________________________________________________________ >> >> >>> Professional FreeSWITCH Consulting Services: >> >> >>> consulting at freeswitch.org >> >> >>> http://www.freeswitchsolutions.com >> >> >>> >> >> >>> Official FreeSWITCH Sites >> >> >>> http://www.freeswitch.org >> >> >>> http://confluence.freeswitch.org >> >> >>> http://www.cluecon.com >> >> >>> >> >> >>> FreeSWITCH-users mailing list >> >> >>> FreeSWITCH-users at 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 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> _________________________________________________________________________ >> >> >> Professional FreeSWITCH Consulting Services: >> >> >> consulting at freeswitch.org >> >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> Official FreeSWITCH Sites >> >> >> http://www.freeswitch.org >> >> >> http://confluence.freeswitch.org >> >> >> http://www.cluecon.com >> >> >> >> >> >> FreeSWITCH-users mailing list >> >> >> FreeSWITCH-users at 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 >> >> >> >> >> >> >> >> -- >> >> Peng Yong >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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 >> >> >> >> -- >> Peng Yong >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Peng Yong From alipey at gmail.com Wed Feb 11 18:55:57 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 11 Feb 2015 10:55:57 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: I also see same symptoms: - The CPU usage is less than %10 on peak hours and it is usually like that for days. - Suddenly CPU usage is around %98. Freeswitch is using the CPU. - While in this state, will stay in this state until a freeswitch restart. If I remove the SIP traffic, the CPU usage comes down, but as soon as I add the SIP Traffic, freeswitch goes back to using around %98 of traffic. - After freeswitch restart, everything goes back to normal. There is no other process using CPU or gradual CPU leakage and so on. It's a sudden, random and permanent jump. Thanks, Ali Pey On Wed, Feb 11, 2015 at 10:49 AM, ?? wrote: > i think it's bug of freeswitch: > > -- the Freeswitch using more than 1000% CPU, and there is no other > process eating CPU > -- we move all SIP traffic from the server away, the cpu is low. and > after sevral hours, if we move the SIP traffic back again, the FS > eating all CPU again. the only way to recovery is to restart the FS. > -- there is no DB such as mysql on the server, and we have add "nosql" > option, no help > > On Wed, Feb 11, 2015 at 10:03 PM, John Nash > wrote: > > Dear Muhammad, > > > > I think your issue is different than Ali Pey because CPU rises at a > specific > > time (approx) while running fine most of the time. In my experience you > > should check following .. > > - Check using top commands if its indeed freeswitch taking up CPU. It > may be > > logrotate or something. > > - If you are using DB on same server, also check DB connections, May be > some > > long running query causing it (Like someone fires some billing report at > > approx same time) > > > > On the other hand when you say "it runs fine all day". You may want to > check > > that using top command at different time of day, may be CPU usage keep on > > increasing and in your peak time it increases so much that you see > symptoms. > > (If this is true may be you and Ali pey have same issue perhaps some CPU > > leak). > > > > P.S. All points I mentioned are from my VOIP experiences in general. I am > > NOT freeswitch expert. I have recently started experiments with > freeswitch > > so people who are using freeswitch or experts will give more meaningful > > insight. > > > > > > > > On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: > >> > >> we have add this option to grub and reboot one months ago. no help. > >> > >> we have media-pass-through option, and have more than 10 thousands > >> sessions. it works fine all day and the CPU will rise suddenly about > >> 9:00 am every day. i should restart the FS to recovery. > >> > >> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti > >> wrote: > >> > Try nohz=off reboot and see if that helps. > >> > > >> > Sent from my iPad > >> > > >> > On Feb 11, 2015, at 16:18, Aqs Younas wrote: > >> > > >> > I am facing same issue. Freeswitch taking more than 100% cpu usage in > >> > htop > >> > even on 200 concurrent calls. For 1000 concurrent calls i have to > >> > install 3 > >> > freeswitch instances due to this much cpu usage taking by a single > >> > freeswitch node. My Dist is Debian 7. > >> > > >> > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti < > nbhatti at gmail.com> > >> > wrote: > >> >> > >> >> > >> >> It looks like this is the same tickless kernel issue. I am using > Debian > >> >> 7 > >> >> and the CPU usage shows very high. Adding nohz=off to grub options > does > >> >> makes it lower. I am gathering more information in order to file a > >> >> Jira. > >> >> Debian 6 on the other hand works very quietly on the same workload. > We > >> >> are > >> >> talking about 200+% CPU utilization on Debian 7 and around 50% on > >> >> Debian 6 > >> >> showing in htop. I know so many other factors also involved but I am > >> >> still > >> >> digging out more. > >> >> > >> >> ? > >> >> Thanks, > >> >> Muhammad Naseer Bhatti > >> >> > >> >> From: ?? > >> >> Reply: FreeSWITCH Users Help >> > >> >> Date: February 11, 2015 at 3:20:46 PM > >> >> To: FreeSWITCH Users Help > > >> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump > in > >> >> CPU usage > >> >> > >> >> same issue. > >> >> > >> >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU will > be > >> >> very high about 9:00 am every morning. there is no crontab at this > >> >> time. > >> >> > >> >> i will downgrade to 1.4.14 to see if there is such issue. > >> >> > >> >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > >> >> > Hi Anthony, > >> >> > > >> >> > I do not know if I am hitting a bug and if this is a bug, I don't > >> >> > have > >> >> > much > >> >> > info. I'm using this mailing list to see if anyone else is > >> >> > experiencing > >> >> > this > >> >> > problem and if there is a configuration change on Linux or > Freeswitch > >> >> > that > >> >> > can fix this problem. Jira would be to report bugs when you know > >> >> > there > >> >> > is a > >> >> > bug. My problem could be (very likely) an environment related > issue. > >> >> > > >> >> > Thanks. > >> >> > > >> >> > > >> >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > >> >> > wrote: > >> >> >> > >> >> >> Also you will have better luck using JIRA. The mailing list is > >> >> >> expressly > >> >> >> NOT for reporting issues. > >> >> >> > >> >> >> > >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > > >> >> >> wrote: > >> >> >>> > >> >> >>> you might want to use gcore to look at the threads and see what > is > >> >> >>> different when it in this state and not. > >> >> >>> > >> >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey > wrote: > >> >> >>> > > >> >> >>> > Hello, > >> >> >>> > > >> >> >>> > Normally our CPU usage during peak hours are less than %10; > >> >> >>> > however, > >> >> >>> > time to time, freeswitch uses more than %95 of the CPU and it > >> >> >>> > stays > >> >> >>> > there > >> >> >>> > forever. The only way to get it back to normal is to restart > >> >> >>> > freeswitch > >> >> >>> > service. During the high CPU usage, freeswitch continues to > >> >> >>> > operate > >> >> >>> > but very > >> >> >>> > very slow. > >> >> >>> > > >> >> >>> > If I lower the traffic quite a bit, the CPU comes down, but > >> >> >>> > adding > >> >> >>> > back > >> >> >>> > the traffic, the CPU usage goes right back up. After freeswitch > >> >> >>> > restart, it > >> >> >>> > becomes normal again with the same traffic. > >> >> >>> > > >> >> >>> > > >> >> >>> > Any ideas or suggestions? > >> >> >>> > > >> >> >>> > Much appreciated. > >> >> >>> > > >> >> >>> > Thanks, > >> >> >>> > Ali Pey > >> >> >>> > > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > _________________________________________________________________________ > >> >> >>> Professional FreeSWITCH Consulting Services: > >> >> >>> consulting at freeswitch.org > >> >> >>> http://www.freeswitchsolutions.com > >> >> >>> > >> >> >>> Official FreeSWITCH Sites > >> >> >>> http://www.freeswitch.org > >> >> >>> http://confluence.freeswitch.org > >> >> >>> http://www.cluecon.com > >> >> >>> > >> >> >>> FreeSWITCH-users mailing list > >> >> >>> FreeSWITCH-users at 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 > >> >> >> > >> >> >> > >> >> >> > >> >> >> > >> >> >> > _________________________________________________________________________ > >> >> >> Professional FreeSWITCH Consulting Services: > >> >> >> consulting at freeswitch.org > >> >> >> http://www.freeswitchsolutions.com > >> >> >> > >> >> >> Official FreeSWITCH Sites > >> >> >> http://www.freeswitch.org > >> >> >> http://confluence.freeswitch.org > >> >> >> http://www.cluecon.com > >> >> >> > >> >> >> FreeSWITCH-users mailing list > >> >> >> FreeSWITCH-users at 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 > >> >> > >> >> > >> >> > >> >> -- > >> >> Peng Yong > >> >> > >> >> > >> >> > _________________________________________________________________________ > >> >> Professional FreeSWITCH Consulting Services: > >> >> consulting at freeswitch.org > >> >> http://www.freeswitchsolutions.com > >> >> > >> >> Official FreeSWITCH Sites > >> >> http://www.freeswitch.org > >> >> http://confluence.freeswitch.org > >> >> http://www.cluecon.com > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at 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 > >> > >> > >> > >> -- > >> Peng Yong > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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 > > > > -- > Peng Yong > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/c7bd02ec/attachment-0001.html From max at nysolutions.com Wed Feb 11 18:57:10 2015 From: max at nysolutions.com (Moishe Grunstein) Date: Wed, 11 Feb 2015 15:57:10 +0000 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: Why not a Jira? Thanks, Moishe Grunstein Tornado Computer Systems, Inc. 212.400.7650 888.IPPBX.US Service Request Email: support at nysolutions.com Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? Sent: Wednesday, February 11, 2015 10:49 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage i think it's bug of freeswitch: -- the Freeswitch using more than 1000% CPU, and there is no other process eating CPU -- we move all SIP traffic from the server away, the cpu is low. and after sevral hours, if we move the SIP traffic back again, the FS eating all CPU again. the only way to recovery is to restart the FS. -- there is no DB such as mysql on the server, and we have add "nosql" option, no help On Wed, Feb 11, 2015 at 10:03 PM, John Nash wrote: > Dear Muhammad, > > I think your issue is different than Ali Pey because CPU rises at a > specific time (approx) while running fine most of the time. In my > experience you should check following .. > - Check using top commands if its indeed freeswitch taking up CPU. It > may be logrotate or something. > - If you are using DB on same server, also check DB connections, May > be some long running query causing it (Like someone fires some billing > report at approx same time) > > On the other hand when you say "it runs fine all day". You may want to > check that using top command at different time of day, may be CPU > usage keep on increasing and in your peak time it increases so much that you see symptoms. > (If this is true may be you and Ali pey have same issue perhaps some > CPU leak). > > P.S. All points I mentioned are from my VOIP experiences in general. I > am NOT freeswitch expert. I have recently started experiments with > freeswitch so people who are using freeswitch or experts will give > more meaningful insight. > > > > On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >> >> we have add this option to grub and reboot one months ago. no help. >> >> we have media-pass-through option, and have more than 10 thousands >> sessions. it works fine all day and the CPU will rise suddenly about >> 9:00 am every day. i should restart the FS to recovery. >> >> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >> wrote: >> > Try nohz=off reboot and see if that helps. >> > >> > Sent from my iPad >> > >> > On Feb 11, 2015, at 16:18, Aqs Younas wrote: >> > >> > I am facing same issue. Freeswitch taking more than 100% cpu usage >> > in htop even on 200 concurrent calls. For 1000 concurrent calls i >> > have to install 3 freeswitch instances due to this much cpu usage >> > taking by a single freeswitch node. My Dist is Debian 7. >> > >> > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >> > >> > wrote: >> >> >> >> >> >> It looks like this is the same tickless kernel issue. I am using >> >> Debian >> >> 7 >> >> and the CPU usage shows very high. Adding nohz=off to grub options >> >> does makes it lower. I am gathering more information in order to >> >> file a Jira. >> >> Debian 6 on the other hand works very quietly on the same >> >> workload. We are talking about 200+% CPU utilization on Debian 7 >> >> and around 50% on Debian 6 showing in htop. I know so many other >> >> factors also involved but I am still digging out more. >> >> >> >> ? >> >> Thanks, >> >> Muhammad Naseer Bhatti >> >> >> >> From: ?? >> >> Reply: FreeSWITCH Users Help >> >> > >> >> Date: February 11, 2015 at 3:20:46 PM >> >> To: FreeSWITCH Users Help > >> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >> >> jump in CPU usage >> >> >> >> same issue. >> >> >> >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >> >> will be very high about 9:00 am every morning. there is no crontab >> >> at this time. >> >> >> >> i will downgrade to 1.4.14 to see if there is such issue. >> >> >> >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >> >> > Hi Anthony, >> >> > >> >> > I do not know if I am hitting a bug and if this is a bug, I >> >> > don't have much info. I'm using this mailing list to see if >> >> > anyone else is experiencing this problem and if there is a >> >> > configuration change on Linux or Freeswitch that can fix this >> >> > problem. Jira would be to report bugs when you know there is a >> >> > bug. My problem could be (very likely) an environment related issue. >> >> > >> >> > Thanks. >> >> > >> >> > >> >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >> >> > wrote: >> >> >> >> >> >> Also you will have better luck using JIRA. The mailing list is >> >> >> expressly NOT for reporting issues. >> >> >> >> >> >> >> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >> >> >> >> >> >> wrote: >> >> >>> >> >> >>> you might want to use gcore to look at the threads and see >> >> >>> what is different when it in this state and not. >> >> >>> >> >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >> >> >>> > >> >> >>> > Hello, >> >> >>> > >> >> >>> > Normally our CPU usage during peak hours are less than %10; >> >> >>> > however, time to time, freeswitch uses more than %95 of the >> >> >>> > CPU and it stays there forever. The only way to get it back >> >> >>> > to normal is to restart freeswitch service. During the high >> >> >>> > CPU usage, freeswitch continues to operate but very very >> >> >>> > slow. >> >> >>> > >> >> >>> > If I lower the traffic quite a bit, the CPU comes down, but >> >> >>> > adding back the traffic, the CPU usage goes right back up. >> >> >>> > After freeswitch restart, it becomes normal again with the >> >> >>> > same traffic. >> >> >>> > >> >> >>> > >> >> >>> > Any ideas or suggestions? >> >> >>> > >> >> >>> > Much appreciated. >> >> >>> > >> >> >>> > Thanks, >> >> >>> > Ali Pey >> >> >>> > >> >> >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> ______________________________________________________________ >> >> >>> ___________ Professional FreeSWITCH Consulting Services: >> >> >>> consulting at freeswitch.org >> >> >>> http://www.freeswitchsolutions.com >> >> >>> >> >> >>> Official FreeSWITCH Sites >> >> >>> http://www.freeswitch.org >> >> >>> http://confluence.freeswitch.org http://www.cluecon.com >> >> >>> >> >> >>> FreeSWITCH-users mailing list >> >> >>> FreeSWITCH-users at lists.freeswitch.org >> >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >>> >> >> >>> >> >> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw >> >> >>> itch-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 >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> _______________________________________________________________ >> >> >> __________ Professional FreeSWITCH Consulting Services: >> >> >> consulting at freeswitch.org >> >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> Official FreeSWITCH Sites >> >> >> http://www.freeswitch.org >> >> >> http://confluence.freeswitch.org http://www.cluecon.com >> >> >> >> >> >> FreeSWITCH-users mailing list >> >> >> FreeSWITCH-users at lists.freeswitch.org >> >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> >> >> >> >> >> >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi >> >> >> tch-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/freeswit >> >> > ch-users >> >> > http://www.freeswitch.org >> >> >> >> >> >> >> >> -- >> >> Peng Yong >> >> >> >> >> >> __________________________________________________________________ >> >> _______ Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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 >> >> >> >> -- >> Peng Yong >> >> _____________________________________________________________________ >> ____ Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us >> ers >> 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-use > rs > http://www.freeswitch.org -- Peng Yong _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 Wed Feb 11 19:00:18 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 11 Feb 2015 17:00:18 +0100 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: somebody has tested if it's a regression, eg: is 1.4.14 having same symptoms? -giovanni On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein wrote: > Why not a Jira? > > Thanks, > > Moishe Grunstein > Tornado Computer Systems, Inc. > 212.400.7650 888.IPPBX.US > Service Request Email: support at nysolutions.com > > Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS > > -----Original Message----- > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? > Sent: Wednesday, February 11, 2015 10:49 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage > > i think it's bug of freeswitch: > > -- the Freeswitch using more than 1000% CPU, and there is no other process eating CPU > -- we move all SIP traffic from the server away, the cpu is low. and after sevral hours, if we move the SIP traffic back again, the FS eating all CPU again. the only way to recovery is to restart the FS. > -- there is no DB such as mysql on the server, and we have add "nosql" > option, no help > > On Wed, Feb 11, 2015 at 10:03 PM, John Nash wrote: >> Dear Muhammad, >> >> I think your issue is different than Ali Pey because CPU rises at a >> specific time (approx) while running fine most of the time. In my >> experience you should check following .. >> - Check using top commands if its indeed freeswitch taking up CPU. It >> may be logrotate or something. >> - If you are using DB on same server, also check DB connections, May >> be some long running query causing it (Like someone fires some billing >> report at approx same time) >> >> On the other hand when you say "it runs fine all day". You may want to >> check that using top command at different time of day, may be CPU >> usage keep on increasing and in your peak time it increases so much that you see symptoms. >> (If this is true may be you and Ali pey have same issue perhaps some >> CPU leak). >> >> P.S. All points I mentioned are from my VOIP experiences in general. I >> am NOT freeswitch expert. I have recently started experiments with >> freeswitch so people who are using freeswitch or experts will give >> more meaningful insight. >> >> >> >> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>> >>> we have add this option to grub and reboot one months ago. no help. >>> >>> we have media-pass-through option, and have more than 10 thousands >>> sessions. it works fine all day and the CPU will rise suddenly about >>> 9:00 am every day. i should restart the FS to recovery. >>> >>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>> wrote: >>> > Try nohz=off reboot and see if that helps. >>> > >>> > Sent from my iPad >>> > >>> > On Feb 11, 2015, at 16:18, Aqs Younas wrote: >>> > >>> > I am facing same issue. Freeswitch taking more than 100% cpu usage >>> > in htop even on 200 concurrent calls. For 1000 concurrent calls i >>> > have to install 3 freeswitch instances due to this much cpu usage >>> > taking by a single freeswitch node. My Dist is Debian 7. >>> > >>> > On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>> > >>> > wrote: >>> >> >>> >> >>> >> It looks like this is the same tickless kernel issue. I am using >>> >> Debian >>> >> 7 >>> >> and the CPU usage shows very high. Adding nohz=off to grub options >>> >> does makes it lower. I am gathering more information in order to >>> >> file a Jira. >>> >> Debian 6 on the other hand works very quietly on the same >>> >> workload. We are talking about 200+% CPU utilization on Debian 7 >>> >> and around 50% on Debian 6 showing in htop. I know so many other >>> >> factors also involved but I am still digging out more. >>> >> >>> >> ? >>> >> Thanks, >>> >> Muhammad Naseer Bhatti >>> >> >>> >> From: ?? >>> >> Reply: FreeSWITCH Users Help >>> >> > >>> >> Date: February 11, 2015 at 3:20:46 PM >>> >> To: FreeSWITCH Users Help > >>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>> >> jump in CPU usage >>> >> >>> >> same issue. >>> >> >>> >> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>> >> will be very high about 9:00 am every morning. there is no crontab >>> >> at this time. >>> >> >>> >> i will downgrade to 1.4.14 to see if there is such issue. >>> >> >>> >> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >>> >> > Hi Anthony, >>> >> > >>> >> > I do not know if I am hitting a bug and if this is a bug, I >>> >> > don't have much info. I'm using this mailing list to see if >>> >> > anyone else is experiencing this problem and if there is a >>> >> > configuration change on Linux or Freeswitch that can fix this >>> >> > problem. Jira would be to report bugs when you know there is a >>> >> > bug. My problem could be (very likely) an environment related issue. >>> >> > >>> >> > Thanks. >>> >> > >>> >> > >>> >> > On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>> >> > wrote: >>> >> >> >>> >> >> Also you will have better luck using JIRA. The mailing list is >>> >> >> expressly NOT for reporting issues. >>> >> >> >>> >> >> >>> >> >> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>> >> >> >>> >> >> wrote: >>> >> >>> >>> >> >>> you might want to use gcore to look at the threads and see >>> >> >>> what is different when it in this state and not. >>> >> >>> >>> >> >>> > On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>> >> >>> > >>> >> >>> > Hello, >>> >> >>> > >>> >> >>> > Normally our CPU usage during peak hours are less than %10; >>> >> >>> > however, time to time, freeswitch uses more than %95 of the >>> >> >>> > CPU and it stays there forever. The only way to get it back >>> >> >>> > to normal is to restart freeswitch service. During the high >>> >> >>> > CPU usage, freeswitch continues to operate but very very >>> >> >>> > slow. >>> >> >>> > >>> >> >>> > If I lower the traffic quite a bit, the CPU comes down, but >>> >> >>> > adding back the traffic, the CPU usage goes right back up. >>> >> >>> > After freeswitch restart, it becomes normal again with the >>> >> >>> > same traffic. >>> >> >>> > >>> >> >>> > >>> >> >>> > Any ideas or suggestions? >>> >> >>> > >>> >> >>> > Much appreciated. >>> >> >>> > >>> >> >>> > Thanks, >>> >> >>> > Ali Pey >>> >> >>> > >>> >> >>> >>> >> >>> >>> >> >>> >>> >> >>> >>> >> >>> ______________________________________________________________ >>> >> >>> ___________ Professional FreeSWITCH Consulting Services: >>> >> >>> consulting at freeswitch.org >>> >> >>> http://www.freeswitchsolutions.com >>> >> >>> >>> >> >>> Official FreeSWITCH Sites >>> >> >>> http://www.freeswitch.org >>> >> >>> http://confluence.freeswitch.org http://www.cluecon.com >>> >> >>> >>> >> >>> FreeSWITCH-users mailing list >>> >> >>> FreeSWITCH-users at lists.freeswitch.org >>> >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >> >>> >>> >> >>> >>> >> >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw >>> >> >>> itch-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 >>> >> >> >>> >> >> >>> >> >> >>> >> >> >>> >> >> _______________________________________________________________ >>> >> >> __________ Professional FreeSWITCH Consulting Services: >>> >> >> consulting at freeswitch.org >>> >> >> http://www.freeswitchsolutions.com >>> >> >> >>> >> >> Official FreeSWITCH Sites >>> >> >> http://www.freeswitch.org >>> >> >> http://confluence.freeswitch.org http://www.cluecon.com >>> >> >> >>> >> >> FreeSWITCH-users mailing list >>> >> >> FreeSWITCH-users at lists.freeswitch.org >>> >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >> >> >>> >> >> >>> >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi >>> >> >> tch-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/freeswit >>> >> > ch-users >>> >> > http://www.freeswitch.org >>> >> >>> >> >>> >> >>> >> -- >>> >> Peng Yong >>> >> >>> >> >>> >> __________________________________________________________________ >>> >> _______ Professional FreeSWITCH Consulting Services: >>> >> consulting at freeswitch.org >>> >> http://www.freeswitchsolutions.com >>> >> >>> >> Official FreeSWITCH Sites >>> >> http://www.freeswitch.org >>> >> http://confluence.freeswitch.org >>> >> http://www.cluecon.com >>> >> >>> >> FreeSWITCH-users mailing list >>> >> FreeSWITCH-users at 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 >>> >>> >>> >>> -- >>> Peng Yong >>> >>> _____________________________________________________________________ >>> ____ Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us >>> ers >>> 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-use >> rs >> http://www.freeswitch.org > > > > -- > Peng Yong > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 From paul.atreides83 at googlemail.com Wed Feb 11 19:18:27 2015 From: paul.atreides83 at googlemail.com (Paul Atreides) Date: Wed, 11 Feb 2015 17:18:27 +0100 Subject: [Freeswitch-users] GXP2160 no audio in or out In-Reply-To: References: Message-ID: <9B107E53-0F71-49B3-908E-B40FCE740800@gmail.com> I plugged the handset into the plug for the headset :/ Sorry > Am 10.02.2015 um 16:07 schrieb Brian West : > > Have you looked at the SIP trace to see what is going on? Also a tshark or tcpdump would let you see if media is flowing. > >> On Tue, Feb 10, 2015 at 5:57 AM, Paul Atreides wrote: >> Hi, >> >> when I call a Grandstream GXP2160 and pick up the call then I can't hear anything. Nothing is going in or out. Its just silence. Registration works, calling and receiving calls works too. >> >> Other Phones work. xlite and snom D725 >> >> Does anyone know? >> >> Thank you >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > 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/20150211/59773ee2/attachment.html From brian at freeswitch.org Wed Feb 11 20:54:52 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 11 Feb 2015 11:54:52 -0600 Subject: [Freeswitch-users] tty support In-Reply-To: References: Message-ID: Jason, I would recommend emailing consulting at freeswitch.org, the functionality isn't all there and would have to be completed. On Tue, Feb 10, 2015 at 7:54 PM, Jason Holden wrote: > Can anyone provide any guidance on integrating support for TTY machines > with Freeswitch? > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150211/d1f5bac5/attachment.html From mike at jerris.com Wed Feb 11 20:57:08 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 11 Feb 2015 12:57:08 -0500 Subject: [Freeswitch-users] What is correct way to compile FS without optimization In-Reply-To: References: Message-ID: <08D76B99-5E3C-4B81-B2AC-349633065A66@jerris.com> greping for that in the code I get: <156>:git grep -n _FORTIFY_SOURCE debian/rules:11:FS_CPPFLAGS?=-D_FORTIFY_SOURCE=2 libs/libsndfile/configure.ac:516: MN_ADD_CFLAGS([-D_FORTIFY_SOURCE=2]) so, 1. if you are building debs, remove this from debian rules, and remove the line from libsndfile before bootstrap might help. I have never personally built the whole thing with -O0, just portions of the code by manually editing makefiles. --disable-optimization i know used to work ok for me, but does leave some turned on. > On Feb 11, 2015, at 2:19 AM, Sergey Safarov wrote: > > In case like ticket FS-7214 very helpful compile FS without optimization. > When I add flags CFLAGS and CXXFLAGS like below compilation is breaks. Addiding option "--disable-optimization" for configure script is help me. > > export CFLAGS="$CFLAGS -O0" > export CXXFLAGS="$CXXFLAGS -O0" > > > make[4]: Entering directory `/home/build/rpmbuild/BUILD/freeswitch-1.4.13/src/mod/languages/mod_python' > CC mod_python_la-mod_python.lo > In file included from /usr/include/limits.h:26:0, > from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h:168, > from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/syslimits.h:7, > from /usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h:34, > from /usr/include/python2.7/Python.h:19, > from mod_python.c:35: > /usr/include/features.h:330:4: error: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp] > # warning _FORTIFY_SOURCE requires compiling with optimization (-O) > > > Can you suggest correct way to compile FS without optimization? > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/2c254fd3/attachment.html From djdevil8 at gmail.com Wed Feb 11 21:03:49 2015 From: djdevil8 at gmail.com (antony aguirre) Date: Wed, 11 Feb 2015 12:03:49 -0600 Subject: [Freeswitch-users] Error xml_curl In-Reply-To: References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> Message-ID: Hi, This is the log that I've got when it's trying to make a call to the PSTN. I found that the section dialplan are not evaluating all extensions that exist in the database . 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1995 Cache Info Time Now: 1423676187018534 Expires: 1423676136458535 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1997 Cache expired for 8117396389ip at 189.211.21.30, doing fresh lookup 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:2073 caching lookup for user 8117396389ip at 189.211.21.30 for 0 milliseconds 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1995 Cache Info Time Now: 1423676198658544 Expires: 1423676187018534 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1997 Cache expired for 8117396389ip at 189.211.21.30, doing fresh lookup 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:2073 caching lookup for user 8117396389ip at 189.211.21.30 for 0 milliseconds 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [NOTICE] switch_channel.c:1049 New Channel sofia/internal/8117396389ip at 189.211.21.30 [96143ce4-b214-11e4-ad21-91614133b1b9] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_NEW 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 22:30:08Z 64bit 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:8079 IP 189.211.235.196 Rejected by acl "domains". Falling back to Digest auth. 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/8117396389ip at 189.211.21.30) State NEW 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:1792 detaching session 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:1899 Re-attaching to session 96143ce4-b214-11e4-ad21-91614133b1b9 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] switch_core_session.c:1016 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 22:30:08Z 64bit 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:8079 IP 189.211.235.196 Rejected by acl "domains". Falling back to Digest auth. 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1995 Cache Info Time Now: 1423676221518536 Expires: 1423676198658544 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1997 Cache expired for 8117396389ip at 189.211.21.30, doing fresh lookup 2015-02-11 11:37:01.538537 [DEBUG] switch_xml.c:2073 caching lookup for user 8117396389ip at 189.211.21.30 for 0 milliseconds 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] sofia.c:5853 Channel sofia/internal/8117396389ip at 189.211.21.30 entering state [received][100] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] sofia.c:5866 Remote SDP: 96143ce4-b214-11e4-ad21-91614133b1b9 v=0 96143ce4-b214-11e4-ad21-91614133b1b9 o=Z 0 0 IN IP4 192.168.15.93 96143ce4-b214-11e4-ad21-91614133b1b9 s=Z 96143ce4-b214-11e4-ad21-91614133b1b9 c=IN IP4 192.168.15.93 96143ce4-b214-11e4-ad21-91614133b1b9 t=0 0 96143ce4-b214-11e4-ad21-91614133b1b9 m=audio 47230 RTP/AVP 3 110 98 8 0 101 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:110 speex/8000 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:98 iLBC/8000 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:98 mode=20 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:101 telephone-event/8000 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:101 0-15 96143ce4-b214-11e4-ad21-91614133b1b9 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] sofia.c:6099 (sofia/internal/8117396389ip at 189.211.21.30) State Change CS_NEW -> CS_INIT 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_INIT 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:458 (sofia/internal/8117396389ip at 189.211.21.30) State INIT 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:87 sofia/internal/8117396389ip at 189.211.21.30 SOFIA INIT 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:127 (sofia/internal/8117396389ip at 189.211.21.30) State Change CS_INIT -> CS_ROUTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:458 (sofia/internal/8117396389ip at 189.211.21.30) State INIT going to sleep 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_ROUTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_channel.c:2165 (sofia/internal/8117396389ip at 189.211.21.30) Callstate Change DOWN -> RINGING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:474 (sofia/internal/8117396389ip at 189.211.21.30) State ROUTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:150 sofia/internal/8117396389ip at 189.211.21.30 SOFIA ROUTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:117 sofia/internal/8117396389ip at 189.211.21.30 Standard ROUTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [INFO] mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in context public 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->unloop] continue=false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->outside_call] continue=true 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Absolute Condition [outside_call] 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Action set(outside_call=true) 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->call_debug] continue=true 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->public_extensions] continue=false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (FAIL) [public_extensions] destination_number(030) =~ /^(10[01][0-9])$/ break=on-false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->public_did] continue=false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (FAIL) [public_did] destination_number(030) =~ /^(5551212)$/ break=on-false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 parsing [public->Default_Inbound] continue=false 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ 8117396389ip at 189.211.21.30 Regex (FAIL) [Default_Inbound] destination_number(030) =~ /^(\d{10})+ip$/ break=on-false 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:167 (sofia/internal/8117396389ip at 189.211.21.30) State Change CS_ROUTING -> CS_EXECUTE 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:474 (sofia/internal/8117396389ip at 189.211.21.30) State ROUTING going to sleep 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_EXECUTE 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:481 (sofia/internal/8117396389ip at 189.211.21.30) State EXECUTE 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:243 sofia/internal/8117396389ip at 189.211.21.30 SOFIA EXECUTE 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:209 sofia/internal/8117396389ip at 189.211.21.30 Standard EXECUTE 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ 8117396389ip at 189.211.21.30 set(outside_call=true) 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_dptools.c:1402 sofia/internal/8117396389ip at 189.211.21.30 SET [outside_call]=[true] 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ 8117396389ip at 189.211.21.30 export(RFC2822_DATE=Wed, 11 Feb 2015 11:37:01 -0600) 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_channel.c:1241 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 11 Feb 2015 11:37:01 -0600] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] switch_core_state_machine.c:262 sofia/internal/8117396389ip at 189.211.21.30 has executed the last dialplan instruction, hanging up. 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] switch_core_state_machine.c:264 Hangup sofia/internal/ 8117396389ip at 189.211.21.30 [CS_EXECUTE] [NORMAL_CLEARING] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_channel.c:3189 Send signal sofia/internal/8117396389ip at 189.211.21.30 [KILL] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:481 (sofia/internal/8117396389ip at 189.211.21.30) State EXECUTE going to sleep 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_HANGUP 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:681 (sofia/internal/8117396389ip at 189.211.21.30) Callstate Change RINGING -> HANGUP 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:683 (sofia/internal/8117396389ip at 189.211.21.30) State HANGUP 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:506 Channel sofia/internal/8117396389ip at 189.211.21.30 hanging up, cause: NORMAL_CLEARING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:640 Responding to INVITE with: 480 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:48 sofia/internal/8117396389ip at 189.211.21.30 Standard HANGUP, cause: NORMAL_CLEARING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:683 (sofia/internal/8117396389ip at 189.211.21.30) State HANGUP going to sleep 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:450 (sofia/internal/8117396389ip at 189.211.21.30) State Change CS_HANGUP -> CS_REPORTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_REPORTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:767 (sofia/internal/8117396389ip at 189.211.21.30) State REPORTING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:92 sofia/internal/8117396389ip at 189.211.21.30 Standard REPORTING, cause: NORMAL_CLEARING 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:767 (sofia/internal/8117396389ip at 189.211.21.30) State REPORTING going to sleep 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:444 (sofia/internal/8117396389ip at 189.211.21.30) State Change CS_REPORTING -> CS_DESTROY 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1351 Send signal sofia/internal/ 8117396389ip at 189.211.21.30 [BREAK] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_session.c:1559 Session 8 (sofia/internal/ 8117396389ip at 189.211.21.30) Locked, Waiting on external entities 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] switch_core_session.c:1577 Session 8 (sofia/internal/ 8117396389ip at 189.211.21.30) Ended 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] switch_core_session.c:1581 Close Channel sofia/internal/ 8117396389ip at 189.211.21.30 [CS_DESTROY] 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:572 (sofia/internal/8117396389ip at 189.211.21.30) Running State Change CS_DESTROY 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:582 (sofia/internal/8117396389ip at 189.211.21.30) State DESTROY 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] mod_sofia.c:399 sofia/internal/8117396389ip at 189.211.21.30 SOFIA DESTROY 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:99 sofia/internal/8117396389ip at 189.211.21.30 Standard DESTROY 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] switch_core_state_machine.c:582 (sofia/internal/8117396389ip at 189.211.21.30) State DESTROY going to sleep 2015-02-10 15:22 GMT-06:00 Brian West : > Sounds like you might need to do some escaping in there... what does the > freeswitch debug log say? > > On Tue, Feb 10, 2015 at 12:09 PM, Ing. Antonyam > wrote: > >> >> >> > Hi, >> > >> > I have an issue in xml_curl module. If the user tries calling to PSTN, >> the call is not routed and the code generates an error similar when the >> calling plan is not set for PSTN extensions. I've set the plan in the >> database with "/d" but it doesn't work. If I use a static way inside the >> xml files works fine. >> > >> > My calling plan is working when it calls among extensions. >> > >> > I've validated that sofia status is setting with calling plan for PSTN. >> > >> > actions = sofia/gateway/${effective_caller_id_numer}/$1 >> > >> > >> > Do you have any idea why it's not working when I configure it in the >> database? >> > >> > Regards. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150211/054cace9/attachment-0001.html From t.mahe at b-and-c.net Wed Feb 11 21:40:17 2015 From: t.mahe at b-and-c.net (=?UTF-8?B?VHJpc3RhbiBNYWjDqQ==?=) Date: Wed, 11 Feb 2015 10:40:17 -0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: Message-ID: <54DBA211.1050100@b-and-c.net> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : > somebody has tested if it's a regression, eg: is 1.4.14 having > same symptoms? > > -giovanni > > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein wrote: >> Why not a Jira? >> >> Thanks, >> >> Moishe Grunstein >> Tornado Computer Systems, Inc. >> 212.400.7650 888.IPPBX.US >> Service Request Email: support at nysolutions.com >> >> Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS >> >> -----Original Message----- >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >> Sent: Wednesday, February 11, 2015 10:49 AM >> To: FreeSWITCH Users Help >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage >> >> i think it's bug of freeswitch: >> >> -- the Freeswitch using more than 1000% CPU, and there is no other process eating CPU >> -- we move all SIP traffic from the server away, the cpu is low. and after sevral hours, if we move the SIP traffic back again, the FS eating all CPU again. the only way to recovery is to restart the FS. >> -- there is no DB such as mysql on the server, and we have add "nosql" >> option, no help >> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash wrote: >>> Dear Muhammad, >>> >>> I think your issue is different than Ali Pey because CPU rises at a >>> specific time (approx) while running fine most of the time. In my >>> experience you should check following .. >>> - Check using top commands if its indeed freeswitch taking up CPU. It >>> may be logrotate or something. >>> - If you are using DB on same server, also check DB connections, May >>> be some long running query causing it (Like someone fires some billing >>> report at approx same time) >>> >>> On the other hand when you say "it runs fine all day". You may want to >>> check that using top command at different time of day, may be CPU >>> usage keep on increasing and in your peak time it increases so much that you see symptoms. >>> (If this is true may be you and Ali pey have same issue perhaps some >>> CPU leak). >>> >>> P.S. All points I mentioned are from my VOIP experiences in general. I >>> am NOT freeswitch expert. I have recently started experiments with >>> freeswitch so people who are using freeswitch or experts will give >>> more meaningful insight. >>> >>> >>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>> we have add this option to grub and reboot one months ago. no help. >>>> >>>> we have media-pass-through option, and have more than 10 thousands >>>> sessions. it works fine all day and the CPU will rise suddenly about >>>> 9:00 am every day. i should restart the FS to recovery. >>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>> wrote: >>>>> Try nohz=off reboot and see if that helps. >>>>> >>>>> Sent from my iPad >>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas wrote: >>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i >>>>> have to install 3 freeswitch instances due to this much cpu usage >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>> >>>>> wrote: >>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am using >>>>>> Debian >>>>>> 7 >>>>>> and the CPU usage shows very high. Adding nohz=off to grub options >>>>>> does makes it lower. I am gathering more information in order to >>>>>> file a Jira. >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 >>>>>> and around 50% on Debian 6 showing in htop. I know so many other >>>>>> factors also involved but I am still digging out more. >>>>>> >>>>>> ? >>>>>> Thanks, >>>>>> Muhammad Naseer Bhatti >>>>>> >>>>>> From: ?? >>>>>> Reply: FreeSWITCH Users Help >>>>>> > >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>> To: FreeSWITCH Users Help > >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>> jump in CPU usage >>>>>> >>>>>> same issue. >>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>>>>> will be very high about 9:00 am every morning. there is no crontab >>>>>> at this time. >>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >>>>>>> Hi Anthony, >>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>>>> don't have much info. I'm using this mailing list to see if >>>>>>> anyone else is experiencing this problem and if there is a >>>>>>> configuration change on Linux or Freeswitch that can fix this >>>>>>> problem. Jira would be to report bugs when you know there is a >>>>>>> bug. My problem could be (very likely) an environment related issue. >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>> wrote: >>>>>>>> Also you will have better luck using JIRA. The mailing list is >>>>>>>> expressly NOT for reporting issues. >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>> >>>>>>>> wrote: >>>>>>>>> you might want to use gcore to look at the threads and see >>>>>>>>> what is different when it in this state and not. >>>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: >>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >>>>>>>>>> CPU and it stays there forever. The only way to get it back >>>>>>>>>> to normal is to restart freeswitch service. During the high >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>>>>>>> slow. >>>>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>>>>>>>>> same traffic. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Ali Pey >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ______________________________________________________________ >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> >>>>>>>>> >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw >>>>>>>>> itch-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 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________________________ >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> >>>>>>>> >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>> tch-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/freeswit >>>>>>> ch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> -- >>>>>> Peng Yong >>>>>> >>>>>> >>>>>> __________________________________________________________________ >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>> >>>> >>>> -- >>>> Peng Yong >>>> >>>> _____________________________________________________________________ >>>> ____ Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us >>>> ers >>>> 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-use >>> rs >>> http://www.freeswitch.org >> >> >> -- >> Peng Yong >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/7b07bcaa/attachment.bin From aqsyounas at gmail.com Wed Feb 11 21:58:02 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Wed, 11 Feb 2015 23:58:02 +0500 Subject: [Freeswitch-users] Does using mod_curl of free-switch more preferable than lua own curl ? Message-ID: Hi, users. I have ivr based lua script which uses mod_curl of freeswitch to get response from an API. Just curious which method is more preferable to get response from API mod_curl of freeswitch or lua on curl.? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/d7b14856/attachment.html From alipey at gmail.com Wed Feb 11 21:58:30 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 11 Feb 2015 13:58:30 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: <54DBA211.1050100@b-and-c.net> References: <54DBA211.1050100@b-and-c.net> Message-ID: Hi Tristan, Do you see a sudden jump or just more CPU usage? In my case, everything is good for a few days with less than %10 CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come down until a restart. After restart, it's good again with the same load. Thanks, Ali Pey On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? wrote: > Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? > > Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : > > somebody has tested if it's a regression, eg: is 1.4.14 having > > same symptoms? > > > > -giovanni > > > > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein > wrote: > >> Why not a Jira? > >> > >> Thanks, > >> > >> Moishe Grunstein > >> Tornado Computer Systems, Inc. > >> 212.400.7650 888.IPPBX.US > >> Service Request Email: support at nysolutions.com > >> > >> Computer Networking * Managed Services * IP Video Surveillance * > Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * > Network Security * Site Surveys * CMS > >> > >> -----Original Message----- > >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? > >> Sent: Wednesday, February 11, 2015 10:49 AM > >> To: FreeSWITCH Users Help > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in > CPU usage > >> > >> i think it's bug of freeswitch: > >> > >> -- the Freeswitch using more than 1000% CPU, and there is no other > process eating CPU > >> -- we move all SIP traffic from the server away, the cpu is low. and > after sevral hours, if we move the SIP traffic back again, the FS eating > all CPU again. the only way to recovery is to restart the FS. > >> -- there is no DB such as mysql on the server, and we have add "nosql" > >> option, no help > >> > >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash > wrote: > >>> Dear Muhammad, > >>> > >>> I think your issue is different than Ali Pey because CPU rises at a > >>> specific time (approx) while running fine most of the time. In my > >>> experience you should check following .. > >>> - Check using top commands if its indeed freeswitch taking up CPU. It > >>> may be logrotate or something. > >>> - If you are using DB on same server, also check DB connections, May > >>> be some long running query causing it (Like someone fires some billing > >>> report at approx same time) > >>> > >>> On the other hand when you say "it runs fine all day". You may want to > >>> check that using top command at different time of day, may be CPU > >>> usage keep on increasing and in your peak time it increases so much > that you see symptoms. > >>> (If this is true may be you and Ali pey have same issue perhaps some > >>> CPU leak). > >>> > >>> P.S. All points I mentioned are from my VOIP experiences in general. I > >>> am NOT freeswitch expert. I have recently started experiments with > >>> freeswitch so people who are using freeswitch or experts will give > >>> more meaningful insight. > >>> > >>> > >>> > >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: > >>>> we have add this option to grub and reboot one months ago. no help. > >>>> > >>>> we have media-pass-through option, and have more than 10 thousands > >>>> sessions. it works fine all day and the CPU will rise suddenly about > >>>> 9:00 am every day. i should restart the FS to recovery. > >>>> > >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti > >>>> wrote: > >>>>> Try nohz=off reboot and see if that helps. > >>>>> > >>>>> Sent from my iPad > >>>>> > >>>>> On Feb 11, 2015, at 16:18, Aqs Younas wrote: > >>>>> > >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage > >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i > >>>>> have to install 3 freeswitch instances due to this much cpu usage > >>>>> taking by a single freeswitch node. My Dist is Debian 7. > >>>>> > >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti > >>>>> > >>>>> wrote: > >>>>>> > >>>>>> It looks like this is the same tickless kernel issue. I am using > >>>>>> Debian > >>>>>> 7 > >>>>>> and the CPU usage shows very high. Adding nohz=off to grub options > >>>>>> does makes it lower. I am gathering more information in order to > >>>>>> file a Jira. > >>>>>> Debian 6 on the other hand works very quietly on the same > >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 > >>>>>> and around 50% on Debian 6 showing in htop. I know so many other > >>>>>> factors also involved but I am still digging out more. > >>>>>> > >>>>>> ? > >>>>>> Thanks, > >>>>>> Muhammad Naseer Bhatti > >>>>>> > >>>>>> From: ?? > >>>>>> Reply: FreeSWITCH Users Help > >>>>>> > > >>>>>> Date: February 11, 2015 at 3:20:46 PM > >>>>>> To: FreeSWITCH Users Help > > >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden > >>>>>> jump in CPU usage > >>>>>> > >>>>>> same issue. > >>>>>> > >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU > >>>>>> will be very high about 9:00 am every morning. there is no crontab > >>>>>> at this time. > >>>>>> > >>>>>> i will downgrade to 1.4.14 to see if there is such issue. > >>>>>> > >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: > >>>>>>> Hi Anthony, > >>>>>>> > >>>>>>> I do not know if I am hitting a bug and if this is a bug, I > >>>>>>> don't have much info. I'm using this mailing list to see if > >>>>>>> anyone else is experiencing this problem and if there is a > >>>>>>> configuration change on Linux or Freeswitch that can fix this > >>>>>>> problem. Jira would be to report bugs when you know there is a > >>>>>>> bug. My problem could be (very likely) an environment related > issue. > >>>>>>> > >>>>>>> Thanks. > >>>>>>> > >>>>>>> > >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > >>>>>>> wrote: > >>>>>>>> Also you will have better luck using JIRA. The mailing list is > >>>>>>>> expressly NOT for reporting issues. > >>>>>>>> > >>>>>>>> > >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > >>>>>>>> > >>>>>>>> wrote: > >>>>>>>>> you might want to use gcore to look at the threads and see > >>>>>>>>> what is different when it in this state and not. > >>>>>>>>> > >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey wrote: > >>>>>>>>>> > >>>>>>>>>> Hello, > >>>>>>>>>> > >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; > >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the > >>>>>>>>>> CPU and it stays there forever. The only way to get it back > >>>>>>>>>> to normal is to restart freeswitch service. During the high > >>>>>>>>>> CPU usage, freeswitch continues to operate but very very > >>>>>>>>>> slow. > >>>>>>>>>> > >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but > >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. > >>>>>>>>>> After freeswitch restart, it becomes normal again with the > >>>>>>>>>> same traffic. > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Any ideas or suggestions? > >>>>>>>>>> > >>>>>>>>>> Much appreciated. > >>>>>>>>>> > >>>>>>>>>> Thanks, > >>>>>>>>>> Ali Pey > >>>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> ______________________________________________________________ > >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: > >>>>>>>>> consulting at freeswitch.org > >>>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>>> > >>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>> http://www.freeswitch.org > >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>>> > >>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw > >>>>>>>>> itch-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 > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> _______________________________________________________________ > >>>>>>>> __________ Professional FreeSWITCH Consulting Services: > >>>>>>>> consulting at freeswitch.org > >>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>> > >>>>>>>> Official FreeSWITCH Sites > >>>>>>>> http://www.freeswitch.org > >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>> > >>>>>>>> FreeSWITCH-users mailing list > >>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>> > >>>>>>>> > >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi > >>>>>>>> tch-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/freeswit > >>>>>>> ch-users > >>>>>>> http://www.freeswitch.org > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> Peng Yong > >>>>>> > >>>>>> > >>>>>> __________________________________________________________________ > >>>>>> _______ Professional FreeSWITCH Consulting Services: > >>>>>> consulting at freeswitch.org > >>>>>> http://www.freeswitchsolutions.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> http://www.freeswitch.org > >>>>>> http://confluence.freeswitch.org > >>>>>> http://www.cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at 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 > >>>> > >>>> > >>>> -- > >>>> Peng Yong > >>>> > >>>> _____________________________________________________________________ > >>>> ____ Professional FreeSWITCH Consulting Services: > >>>> consulting at freeswitch.org > >>>> http://www.freeswitchsolutions.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> http://www.freeswitch.org > >>>> http://confluence.freeswitch.org > >>>> http://www.cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us > >>>> ers > >>>> 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-use > >>> rs > >>> http://www.freeswitch.org > >> > >> > >> -- > >> Peng Yong > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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/20150211/ccae514c/attachment-0001.html From mike at jerris.com Wed Feb 11 22:31:29 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 11 Feb 2015 14:31:29 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> Message-ID: Please move any debugging on this issue to the bug mentioned earlier. If anyone can provide the required debug it will allow us to move forward on this issue. Without the debug requested in the jira, we can't move forward. > On Feb 11, 2015, at 1:58 PM, Ali Pey wrote: > > Hi Tristan, > > Do you see a sudden jump or just more CPU usage? > > In my case, everything is good for a few days with less than %10 CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come down until a restart. After restart, it's good again with the same load. > > Thanks, > Ali Pey > > > On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? > wrote: > Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? > > Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : > > somebody has tested if it's a regression, eg: is 1.4.14 having > > same symptoms? > > > > -giovanni > > > > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein > wrote: > >> Why not a Jira? > >> > >> Thanks, > >> > >> Moishe Grunstein > >> Tornado Computer Systems, Inc. > >> 212.400.7650 888.IPPBX.US > >> Service Request Email: support at nysolutions.com > >> > >> Computer Networking * Managed Services * IP Video Surveillance * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * Network Security * Site Surveys * CMS > >> > >> -----Original Message----- > >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of ?? > >> Sent: Wednesday, February 11, 2015 10:49 AM > >> To: FreeSWITCH Users Help > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage > >> > >> i think it's bug of freeswitch: > >> > >> -- the Freeswitch using more than 1000% CPU, and there is no other process eating CPU > >> -- we move all SIP traffic from the server away, the cpu is low. and after sevral hours, if we move the SIP traffic back again, the FS eating all CPU again. the only way to recovery is to restart the FS. > >> -- there is no DB such as mysql on the server, and we have add "nosql" > >> option, no help > >> > >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash > wrote: > >>> Dear Muhammad, > >>> > >>> I think your issue is different than Ali Pey because CPU rises at a > >>> specific time (approx) while running fine most of the time. In my > >>> experience you should check following .. > >>> - Check using top commands if its indeed freeswitch taking up CPU. It > >>> may be logrotate or something. > >>> - If you are using DB on same server, also check DB connections, May > >>> be some long running query causing it (Like someone fires some billing > >>> report at approx same time) > >>> > >>> On the other hand when you say "it runs fine all day". You may want to > >>> check that using top command at different time of day, may be CPU > >>> usage keep on increasing and in your peak time it increases so much that you see symptoms. > >>> (If this is true may be you and Ali pey have same issue perhaps some > >>> CPU leak). > >>> > >>> P.S. All points I mentioned are from my VOIP experiences in general. I > >>> am NOT freeswitch expert. I have recently started experiments with > >>> freeswitch so people who are using freeswitch or experts will give > >>> more meaningful insight. > >>> > >>> > >>> > >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? > wrote: > >>>> we have add this option to grub and reboot one months ago. no help. > >>>> > >>>> we have media-pass-through option, and have more than 10 thousands > >>>> sessions. it works fine all day and the CPU will rise suddenly about > >>>> 9:00 am every day. i should restart the FS to recovery. > >>>> > >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti > >>>> > wrote: > >>>>> Try nohz=off reboot and see if that helps. > >>>>> > >>>>> Sent from my iPad > >>>>> > >>>>> On Feb 11, 2015, at 16:18, Aqs Younas > wrote: > >>>>> > >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage > >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i > >>>>> have to install 3 freeswitch instances due to this much cpu usage > >>>>> taking by a single freeswitch node. My Dist is Debian 7. > >>>>> > >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti > >>>>> > > >>>>> wrote: > >>>>>> > >>>>>> It looks like this is the same tickless kernel issue. I am using > >>>>>> Debian > >>>>>> 7 > >>>>>> and the CPU usage shows very high. Adding nohz=off to grub options > >>>>>> does makes it lower. I am gathering more information in order to > >>>>>> file a Jira. > >>>>>> Debian 6 on the other hand works very quietly on the same > >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 > >>>>>> and around 50% on Debian 6 showing in htop. I know so many other > >>>>>> factors also involved but I am still digging out more. > >>>>>> > >>>>>> ? > >>>>>> Thanks, > >>>>>> Muhammad Naseer Bhatti > >>>>>> > >>>>>> From: ?? > > >>>>>> Reply: FreeSWITCH Users Help > >>>>>> >> > >>>>>> Date: February 11, 2015 at 3:20:46 PM > >>>>>> To: FreeSWITCH Users Help >> > >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden > >>>>>> jump in CPU usage > >>>>>> > >>>>>> same issue. > >>>>>> > >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU > >>>>>> will be very high about 9:00 am every morning. there is no crontab > >>>>>> at this time. > >>>>>> > >>>>>> i will downgrade to 1.4.14 to see if there is such issue. > >>>>>> > >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey > wrote: > >>>>>>> Hi Anthony, > >>>>>>> > >>>>>>> I do not know if I am hitting a bug and if this is a bug, I > >>>>>>> don't have much info. I'm using this mailing list to see if > >>>>>>> anyone else is experiencing this problem and if there is a > >>>>>>> configuration change on Linux or Freeswitch that can fix this > >>>>>>> problem. Jira would be to report bugs when you know there is a > >>>>>>> bug. My problem could be (very likely) an environment related issue. > >>>>>>> > >>>>>>> Thanks. > >>>>>>> > >>>>>>> > >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > >>>>>>> > wrote: > >>>>>>>> Also you will have better luck using JIRA. The mailing list is > >>>>>>>> expressly NOT for reporting issues. > >>>>>>>> > >>>>>>>> > >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > >>>>>>>> > > >>>>>>>> wrote: > >>>>>>>>> you might want to use gcore to look at the threads and see > >>>>>>>>> what is different when it in this state and not. > >>>>>>>>> > >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey > wrote: > >>>>>>>>>> > >>>>>>>>>> Hello, > >>>>>>>>>> > >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; > >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the > >>>>>>>>>> CPU and it stays there forever. The only way to get it back > >>>>>>>>>> to normal is to restart freeswitch service. During the high > >>>>>>>>>> CPU usage, freeswitch continues to operate but very very > >>>>>>>>>> slow. > >>>>>>>>>> > >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but > >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. > >>>>>>>>>> After freeswitch restart, it becomes normal again with the > >>>>>>>>>> same traffic. > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Any ideas or suggestions? > >>>>>>>>>> > >>>>>>>>>> Much appreciated. > >>>>>>>>>> > >>>>>>>>>> Thanks, > >>>>>>>>>> Ali Pey > >>>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> ______________________________________________________________ > >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: > >>>>>>>>> consulting at freeswitch.org > >>>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>>> > >>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>> http://www.freeswitch.org > >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>>> > >>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw > >>>>>>>>> itch-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 > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> _______________________________________________________________ > >>>>>>>> __________ Professional FreeSWITCH Consulting Services: > >>>>>>>> consulting at freeswitch.org > >>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>> > >>>>>>>> Official FreeSWITCH Sites > >>>>>>>> http://www.freeswitch.org > >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>> > >>>>>>>> FreeSWITCH-users mailing list > >>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>> > >>>>>>>> > >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi > >>>>>>>> tch-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/freeswit > >>>>>>> ch-users > >>>>>>> http://www.freeswitch.org > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> Peng Yong > >>>>>> > >>>>>> > >>>>>> __________________________________________________________________ > >>>>>> _______ Professional FreeSWITCH Consulting Services: > >>>>>> consulting at freeswitch.org > >>>>>> http://www.freeswitchsolutions.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> http://www.freeswitch.org > >>>>>> http://confluence.freeswitch.org > >>>>>> http://www.cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at 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 > >>>> > >>>> > >>>> -- > >>>> Peng Yong > >>>> > >>>> _____________________________________________________________________ > >>>> ____ Professional FreeSWITCH Consulting Services: > >>>> consulting at freeswitch.org > >>>> http://www.freeswitchsolutions.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> http://www.freeswitch.org > >>>> http://confluence.freeswitch.org > >>>> http://www.cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us > >>>> ers > >>>> 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-use > >>> rs > >>> http://www.freeswitch.org > >> > >> > >> -- > >> Peng Yong > >> > >> _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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/20150211/ae027083/attachment-0001.html From 0x6e6562 at gmail.com Wed Feb 11 23:05:10 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Wed, 11 Feb 2015 20:05:10 +0000 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: <4A567E90-48C4-4BCB-9508-B7BE2C5789DD@jerris.com> References: <4A567E90-48C4-4BCB-9508-B7BE2C5789DD@jerris.com> Message-ID: I think you may well have a point. I've spent days on this issue and I'm beginning to narrow it down by breaking the bridging down into the individual legs. I've also been able to establish RTP flow with the same originator by proxying the INVITE to a non-FS user agent (i.e. a phone registered with Kamailio). I didn't want to leave this post dangling without a some kind of closure, so I thought I'd just post this status update. On Tue, Feb 10, 2015 at 8:33 PM, Michael Jerris wrote: > I doubt it has anything to do with 180vs183. Check for nat issues in the trace that isn't working. > >> On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >> >> Hi all, >> >> I'm wondering what influences Freeswitch's signalling response when it >> responds to an INVITE. >> >> In some instances it appears to follow this sequence: >> >> Peer -> INVITE (SDP) -> FS >> Peer <- 100 <- FS >> Peer <- 183 (SDP) <- FS >> Peer <- 200 (SDP) <- FS >> Peer -> ACK -> FS >> >> Which leads to a successful bridge between two legs. >> >> But in other instances it appears to follow the sequence: >> >> Peer -> INVITE (SDP) -> FS >> Peer <- 100 <- FS >> Peer <- 180 (SDP) <- FS >> Peer <- 200 (SDP) <- FS (1st attempt) >> Peer <- 200 (SDP) <- FS (2nd attempt) >> .... >> Peer <- 200 (SDP) <- FS (nth attempt) >> ....timeout >> >> I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't >> like the 100/180/200 sequence (as opposed to 100/183/200), so I need >> to find that out for myself. >> >> But I am wondering what factors influence Freeswitch's decision of >> what sequence signals to send in response to an INVITE. >> >> Any pointers appreciated, >> >> Ben > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 t.mahe at b-and-c.net Wed Feb 11 23:31:25 2015 From: t.mahe at b-and-c.net (=?UTF-8?B?VHJpc3RhbiBNYWjDqQ==?=) Date: Wed, 11 Feb 2015 12:31:25 -0800 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> Message-ID: <54DBBC1D.7040103@b-and-c.net> Hi Ali, What I see is kinda the same thing, I still need to provide Anthony with the debug logs ( still had no chance to do the requested tests on the production, could be related to some of our users UA/callflow and cannot reproduce the issue in a lab ). The interesting part as discussed in FS-7066 is the timer change is correcting the trouble, and without the timer change, we eventually experience blocking of sofia profile ( seems related to media playback ). I hope to have a chance soon to be able to furnish the debug logs, if you can, do the same, Anthony gave the steps to provide him some usefull logs on the bug comments. Le 11/02/2015 10:58, Ali Pey a ?crit : > Hi Tristan, > > Do you see a sudden jump or just more CPU usage? > > In my case, everything is good for a few days with less than %10 CPU > usage, then there is a sudden jump to ~%98 CPU usage and it doesn't > come down until a restart. After restart, it's good again with the > same load. > > Thanks, > Ali Pey > > > On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? > wrote: > > Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? > > Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : > > somebody has tested if it's a regression, eg: is 1.4.14 having > > same symptoms? > > > > -giovanni > > > > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein > > wrote: > >> Why not a Jira? > >> > >> Thanks, > >> > >> Moishe Grunstein > >> Tornado Computer Systems, Inc. > >> 212.400.7650 888.IPPBX.US > >> Service Request Email: support at nysolutions.com > > >> > >> Computer Networking * Managed Services * IP Video Surveillance > * Network Assessments * Web Solutions * Voice over IP * Disaster > Recovery * Network Security * Site Surveys * CMS > >> > >> -----Original Message----- > >> From: freeswitch-users-bounces at lists.freeswitch.org > > [mailto:freeswitch-users-bounces at lists.freeswitch.org > ] On Behalf > Of ?? > >> Sent: Wednesday, February 11, 2015 10:49 AM > >> To: FreeSWITCH Users Help > >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden > jump in CPU usage > >> > >> i think it's bug of freeswitch: > >> > >> -- the Freeswitch using more than 1000% CPU, and there is no > other process eating CPU > >> -- we move all SIP traffic from the server away, the cpu is > low. and after sevral hours, if we move the SIP traffic back > again, the FS eating all CPU again. the only way to recovery is to > restart the FS. > >> -- there is no DB such as mysql on the server, and we have add > "nosql" > >> option, no help > >> > >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash > > wrote: > >>> Dear Muhammad, > >>> > >>> I think your issue is different than Ali Pey because CPU rises > at a > >>> specific time (approx) while running fine most of the time. In my > >>> experience you should check following .. > >>> - Check using top commands if its indeed freeswitch taking up > CPU. It > >>> may be logrotate or something. > >>> - If you are using DB on same server, also check DB > connections, May > >>> be some long running query causing it (Like someone fires some > billing > >>> report at approx same time) > >>> > >>> On the other hand when you say "it runs fine all day". You may > want to > >>> check that using top command at different time of day, may be CPU > >>> usage keep on increasing and in your peak time it increases so > much that you see symptoms. > >>> (If this is true may be you and Ali pey have same issue > perhaps some > >>> CPU leak). > >>> > >>> P.S. All points I mentioned are from my VOIP experiences in > general. I > >>> am NOT freeswitch expert. I have recently started experiments with > >>> freeswitch so people who are using freeswitch or experts will give > >>> more meaningful insight. > >>> > >>> > >>> > >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? > wrote: > >>>> we have add this option to grub and reboot one months ago. no > help. > >>>> > >>>> we have media-pass-through option, and have more than 10 > thousands > >>>> sessions. it works fine all day and the CPU will rise > suddenly about > >>>> 9:00 am every day. i should restart the FS to recovery. > >>>> > >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti > >>>> > wrote: > >>>>> Try nohz=off reboot and see if that helps. > >>>>> > >>>>> Sent from my iPad > >>>>> > >>>>> On Feb 11, 2015, at 16:18, Aqs Younas > wrote: > >>>>> > >>>>> I am facing same issue. Freeswitch taking more than 100% cpu > usage > >>>>> in htop even on 200 concurrent calls. For 1000 concurrent > calls i > >>>>> have to install 3 freeswitch instances due to this much cpu > usage > >>>>> taking by a single freeswitch node. My Dist is Debian 7. > >>>>> > >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti > >>>>> > > >>>>> wrote: > >>>>>> > >>>>>> It looks like this is the same tickless kernel issue. I am > using > >>>>>> Debian > >>>>>> 7 > >>>>>> and the CPU usage shows very high. Adding nohz=off to grub > options > >>>>>> does makes it lower. I am gathering more information in > order to > >>>>>> file a Jira. > >>>>>> Debian 6 on the other hand works very quietly on the same > >>>>>> workload. We are talking about 200+% CPU utilization on > Debian 7 > >>>>>> and around 50% on Debian 6 showing in htop. I know so many > other > >>>>>> factors also involved but I am still digging out more. > >>>>>> > >>>>>> ? > >>>>>> Thanks, > >>>>>> Muhammad Naseer Bhatti > >>>>>> > >>>>>> From: ?? > > >>>>>> Reply: FreeSWITCH Users Help > >>>>>> >> > >>>>>> Date: February 11, 2015 at 3:20:46 PM > >>>>>> To: FreeSWITCH Users Help > >> > >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden > >>>>>> jump in CPU usage > >>>>>> > >>>>>> same issue. > >>>>>> > >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU > >>>>>> will be very high about 9:00 am every morning. there is no > crontab > >>>>>> at this time. > >>>>>> > >>>>>> i will downgrade to 1.4.14 to see if there is such issue. > >>>>>> > >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey > wrote: > >>>>>>> Hi Anthony, > >>>>>>> > >>>>>>> I do not know if I am hitting a bug and if this is a bug, I > >>>>>>> don't have much info. I'm using this mailing list to see if > >>>>>>> anyone else is experiencing this problem and if there is a > >>>>>>> configuration change on Linux or Freeswitch that can fix this > >>>>>>> problem. Jira would be to report bugs when you know there is a > >>>>>>> bug. My problem could be (very likely) an environment > related issue. > >>>>>>> > >>>>>>> Thanks. > >>>>>>> > >>>>>>> > >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale > >>>>>>> > wrote: > >>>>>>>> Also you will have better luck using JIRA. The mailing > list is > >>>>>>>> expressly NOT for reporting issues. > >>>>>>>> > >>>>>>>> > >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris > >>>>>>>> > > >>>>>>>> wrote: > >>>>>>>>> you might want to use gcore to look at the threads and see > >>>>>>>>> what is different when it in this state and not. > >>>>>>>>> > >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey > wrote: > >>>>>>>>>> > >>>>>>>>>> Hello, > >>>>>>>>>> > >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; > >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the > >>>>>>>>>> CPU and it stays there forever. The only way to get it back > >>>>>>>>>> to normal is to restart freeswitch service. During the high > >>>>>>>>>> CPU usage, freeswitch continues to operate but very very > >>>>>>>>>> slow. > >>>>>>>>>> > >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but > >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. > >>>>>>>>>> After freeswitch restart, it becomes normal again with the > >>>>>>>>>> same traffic. > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> Any ideas or suggestions? > >>>>>>>>>> > >>>>>>>>>> Much appreciated. > >>>>>>>>>> > >>>>>>>>>> Thanks, > >>>>>>>>>> Ali Pey > >>>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > ______________________________________________________________ > >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: > >>>>>>>>> consulting at freeswitch.org > >>>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>>> > >>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>> http://www.freeswitch.org > >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>>> > >>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > > >>>>>>>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw > >>>>>>>>> itch-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 > > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > _______________________________________________________________ > >>>>>>>> __________ Professional FreeSWITCH Consulting Services: > >>>>>>>> consulting at freeswitch.org > >>>>>>>> http://www.freeswitchsolutions.com > >>>>>>>> > >>>>>>>> Official FreeSWITCH Sites > >>>>>>>> http://www.freeswitch.org > >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com > >>>>>>>> > >>>>>>>> FreeSWITCH-users mailing list > >>>>>>>> FreeSWITCH-users at lists.freeswitch.org > > >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>> > >>>>>>>> > >>>>>>>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi > >>>>>>>> tch-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/freeswit > >>>>>>> ch-users > >>>>>>> http://www.freeswitch.org > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> Peng Yong > >>>>>> > >>>>>> > >>>>>> > __________________________________________________________________ > >>>>>> _______ Professional FreeSWITCH Consulting Services: > >>>>>> consulting at freeswitch.org > >>>>>> http://www.freeswitchsolutions.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> http://www.freeswitch.org > >>>>>> http://confluence.freeswitch.org > >>>>>> http://www.cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at 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 > >>>> > >>>> > >>>> -- > >>>> Peng Yong > >>>> > >>>> > _____________________________________________________________________ > >>>> ____ Professional FreeSWITCH Consulting Services: > >>>> consulting at freeswitch.org > >>>> http://www.freeswitchsolutions.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> http://www.freeswitch.org > >>>> http://confluence.freeswitch.org > >>>> http://www.cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-us > >>>> ers > >>>> 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-use > >>> rs > >>> http://www.freeswitch.org > >> > >> > >> -- > >> Peng Yong > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at 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/20150211/118064be/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/118064be/attachment-0001.bin From alipey at gmail.com Wed Feb 11 23:54:39 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 11 Feb 2015 15:54:39 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: <54DBBC1D.7040103@b-and-c.net> References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Thanks Tristan. I have had rtp-timer-name set to none for a long time but I still see the sudden and random jumps in CPU. I haven't been able to reproduce it in our Dev/QA environment as well. If I can reproduce it, I will definitely do the logs as well. On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? wrote: > Hi Ali, > > What I see is kinda the same thing, I still need to provide Anthony with > the debug logs ( still had no chance to do the requested tests on the > production, could be related to some of our users UA/callflow and cannot > reproduce the issue in a lab ). The interesting part as discussed in > FS-7066 is the timer change is correcting the trouble, and without the > timer change, we eventually experience blocking of sofia profile ( seems > related to media playback ). > > I hope to have a chance soon to be able to furnish the debug logs, if you > can, do the same, Anthony gave the steps to provide him some usefull logs > on the bug comments. > > > Le 11/02/2015 10:58, Ali Pey a ?crit : > > Hi Tristan, > > Do you see a sudden jump or just more CPU usage? > > In my case, everything is good for a few days with less than %10 CPU > usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come > down until a restart. After restart, it's good again with the same load. > > Thanks, > Ali Pey > > > On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? wrote: > >> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? >> >> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >> > somebody has tested if it's a regression, eg: is 1.4.14 having >> > same symptoms? >> > >> > -giovanni >> > >> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein >> wrote: >> >> Why not a Jira? >> >> >> >> Thanks, >> >> >> >> Moishe Grunstein >> >> Tornado Computer Systems, Inc. >> >> 212.400.7650 888.IPPBX.US >> >> Service Request Email: support at nysolutions.com >> >> >> >> Computer Networking * Managed Services * IP Video Surveillance * >> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >> Network Security * Site Surveys * CMS >> >> >> >> -----Original Message----- >> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >> >> Sent: Wednesday, February 11, 2015 10:49 AM >> >> To: FreeSWITCH Users Help >> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in >> CPU usage >> >> >> >> i think it's bug of freeswitch: >> >> >> >> -- the Freeswitch using more than 1000% CPU, and there is no other >> process eating CPU >> >> -- we move all SIP traffic from the server away, the cpu is low. and >> after sevral hours, if we move the SIP traffic back again, the FS eating >> all CPU again. the only way to recovery is to restart the FS. >> >> -- there is no DB such as mysql on the server, and we have add "nosql" >> >> option, no help >> >> >> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash >> wrote: >> >>> Dear Muhammad, >> >>> >> >>> I think your issue is different than Ali Pey because CPU rises at a >> >>> specific time (approx) while running fine most of the time. In my >> >>> experience you should check following .. >> >>> - Check using top commands if its indeed freeswitch taking up CPU. It >> >>> may be logrotate or something. >> >>> - If you are using DB on same server, also check DB connections, May >> >>> be some long running query causing it (Like someone fires some billing >> >>> report at approx same time) >> >>> >> >>> On the other hand when you say "it runs fine all day". You may want to >> >>> check that using top command at different time of day, may be CPU >> >>> usage keep on increasing and in your peak time it increases so much >> that you see symptoms. >> >>> (If this is true may be you and Ali pey have same issue perhaps some >> >>> CPU leak). >> >>> >> >>> P.S. All points I mentioned are from my VOIP experiences in general. I >> >>> am NOT freeswitch expert. I have recently started experiments with >> >>> freeswitch so people who are using freeswitch or experts will give >> >>> more meaningful insight. >> >>> >> >>> >> >>> >> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >> >>>> we have add this option to grub and reboot one months ago. no help. >> >>>> >> >>>> we have media-pass-through option, and have more than 10 thousands >> >>>> sessions. it works fine all day and the CPU will rise suddenly about >> >>>> 9:00 am every day. i should restart the FS to recovery. >> >>>> >> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >> >>>> wrote: >> >>>>> Try nohz=off reboot and see if that helps. >> >>>>> >> >>>>> Sent from my iPad >> >>>>> >> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas wrote: >> >>>>> >> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage >> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i >> >>>>> have to install 3 freeswitch instances due to this much cpu usage >> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >> >>>>> >> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >> >>>>> >> >>>>> wrote: >> >>>>>> >> >>>>>> It looks like this is the same tickless kernel issue. I am using >> >>>>>> Debian >> >>>>>> 7 >> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub options >> >>>>>> does makes it lower. I am gathering more information in order to >> >>>>>> file a Jira. >> >>>>>> Debian 6 on the other hand works very quietly on the same >> >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 >> >>>>>> and around 50% on Debian 6 showing in htop. I know so many other >> >>>>>> factors also involved but I am still digging out more. >> >>>>>> >> >>>>>> ? >> >>>>>> Thanks, >> >>>>>> Muhammad Naseer Bhatti >> >>>>>> >> >>>>>> From: ?? >> >>>>>> Reply: FreeSWITCH Users Help >> >>>>>> > >> >>>>>> Date: February 11, 2015 at 3:20:46 PM >> >>>>>> To: FreeSWITCH Users Help > >> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >> >>>>>> jump in CPU usage >> >>>>>> >> >>>>>> same issue. >> >>>>>> >> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >> >>>>>> will be very high about 9:00 am every morning. there is no crontab >> >>>>>> at this time. >> >>>>>> >> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >> >>>>>> >> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey wrote: >> >>>>>>> Hi Anthony, >> >>>>>>> >> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >> >>>>>>> don't have much info. I'm using this mailing list to see if >> >>>>>>> anyone else is experiencing this problem and if there is a >> >>>>>>> configuration change on Linux or Freeswitch that can fix this >> >>>>>>> problem. Jira would be to report bugs when you know there is a >> >>>>>>> bug. My problem could be (very likely) an environment related >> issue. >> >>>>>>> >> >>>>>>> Thanks. >> >>>>>>> >> >>>>>>> >> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >> >>>>>>> wrote: >> >>>>>>>> Also you will have better luck using JIRA. The mailing list is >> >>>>>>>> expressly NOT for reporting issues. >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >> >>>>>>>> >> >>>>>>>> wrote: >> >>>>>>>>> you might want to use gcore to look at the threads and see >> >>>>>>>>> what is different when it in this state and not. >> >>>>>>>>> >> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >> wrote: >> >>>>>>>>>> >> >>>>>>>>>> Hello, >> >>>>>>>>>> >> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >> >>>>>>>>>> CPU and it stays there forever. The only way to get it back >> >>>>>>>>>> to normal is to restart freeswitch service. During the high >> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >> >>>>>>>>>> slow. >> >>>>>>>>>> >> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >> >>>>>>>>>> same traffic. >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> Any ideas or suggestions? >> >>>>>>>>>> >> >>>>>>>>>> Much appreciated. >> >>>>>>>>>> >> >>>>>>>>>> Thanks, >> >>>>>>>>>> Ali Pey >> >>>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> ______________________________________________________________ >> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >> >>>>>>>>> consulting at freeswitch.org >> >>>>>>>>> http://www.freeswitchsolutions.com >> >>>>>>>>> >> >>>>>>>>> Official FreeSWITCH Sites >> >>>>>>>>> http://www.freeswitch.org >> >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >> >>>>>>>>> >> >>>>>>>>> FreeSWITCH-users mailing list >> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw >> >>>>>>>>> itch-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 >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> _______________________________________________________________ >> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >> >>>>>>>> consulting at freeswitch.org >> >>>>>>>> http://www.freeswitchsolutions.com >> >>>>>>>> >> >>>>>>>> Official FreeSWITCH Sites >> >>>>>>>> http://www.freeswitch.org >> >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >> >>>>>>>> >> >>>>>>>> FreeSWITCH-users mailing list >> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi >> >>>>>>>> tch-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/freeswit >> >>>>>>> ch-users >> >>>>>>> http://www.freeswitch.org >> >>>>>> >> >>>>>> >> >>>>>> -- >> >>>>>> Peng Yong >> >>>>>> >> >>>>>> >> >>>>>> __________________________________________________________________ >> >>>>>> _______ Professional FreeSWITCH Consulting Services: >> >>>>>> consulting at freeswitch.org >> >>>>>> http://www.freeswitchsolutions.com >> >>>>>> >> >>>>>> Official FreeSWITCH Sites >> >>>>>> http://www.freeswitch.org >> >>>>>> http://confluence.freeswitch.org >> >>>>>> http://www.cluecon.com >> >>>>>> >> >>>>>> FreeSWITCH-users mailing list >> >>>>>> FreeSWITCH-users at 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 >> >>>> >> >>>> >> >>>> -- >> >>>> Peng Yong >> >>>> >> >>>> _____________________________________________________________________ >> >>>> ____ Professional FreeSWITCH Consulting Services: >> >>>> consulting at freeswitch.org >> >>>> http://www.freeswitchsolutions.com >> >>>> >> >>>> Official FreeSWITCH Sites >> >>>> http://www.freeswitch.org >> >>>> http://confluence.freeswitch.org >> >>>> http://www.cluecon.com >> >>>> >> >>>> FreeSWITCH-users mailing list >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-us >> >>>> ers >> >>>> 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-use >> >>> rs >> >>> http://www.freeswitch.org >> >> >> >> >> >> -- >> >> Peng Yong >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at 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.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/d3837aa6/attachment-0001.html From mishehu at freeswitch.org Thu Feb 12 00:12:25 2015 From: mishehu at freeswitch.org (Yossi Neiman) Date: Wed, 11 Feb 2015 15:12:25 -0600 Subject: [Freeswitch-users] Does using mod_curl of free-switch more preferable than lua own curl ? In-Reply-To: References: Message-ID: <54DBC5B9.5020508@freeswitch.org> I'm not sure exactly what you are asking, but the lua is actually using the API call anyway. mod_curl also exposes APP calls (for use in the dialplans), so you also have that method. Functionally and performance wise, there's really no difference between what method you choose to execute 'curl' or 'curl_sendfile'. -Yossi On 02/11/2015 12:58 PM, Aqs Younas wrote: > Hi, users. > > I have ivr based lua script which uses mod_curl of freeswitch to get > response from an API. Just curious which method is more preferable to > get response from API mod_curl of freeswitch or lua on curl.? > > 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/20150211/5342e881/attachment.html From auge at virtues.net Thu Feb 12 00:17:39 2015 From: auge at virtues.net (Thomas Auge) Date: Wed, 11 Feb 2015 18:17:39 -0300 Subject: [Freeswitch-users] Jitterbuffer debug output Message-ID: <54DBC6F3.8080509@virtues.net> Could someone be so kind as to translate these abbreviations for me or point me to some documentation? I couldn't find anything about it ... 655: I: DEBUG len:3/7 i=843/1000 - g:789 c:842 b:0 - ts:1674565284/10466033/1674564804 - m:2(0.200000%) j:4.60% js:20/0 dr:0/-240 920: O: DEBUG 1674564964:10466031 0 Also: What exactly does the max drift config entail? How much difference in packet timing it will handle? If so, is there a good reason to keep this value significantly below the total buffer size like in the examples? Thanks! Thomas From msc at freeswitch.org Thu Feb 12 00:18:34 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 11 Feb 2015 13:18:34 -0800 Subject: [Freeswitch-users] Error xml_curl In-Reply-To: References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> Message-ID: So the caller is dialing "030": mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in context public Is that by design? There's no destination_number in your dialplan that matches "030" so that's why the call doesn't go anywhere. -MC On Wed, Feb 11, 2015 at 10:03 AM, antony aguirre wrote: > Hi, > > This is the log that I've got when it's trying to make a call to the PSTN. > I found that the section dialplan are not evaluating all extensions that > exist in the database . > > 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1995 Cache Info > Time Now: 1423676187018534 > Expires: 1423676136458535 > 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1997 Cache expired for > 8117396389ip at 189.211.21.30, doing fresh lookup > 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:2073 caching lookup for > user 8117396389ip at 189.211.21.30 for 0 milliseconds > 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1995 Cache Info > Time Now: 1423676198658544 > Expires: 1423676187018534 > 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1997 Cache expired for > 8117396389ip at 189.211.21.30, doing fresh lookup > 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:2073 caching lookup for > user 8117396389ip at 189.211.21.30 for 0 milliseconds > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [NOTICE] > switch_channel.c:1049 New Channel sofia/internal/ > 8117396389ip at 189.211.21.30 [96143ce4-b214-11e4-ad21-91614133b1b9] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > switch_core_session.c:1016 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > switch_core_session.c:1016 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_NEW > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite > from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 > 22:30:08Z 64bit > 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:8079 IP 189.211.235.196 > Rejected by acl "domains". Falling back to Digest auth. > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > switch_core_state_machine.c:437 (sofia/internal/8117396389ip at 189.211.21.30) > State NEW > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] > switch_core_session.c:1016 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:1792 detaching session > 96143ce4-b214-11e4-ad21-91614133b1b9 > 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:1899 Re-attaching to session > 96143ce4-b214-11e4-ad21-91614133b1b9 > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] > switch_core_session.c:1016 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] > switch_core_session.c:1016 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] > sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite > from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 > 22:30:08Z 64bit > 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:8079 IP 189.211.235.196 > Rejected by acl "domains". Falling back to Digest auth. > 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1995 Cache Info > Time Now: 1423676221518536 > Expires: 1423676198658544 > 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1997 Cache expired for > 8117396389ip at 189.211.21.30, doing fresh lookup > 2015-02-11 11:37:01.538537 [DEBUG] switch_xml.c:2073 caching lookup for > user 8117396389ip at 189.211.21.30 for 0 milliseconds > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > sofia.c:5853 Channel sofia/internal/8117396389ip at 189.211.21.30 entering > state [received][100] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > sofia.c:5866 Remote SDP: > 96143ce4-b214-11e4-ad21-91614133b1b9 v=0 > 96143ce4-b214-11e4-ad21-91614133b1b9 o=Z 0 0 IN IP4 192.168.15.93 > 96143ce4-b214-11e4-ad21-91614133b1b9 s=Z > 96143ce4-b214-11e4-ad21-91614133b1b9 c=IN IP4 192.168.15.93 > 96143ce4-b214-11e4-ad21-91614133b1b9 t=0 0 > 96143ce4-b214-11e4-ad21-91614133b1b9 m=audio 47230 RTP/AVP 3 110 98 8 0 101 > 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:110 speex/8000 > 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:98 iLBC/8000 > 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:98 mode=20 > 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:101 telephone-event/8000 > 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:101 0-15 > 96143ce4-b214-11e4-ad21-91614133b1b9 > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > sofia.c:6099 (sofia/internal/8117396389ip at 189.211.21.30) State Change > CS_NEW -> CS_INIT > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_INIT > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:458 (sofia/internal/8117396389ip at 189.211.21.30) > State INIT > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:87 sofia/internal/8117396389ip at 189.211.21.30 SOFIA INIT > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:127 (sofia/internal/8117396389ip at 189.211.21.30) State Change > CS_INIT -> CS_ROUTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:458 (sofia/internal/8117396389ip at 189.211.21.30) > State INIT going to sleep > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_ROUTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_channel.c:2165 (sofia/internal/8117396389ip at 189.211.21.30) > Callstate Change DOWN -> RINGING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:474 (sofia/internal/8117396389ip at 189.211.21.30) > State ROUTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:150 sofia/internal/8117396389ip at 189.211.21.30 SOFIA ROUTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:117 sofia/internal/8117396389ip at 189.211.21.30 > Standard ROUTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [INFO] > mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in > context public > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->unloop] continue=false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) =~ > /^true$/ break=on-false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() =~ > /^true$/ break=on-false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->outside_call] continue=true > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Absolute Condition [outside_call] > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Action set(outside_call=true) > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Action export(RFC2822_DATE=${strftime(%a, %d > %b %Y %T %z)}) > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->call_debug] continue=true > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (FAIL) [call_debug] ${call_debug}(false) > =~ /^true$/ break=never > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->public_extensions] > continue=false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (FAIL) [public_extensions] > destination_number(030) =~ /^(10[01][0-9])$/ break=on-false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->public_did] continue=false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (FAIL) [public_did] > destination_number(030) =~ /^(5551212)$/ break=on-false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 parsing [public->Default_Inbound] > continue=false > 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ > 8117396389ip at 189.211.21.30 Regex (FAIL) [Default_Inbound] > destination_number(030) =~ /^(\d{10})+ip$/ break=on-false > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:167 (sofia/internal/8117396389ip at 189.211.21.30) > State Change CS_ROUTING -> CS_EXECUTE > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:474 (sofia/internal/8117396389ip at 189.211.21.30) > State ROUTING going to sleep > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_EXECUTE > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:481 (sofia/internal/8117396389ip at 189.211.21.30) > State EXECUTE > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:243 sofia/internal/8117396389ip at 189.211.21.30 SOFIA EXECUTE > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:209 sofia/internal/8117396389ip at 189.211.21.30 > Standard EXECUTE > 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ > 8117396389ip at 189.211.21.30 set(outside_call=true) > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_dptools.c:1402 sofia/internal/8117396389ip at 189.211.21.30 SET > [outside_call]=[true] > 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ > 8117396389ip at 189.211.21.30 export(RFC2822_DATE=Wed, 11 Feb 2015 11:37:01 > -0600) > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_channel.c:1241 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 11 Feb 2015 > 11:37:01 -0600] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] > switch_core_state_machine.c:262 sofia/internal/8117396389ip at 189.211.21.30 > has executed the last dialplan instruction, hanging up. > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] > switch_core_state_machine.c:264 Hangup sofia/internal/ > 8117396389ip at 189.211.21.30 [CS_EXECUTE] [NORMAL_CLEARING] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_channel.c:3189 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [KILL] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:481 (sofia/internal/8117396389ip at 189.211.21.30) > State EXECUTE going to sleep > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_HANGUP > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:681 (sofia/internal/8117396389ip at 189.211.21.30) > Callstate Change RINGING -> HANGUP > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:683 (sofia/internal/8117396389ip at 189.211.21.30) > State HANGUP > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:506 Channel sofia/internal/8117396389ip at 189.211.21.30 hanging > up, cause: NORMAL_CLEARING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:640 Responding to INVITE with: 480 > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:48 sofia/internal/8117396389ip at 189.211.21.30 > Standard HANGUP, cause: NORMAL_CLEARING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:683 (sofia/internal/8117396389ip at 189.211.21.30) > State HANGUP going to sleep > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:450 (sofia/internal/8117396389ip at 189.211.21.30) > State Change CS_HANGUP -> CS_REPORTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:418 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_REPORTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:767 (sofia/internal/8117396389ip at 189.211.21.30) > State REPORTING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:92 sofia/internal/8117396389ip at 189.211.21.30 > Standard REPORTING, cause: NORMAL_CLEARING > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:767 (sofia/internal/8117396389ip at 189.211.21.30) > State REPORTING going to sleep > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:444 (sofia/internal/8117396389ip at 189.211.21.30) > State Change CS_REPORTING -> CS_DESTROY > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1351 Send signal sofia/internal/ > 8117396389ip at 189.211.21.30 [BREAK] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_session.c:1559 Session 8 (sofia/internal/ > 8117396389ip at 189.211.21.30) Locked, Waiting on external entities > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] > switch_core_session.c:1577 Session 8 (sofia/internal/ > 8117396389ip at 189.211.21.30) Ended > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] > switch_core_session.c:1581 Close Channel sofia/internal/ > 8117396389ip at 189.211.21.30 [CS_DESTROY] > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:572 (sofia/internal/8117396389ip at 189.211.21.30) > Running State Change CS_DESTROY > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:582 (sofia/internal/8117396389ip at 189.211.21.30) > State DESTROY > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > mod_sofia.c:399 sofia/internal/8117396389ip at 189.211.21.30 SOFIA DESTROY > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:99 sofia/internal/8117396389ip at 189.211.21.30 > Standard DESTROY > 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] > switch_core_state_machine.c:582 (sofia/internal/8117396389ip at 189.211.21.30) > State DESTROY going to sleep > > 2015-02-10 15:22 GMT-06:00 Brian West : > >> Sounds like you might need to do some escaping in there... what does the >> freeswitch debug log say? >> >> On Tue, Feb 10, 2015 at 12:09 PM, Ing. Antonyam >> wrote: >> >>> >>> >>> > Hi, >>> > >>> > I have an issue in xml_curl module. If the user tries calling to PSTN, >>> the call is not routed and the code generates an error similar when the >>> calling plan is not set for PSTN extensions. I've set the plan in the >>> database with "/d" but it doesn't work. If I use a static way inside the >>> xml files works fine. >>> > >>> > My calling plan is working when it calls among extensions. >>> > >>> > I've validated that sofia status is setting with calling plan for PSTN. >>> > >>> > actions = sofia/gateway/${effective_caller_id_numer}/$1 >>> > >>> > >>> > Do you have any idea why it's not working when I configure it in the >>> database? >>> > >>> > Regards. >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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/20150211/bcf089d5/attachment-0001.html From voransoy at gmail.com Thu Feb 12 01:32:52 2015 From: voransoy at gmail.com (Volkan Oransoy) Date: Thu, 12 Feb 2015 00:32:52 +0200 Subject: [Freeswitch-users] Mod_oreka and orkaudio problem. Message-ID: Hi all, I am trying to setup mod_oreka with orkaudio 1.7 but I couldn't. Freeswitch with mod_oreka sends packet via UDP but I couldn't manage to make orkaudio to listen to UDP ports. Is there a point that I miss? I couldn't find anything on the web. Thanks in advance, /Volkan Here is my confix.xml for orkaudio. /var/log/orkaudio/audio libvoip.so /usr/lib gsm yes localhost 8080 LiveMonitoring BatchProcessing, Reporting true tomcat tomcat 644 8388608 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/a8eaa86f/attachment.html From djdevil8 at gmail.com Thu Feb 12 02:11:19 2015 From: djdevil8 at gmail.com (antony aguirre) Date: Wed, 11 Feb 2015 17:11:19 -0600 Subject: [Freeswitch-users] Error xml_curl In-Reply-To: References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> Message-ID: That's right. I'm calling to 030 which is matching with a extension set in the default file of dialplan. This file has: My question is why the extension is been evaluating as a public options at first, finally it is evaluating the default options. When I'm calling an extension (1002) I'm getting this below: Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->unloop] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->tod_example] continue=true Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Date/Time Match (PASS) [tod_example] break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action set(open=true) Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->holiday_example] continue=true Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Date/TimeMatch (FAIL) [holiday_example] break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->global-intercept] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global-intercept] destination_number(1002) =~ /^886$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->group-intercept] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [group-intercept] destination_number(1002) =~ /^\*8$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->intercept-ext] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [intercept-ext] destination_number(1002) =~ /^\*\*(\d+)$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->redial] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [redial] destination_number(1002) =~ /^(redial|870)$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->global] continue=true Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] ${endpoint_disposition}(RECEIVED_NOMEDIA) =~ /^(DELAYED NEGOTIATION)/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->snom-demo-2] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [snom-demo-2] destination_number(1002) =~ /^9001$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->snom-demo-1] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [snom-demo-1] destination_number(1002) =~ /^9000$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [eavesdrop] destination_number(1002) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [eavesdrop] destination_number(1002) =~ /^779$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->call_return] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [call_return] destination_number(1002) =~ /^\*69$|^869$|^lcr$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->del-group] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [del-group] destination_number(1002) =~ /^80(\d{2})$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->add-group] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [add-group] destination_number(1002) =~ /^81(\d{2})$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->call-group-simo] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [call-group-simo] destination_number(1002) =~ /^82(\d{2})$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->call-group-order] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [call-group-order] destination_number(1002) =~ /^83(\d{2})$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->extension-intercom] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [extension-intercom] destination_number(1002) =~ /^8(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [default->Local_Extension] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) [Local_Extension] destination_number(1002) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action export(dialed_extension=1002) Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action bind_meta_app(1 b s execute_extension::dx XML features) Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action bind_meta_app(2 b s record_session::/usr/local/freeswitch/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav) When I'm calling to PSTN (030) is not evaluating as a public context. The code is evaluating the extensions for incoming calls. As below: 2015-02-11 16:20:43.858535 [INFO] mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in context public Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->unloop] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->outside_call] continue=true Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Absolute Condition [outside_call] Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action set(outside_call=true) Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->call_debug] continue=true Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [call_debug] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->public_extensions] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [public_extensions] destination_number(030) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->public_did] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [public_did] destination_number(030) =~ /^(5551212)$/ break=on-false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing [public->Default_Inbound] continue=false Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [Default_Inbound] destination_number(030) =~ /^(\d{10})+ip$/ break=on-false Regards. 2015-02-11 15:18 GMT-06:00 Michael Collins : > So the caller is dialing "030": > > mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in > context public > > Is that by design? There's no destination_number in your dialplan that > matches "030" so that's why the call doesn't go anywhere. > > -MC > > > On Wed, Feb 11, 2015 at 10:03 AM, antony aguirre > wrote: > >> Hi, >> >> This is the log that I've got when it's trying to make a call to the >> PSTN. I found that the section dialplan are not evaluating all extensions >> that exist in the database . >> >> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1995 Cache Info >> Time Now: 1423676187018534 >> Expires: 1423676136458535 >> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1997 Cache expired for >> 8117396389ip at 189.211.21.30, doing fresh lookup >> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:2073 caching lookup for >> user 8117396389ip at 189.211.21.30 for 0 milliseconds >> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1995 Cache Info >> Time Now: 1423676198658544 >> Expires: 1423676187018534 >> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1997 Cache expired for >> 8117396389ip at 189.211.21.30, doing fresh lookup >> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:2073 caching lookup for >> user 8117396389ip at 189.211.21.30 for 0 milliseconds >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [NOTICE] >> switch_channel.c:1049 New Channel sofia/internal/ >> 8117396389ip at 189.211.21.30 [96143ce4-b214-11e4-ad21-91614133b1b9] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> switch_core_session.c:1016 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> switch_core_session.c:1016 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_NEW >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite >> from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 >> 22:30:08Z 64bit >> 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:8079 IP 189.211.235.196 >> Rejected by acl "domains". Falling back to Digest auth. >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> switch_core_state_machine.c:437 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State NEW >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >> switch_core_session.c:1016 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:1792 detaching session >> 96143ce4-b214-11e4-ad21-91614133b1b9 >> 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:1899 Re-attaching to session >> 96143ce4-b214-11e4-ad21-91614133b1b9 >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >> switch_core_session.c:1016 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >> switch_core_session.c:1016 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >> sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite >> from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 >> 22:30:08Z 64bit >> 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:8079 IP 189.211.235.196 >> Rejected by acl "domains". Falling back to Digest auth. >> 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1995 Cache Info >> Time Now: 1423676221518536 >> Expires: 1423676198658544 >> 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1997 Cache expired for >> 8117396389ip at 189.211.21.30, doing fresh lookup >> 2015-02-11 11:37:01.538537 [DEBUG] switch_xml.c:2073 caching lookup for >> user 8117396389ip at 189.211.21.30 for 0 milliseconds >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> sofia.c:5853 Channel sofia/internal/8117396389ip at 189.211.21.30 entering >> state [received][100] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> sofia.c:5866 Remote SDP: >> 96143ce4-b214-11e4-ad21-91614133b1b9 v=0 >> 96143ce4-b214-11e4-ad21-91614133b1b9 o=Z 0 0 IN IP4 192.168.15.93 >> 96143ce4-b214-11e4-ad21-91614133b1b9 s=Z >> 96143ce4-b214-11e4-ad21-91614133b1b9 c=IN IP4 192.168.15.93 >> 96143ce4-b214-11e4-ad21-91614133b1b9 t=0 0 >> 96143ce4-b214-11e4-ad21-91614133b1b9 m=audio 47230 RTP/AVP 3 110 98 8 0 >> 101 >> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:110 speex/8000 >> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:98 iLBC/8000 >> 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:98 mode=20 >> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:101 telephone-event/8000 >> 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:101 0-15 >> 96143ce4-b214-11e4-ad21-91614133b1b9 >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> sofia.c:6099 (sofia/internal/8117396389ip at 189.211.21.30) State Change >> CS_NEW -> CS_INIT >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_INIT >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:458 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State INIT >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:87 sofia/internal/8117396389ip at 189.211.21.30 SOFIA INIT >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:127 (sofia/internal/8117396389ip at 189.211.21.30) State Change >> CS_INIT -> CS_ROUTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:458 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State INIT going to sleep >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_ROUTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_channel.c:2165 (sofia/internal/8117396389ip at 189.211.21.30) >> Callstate Change DOWN -> RINGING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:474 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State ROUTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:150 sofia/internal/8117396389ip at 189.211.21.30 SOFIA ROUTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:117 sofia/internal/8117396389ip at 189.211.21.30 >> Standard ROUTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [INFO] >> mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in >> context public >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->unloop] continue=false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) >> =~ /^true$/ break=on-false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() =~ >> /^true$/ break=on-false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->outside_call] continue=true >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Absolute Condition [outside_call] >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Action set(outside_call=true) >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Action export(RFC2822_DATE=${strftime(%a, %d >> %b %Y %T %z)}) >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->call_debug] continue=true >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (FAIL) [call_debug] >> ${call_debug}(false) =~ /^true$/ break=never >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->public_extensions] >> continue=false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (FAIL) [public_extensions] >> destination_number(030) =~ /^(10[01][0-9])$/ break=on-false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->public_did] continue=false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (FAIL) [public_did] >> destination_number(030) =~ /^(5551212)$/ break=on-false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 parsing [public->Default_Inbound] >> continue=false >> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >> 8117396389ip at 189.211.21.30 Regex (FAIL) [Default_Inbound] >> destination_number(030) =~ /^(\d{10})+ip$/ break=on-false >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:167 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State Change CS_ROUTING -> CS_EXECUTE >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:474 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State ROUTING going to sleep >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_EXECUTE >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:481 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State EXECUTE >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:243 sofia/internal/8117396389ip at 189.211.21.30 SOFIA EXECUTE >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:209 sofia/internal/8117396389ip at 189.211.21.30 >> Standard EXECUTE >> 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ >> 8117396389ip at 189.211.21.30 set(outside_call=true) >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_dptools.c:1402 sofia/internal/8117396389ip at 189.211.21.30 SET >> [outside_call]=[true] >> 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ >> 8117396389ip at 189.211.21.30 export(RFC2822_DATE=Wed, 11 Feb 2015 11:37:01 >> -0600) >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_channel.c:1241 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 11 Feb 2015 >> 11:37:01 -0600] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >> switch_core_state_machine.c:262 sofia/internal/8117396389ip at 189.211.21.30 >> has executed the last dialplan instruction, hanging up. >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >> switch_core_state_machine.c:264 Hangup sofia/internal/ >> 8117396389ip at 189.211.21.30 [CS_EXECUTE] [NORMAL_CLEARING] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_channel.c:3189 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [KILL] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:481 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State EXECUTE going to sleep >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_HANGUP >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:681 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Callstate Change RINGING -> HANGUP >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:683 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State HANGUP >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:506 Channel sofia/internal/8117396389ip at 189.211.21.30 >> hanging up, cause: NORMAL_CLEARING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:640 Responding to INVITE with: 480 >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:48 sofia/internal/8117396389ip at 189.211.21.30 >> Standard HANGUP, cause: NORMAL_CLEARING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:683 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State HANGUP going to sleep >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:450 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State Change CS_HANGUP -> CS_REPORTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:418 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_REPORTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:767 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State REPORTING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:92 sofia/internal/8117396389ip at 189.211.21.30 >> Standard REPORTING, cause: NORMAL_CLEARING >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:767 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State REPORTING going to sleep >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:444 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State Change CS_REPORTING -> CS_DESTROY >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1351 Send signal sofia/internal/ >> 8117396389ip at 189.211.21.30 [BREAK] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_session.c:1559 Session 8 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Locked, Waiting on external entities >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >> switch_core_session.c:1577 Session 8 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Ended >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >> switch_core_session.c:1581 Close Channel sofia/internal/ >> 8117396389ip at 189.211.21.30 [CS_DESTROY] >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:572 (sofia/internal/ >> 8117396389ip at 189.211.21.30) Running State Change CS_DESTROY >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:582 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State DESTROY >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> mod_sofia.c:399 sofia/internal/8117396389ip at 189.211.21.30 SOFIA DESTROY >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:99 sofia/internal/8117396389ip at 189.211.21.30 >> Standard DESTROY >> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >> switch_core_state_machine.c:582 (sofia/internal/ >> 8117396389ip at 189.211.21.30) State DESTROY going to sleep >> >> 2015-02-10 15:22 GMT-06:00 Brian West : >> >>> Sounds like you might need to do some escaping in there... what does the >>> freeswitch debug log say? >>> >>> On Tue, Feb 10, 2015 at 12:09 PM, Ing. Antonyam >>> wrote: >>> >>>> >>>> >>>> > Hi, >>>> > >>>> > I have an issue in xml_curl module. If the user tries calling to >>>> PSTN, the call is not routed and the code generates an error similar when >>>> the calling plan is not set for PSTN extensions. I've set the plan in the >>>> database with "/d" but it doesn't work. If I use a static way inside the >>>> xml files works fine. >>>> > >>>> > My calling plan is working when it calls among extensions. >>>> > >>>> > I've validated that sofia status is setting with calling plan for >>>> PSTN. >>>> > >>>> > actions = sofia/gateway/${effective_caller_id_numer}/$1 >>>> > >>>> > >>>> > Do you have any idea why it's not working when I configure it in the >>>> database? >>>> > >>>> > Regards. >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150211/bae19def/attachment-0001.html From dvl36.ripe.nick at gmail.com Thu Feb 12 02:30:34 2015 From: dvl36.ripe.nick at gmail.com (Dmitry Lysenko) Date: Thu, 12 Feb 2015 01:30:34 +0200 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Hello guys, Try to reproduce this bug with normal priority ("-np") command line switch. Best Wishes, Dmitry. 2015-02-11 22:54 GMT+02:00 Ali Pey : > Thanks Tristan. > > I have had rtp-timer-name set to none for a long time but I still see the > sudden and random jumps in CPU. > > I haven't been able to reproduce it in our Dev/QA environment as well. If > I can reproduce it, I will definitely do the logs as well. > > > > > > On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? wrote: > >> Hi Ali, >> >> What I see is kinda the same thing, I still need to provide Anthony with >> the debug logs ( still had no chance to do the requested tests on the >> production, could be related to some of our users UA/callflow and cannot >> reproduce the issue in a lab ). The interesting part as discussed in >> FS-7066 is the timer change is correcting the trouble, and without the >> timer change, we eventually experience blocking of sofia profile ( seems >> related to media playback ). >> >> I hope to have a chance soon to be able to furnish the debug logs, if you >> can, do the same, Anthony gave the steps to provide him some usefull logs >> on the bug comments. >> >> >> Le 11/02/2015 10:58, Ali Pey a ?crit : >> >> Hi Tristan, >> >> Do you see a sudden jump or just more CPU usage? >> >> In my case, everything is good for a few days with less than %10 CPU >> usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come >> down until a restart. After restart, it's good again with the same load. >> >> Thanks, >> Ali Pey >> >> >> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? wrote: >> >>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? >>> >>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>> > same symptoms? >>> > >>> > -giovanni >>> > >>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein >>> wrote: >>> >> Why not a Jira? >>> >> >>> >> Thanks, >>> >> >>> >> Moishe Grunstein >>> >> Tornado Computer Systems, Inc. >>> >> 212.400.7650 888.IPPBX.US >>> >> Service Request Email: support at nysolutions.com >>> >> >>> >> Computer Networking * Managed Services * IP Video Surveillance * >>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>> Network Security * Site Surveys * CMS >>> >> >>> >> -----Original Message----- >>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>> >> To: FreeSWITCH Users Help >>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump >>> in CPU usage >>> >> >>> >> i think it's bug of freeswitch: >>> >> >>> >> -- the Freeswitch using more than 1000% CPU, and there is no other >>> process eating CPU >>> >> -- we move all SIP traffic from the server away, the cpu is low. and >>> after sevral hours, if we move the SIP traffic back again, the FS eating >>> all CPU again. the only way to recovery is to restart the FS. >>> >> -- there is no DB such as mysql on the server, and we have add "nosql" >>> >> option, no help >>> >> >>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash >>> wrote: >>> >>> Dear Muhammad, >>> >>> >>> >>> I think your issue is different than Ali Pey because CPU rises at a >>> >>> specific time (approx) while running fine most of the time. In my >>> >>> experience you should check following .. >>> >>> - Check using top commands if its indeed freeswitch taking up CPU. It >>> >>> may be logrotate or something. >>> >>> - If you are using DB on same server, also check DB connections, May >>> >>> be some long running query causing it (Like someone fires some >>> billing >>> >>> report at approx same time) >>> >>> >>> >>> On the other hand when you say "it runs fine all day". You may want >>> to >>> >>> check that using top command at different time of day, may be CPU >>> >>> usage keep on increasing and in your peak time it increases so much >>> that you see symptoms. >>> >>> (If this is true may be you and Ali pey have same issue perhaps some >>> >>> CPU leak). >>> >>> >>> >>> P.S. All points I mentioned are from my VOIP experiences in general. >>> I >>> >>> am NOT freeswitch expert. I have recently started experiments with >>> >>> freeswitch so people who are using freeswitch or experts will give >>> >>> more meaningful insight. >>> >>> >>> >>> >>> >>> >>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>> >>>> we have add this option to grub and reboot one months ago. no help. >>> >>>> >>> >>>> we have media-pass-through option, and have more than 10 thousands >>> >>>> sessions. it works fine all day and the CPU will rise suddenly about >>> >>>> 9:00 am every day. i should restart the FS to recovery. >>> >>>> >>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>> >>>> wrote: >>> >>>>> Try nohz=off reboot and see if that helps. >>> >>>>> >>> >>>>> Sent from my iPad >>> >>>>> >>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas wrote: >>> >>>>> >>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage >>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i >>> >>>>> have to install 3 freeswitch instances due to this much cpu usage >>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>> >>>>> >>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>> >>>>> >>> >>>>> wrote: >>> >>>>>> >>> >>>>>> It looks like this is the same tickless kernel issue. I am using >>> >>>>>> Debian >>> >>>>>> 7 >>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub options >>> >>>>>> does makes it lower. I am gathering more information in order to >>> >>>>>> file a Jira. >>> >>>>>> Debian 6 on the other hand works very quietly on the same >>> >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 >>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many other >>> >>>>>> factors also involved but I am still digging out more. >>> >>>>>> >>> >>>>>> ? >>> >>>>>> Thanks, >>> >>>>>> Muhammad Naseer Bhatti >>> >>>>>> >>> >>>>>> From: ?? >>> >>>>>> Reply: FreeSWITCH Users Help >>> >>>>>> > >>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>> >>>>>> To: FreeSWITCH Users Help >> >> >>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>> >>>>>> jump in CPU usage >>> >>>>>> >>> >>>>>> same issue. >>> >>>>>> >>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>> >>>>>> will be very high about 9:00 am every morning. there is no crontab >>> >>>>>> at this time. >>> >>>>>> >>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>> >>>>>> >>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>> wrote: >>> >>>>>>> Hi Anthony, >>> >>>>>>> >>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>> >>>>>>> don't have much info. I'm using this mailing list to see if >>> >>>>>>> anyone else is experiencing this problem and if there is a >>> >>>>>>> configuration change on Linux or Freeswitch that can fix this >>> >>>>>>> problem. Jira would be to report bugs when you know there is a >>> >>>>>>> bug. My problem could be (very likely) an environment related >>> issue. >>> >>>>>>> >>> >>>>>>> Thanks. >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>> >>>>>>> wrote: >>> >>>>>>>> Also you will have better luck using JIRA. The mailing list is >>> >>>>>>>> expressly NOT for reporting issues. >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>> >>>>>>>> >>> >>>>>>>> wrote: >>> >>>>>>>>> you might want to use gcore to look at the threads and see >>> >>>>>>>>> what is different when it in this state and not. >>> >>>>>>>>> >>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>> wrote: >>> >>>>>>>>>> >>> >>>>>>>>>> Hello, >>> >>>>>>>>>> >>> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >>> >>>>>>>>>> CPU and it stays there forever. The only way to get it back >>> >>>>>>>>>> to normal is to restart freeswitch service. During the high >>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>> >>>>>>>>>> slow. >>> >>>>>>>>>> >>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>> >>>>>>>>>> same traffic. >>> >>>>>>>>>> >>> >>>>>>>>>> >>> >>>>>>>>>> Any ideas or suggestions? >>> >>>>>>>>>> >>> >>>>>>>>>> Much appreciated. >>> >>>>>>>>>> >>> >>>>>>>>>> Thanks, >>> >>>>>>>>>> Ali Pey >>> >>>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> ______________________________________________________________ >>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>> >>>>>>>>> consulting at freeswitch.org >>> >>>>>>>>> http://www.freeswitchsolutions.com >>> >>>>>>>>> >>> >>>>>>>>> Official FreeSWITCH Sites >>> >>>>>>>>> http://www.freeswitch.org >>> >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>> >>>>>>>>> >>> >>>>>>>>> FreeSWITCH-users mailing list >>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>> >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freesw >>> >>>>>>>>> itch-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 >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> _______________________________________________________________ >>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>> >>>>>>>> consulting at freeswitch.org >>> >>>>>>>> http://www.freeswitchsolutions.com >>> >>>>>>>> >>> >>>>>>>> Official FreeSWITCH Sites >>> >>>>>>>> http://www.freeswitch.org >>> >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>> >>>>>>>> >>> >>>>>>>> FreeSWITCH-users mailing list >>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswi >>> >>>>>>>> tch-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/freeswit >>> >>>>>>> ch-users >>> >>>>>>> http://www.freeswitch.org >>> >>>>>> >>> >>>>>> >>> >>>>>> -- >>> >>>>>> Peng Yong >>> >>>>>> >>> >>>>>> >>> >>>>>> __________________________________________________________________ >>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>> >>>>>> consulting at freeswitch.org >>> >>>>>> http://www.freeswitchsolutions.com >>> >>>>>> >>> >>>>>> Official FreeSWITCH Sites >>> >>>>>> http://www.freeswitch.org >>> >>>>>> http://confluence.freeswitch.org >>> >>>>>> http://www.cluecon.com >>> >>>>>> >>> >>>>>> FreeSWITCH-users mailing list >>> >>>>>> FreeSWITCH-users at 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 >>> >>>> >>> >>>> >>> >>>> -- >>> >>>> Peng Yong >>> >>>> >>> >>>> >>> _____________________________________________________________________ >>> >>>> ____ Professional FreeSWITCH Consulting Services: >>> >>>> consulting at freeswitch.org >>> >>>> http://www.freeswitchsolutions.com >>> >>>> >>> >>>> Official FreeSWITCH Sites >>> >>>> http://www.freeswitch.org >>> >>>> http://confluence.freeswitch.org >>> >>>> http://www.cluecon.com >>> >>>> >>> >>>> FreeSWITCH-users mailing list >>> >>>> FreeSWITCH-users at lists.freeswitch.org >>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>>> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>> >>>> ers >>> >>>> 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-use >>> >>> rs >>> >>> http://www.freeswitch.org >>> >> >>> >> >>> >> -- >>> >> Peng Yong >>> >> >>> >> >>> _________________________________________________________________________ >>> >> Professional FreeSWITCH Consulting Services: >>> >> consulting at freeswitch.org >>> >> http://www.freeswitchsolutions.com >>> >> >>> >> Official FreeSWITCH Sites >>> >> http://www.freeswitch.org >>> >> http://confluence.freeswitch.org >>> >> http://www.cluecon.com >>> >> >>> >> FreeSWITCH-users mailing list >>> >> FreeSWITCH-users at 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.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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150212/a7e177a1/attachment-0001.html From msc at freeswitch.org Thu Feb 12 03:39:07 2015 From: msc at freeswitch.org (Michael Collins) Date: Wed, 11 Feb 2015 16:39:07 -0800 Subject: [Freeswitch-users] Error xml_curl In-Reply-To: References: <99D23865-2BF6-4E26-97CC-DF4EEE4B6B1E@axtel.com.mx> <8B620C3A-7BB4-47AA-A737-851912B2CFB0@gmail.com> Message-ID: The dialplan context is chosen based on the caller, not the callee. All things being equal, the example configuration will process calls in the 'public' context unless it has a good reason for using a different dialplan context. You'll have to supply it the 'good reason' as it were. Is the calling user supposed to be making calls in the 'default' dialplan context? If so, do you set the user_context variable to "default" in your XML response? -MC On Wed, Feb 11, 2015 at 3:11 PM, antony aguirre wrote: > That's right. I'm calling to 030 which is matching with a extension set in > the default file of dialplan. This file has: > > > > data="sofia/gateway/${effective_caller_id_number}/$1" /> > > > > My question is why the extension is been evaluating as a public options at > first, finally it is evaluating the default options. > > When I'm calling an extension (1002) I'm getting this below: > > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->unloop] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->tod_example] continue=true > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Date/Time Match > (PASS) [tod_example] break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action set(open=true) > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->holiday_example] continue=true > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Date/TimeMatch (FAIL) > [holiday_example] break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->global-intercept] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [global-intercept] destination_number(1002) =~ /^886$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->group-intercept] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [group-intercept] destination_number(1002) =~ /^\*8$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->intercept-ext] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [intercept-ext] destination_number(1002) =~ /^\*\*(\d+)$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->redial] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [redial] > destination_number(1002) =~ /^(redial|870)$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->global] continue=true > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] > ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] > ${sip_has_crypto}() =~ > /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [global] > ${endpoint_disposition}(RECEIVED_NOMEDIA) =~ /^(DELAYED NEGOTIATION)/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->snom-demo-2] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [snom-demo-2] destination_number(1002) =~ /^9001$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->snom-demo-1] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [snom-demo-1] destination_number(1002) =~ /^9000$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->eavesdrop] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [eavesdrop] destination_number(1002) =~ /^88(\d{4})$|^\*0(.*)$/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->eavesdrop] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [eavesdrop] destination_number(1002) =~ /^779$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->call_return] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [call_return] destination_number(1002) =~ /^\*69$|^869$|^lcr$/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->del-group] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [del-group] destination_number(1002) =~ /^80(\d{2})$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->add-group] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [add-group] destination_number(1002) =~ /^81(\d{2})$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->call-group-simo] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [call-group-simo] destination_number(1002) =~ /^82(\d{2})$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->call-group-order] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [call-group-order] destination_number(1002) =~ /^83(\d{2})$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->extension-intercom] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [extension-intercom] destination_number(1002) =~ /^8(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [default->Local_Extension] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) > [Local_Extension] destination_number(1002) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action > export(dialed_extension=1002) > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action > bind_meta_app(1 b s execute_extension::dx XML features) > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action > bind_meta_app(2 b s > record_session::/usr/local/freeswitch/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav) > > When I'm calling to PSTN (030) is not evaluating as a public context. The > code is evaluating the extensions for incoming calls. As below: > > 2015-02-11 16:20:43.858535 [INFO] mod_dialplan_xml.c:558 Processing > 8117396389ip <8117396389ip>->030 in context public > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->unloop] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->outside_call] continue=true > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Absolute Condition > [outside_call] > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action > set(outside_call=true) > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->call_debug] continue=true > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [call_debug] ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->public_extensions] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [public_extensions] destination_number(030) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->public_did] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [public_did] destination_number(030) =~ /^(5551212)$/ break=on-false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 parsing > [public->Default_Inbound] continue=false > Dialplan: sofia/internal/8117396389ip at 189.211.21.30 Regex (FAIL) > [Default_Inbound] destination_number(030) =~ /^(\d{10})+ip$/ break=on-false > > > Regards. > > 2015-02-11 15:18 GMT-06:00 Michael Collins : > >> So the caller is dialing "030": >> >> mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in >> context public >> >> Is that by design? There's no destination_number in your dialplan that >> matches "030" so that's why the call doesn't go anywhere. >> >> -MC >> >> >> On Wed, Feb 11, 2015 at 10:03 AM, antony aguirre >> wrote: >> >>> Hi, >>> >>> This is the log that I've got when it's trying to make a call to the >>> PSTN. I found that the section dialplan are not evaluating all extensions >>> that exist in the database . >>> >>> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1995 Cache Info >>> Time Now: 1423676187018534 >>> Expires: 1423676136458535 >>> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:1997 Cache expired for >>> 8117396389ip at 189.211.21.30, doing fresh lookup >>> 2015-02-11 11:36:27.018534 [DEBUG] switch_xml.c:2073 caching lookup for >>> user 8117396389ip at 189.211.21.30 for 0 milliseconds >>> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1995 Cache Info >>> Time Now: 1423676198658544 >>> Expires: 1423676187018534 >>> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:1997 Cache expired for >>> 8117396389ip at 189.211.21.30, doing fresh lookup >>> 2015-02-11 11:36:38.658544 [DEBUG] switch_xml.c:2073 caching lookup for >>> user 8117396389ip at 189.211.21.30 for 0 milliseconds >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [NOTICE] >>> switch_channel.c:1049 New Channel sofia/internal/ >>> 8117396389ip at 189.211.21.30 [96143ce4-b214-11e4-ad21-91614133b1b9] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> switch_core_session.c:1016 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> switch_core_session.c:1016 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_NEW >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite >>> from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 >>> 22:30:08Z 64bit >>> 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:8079 IP 189.211.235.196 >>> Rejected by acl "domains". Falling back to Digest auth. >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> switch_core_state_machine.c:437 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State NEW >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.478538 [DEBUG] >>> switch_core_session.c:1016 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 2015-02-11 11:37:01.478538 [DEBUG] sofia.c:1792 detaching session >>> 96143ce4-b214-11e4-ad21-91614133b1b9 >>> 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:1899 Re-attaching to session >>> 96143ce4-b214-11e4-ad21-91614133b1b9 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >>> switch_core_session.c:1016 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >>> switch_core_session.c:1016 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.518536 [DEBUG] >>> sofia.c:7922 sofia/internal/8117396389ip at 189.211.21.30 receiving invite >>> from 189.211.235.196:48204 version: 1.2.24 git 5dfc7cf 2014-11-20 >>> 22:30:08Z 64bit >>> 2015-02-11 11:37:01.518536 [DEBUG] sofia.c:8079 IP 189.211.235.196 >>> Rejected by acl "domains". Falling back to Digest auth. >>> 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1995 Cache Info >>> Time Now: 1423676221518536 >>> Expires: 1423676198658544 >>> 2015-02-11 11:37:01.518536 [DEBUG] switch_xml.c:1997 Cache expired for >>> 8117396389ip at 189.211.21.30, doing fresh lookup >>> 2015-02-11 11:37:01.538537 [DEBUG] switch_xml.c:2073 caching lookup for >>> user 8117396389ip at 189.211.21.30 for 0 milliseconds >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> sofia.c:5853 Channel sofia/internal/8117396389ip at 189.211.21.30 entering >>> state [received][100] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> sofia.c:5866 Remote SDP: >>> 96143ce4-b214-11e4-ad21-91614133b1b9 v=0 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 o=Z 0 0 IN IP4 192.168.15.93 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 s=Z >>> 96143ce4-b214-11e4-ad21-91614133b1b9 c=IN IP4 192.168.15.93 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 t=0 0 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 m=audio 47230 RTP/AVP 3 110 98 8 0 >>> 101 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:110 speex/8000 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:98 iLBC/8000 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:98 mode=20 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 a=rtpmap:101 telephone-event/8000 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 a=fmtp:101 0-15 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> sofia.c:6099 (sofia/internal/8117396389ip at 189.211.21.30) State Change >>> CS_NEW -> CS_INIT >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_INIT >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:458 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State INIT >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:87 sofia/internal/8117396389ip at 189.211.21.30 SOFIA INIT >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:127 (sofia/internal/8117396389ip at 189.211.21.30) State >>> Change CS_INIT -> CS_ROUTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:458 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State INIT going to sleep >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_ROUTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_channel.c:2165 (sofia/internal/8117396389ip at 189.211.21.30) >>> Callstate Change DOWN -> RINGING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:474 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State ROUTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:150 sofia/internal/8117396389ip at 189.211.21.30 SOFIA ROUTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:117 sofia/internal/ >>> 8117396389ip at 189.211.21.30 Standard ROUTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [INFO] >>> mod_dialplan_xml.c:558 Processing 8117396389ip <8117396389ip>->030 in >>> context public >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->unloop] continue=false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (PASS) [unloop] ${unroll_loops}(true) >>> =~ /^true$/ break=on-false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (FAIL) [unloop] ${sip_looped_call}() >>> =~ /^true$/ break=on-false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->outside_call] continue=true >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Absolute Condition [outside_call] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Action set(outside_call=true) >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Action export(RFC2822_DATE=${strftime(%a, %d >>> %b %Y %T %z)}) >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->call_debug] continue=true >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (FAIL) [call_debug] >>> ${call_debug}(false) =~ /^true$/ break=never >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->public_extensions] >>> continue=false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (FAIL) [public_extensions] >>> destination_number(030) =~ /^(10[01][0-9])$/ break=on-false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->public_did] continue=false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (FAIL) [public_did] >>> destination_number(030) =~ /^(5551212)$/ break=on-false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 parsing [public->Default_Inbound] >>> continue=false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 Dialplan: sofia/internal/ >>> 8117396389ip at 189.211.21.30 Regex (FAIL) [Default_Inbound] >>> destination_number(030) =~ /^(\d{10})+ip$/ break=on-false >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:167 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State Change CS_ROUTING -> CS_EXECUTE >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:474 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State ROUTING going to sleep >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_EXECUTE >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:481 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State EXECUTE >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:243 sofia/internal/8117396389ip at 189.211.21.30 SOFIA EXECUTE >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:209 sofia/internal/ >>> 8117396389ip at 189.211.21.30 Standard EXECUTE >>> 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ >>> 8117396389ip at 189.211.21.30 set(outside_call=true) >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_dptools.c:1402 sofia/internal/8117396389ip at 189.211.21.30 SET >>> [outside_call]=[true] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 EXECUTE sofia/internal/ >>> 8117396389ip at 189.211.21.30 export(RFC2822_DATE=Wed, 11 Feb 2015 >>> 11:37:01 -0600) >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_channel.c:1241 EXPORT (export_vars) [RFC2822_DATE]=[Wed, 11 Feb 2015 >>> 11:37:01 -0600] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >>> switch_core_state_machine.c:262 sofia/internal/ >>> 8117396389ip at 189.211.21.30 has executed the last dialplan instruction, >>> hanging up. >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >>> switch_core_state_machine.c:264 Hangup sofia/internal/ >>> 8117396389ip at 189.211.21.30 [CS_EXECUTE] [NORMAL_CLEARING] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_channel.c:3189 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [KILL] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:481 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State EXECUTE going to sleep >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_HANGUP >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:681 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Callstate Change RINGING -> HANGUP >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:683 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State HANGUP >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:506 Channel sofia/internal/8117396389ip at 189.211.21.30 >>> hanging up, cause: NORMAL_CLEARING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:640 Responding to INVITE with: 480 >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:48 sofia/internal/8117396389ip at 189.211.21.30 >>> Standard HANGUP, cause: NORMAL_CLEARING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:683 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State HANGUP going to sleep >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:450 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State Change CS_HANGUP -> CS_REPORTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:418 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_REPORTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:767 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State REPORTING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:92 sofia/internal/8117396389ip at 189.211.21.30 >>> Standard REPORTING, cause: NORMAL_CLEARING >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:767 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State REPORTING going to sleep >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:444 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State Change CS_REPORTING -> CS_DESTROY >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1351 Send signal sofia/internal/ >>> 8117396389ip at 189.211.21.30 [BREAK] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_session.c:1559 Session 8 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Locked, Waiting on external entities >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >>> switch_core_session.c:1577 Session 8 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Ended >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [NOTICE] >>> switch_core_session.c:1581 Close Channel sofia/internal/ >>> 8117396389ip at 189.211.21.30 [CS_DESTROY] >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:572 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) Running State Change CS_DESTROY >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:582 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State DESTROY >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> mod_sofia.c:399 sofia/internal/8117396389ip at 189.211.21.30 SOFIA DESTROY >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:99 sofia/internal/8117396389ip at 189.211.21.30 >>> Standard DESTROY >>> 96143ce4-b214-11e4-ad21-91614133b1b9 2015-02-11 11:37:01.538537 [DEBUG] >>> switch_core_state_machine.c:582 (sofia/internal/ >>> 8117396389ip at 189.211.21.30) State DESTROY going to sleep >>> >>> 2015-02-10 15:22 GMT-06:00 Brian West : >>> >>>> Sounds like you might need to do some escaping in there... what does >>>> the freeswitch debug log say? >>>> >>>> On Tue, Feb 10, 2015 at 12:09 PM, Ing. Antonyam >>> > wrote: >>>> >>>>> >>>>> >>>>> > Hi, >>>>> > >>>>> > I have an issue in xml_curl module. If the user tries calling to >>>>> PSTN, the call is not routed and the code generates an error similar when >>>>> the calling plan is not set for PSTN extensions. I've set the plan in the >>>>> database with "/d" but it doesn't work. If I use a static way inside the >>>>> xml files works fine. >>>>> > >>>>> > My calling plan is working when it calls among extensions. >>>>> > >>>>> > I've validated that sofia status is setting with calling plan for >>>>> PSTN. >>>>> > >>>>> > actions = sofia/gateway/${effective_caller_id_numer}/$1 >>>>> > >>>>> > >>>>> > Do you have any idea why it's not working when I configure it in the >>>>> database? >>>>> > >>>>> > Regards. >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>>> *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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150211/6e56bcd3/attachment-0001.html From alipey at gmail.com Thu Feb 12 03:53:17 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 11 Feb 2015 19:53:17 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Hi Dmitry, Can you elaborate a bit please? Are you saying that it won't happen with -np? Or it's just a suggestion? What's the relationship? Thanks, Ali Pey On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko wrote: > Hello guys, > > Try to reproduce this bug with normal priority ("-np") command line switch. > > Best Wishes, > Dmitry. > > 2015-02-11 22:54 GMT+02:00 Ali Pey : > >> Thanks Tristan. >> >> I have had rtp-timer-name set to none for a long time but I still see the >> sudden and random jumps in CPU. >> >> I haven't been able to reproduce it in our Dev/QA environment as well. If >> I can reproduce it, I will definitely do the logs as well. >> >> >> >> >> >> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? wrote: >> >>> Hi Ali, >>> >>> What I see is kinda the same thing, I still need to provide Anthony with >>> the debug logs ( still had no chance to do the requested tests on the >>> production, could be related to some of our users UA/callflow and cannot >>> reproduce the issue in a lab ). The interesting part as discussed in >>> FS-7066 is the timer change is correcting the trouble, and without the >>> timer change, we eventually experience blocking of sofia profile ( seems >>> related to media playback ). >>> >>> I hope to have a chance soon to be able to furnish the debug logs, if >>> you can, do the same, Anthony gave the steps to provide him some usefull >>> logs on the bug comments. >>> >>> >>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>> >>> Hi Tristan, >>> >>> Do you see a sudden jump or just more CPU usage? >>> >>> In my case, everything is good for a few days with less than %10 CPU >>> usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come >>> down until a restart. After restart, it's good again with the same load. >>> >>> Thanks, >>> Ali Pey >>> >>> >>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>> wrote: >>> >>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? >>>> >>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>> > same symptoms? >>>> > >>>> > -giovanni >>>> > >>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>> max at nysolutions.com> wrote: >>>> >> Why not a Jira? >>>> >> >>>> >> Thanks, >>>> >> >>>> >> Moishe Grunstein >>>> >> Tornado Computer Systems, Inc. >>>> >> 212.400.7650 888.IPPBX.US >>>> >> Service Request Email: support at nysolutions.com >>>> >> >>>> >> Computer Networking * Managed Services * IP Video Surveillance * >>>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>> Network Security * Site Surveys * CMS >>>> >> >>>> >> -----Original Message----- >>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>> >> To: FreeSWITCH Users Help >>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump >>>> in CPU usage >>>> >> >>>> >> i think it's bug of freeswitch: >>>> >> >>>> >> -- the Freeswitch using more than 1000% CPU, and there is no other >>>> process eating CPU >>>> >> -- we move all SIP traffic from the server away, the cpu is low. and >>>> after sevral hours, if we move the SIP traffic back again, the FS eating >>>> all CPU again. the only way to recovery is to restart the FS. >>>> >> -- there is no DB such as mysql on the server, and we have add >>>> "nosql" >>>> >> option, no help >>>> >> >>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash >>>> wrote: >>>> >>> Dear Muhammad, >>>> >>> >>>> >>> I think your issue is different than Ali Pey because CPU rises at a >>>> >>> specific time (approx) while running fine most of the time. In my >>>> >>> experience you should check following .. >>>> >>> - Check using top commands if its indeed freeswitch taking up CPU. >>>> It >>>> >>> may be logrotate or something. >>>> >>> - If you are using DB on same server, also check DB connections, May >>>> >>> be some long running query causing it (Like someone fires some >>>> billing >>>> >>> report at approx same time) >>>> >>> >>>> >>> On the other hand when you say "it runs fine all day". You may want >>>> to >>>> >>> check that using top command at different time of day, may be CPU >>>> >>> usage keep on increasing and in your peak time it increases so much >>>> that you see symptoms. >>>> >>> (If this is true may be you and Ali pey have same issue perhaps some >>>> >>> CPU leak). >>>> >>> >>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>> general. I >>>> >>> am NOT freeswitch expert. I have recently started experiments with >>>> >>> freeswitch so people who are using freeswitch or experts will give >>>> >>> more meaningful insight. >>>> >>> >>>> >>> >>>> >>> >>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>> >>>> we have add this option to grub and reboot one months ago. no help. >>>> >>>> >>>> >>>> we have media-pass-through option, and have more than 10 thousands >>>> >>>> sessions. it works fine all day and the CPU will rise suddenly >>>> about >>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>> >>>> >>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>> >>>> wrote: >>>> >>>>> Try nohz=off reboot and see if that helps. >>>> >>>>> >>>> >>>>> Sent from my iPad >>>> >>>>> >>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>> wrote: >>>> >>>>> >>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu usage >>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i >>>> >>>>> have to install 3 freeswitch instances due to this much cpu usage >>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>> >>>>> >>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>> >>>>> >>>> >>>>> wrote: >>>> >>>>>> >>>> >>>>>> It looks like this is the same tickless kernel issue. I am using >>>> >>>>>> Debian >>>> >>>>>> 7 >>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>> options >>>> >>>>>> does makes it lower. I am gathering more information in order to >>>> >>>>>> file a Jira. >>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>> >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 >>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many other >>>> >>>>>> factors also involved but I am still digging out more. >>>> >>>>>> >>>> >>>>>> ? >>>> >>>>>> Thanks, >>>> >>>>>> Muhammad Naseer Bhatti >>>> >>>>>> >>>> >>>>>> From: ?? >>>> >>>>>> Reply: FreeSWITCH Users Help >>>> >>>>>> > >>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>> >>>>>> To: FreeSWITCH Users Help >>> >> >>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>> >>>>>> jump in CPU usage >>>> >>>>>> >>>> >>>>>> same issue. >>>> >>>>>> >>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>> crontab >>>> >>>>>> at this time. >>>> >>>>>> >>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>> >>>>>> >>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>> wrote: >>>> >>>>>>> Hi Anthony, >>>> >>>>>>> >>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>> >>>>>>> configuration change on Linux or Freeswitch that can fix this >>>> >>>>>>> problem. Jira would be to report bugs when you know there is a >>>> >>>>>>> bug. My problem could be (very likely) an environment related >>>> issue. >>>> >>>>>>> >>>> >>>>>>> Thanks. >>>> >>>>>>> >>>> >>>>>>> >>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>> >>>>>>> wrote: >>>> >>>>>>>> Also you will have better luck using JIRA. The mailing list is >>>> >>>>>>>> expressly NOT for reporting issues. >>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>> >>>>>>>> >>>> >>>>>>>> wrote: >>>> >>>>>>>>> you might want to use gcore to look at the threads and see >>>> >>>>>>>>> what is different when it in this state and not. >>>> >>>>>>>>> >>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>> wrote: >>>> >>>>>>>>>> >>>> >>>>>>>>>> Hello, >>>> >>>>>>>>>> >>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it back >>>> >>>>>>>>>> to normal is to restart freeswitch service. During the high >>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>> >>>>>>>>>> slow. >>>> >>>>>>>>>> >>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>>> >>>>>>>>>> same traffic. >>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>> >>>>>>>>>> Any ideas or suggestions? >>>> >>>>>>>>>> >>>> >>>>>>>>>> Much appreciated. >>>> >>>>>>>>>> >>>> >>>>>>>>>> Thanks, >>>> >>>>>>>>>> Ali Pey >>>> >>>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> ______________________________________________________________ >>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>> >>>>>>>>> consulting at freeswitch.org >>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>> >>>>>>>>> >>>> >>>>>>>>> Official FreeSWITCH Sites >>>> >>>>>>>>> http://www.freeswitch.org >>>> >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>> >>>>>>>>> >>>> >>>>>>>>> FreeSWITCH-users mailing list >>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freesw >>>> >>>>>>>>> itch-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 >>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> _______________________________________________________________ >>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>> >>>>>>>> consulting at freeswitch.org >>>> >>>>>>>> http://www.freeswitchsolutions.com >>>> >>>>>>>> >>>> >>>>>>>> Official FreeSWITCH Sites >>>> >>>>>>>> http://www.freeswitch.org >>>> >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>> >>>>>>>> >>>> >>>>>>>> FreeSWITCH-users mailing list >>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswi >>>> >>>>>>>> tch-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/freeswit >>>> >>>>>>> ch-users >>>> >>>>>>> http://www.freeswitch.org >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> -- >>>> >>>>>> Peng Yong >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> >>>> __________________________________________________________________ >>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>> >>>>>> consulting at freeswitch.org >>>> >>>>>> http://www.freeswitchsolutions.com >>>> >>>>>> >>>> >>>>>> Official FreeSWITCH Sites >>>> >>>>>> http://www.freeswitch.org >>>> >>>>>> http://confluence.freeswitch.org >>>> >>>>>> http://www.cluecon.com >>>> >>>>>> >>>> >>>>>> FreeSWITCH-users mailing list >>>> >>>>>> FreeSWITCH-users at 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 >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> Peng Yong >>>> >>>> >>>> >>>> >>>> _____________________________________________________________________ >>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>> >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> http://www.freeswitch.org >>>> >>>> http://confluence.freeswitch.org >>>> >>>> http://www.cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>> >>>> ers >>>> >>>> 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-use >>>> >>> rs >>>> >>> http://www.freeswitch.org >>>> >> >>>> >> >>>> >> -- >>>> >> Peng Yong >>>> >> >>>> >> >>>> _________________________________________________________________________ >>>> >> Professional FreeSWITCH Consulting Services: >>>> >> consulting at freeswitch.org >>>> >> http://www.freeswitchsolutions.com >>>> >> >>>> >> Official FreeSWITCH Sites >>>> >> http://www.freeswitch.org >>>> >> http://confluence.freeswitch.org >>>> >> http://www.cluecon.com >>>> >> >>>> >> FreeSWITCH-users mailing list >>>> >> FreeSWITCH-users at 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.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 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150211/4a87f70d/attachment-0001.html From bordmi at rarus.ru Thu Feb 12 10:19:10 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Thu, 12 Feb 2015 11:19:10 +0400 Subject: [Freeswitch-users] mod_event_socket userauth command Message-ID: Hi, All! I found very interesting thing while inspecting sources of mod_event_multicast.c: userauth command. As I understood, it allows to use API without system password if we add esl-password param to user definition in directory. Params esl-allowed-log, esl-allowed-events and esl-allowed-api responding for appropriate parameters of freeswitch behavior for this connection. My question is about next: can user affect on other domains in multitenant configuration if it connected to event_socket with userauth command? Can I restrict it actions to only his domain? -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/ce2a8a68/attachment.html From olegstolyar at gmail.com Thu Feb 12 13:08:48 2015 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Thu, 12 Feb 2015 02:08:48 -0800 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC Message-ID: Hi guys, Sorry for a long email. I ran into this strange problem a couple of time over the last year where my Freeswitch stops receiving or sending SIP signals from and to WebRTC (JsSip) profile. At the same time, SIP signals are coming through just fine on a different profile which is regular SIP. It lasted for about 15 min. When the problem was over, I saw a bunch of BYE signals being sent to the WebRTC users at about the same for all the calls that ended during these 15 min. Also, INVITEs from these users that were sent during the 15 minutes actually got through (or at least showed in the logs) after the problem cleared. I have a fairly old FS - master from July 2014 but was wondering if anyone else had this problem. There are no errors in the logs and I cannot reproduce this at will. One possibility is that the network connection is somehow holding up these signals rather than FS. So, I was wondering when during the process of sending SIP signals over WebRTC does it get recorded in the log? Is it when the sending is successful or as soon as it's attempted? This could tell me whether FS doesn't even try to send the signal during this problem period or whether it's trying but cannot get through to the network somehow. Another piece of information - calls that were connected before the problem started continued just fine and the media kept coming through. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/c93da9bc/attachment.html From dvl36.ripe.nick at gmail.com Thu Feb 12 13:31:52 2015 From: dvl36.ripe.nick at gmail.com (Dmitry Lysenko) Date: Thu, 12 Feb 2015 12:31:52 +0200 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Hi Ali, 2 years ago here, in mail-list, was a discussion . (memleak can be omitted) Not sure, but It seems the symptoms was similar. Best Wishes, Dmitry. 2015-02-12 2:53 GMT+02:00 Ali Pey : > Hi Dmitry, > > Can you elaborate a bit please? Are you saying that it won't happen with > -np? Or it's just a suggestion? > > What's the relationship? > > Thanks, > Ali Pey > > > On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko > wrote: > >> Hello guys, >> >> Try to reproduce this bug with normal priority ("-np") command line >> switch. >> >> Best Wishes, >> Dmitry. >> >> 2015-02-11 22:54 GMT+02:00 Ali Pey : >> >>> Thanks Tristan. >>> >>> I have had rtp-timer-name set to none for a long time but I still see >>> the sudden and random jumps in CPU. >>> >>> I haven't been able to reproduce it in our Dev/QA environment as well. >>> If I can reproduce it, I will definitely do the logs as well. >>> >>> >>> >>> >>> >>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>> wrote: >>> >>>> Hi Ali, >>>> >>>> What I see is kinda the same thing, I still need to provide Anthony >>>> with the debug logs ( still had no chance to do the requested tests on the >>>> production, could be related to some of our users UA/callflow and cannot >>>> reproduce the issue in a lab ). The interesting part as discussed in >>>> FS-7066 is the timer change is correcting the trouble, and without the >>>> timer change, we eventually experience blocking of sofia profile ( seems >>>> related to media playback ). >>>> >>>> I hope to have a chance soon to be able to furnish the debug logs, if >>>> you can, do the same, Anthony gave the steps to provide him some usefull >>>> logs on the bug comments. >>>> >>>> >>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>> >>>> Hi Tristan, >>>> >>>> Do you see a sudden jump or just more CPU usage? >>>> >>>> In my case, everything is good for a few days with less than %10 CPU >>>> usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come >>>> down until a restart. After restart, it's good again with the same load. >>>> >>>> Thanks, >>>> Ali Pey >>>> >>>> >>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>> wrote: >>>> >>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? >>>>> >>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>> > same symptoms? >>>>> > >>>>> > -giovanni >>>>> > >>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>> max at nysolutions.com> wrote: >>>>> >> Why not a Jira? >>>>> >> >>>>> >> Thanks, >>>>> >> >>>>> >> Moishe Grunstein >>>>> >> Tornado Computer Systems, Inc. >>>>> >> 212.400.7650 888.IPPBX.US >>>>> >> Service Request Email: support at nysolutions.com >>>>> >> >>>>> >> Computer Networking * Managed Services * IP Video Surveillance * >>>>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>> Network Security * Site Surveys * CMS >>>>> >> >>>>> >> -----Original Message----- >>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>> >> To: FreeSWITCH Users Help >>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump >>>>> in CPU usage >>>>> >> >>>>> >> i think it's bug of freeswitch: >>>>> >> >>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no other >>>>> process eating CPU >>>>> >> -- we move all SIP traffic from the server away, the cpu is low. >>>>> and after sevral hours, if we move the SIP traffic back again, the FS >>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>> "nosql" >>>>> >> option, no help >>>>> >> >>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash >>>>> wrote: >>>>> >>> Dear Muhammad, >>>>> >>> >>>>> >>> I think your issue is different than Ali Pey because CPU rises at a >>>>> >>> specific time (approx) while running fine most of the time. In my >>>>> >>> experience you should check following .. >>>>> >>> - Check using top commands if its indeed freeswitch taking up CPU. >>>>> It >>>>> >>> may be logrotate or something. >>>>> >>> - If you are using DB on same server, also check DB connections, >>>>> May >>>>> >>> be some long running query causing it (Like someone fires some >>>>> billing >>>>> >>> report at approx same time) >>>>> >>> >>>>> >>> On the other hand when you say "it runs fine all day". You may >>>>> want to >>>>> >>> check that using top command at different time of day, may be CPU >>>>> >>> usage keep on increasing and in your peak time it increases so >>>>> much that you see symptoms. >>>>> >>> (If this is true may be you and Ali pey have same issue perhaps >>>>> some >>>>> >>> CPU leak). >>>>> >>> >>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>> general. I >>>>> >>> am NOT freeswitch expert. I have recently started experiments with >>>>> >>> freeswitch so people who are using freeswitch or experts will give >>>>> >>> more meaningful insight. >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>> >>>> we have add this option to grub and reboot one months ago. no >>>>> help. >>>>> >>>> >>>>> >>>> we have media-pass-through option, and have more than 10 >>>>> thousands >>>>> >>>> sessions. it works fine all day and the CPU will rise suddenly >>>>> about >>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>> >>>> >>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>> >>>> wrote: >>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>> >>>>> >>>>> >>>>> Sent from my iPad >>>>> >>>>> >>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>> wrote: >>>>> >>>>> >>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu >>>>> usage >>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls i >>>>> >>>>> have to install 3 freeswitch instances due to this much cpu usage >>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>> >>>>> >>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>> >>>>> >>>>> >>>>> wrote: >>>>> >>>>>> >>>>> >>>>>> It looks like this is the same tickless kernel issue. I am using >>>>> >>>>>> Debian >>>>> >>>>>> 7 >>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>> options >>>>> >>>>>> does makes it lower. I am gathering more information in order to >>>>> >>>>>> file a Jira. >>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>> >>>>>> workload. We are talking about 200+% CPU utilization on Debian 7 >>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many other >>>>> >>>>>> factors also involved but I am still digging out more. >>>>> >>>>>> >>>>> >>>>>> ? >>>>> >>>>>> Thanks, >>>>> >>>>>> Muhammad Naseer Bhatti >>>>> >>>>>> >>>>> >>>>>> From: ?? >>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>> >>>>>> > >>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>> >>>>>> To: FreeSWITCH Users Help < >>>>> freeswitch-users at lists.freeswitch.org>> >>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>> >>>>>> jump in CPU usage >>>>> >>>>>> >>>>> >>>>>> same issue. >>>>> >>>>>> >>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>> crontab >>>>> >>>>>> at this time. >>>>> >>>>>> >>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>> >>>>>> >>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>> wrote: >>>>> >>>>>>> Hi Anthony, >>>>> >>>>>>> >>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix this >>>>> >>>>>>> problem. Jira would be to report bugs when you know there is a >>>>> >>>>>>> bug. My problem could be (very likely) an environment related >>>>> issue. >>>>> >>>>>>> >>>>> >>>>>>> Thanks. >>>>> >>>>>>> >>>>> >>>>>>> >>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>> >>>>>>> wrote: >>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing list is >>>>> >>>>>>>> expressly NOT for reporting issues. >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>> >>>>>>>> >>>>> >>>>>>>> wrote: >>>>> >>>>>>>>> you might want to use gcore to look at the threads and see >>>>> >>>>>>>>> what is different when it in this state and not. >>>>> >>>>>>>>> >>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>>> wrote: >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> Hello, >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it back >>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the high >>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>> >>>>>>>>>> slow. >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>>>> >>>>>>>>>> same traffic. >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> Any ideas or suggestions? >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> Much appreciated. >>>>> >>>>>>>>>> >>>>> >>>>>>>>>> Thanks, >>>>> >>>>>>>>>> Ali Pey >>>>> >>>>>>>>>> >>>>> >>>>>>>>> >>>>> >>>>>>>>> >>>>> >>>>>>>>> >>>>> >>>>>>>>> >>>>> ______________________________________________________________ >>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>> >>>>>>>>> consulting at freeswitch.org >>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>> >>>>>>>>> >>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>> >>>>>>>>> http://www.freeswitch.org >>>>> >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>> >>>>>>>>> >>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>>>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>>>>>> >>>>> >>>>>>>>> >>>>> >>>>>>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>> >>>>>>>>> itch-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 >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> _______________________________________________________________ >>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>> >>>>>>>> consulting at freeswitch.org >>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>> >>>>>>>> >>>>> >>>>>>>> Official FreeSWITCH Sites >>>>> >>>>>>>> http://www.freeswitch.org >>>>> >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>> >>>>>>>> >>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>>>>>> >>>>> >>>>>>>> >>>>> >>>>>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>> >>>>>>>> tch-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/freeswit >>>>> >>>>>>> ch-users >>>>> >>>>>>> http://www.freeswitch.org >>>>> >>>>>> >>>>> >>>>>> >>>>> >>>>>> -- >>>>> >>>>>> Peng Yong >>>>> >>>>>> >>>>> >>>>>> >>>>> >>>>>> >>>>> __________________________________________________________________ >>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>> >>>>>> consulting at freeswitch.org >>>>> >>>>>> http://www.freeswitchsolutions.com >>>>> >>>>>> >>>>> >>>>>> Official FreeSWITCH Sites >>>>> >>>>>> http://www.freeswitch.org >>>>> >>>>>> http://confluence.freeswitch.org >>>>> >>>>>> http://www.cluecon.com >>>>> >>>>>> >>>>> >>>>>> FreeSWITCH-users mailing list >>>>> >>>>>> FreeSWITCH-users at 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 >>>>> >>>> >>>>> >>>> >>>>> >>>> -- >>>>> >>>> Peng Yong >>>>> >>>> >>>>> >>>> >>>>> _____________________________________________________________________ >>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>> >>>> consulting at freeswitch.org >>>>> >>>> http://www.freeswitchsolutions.com >>>>> >>>> >>>>> >>>> Official FreeSWITCH Sites >>>>> >>>> http://www.freeswitch.org >>>>> >>>> http://confluence.freeswitch.org >>>>> >>>> http://www.cluecon.com >>>>> >>>> >>>>> >>>> FreeSWITCH-users mailing list >>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> >>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>> >>>> ers >>>>> >>>> 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-use >>>>> >>> rs >>>>> >>> http://www.freeswitch.org >>>>> >> >>>>> >> >>>>> >> -- >>>>> >> Peng Yong >>>>> >> >>>>> >> >>>>> _________________________________________________________________________ >>>>> >> Professional FreeSWITCH Consulting Services: >>>>> >> consulting at freeswitch.org >>>>> >> http://www.freeswitchsolutions.com >>>>> >> >>>>> >> Official FreeSWITCH Sites >>>>> >> http://www.freeswitch.org >>>>> >> http://confluence.freeswitch.org >>>>> >> http://www.cluecon.com >>>>> >> >>>>> >> FreeSWITCH-users mailing list >>>>> >> FreeSWITCH-users at 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.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 >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150212/482984dc/attachment-0001.html From josefu at gmail.com Thu Feb 12 13:50:50 2015 From: josefu at gmail.com (=?UTF-8?Q?Jose_Fco=2E_Irles_Dur=C3=A1?=) Date: Thu, 12 Feb 2015 11:50:50 +0100 Subject: [Freeswitch-users] RTP delay with cng Message-ID: Hi, I have a FreeSWITCH 1.4.15 (from debian repositories), but I've been having a problem for a long time (with older versions too) and I don't know if it is a configuration problem or a bug. The FreeSWITCH runs on an openvz machine and this server is not overloaded. Before testing with trunk branch I want to share my problem looking for help to solve it (it's in production) I have an issue with some providers that send to my FreeSWITCH CN packets. When this happens, the other call leg has a terrible delay and bad quality sound.It starts with a little delay, but during the call the delay increases more and more. Capturing with wireshark and decoding rtp stream I can see 31% of packets dropped by Jitter Buff in the leg in wich the delay occurs (from FreeSWITCH IP to the other endpoint) I don't have any problem when the provider doesn't send CN packets. If I configure FreeSWITCH not to negotiate "comfort noise" (profile: supress-cng=true), the provider sends cn packets too. I tried with no luck variables such as: - send_silence_when_idle (with values "400" and "true") - bridge_generate_comfort_noise=true The rtp related params of my sofia profile are: rtp-timer-name=soft inbound-zrtp-passthru=false (don't use zrtp) rtp-timeout-sec=300 rtp-hold-timeout-sec=1800 inbound-late-negotiation=true NDLB-allow-bad-iananame=true supress-cng=true vad=none t38-passthru=true inbound-codec-prefs=PCMA,PCMU,G722,GSM outbound-codec-prefs=PCMA,PCMU,G722,GSM In the dialplan the only variables that I set related with rtp are: set inherit_codec=true export absolute_codec_string=${ep_codec_string} Thanks in advance -- Jose Fco. Irles Dur? From lazy.charles at gmail.com Thu Feb 12 12:47:10 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Thu, 12 Feb 2015 17:47:10 +0800 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer Message-ID: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/bbf8dea5/attachment.html From lucasmcastro at gmail.com Thu Feb 12 15:16:54 2015 From: lucasmcastro at gmail.com (Lucas Castro) Date: Thu, 12 Feb 2015 09:16:54 -0300 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: References: <4A567E90-48C4-4BCB-9508-B7BE2C5789DD@jerris.com> Message-ID: I could notice it is missing the ACK package from your PEER. Maybe its sending it to the wrong place, maybe its not sending it at all. FreeSWITCH will retry 200 OK over and over 'cause it expects an ACK in order to continue. here are some tips: Enable sip trace on the PEER side to check whether its sending ACK or not. Compare 200 OK (SDP) from FreeSWITCH in each scenario. Maybe there are differences between them. On Wed, Feb 11, 2015 at 5:05 PM, Ben Hood <0x6e6562 at gmail.com> wrote: > I think you may well have a point. > > I've spent days on this issue and I'm beginning to narrow it down by > breaking the bridging down into the individual legs. I've also been > able to establish RTP flow with the same originator by proxying the > INVITE to a non-FS user agent (i.e. a phone registered with Kamailio). > > I didn't want to leave this post dangling without a some kind of > closure, so I thought I'd just post this status update. > > On Tue, Feb 10, 2015 at 8:33 PM, Michael Jerris wrote: > > I doubt it has anything to do with 180vs183. Check for nat issues in > the trace that isn't working. > > > >> On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: > >> > >> Hi all, > >> > >> I'm wondering what influences Freeswitch's signalling response when it > >> responds to an INVITE. > >> > >> In some instances it appears to follow this sequence: > >> > >> Peer -> INVITE (SDP) -> FS > >> Peer <- 100 <- FS > >> Peer <- 183 (SDP) <- FS > >> Peer <- 200 (SDP) <- FS > >> Peer -> ACK -> FS > >> > >> Which leads to a successful bridge between two legs. > >> > >> But in other instances it appears to follow the sequence: > >> > >> Peer -> INVITE (SDP) -> FS > >> Peer <- 100 <- FS > >> Peer <- 180 (SDP) <- FS > >> Peer <- 200 (SDP) <- FS (1st attempt) > >> Peer <- 200 (SDP) <- FS (2nd attempt) > >> .... > >> Peer <- 200 (SDP) <- FS (nth attempt) > >> ....timeout > >> > >> I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't > >> like the 100/180/200 sequence (as opposed to 100/183/200), so I need > >> to find that out for myself. > >> > >> But I am wondering what factors influence Freeswitch's decision of > >> what sequence signals to send in response to an INVITE. > >> > >> Any pointers appreciated, > >> > >> Ben > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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 > -- Atenciosamente, Lucas Castro -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/5534bf1d/attachment.html From brian at freeswitch.org Thu Feb 12 18:42:36 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:42:36 -0600 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC In-Reply-To: References: Message-ID: Update your FreeSWITCH, If you wish to use WebRTC you MUST use master, or at least something more recent than last July. :P On Thu, Feb 12, 2015 at 4:08 AM, Oleg Stolyar wrote: > Hi guys, > > Sorry for a long email. > > I ran into this strange problem a couple of time over the last year where > my Freeswitch stops receiving or sending SIP signals from and to WebRTC > (JsSip) profile. > > At the same time, SIP signals are coming through just fine on a different > profile which is regular SIP. > > It lasted for about 15 min. > > When the problem was over, I saw a bunch of BYE signals being sent to the > WebRTC users at about the same for all the calls that ended during these > 15 min. > > Also, INVITEs from these users that were sent during the 15 minutes > actually got through (or at least showed in the logs) after the problem > cleared. > > I have a fairly old FS - master from July 2014 but was wondering if anyone > else had this problem. > > There are no errors in the logs and I cannot reproduce this at will. > > One possibility is that the network connection is somehow holding up these > signals rather than FS. So, I was wondering when during the process of > sending SIP signals over WebRTC does it get recorded in the log? Is it > when the sending is successful or as soon as it's attempted? This could > tell me whether FS doesn't even try to send the signal during this problem > period or whether it's trying but cannot get through to the network somehow. > > Another piece of information - calls that were connected before the > problem started continued just fine and the media kept coming through. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150212/0e8e7d0b/attachment-0001.html From brian at freeswitch.org Thu Feb 12 18:43:12 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:43:12 -0600 Subject: [Freeswitch-users] RTP delay with cng In-Reply-To: References: Message-ID: Bug reports belong in JIRA. On Thu, Feb 12, 2015 at 4:50 AM, Jose Fco. Irles Dur? wrote: > Hi, > > I have a FreeSWITCH 1.4.15 (from debian repositories), but I've been > having a problem for a long time (with older versions too) and I don't > know if it is a configuration problem or a bug. > The FreeSWITCH runs on an openvz machine and this server is not overloaded. > Before testing with trunk branch I want to share my problem looking > for help to solve it (it's in production) > > I have an issue with some providers that send to my FreeSWITCH CN > packets. When this happens, the other call leg has a terrible delay > and bad quality sound.It starts with a little delay, but during the > call the delay increases more and more. > > Capturing with wireshark and decoding rtp stream I can see 31% of > packets dropped by Jitter Buff in the leg in wich the delay occurs > (from FreeSWITCH IP to the other endpoint) > > I don't have any problem when the provider doesn't send CN packets. > > If I configure FreeSWITCH not to negotiate "comfort noise" (profile: > supress-cng=true), the provider sends cn packets too. > > I tried with no luck variables such as: > > - send_silence_when_idle (with values "400" and "true") > - bridge_generate_comfort_noise=true > > > > The rtp related params of my sofia profile are: > > rtp-timer-name=soft > inbound-zrtp-passthru=false (don't use zrtp) > rtp-timeout-sec=300 > rtp-hold-timeout-sec=1800 > inbound-late-negotiation=true > NDLB-allow-bad-iananame=true > supress-cng=true > vad=none > t38-passthru=true > inbound-codec-prefs=PCMA,PCMU,G722,GSM > outbound-codec-prefs=PCMA,PCMU,G722,GSM > > In the dialplan the only variables that I set related with rtp are: > > set inherit_codec=true > export absolute_codec_string=${ep_codec_string} > > Thanks in advance > -- > Jose Fco. Irles Dur? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150212/2898d13a/attachment.html From brian at freeswitch.org Thu Feb 12 18:43:37 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:43:37 -0600 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: Message-ID: You may wish to answer that inbound tdm leg before ringing out to the sip device. On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: > Hi all, > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there > is a bug in inbound call via the freetdm FXO device. > > When I try to make call from FXO and it bridges to SIP device named 1234 > via the following dialplan. > > > expression="^(1234)$"> > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 > answered. But the callee (SIP 1234) is still ringing and stop ring after > about 30 seconds. > > It is the same condition if the callee is FXS device. > > I can find two channels during ringing (A leg & B leg). > After the caller(FXO) onhook, the A leg is still alive and A leg will not > be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 > 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 > 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound > Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default > > > Can anyone help me to solve it or tell me why? > > > -- > Best Regards > Charles > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150212/a3690829/attachment.html From brian at freeswitch.org Thu Feb 12 18:43:59 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:43:59 -0600 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Do we have a JIRA on this yet? On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko wrote: > Hi Ali, > > 2 years ago here, in mail-list, was a discussion > . > (memleak can be omitted) > Not sure, but It seems the symptoms was similar. > > Best Wishes, > Dmitry. > > 2015-02-12 2:53 GMT+02:00 Ali Pey : > >> Hi Dmitry, >> >> Can you elaborate a bit please? Are you saying that it won't happen with >> -np? Or it's just a suggestion? >> >> What's the relationship? >> >> Thanks, >> Ali Pey >> >> >> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >> dvl36.ripe.nick at gmail.com> wrote: >> >>> Hello guys, >>> >>> Try to reproduce this bug with normal priority ("-np") command line >>> switch. >>> >>> Best Wishes, >>> Dmitry. >>> >>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>> >>>> Thanks Tristan. >>>> >>>> I have had rtp-timer-name set to none for a long time but I still see >>>> the sudden and random jumps in CPU. >>>> >>>> I haven't been able to reproduce it in our Dev/QA environment as well. >>>> If I can reproduce it, I will definitely do the logs as well. >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>> wrote: >>>> >>>>> Hi Ali, >>>>> >>>>> What I see is kinda the same thing, I still need to provide Anthony >>>>> with the debug logs ( still had no chance to do the requested tests on the >>>>> production, could be related to some of our users UA/callflow and cannot >>>>> reproduce the issue in a lab ). The interesting part as discussed in >>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>> related to media playback ). >>>>> >>>>> I hope to have a chance soon to be able to furnish the debug logs, if >>>>> you can, do the same, Anthony gave the steps to provide him some usefull >>>>> logs on the bug comments. >>>>> >>>>> >>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>> >>>>> Hi Tristan, >>>>> >>>>> Do you see a sudden jump or just more CPU usage? >>>>> >>>>> In my case, everything is good for a few days with less than %10 CPU >>>>> usage, then there is a sudden jump to ~%98 CPU usage and it doesn't come >>>>> down until a restart. After restart, it's good again with the same load. >>>>> >>>>> Thanks, >>>>> Ali Pey >>>>> >>>>> >>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>> wrote: >>>>> >>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 ? >>>>>> >>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>>> > same symptoms? >>>>>> > >>>>>> > -giovanni >>>>>> > >>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>> max at nysolutions.com> wrote: >>>>>> >> Why not a Jira? >>>>>> >> >>>>>> >> Thanks, >>>>>> >> >>>>>> >> Moishe Grunstein >>>>>> >> Tornado Computer Systems, Inc. >>>>>> >> 212.400.7650 888.IPPBX.US >>>>>> >> Service Request Email: support at nysolutions.com >>>>>> >> >>>>>> >> Computer Networking * Managed Services * IP Video Surveillance * >>>>>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>>> Network Security * Site Surveys * CMS >>>>>> >> >>>>>> >> -----Original Message----- >>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>> >> To: FreeSWITCH Users Help >>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>> jump in CPU usage >>>>>> >> >>>>>> >> i think it's bug of freeswitch: >>>>>> >> >>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no other >>>>>> process eating CPU >>>>>> >> -- we move all SIP traffic from the server away, the cpu is low. >>>>>> and after sevral hours, if we move the SIP traffic back again, the FS >>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>>> "nosql" >>>>>> >> option, no help >>>>>> >> >>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>> john.nash778 at gmail.com> wrote: >>>>>> >>> Dear Muhammad, >>>>>> >>> >>>>>> >>> I think your issue is different than Ali Pey because CPU rises at >>>>>> a >>>>>> >>> specific time (approx) while running fine most of the time. In my >>>>>> >>> experience you should check following .. >>>>>> >>> - Check using top commands if its indeed freeswitch taking up >>>>>> CPU. It >>>>>> >>> may be logrotate or something. >>>>>> >>> - If you are using DB on same server, also check DB connections, >>>>>> May >>>>>> >>> be some long running query causing it (Like someone fires some >>>>>> billing >>>>>> >>> report at approx same time) >>>>>> >>> >>>>>> >>> On the other hand when you say "it runs fine all day". You may >>>>>> want to >>>>>> >>> check that using top command at different time of day, may be CPU >>>>>> >>> usage keep on increasing and in your peak time it increases so >>>>>> much that you see symptoms. >>>>>> >>> (If this is true may be you and Ali pey have same issue perhaps >>>>>> some >>>>>> >>> CPU leak). >>>>>> >>> >>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>> general. I >>>>>> >>> am NOT freeswitch expert. I have recently started experiments with >>>>>> >>> freeswitch so people who are using freeswitch or experts will give >>>>>> >>> more meaningful insight. >>>>>> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>> >>>> we have add this option to grub and reboot one months ago. no >>>>>> help. >>>>>> >>>> >>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>> thousands >>>>>> >>>> sessions. it works fine all day and the CPU will rise suddenly >>>>>> about >>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>> >>>> >>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>> >>>> wrote: >>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>> >>>>> >>>>>> >>>>> Sent from my iPad >>>>>> >>>>> >>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>> wrote: >>>>>> >>>>> >>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu >>>>>> usage >>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent calls >>>>>> i >>>>>> >>>>> have to install 3 freeswitch instances due to this much cpu >>>>>> usage >>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>> >>>>> >>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>> >>>>> >>>>>> >>>>> wrote: >>>>>> >>>>>> >>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am >>>>>> using >>>>>> >>>>>> Debian >>>>>> >>>>>> 7 >>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>>> options >>>>>> >>>>>> does makes it lower. I am gathering more information in order >>>>>> to >>>>>> >>>>>> file a Jira. >>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on Debian >>>>>> 7 >>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many >>>>>> other >>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>> >>>>>> >>>>>> >>>>>> ? >>>>>> >>>>>> Thanks, >>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>> >>>>>> >>>>>> >>>>>> From: ?? >>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>> >>>>>> > >>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>> >>>>>> jump in CPU usage >>>>>> >>>>>> >>>>>> >>>>>> same issue. >>>>>> >>>>>> >>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>>> crontab >>>>>> >>>>>> at this time. >>>>>> >>>>>> >>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>>> wrote: >>>>>> >>>>>>> Hi Anthony, >>>>>> >>>>>>> >>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix this >>>>>> >>>>>>> problem. Jira would be to report bugs when you know there is a >>>>>> >>>>>>> bug. My problem could be (very likely) an environment related >>>>>> issue. >>>>>> >>>>>>> >>>>>> >>>>>>> Thanks. >>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>> >>>>>>> wrote: >>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing list >>>>>> is >>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>> >>>>>>>> >>>>>> >>>>>>>> wrote: >>>>>> >>>>>>>>> you might want to use gcore to look at the threads and see >>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>> >>>>>>>>> >>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>>>> wrote: >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> Hello, >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than %10; >>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of the >>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it back >>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the high >>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>>> >>>>>>>>>> slow. >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, but >>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>>>>> >>>>>>>>>> same traffic. >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> Much appreciated. >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> Thanks, >>>>>> >>>>>>>>>> Ali Pey >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> ______________________________________________________________ >>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>> >>>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>> >>>>>>>>> itch-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 >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> _______________________________________________________________ >>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>> >>>>>>>> consulting at freeswitch.org >>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>>>> >>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>> >>>>>>>> http://www.freeswitch.org >>>>>> >>>>>>>> http://confluence.freeswitch.org http://www.cluecon.com >>>>>> >>>>>>>> >>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>> >>>>>>>> tch-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/freeswit >>>>>> >>>>>>> ch-users >>>>>> >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Peng Yong >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> __________________________________________________________________ >>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>> >>>>>> consulting at freeswitch.org >>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> >>>>>> http://www.freeswitch.org >>>>>> >>>>>> http://confluence.freeswitch.org >>>>>> >>>>>> http://www.cluecon.com >>>>>> >>>>>> >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>> >>>> >>>>>> >>>> >>>>>> >>>> -- >>>>>> >>>> Peng Yong >>>>>> >>>> >>>>>> >>>> >>>>>> _____________________________________________________________________ >>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>> >>>> consulting at freeswitch.org >>>>>> >>>> http://www.freeswitchsolutions.com >>>>>> >>>> >>>>>> >>>> Official FreeSWITCH Sites >>>>>> >>>> http://www.freeswitch.org >>>>>> >>>> http://confluence.freeswitch.org >>>>>> >>>> http://www.cluecon.com >>>>>> >>>> >>>>>> >>>> FreeSWITCH-users mailing list >>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> >>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>> >>>> ers >>>>>> >>>> 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-use >>>>>> >>> rs >>>>>> >>> http://www.freeswitch.org >>>>>> >> >>>>>> >> >>>>>> >> -- >>>>>> >> Peng Yong >>>>>> >> >>>>>> >> >>>>>> _________________________________________________________________________ >>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>> >> consulting at freeswitch.org >>>>>> >> http://www.freeswitchsolutions.com >>>>>> >> >>>>>> >> Official FreeSWITCH Sites >>>>>> >> http://www.freeswitch.org >>>>>> >> http://confluence.freeswitch.org >>>>>> >> http://www.cluecon.com >>>>>> >> >>>>>> >> FreeSWITCH-users mailing list >>>>>> >> FreeSWITCH-users at 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.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 >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150212/8d37c950/attachment-0001.html From brian at freeswitch.org Thu Feb 12 18:46:25 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:46:25 -0600 Subject: [Freeswitch-users] Mod_oreka and orkaudio problem. In-Reply-To: References: Message-ID: You have to use the pcap method in orkaudio, as we don't offically do siprec, So its fake sip invites to bring up the recording and fake bye's to bring it down. On Wed, Feb 11, 2015 at 4:32 PM, Volkan Oransoy wrote: > Hi all, > > I am trying to setup mod_oreka with orkaudio 1.7 but I couldn't. > Freeswitch with mod_oreka sends packet via UDP but I couldn't manage to > make orkaudio to listen to UDP ports. Is there a point that I miss? I > couldn't find anything on the web. > > Thanks in advance, > > /Volkan > > Here is my confix.xml for orkaudio. > > > /var/log/orkaudio/audio > libvoip.so > /usr/lib > gsm > yes > localhost > 8080 > LiveMonitoring > BatchProcessing, Reporting > true > tomcat > tomcat > 644 > > 8388608 > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150212/cd46c381/attachment.html From alipey at gmail.com Thu Feb 12 18:47:21 2015 From: alipey at gmail.com (Ali Pey) Date: Thu, 12 Feb 2015 10:47:21 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: I believe it's agreed that we track this here: https://freeswitch.org/jira/browse/FS-7066 I will try to collect the required data next time it happens. Thanks, Ali Pey On Thu, Feb 12, 2015 at 10:43 AM, Brian West wrote: > Do we have a JIRA on this yet? > > On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko > wrote: > >> Hi Ali, >> >> 2 years ago here, in mail-list, was a discussion >> . >> (memleak can be omitted) >> Not sure, but It seems the symptoms was similar. >> >> Best Wishes, >> Dmitry. >> >> 2015-02-12 2:53 GMT+02:00 Ali Pey : >> >>> Hi Dmitry, >>> >>> Can you elaborate a bit please? Are you saying that it won't happen with >>> -np? Or it's just a suggestion? >>> >>> What's the relationship? >>> >>> Thanks, >>> Ali Pey >>> >>> >>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>> dvl36.ripe.nick at gmail.com> wrote: >>> >>>> Hello guys, >>>> >>>> Try to reproduce this bug with normal priority ("-np") command line >>>> switch. >>>> >>>> Best Wishes, >>>> Dmitry. >>>> >>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>> >>>>> Thanks Tristan. >>>>> >>>>> I have had rtp-timer-name set to none for a long time but I still see >>>>> the sudden and random jumps in CPU. >>>>> >>>>> I haven't been able to reproduce it in our Dev/QA environment as well. >>>>> If I can reproduce it, I will definitely do the logs as well. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>> wrote: >>>>> >>>>>> Hi Ali, >>>>>> >>>>>> What I see is kinda the same thing, I still need to provide Anthony >>>>>> with the debug logs ( still had no chance to do the requested tests on the >>>>>> production, could be related to some of our users UA/callflow and cannot >>>>>> reproduce the issue in a lab ). The interesting part as discussed in >>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>> related to media playback ). >>>>>> >>>>>> I hope to have a chance soon to be able to furnish the debug logs, if >>>>>> you can, do the same, Anthony gave the steps to provide him some usefull >>>>>> logs on the bug comments. >>>>>> >>>>>> >>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>> >>>>>> Hi Tristan, >>>>>> >>>>>> Do you see a sudden jump or just more CPU usage? >>>>>> >>>>>> In my case, everything is good for a few days with less than %10 >>>>>> CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>> come down until a restart. After restart, it's good again with the same >>>>>> load. >>>>>> >>>>>> Thanks, >>>>>> Ali Pey >>>>>> >>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>>> wrote: >>>>>> >>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>> >>>>>>> ? >>>>>>> >>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>>>> > same symptoms? >>>>>>> > >>>>>>> > -giovanni >>>>>>> > >>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>> max at nysolutions.com> wrote: >>>>>>> >> Why not a Jira? >>>>>>> >> >>>>>>> >> Thanks, >>>>>>> >> >>>>>>> >> Moishe Grunstein >>>>>>> >> Tornado Computer Systems, Inc. >>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>> >> >>>>>>> >> Computer Networking * Managed Services * IP Video Surveillance * >>>>>>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>>>> Network Security * Site Surveys * CMS >>>>>>> >> >>>>>>> >> -----Original Message----- >>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>> >> To: FreeSWITCH Users Help >>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>>> jump in CPU usage >>>>>>> >> >>>>>>> >> i think it's bug of freeswitch: >>>>>>> >> >>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>> other process eating CPU >>>>>>> >> -- we move all SIP traffic from the server away, the cpu is low. >>>>>>> and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>>>> "nosql" >>>>>>> >> option, no help >>>>>>> >> >>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>> john.nash778 at gmail.com> wrote: >>>>>>> >>> Dear Muhammad, >>>>>>> >>> >>>>>>> >>> I think your issue is different than Ali Pey because CPU rises >>>>>>> at a >>>>>>> >>> specific time (approx) while running fine most of the time. In my >>>>>>> >>> experience you should check following .. >>>>>>> >>> - Check using top commands if its indeed freeswitch taking up >>>>>>> CPU. It >>>>>>> >>> may be logrotate or something. >>>>>>> >>> - If you are using DB on same server, also check DB connections, >>>>>>> May >>>>>>> >>> be some long running query causing it (Like someone fires some >>>>>>> billing >>>>>>> >>> report at approx same time) >>>>>>> >>> >>>>>>> >>> On the other hand when you say "it runs fine all day". You may >>>>>>> want to >>>>>>> >>> check that using top command at different time of day, may be CPU >>>>>>> >>> usage keep on increasing and in your peak time it increases so >>>>>>> much that you see symptoms. >>>>>>> >>> (If this is true may be you and Ali pey have same issue perhaps >>>>>>> some >>>>>>> >>> CPU leak). >>>>>>> >>> >>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>> general. I >>>>>>> >>> am NOT freeswitch expert. I have recently started experiments >>>>>>> with >>>>>>> >>> freeswitch so people who are using freeswitch or experts will >>>>>>> give >>>>>>> >>> more meaningful insight. >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>>> >>>> we have add this option to grub and reboot one months ago. no >>>>>>> help. >>>>>>> >>>> >>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>> thousands >>>>>>> >>>> sessions. it works fine all day and the CPU will rise suddenly >>>>>>> about >>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>> >>>> >>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>> >>>> wrote: >>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>> >>>>> >>>>>>> >>>>> Sent from my iPad >>>>>>> >>>>> >>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>>> wrote: >>>>>>> >>>>> >>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu >>>>>>> usage >>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>> calls i >>>>>>> >>>>> have to install 3 freeswitch instances due to this much cpu >>>>>>> usage >>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>> >>>>> >>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>> >>>>> >>>>>>> >>>>> wrote: >>>>>>> >>>>>> >>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am >>>>>>> using >>>>>>> >>>>>> Debian >>>>>>> >>>>>> 7 >>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>>>> options >>>>>>> >>>>>> does makes it lower. I am gathering more information in order >>>>>>> to >>>>>>> >>>>>> file a Jira. >>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>> Debian 7 >>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many >>>>>>> other >>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>> >>>>>> >>>>>>> >>>>>> ? >>>>>>> >>>>>> Thanks, >>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>> >>>>>> >>>>>>> >>>>>> From: ?? >>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>> >>>>>> > >>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>> sudden >>>>>>> >>>>>> jump in CPU usage >>>>>>> >>>>>> >>>>>>> >>>>>> same issue. >>>>>>> >>>>>> >>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the CPU >>>>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>>>> crontab >>>>>>> >>>>>> at this time. >>>>>>> >>>>>> >>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>> >>>>>> >>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>>>> wrote: >>>>>>> >>>>>>> Hi Anthony, >>>>>>> >>>>>>> >>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix this >>>>>>> >>>>>>> problem. Jira would be to report bugs when you know there is >>>>>>> a >>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>> related issue. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Thanks. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>> >>>>>>> wrote: >>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing list >>>>>>> is >>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> wrote: >>>>>>> >>>>>>>>> you might want to use gcore to look at the threads and see >>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>>>>> wrote: >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> Hello, >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than >>>>>>> %10; >>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of >>>>>>> the >>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it >>>>>>> back >>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the >>>>>>> high >>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>>>> >>>>>>>>>> slow. >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, >>>>>>> but >>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back up. >>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with the >>>>>>> >>>>>>>>>> same traffic. >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> Much appreciated. >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> Thanks, >>>>>>> >>>>>>>>>> Ali Pey >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> ______________________________________________________________ >>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>> >>>>>>>>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>> >>>>>>> >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>>>>>>> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>> >>>>>>> >>>>>>>>> itch-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 >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> _______________________________________________________________ >>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>> >>>>>>>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>> >>>>>>> >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>>>>>> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>> >>>>>>> >>>>>>>> tch-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/freeswit >>>>>>> >>>>>>> >>>>>>> ch-users >>>>>>> >>>>>>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> -- >>>>>>> >>>>>> Peng Yong >>>>>>> >>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> >>>>>>> __________________________________________________________________ >>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>> >>>>>> consulting at freeswitch.org >>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>> >>>>>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> >>>>>> >>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>> >>>>>>> >>>> >>>>>>> >>>> >>>>>>> >>>> -- >>>>>>> >>>> Peng Yong >>>>>>> >>>> >>>>>>> >>>> >>>>>>> _____________________________________________________________________ >>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>> >>>> consulting at freeswitch.org >>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >>>> >>>>>>> >>>> Official FreeSWITCH Sites >>>>>>> >>>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>> http://confluence.freeswitch.org >>>>>>> >>>>>>> >>>> >>>>>>> >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> >>>> >>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> >>>>>>> >>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>> >>>>>>> >>>> ers >>>>>>> >>>> >>>>>>> >>>>>>> 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-use >>>>>>> >>>>>>> >>> rs >>>>>>> >>> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >> >>>>>>> >> >>>>>>> >> -- >>>>>>> >> Peng Yong >>>>>>> >> >>>>>>> >> >>>>>>> _________________________________________________________________________ >>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>> >> consulting at freeswitch.org >>>>>>> >> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> >> >>>>>>> >> Official FreeSWITCH Sites >>>>>>> >> >>>>>>> >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >> http://confluence.freeswitch.org >>>>>>> >>>>>>> >> >>>>>>> >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> >> >>>>>>> >> FreeSWITCH-users mailing list >>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >> >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > > > http://www.freeswitchbook.com > > http://www.freeswitchcookbook.com > > > *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/20150212/1e59b6a3/attachment-0001.html From brian at freeswitch.org Thu Feb 12 18:53:39 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 09:53:39 -0600 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Cool, I'll keep an eye on it. On Thu, Feb 12, 2015 at 9:47 AM, Ali Pey wrote: > I believe it's agreed that we track this here: > > https://freeswitch.org/jira/browse/FS-7066 > > > I will try to collect the required data next time it happens. > > Thanks, > Ali Pey > > > > On Thu, Feb 12, 2015 at 10:43 AM, Brian West wrote: > >> Do we have a JIRA on this yet? >> >> On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko < >> dvl36.ripe.nick at gmail.com> wrote: >> >>> Hi Ali, >>> >>> 2 years ago here, in mail-list, was a discussion >>> . >>> (memleak can be omitted) >>> Not sure, but It seems the symptoms was similar. >>> >>> Best Wishes, >>> Dmitry. >>> >>> 2015-02-12 2:53 GMT+02:00 Ali Pey : >>> >>>> Hi Dmitry, >>>> >>>> Can you elaborate a bit please? Are you saying that it won't happen >>>> with -np? Or it's just a suggestion? >>>> >>>> What's the relationship? >>>> >>>> Thanks, >>>> Ali Pey >>>> >>>> >>>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>>> dvl36.ripe.nick at gmail.com> wrote: >>>> >>>>> Hello guys, >>>>> >>>>> Try to reproduce this bug with normal priority ("-np") command line >>>>> switch. >>>>> >>>>> Best Wishes, >>>>> Dmitry. >>>>> >>>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>>> >>>>>> Thanks Tristan. >>>>>> >>>>>> I have had rtp-timer-name set to none for a long time but I still see >>>>>> the sudden and random jumps in CPU. >>>>>> >>>>>> I haven't been able to reproduce it in our Dev/QA environment as >>>>>> well. If I can reproduce it, I will definitely do the logs as well. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>>> wrote: >>>>>> >>>>>>> Hi Ali, >>>>>>> >>>>>>> What I see is kinda the same thing, I still need to provide Anthony >>>>>>> with the debug logs ( still had no chance to do the requested tests on the >>>>>>> production, could be related to some of our users UA/callflow and cannot >>>>>>> reproduce the issue in a lab ). The interesting part as discussed in >>>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>>> related to media playback ). >>>>>>> >>>>>>> I hope to have a chance soon to be able to furnish the debug logs, >>>>>>> if you can, do the same, Anthony gave the steps to provide him some usefull >>>>>>> logs on the bug comments. >>>>>>> >>>>>>> >>>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>>> >>>>>>> Hi Tristan, >>>>>>> >>>>>>> Do you see a sudden jump or just more CPU usage? >>>>>>> >>>>>>> In my case, everything is good for a few days with less than %10 >>>>>>> CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>>> come down until a restart. After restart, it's good again with the same >>>>>>> load. >>>>>>> >>>>>>> Thanks, >>>>>>> Ali Pey >>>>>>> >>>>>>> >>>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>>>> wrote: >>>>>>> >>>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>>> >>>>>>>> ? >>>>>>>> >>>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>>>>> > same symptoms? >>>>>>>> > >>>>>>>> > -giovanni >>>>>>>> > >>>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>>> max at nysolutions.com> wrote: >>>>>>>> >> Why not a Jira? >>>>>>>> >> >>>>>>>> >> Thanks, >>>>>>>> >> >>>>>>>> >> Moishe Grunstein >>>>>>>> >> Tornado Computer Systems, Inc. >>>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>>> >> >>>>>>>> >> Computer Networking * Managed Services * IP Video Surveillance * >>>>>>>> Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>>>>> Network Security * Site Surveys * CMS >>>>>>>> >> >>>>>>>> >> -----Original Message----- >>>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>>> >> To: FreeSWITCH Users Help >>>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>>>> jump in CPU usage >>>>>>>> >> >>>>>>>> >> i think it's bug of freeswitch: >>>>>>>> >> >>>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>>> other process eating CPU >>>>>>>> >> -- we move all SIP traffic from the server away, the cpu is low. >>>>>>>> and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>>>>> "nosql" >>>>>>>> >> option, no help >>>>>>>> >> >>>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>>> john.nash778 at gmail.com> wrote: >>>>>>>> >>> Dear Muhammad, >>>>>>>> >>> >>>>>>>> >>> I think your issue is different than Ali Pey because CPU rises >>>>>>>> at a >>>>>>>> >>> specific time (approx) while running fine most of the time. In >>>>>>>> my >>>>>>>> >>> experience you should check following .. >>>>>>>> >>> - Check using top commands if its indeed freeswitch taking up >>>>>>>> CPU. It >>>>>>>> >>> may be logrotate or something. >>>>>>>> >>> - If you are using DB on same server, also check DB >>>>>>>> connections, May >>>>>>>> >>> be some long running query causing it (Like someone fires some >>>>>>>> billing >>>>>>>> >>> report at approx same time) >>>>>>>> >>> >>>>>>>> >>> On the other hand when you say "it runs fine all day". You may >>>>>>>> want to >>>>>>>> >>> check that using top command at different time of day, may be >>>>>>>> CPU >>>>>>>> >>> usage keep on increasing and in your peak time it increases so >>>>>>>> much that you see symptoms. >>>>>>>> >>> (If this is true may be you and Ali pey have same issue perhaps >>>>>>>> some >>>>>>>> >>> CPU leak). >>>>>>>> >>> >>>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>>> general. I >>>>>>>> >>> am NOT freeswitch expert. I have recently started experiments >>>>>>>> with >>>>>>>> >>> freeswitch so people who are using freeswitch or experts will >>>>>>>> give >>>>>>>> >>> more meaningful insight. >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>>>> >>>> we have add this option to grub and reboot one months ago. no >>>>>>>> help. >>>>>>>> >>>> >>>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>>> thousands >>>>>>>> >>>> sessions. it works fine all day and the CPU will rise suddenly >>>>>>>> about >>>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>>> >>>> >>>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>>> >>>> wrote: >>>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>>> >>>>> >>>>>>>> >>>>> Sent from my iPad >>>>>>>> >>>>> >>>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>>>> wrote: >>>>>>>> >>>>> >>>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu >>>>>>>> usage >>>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>>> calls i >>>>>>>> >>>>> have to install 3 freeswitch instances due to this much cpu >>>>>>>> usage >>>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>>> >>>>> >>>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>>> >>>>> >>>>>>>> >>>>> wrote: >>>>>>>> >>>>>> >>>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am >>>>>>>> using >>>>>>>> >>>>>> Debian >>>>>>>> >>>>>> 7 >>>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>>>>> options >>>>>>>> >>>>>> does makes it lower. I am gathering more information in >>>>>>>> order to >>>>>>>> >>>>>> file a Jira. >>>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>>> Debian 7 >>>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many >>>>>>>> other >>>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>>> >>>>>> >>>>>>>> >>>>>> ? >>>>>>>> >>>>>> Thanks, >>>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>>> >>>>>> >>>>>>>> >>>>>> From: ?? >>>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>>> >>>>>> > >>>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>> sudden >>>>>>>> >>>>>> jump in CPU usage >>>>>>>> >>>>>> >>>>>>>> >>>>>> same issue. >>>>>>>> >>>>>> >>>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the >>>>>>>> CPU >>>>>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>>>>> crontab >>>>>>>> >>>>>> at this time. >>>>>>>> >>>>>> >>>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>>> >>>>>> >>>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>>>>> wrote: >>>>>>>> >>>>>>> Hi Anthony, >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>>>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>>>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix >>>>>>>> this >>>>>>>> >>>>>>> problem. Jira would be to report bugs when you know there >>>>>>>> is a >>>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>>> related issue. >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> Thanks. >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> >>>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>>> >>>>>>> wrote: >>>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing >>>>>>>> list is >>>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> wrote: >>>>>>>> >>>>>>>>> you might want to use gcore to look at the threads and see >>>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>>>>>> wrote: >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> Hello, >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than >>>>>>>> %10; >>>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of >>>>>>>> the >>>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it >>>>>>>> back >>>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the >>>>>>>> high >>>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>>>>> >>>>>>>>>> slow. >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, >>>>>>>> but >>>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back >>>>>>>> up. >>>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with >>>>>>>> the >>>>>>>> >>>>>>>>>> same traffic. >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> Thanks, >>>>>>>> >>>>>>>>>> Ali Pey >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> ______________________________________________________________ >>>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> >>>>>>>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>>> >>>>>>>> >>>>>>>>> itch-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 >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________________________ >>>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>> >>>>>>>> >>>>>>>> tch-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/freeswit >>>>>>>> >>>>>>>> >>>>>>> ch-users >>>>>>>> >>>>>>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> -- >>>>>>>> >>>>>> Peng Yong >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> >>>>>>>> __________________________________________________________________ >>>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>>> >>>>>> consulting at freeswitch.org >>>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>>> >>>>>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> >>>>>> >>>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>>> >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> >>>> -- >>>>>>>> >>>> Peng Yong >>>>>>>> >>>> >>>>>>>> >>>> >>>>>>>> _____________________________________________________________________ >>>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>>> >>>> consulting at freeswitch.org >>>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >>>> >>>>>>>> >>>> Official FreeSWITCH Sites >>>>>>>> >>>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>> http://confluence.freeswitch.org >>>>>>>> >>>>>>>> >>>> >>>>>>>> >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> >>>> >>>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> >>>>>>>> >>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>>> >>>>>>>> >>>> ers >>>>>>>> >>>> >>>>>>>> >>>>>>>> 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-use >>>>>>>> >>>>>>>> >>> rs >>>>>>>> >>> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> -- >>>>>>>> >> Peng Yong >>>>>>>> >> >>>>>>>> >> >>>>>>>> _________________________________________________________________________ >>>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>>> >> consulting at freeswitch.org >>>>>>>> >> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> >> >>>>>>>> >> Official FreeSWITCH Sites >>>>>>>> >> >>>>>>>> >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >> http://confluence.freeswitch.org >>>>>>>> >>>>>>>> >> >>>>>>>> >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> >> >>>>>>>> >> FreeSWITCH-users mailing list >>>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >>> >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> >> >> http://www.freeswitchbook.com >> >> http://www.freeswitchcookbook.com >> >> >> *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 *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/20150212/124a8cd2/attachment-0001.html From josefu at gmail.com Thu Feb 12 19:23:31 2015 From: josefu at gmail.com (=?UTF-8?Q?Jose_Fco=2E_Irles_Dur=C3=A1?=) Date: Thu, 12 Feb 2015 17:23:31 +0100 Subject: [Freeswitch-users] RTP delay with cng In-Reply-To: References: Message-ID: So you consider that it is a bug and it is not a bad configuration, isn't it? Thanks 2015-02-12 16:43 GMT+01:00 Brian West : > Bug reports belong in JIRA. > > On Thu, Feb 12, 2015 at 4:50 AM, Jose Fco. Irles Dur? > wrote: > >> Hi, >> >> I have a FreeSWITCH 1.4.15 (from debian repositories), but I've been >> having a problem for a long time (with older versions too) and I don't >> know if it is a configuration problem or a bug. >> The FreeSWITCH runs on an openvz machine and this server is not >> overloaded. >> Before testing with trunk branch I want to share my problem looking >> for help to solve it (it's in production) >> >> I have an issue with some providers that send to my FreeSWITCH CN >> packets. When this happens, the other call leg has a terrible delay >> and bad quality sound.It starts with a little delay, but during the >> call the delay increases more and more. >> >> Capturing with wireshark and decoding rtp stream I can see 31% of >> packets dropped by Jitter Buff in the leg in wich the delay occurs >> (from FreeSWITCH IP to the other endpoint) >> >> I don't have any problem when the provider doesn't send CN packets. >> >> If I configure FreeSWITCH not to negotiate "comfort noise" (profile: >> supress-cng=true), the provider sends cn packets too. >> >> I tried with no luck variables such as: >> >> - send_silence_when_idle (with values "400" and "true") >> - bridge_generate_comfort_noise=true >> >> >> >> The rtp related params of my sofia profile are: >> >> rtp-timer-name=soft >> inbound-zrtp-passthru=false (don't use zrtp) >> rtp-timeout-sec=300 >> rtp-hold-timeout-sec=1800 >> inbound-late-negotiation=true >> NDLB-allow-bad-iananame=true >> supress-cng=true >> vad=none >> t38-passthru=true >> inbound-codec-prefs=PCMA,PCMU,G722,GSM >> outbound-codec-prefs=PCMA,PCMU,G722,GSM >> >> In the dialplan the only variables that I set related with rtp are: >> >> set inherit_codec=true >> export absolute_codec_string=${ep_codec_string} >> >> Thanks in advance >> -- >> Jose Fco. Irles Dur? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- Jose Fco. Irles Dur? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/57cc6317/attachment.html From lazy.charles at gmail.com Thu Feb 12 19:26:26 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Fri, 13 Feb 2015 00:26:26 +0800 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: Message-ID: Hi Brian, I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. B leg is still ringing after I hangup the FXO. I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. Let me know if you have any suggestion. Best regards, Charles 2015-02-12 23:43 GMT+08:00 Brian West : > You may wish to answer that inbound tdm leg before ringing out to the sip > device. > > On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang > wrote: > >> Hi all, >> >> I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there >> is a bug in inbound call via the freetdm FXO device. >> >> When I try to make call from FXO and it bridges to SIP device named 1234 >> via the following dialplan. >> >> >> > expression="^(1234)$"> >> >> >> >> >> >> Before SIP 1234 answers the call, the caller (FXO) hangup call before >> 1234 answered. But the callee (SIP 1234) is still ringing and stop ring >> after about 30 seconds. >> >> It is the same condition if the callee is FXS device. >> >> I can find two channels during ringing (A leg & B leg). >> After the caller(FXO) onhook, the A leg is still alive and A leg will not >> be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). >> >> There are two legs (A leg & B leg) after the caller FXO had hangup. >> >> >> uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context >> 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 >> 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default >> cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 >> 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound >> Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default >> >> >> Can anyone help me to solve it or tell me why? >> >> >> -- >> Best Regards >> Charles >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/2641e96f/attachment.html From sdevoy at bizfocused.com Thu Feb 12 19:40:13 2015 From: sdevoy at bizfocused.com (Sean Devoy) Date: Thu, 12 Feb 2015 16:40:13 +0000 Subject: [Freeswitch-users] Forwarded Voicemail transcription Message-ID: Hi all, A customer has asked if there is a way to forward an email transcription of a voicemail when it is FORWARDED from another user? They like the transcripts I deliver when voicemail arrives, and would like the same feature on forwarded voicemails. Is there somewhere this could be implemented? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/cd7300b6/attachment-0001.html From mike at jerris.com Thu Feb 12 19:40:43 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 Feb 2015 11:40:43 -0500 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC In-Reply-To: References: Message-ID: <47A33E1D-9805-400D-A7B9-2BE25C362DCB@jerris.com> Also, I recommend you move to use sip.js instead of jssip. They are fairly similar but sip.js is more up to date and maintained. > On Feb 12, 2015, at 10:42 AM, Brian West wrote: > > Update your FreeSWITCH, If you wish to use WebRTC you MUST use master, or at least something more recent than last July. :P > > On Thu, Feb 12, 2015 at 4:08 AM, Oleg Stolyar > wrote: > Hi guys, > > Sorry for a long email. > > I ran into this strange problem a couple of time over the last year where my Freeswitch stops receiving or sending SIP signals from and to WebRTC (JsSip) profile. > > At the same time, SIP signals are coming through just fine on a different profile which is regular SIP. > > It lasted for about 15 min. > > When the problem was over, I saw a bunch of BYE signals being sent to the WebRTC users at about the same for all the calls that ended during these 15 min. > > Also, INVITEs from these users that were sent during the 15 minutes actually got through (or at least showed in the logs) after the problem cleared. > > I have a fairly old FS - master from July 2014 but was wondering if anyone else had this problem. > > There are no errors in the logs and I cannot reproduce this at will. > > One possibility is that the network connection is somehow holding up these signals rather than FS. So, I was wondering when during the process of sending SIP signals over WebRTC does it get recorded in the log? Is it when the sending is successful or as soon as it's attempted? This could tell me whether FS doesn't even try to send the signal during this problem period or whether it's trying but cannot get through to the network somehow. > > Another piece of information - calls that were connected before the problem started continued just fine and the media kept coming through. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/5f9619a3/attachment.html From olegstolyar at gmail.com Thu Feb 12 19:50:59 2015 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Thu, 12 Feb 2015 08:50:59 -0800 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC In-Reply-To: References: Message-ID: Thanks Brian, that's the plan. What about my second question about logging of SIP traces? Are they logged upon successful sending? If so, is there a way to see in the logs when FS attempts to send? Basically, I'd like to figure out where in the SIP process the delay happens. On Thu, Feb 12, 2015 at 7:42 AM, Brian West wrote: > Update your FreeSWITCH, If you wish to use WebRTC you MUST use master, or > at least something more recent than last July. :P > > On Thu, Feb 12, 2015 at 4:08 AM, Oleg Stolyar > wrote: > >> Hi guys, >> >> Sorry for a long email. >> >> I ran into this strange problem a couple of time over the last year where >> my Freeswitch stops receiving or sending SIP signals from and to WebRTC >> (JsSip) profile. >> >> At the same time, SIP signals are coming through just fine on a different >> profile which is regular SIP. >> >> It lasted for about 15 min. >> >> When the problem was over, I saw a bunch of BYE signals being sent to the >> WebRTC users at about the same for all the calls that ended during these >> 15 min. >> >> Also, INVITEs from these users that were sent during the 15 minutes >> actually got through (or at least showed in the logs) after the problem >> cleared. >> >> I have a fairly old FS - master from July 2014 but was wondering if >> anyone else had this problem. >> >> There are no errors in the logs and I cannot reproduce this at will. >> >> One possibility is that the network connection is somehow holding up >> these signals rather than FS. So, I was wondering when during the process >> of sending SIP signals over WebRTC does it get recorded in the log? Is it >> when the sending is successful or as soon as it's attempted? This could >> tell me whether FS doesn't even try to send the signal during this problem >> period or whether it's trying but cannot get through to the network somehow. >> >> Another piece of information - calls that were connected before the >> problem started continued just fine and the media kept coming through. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150212/af75ab9b/attachment.html From auge at virtues.net Thu Feb 12 21:17:30 2015 From: auge at virtues.net (Thomas Auge) Date: Thu, 12 Feb 2015 15:17:30 -0300 Subject: [Freeswitch-users] ISDN G.722 dropouts - jitterbuffer underruns Message-ID: <54DCEE3A.2080100@virtues.net> We're bridging webRTC to ISDN with FreeTDM and are experiencing frequent audio dropouts. On the webRTC end we've tried Opus and G.722 even with a client right next to the server. The effects are the same, so I'm fairly certain the problem is either on the ISDN end or inside FreeTDM. Unfortunately the only thing I could find that's related to the issue is a jitterbuffer underrun when this happens. I've checked every troubleshooting hint Sangoma provides and played around with every config option I could find that might even be remotely related. But other than the buffer underruns I got nothing, though that feels more like a consequence rather than the reason. There are no frame errors/losses on the wanpipe devices (ifconfig) either. Does anyone have an idea what else to check? (Freeswitch version is current master) Jitterbuffer debug: 655: I: DEBUG len:5/10 i=533/1000 - g:537 c:533 b:0 - ts:2274276068/14214225/2274275908 - m:0(0.000000%) j:1.90% js:20/0 dr:-160/0 920: O: DEBUG 2274276068:14214225 0 907: DEBUG MISSING 2274276228:14214226 1533 2274276068 160 5 1 806: DEBUG OUT QUEUE: ------------ 809: DEBUG 2274275108:14214219 r:1 809: DEBUG 2274275268:14214220 r:1 809: DEBUG 2274275428:14214221 r:1 809: DEBUG 2274275588:14214222 r:1 809: DEBUG 2274275748:14214223 r:1 811: DEBUG 812: DEBUG IN QUEUE: ------------ 815: DEBUG 2274275908:14214224 r:1 815: DEBUG 2274276068:14214225 r:1 817: DEBUG 746: DEBUG OUT QUEUE EMPTY, SWAPPING 980: DEBUG PLC 1/10 1 160 2274276228:14214226 600: DEBUG TOO LATE !!! 2274276228 833: DEBUG JITTERBUFFER NOT READY: IGNORING FRAME 655: I: DEBUG len:5/10 i=534/1000 - g:0 c:533 b:1 - ts:2274276388/14214227/2274276228 - m:1(0.100000%) j:1.90% js:20/0 dr:-160/0 655: I: DEBUG len:5/10 i=535/1000 - g:0 c:534 b:1 - ts:2274276548/14214228/2274276228 - m:1(0.100000%) j:1.90% js:20/0 dr:-160/0 833: DEBUG JITTERBUFFER NOT READY: IGNORING FRAME 655: I: DEBUG len:5/10 i=536/1000 - g:0 c:535 b:1 - ts:2274276708/14214229/2274276228 - m:1(0.100000%) j:1.90% js:20/0 dr:-160/0 833: DEBUG JITTERBUFFER NOT READY: IGNORING FRAME 655: I: DEBUG len:5/10 i=537/1000 - g:0 c:536 b:1 - ts:2274276868/14214230/2274276228 - m:1(0.100000%) j:1.90% js:20/0 dr:-160/0 833: DEBUG JITTERBUFFER NOT READY: IGNORING FRAME 655: I: DEBUG len:5/10 i=538/1000 - g:0 c:537 b:1 - ts:2274277028/14214231/2274276228 - m:1(0.100000%) j:1.90% js:20/0 dr:-160/0 920: O: DEBUG 2274276388:14214227 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/60c2f1b2/attachment-0001.html From mike at jerris.com Thu Feb 12 21:18:08 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 12 Feb 2015 13:18:08 -0500 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC In-Reply-To: References: Message-ID: <1E6CB119-CACF-44E7-B69E-0A06BAB2FD86@jerris.com> I don't actually know the answer for that, but you could dig in the sofia-sip library in tport if you want to find the answer. we hook into the tport logging for those. > On Feb 12, 2015, at 11:50 AM, Oleg Stolyar wrote: > > Thanks Brian, that's the plan. > > What about my second question about logging of SIP traces? Are they logged upon successful sending? If so, is there a way to see in the logs when FS attempts to send? > > Basically, I'd like to figure out where in the SIP process the delay happens. > > On Thu, Feb 12, 2015 at 7:42 AM, Brian West > wrote: > Update your FreeSWITCH, If you wish to use WebRTC you MUST use master, or at least something more recent than last July. :P > > On Thu, Feb 12, 2015 at 4:08 AM, Oleg Stolyar > wrote: > Hi guys, > > Sorry for a long email. > > I ran into this strange problem a couple of time over the last year where my Freeswitch stops receiving or sending SIP signals from and to WebRTC (JsSip) profile. > > At the same time, SIP signals are coming through just fine on a different profile which is regular SIP. > > It lasted for about 15 min. > > When the problem was over, I saw a bunch of BYE signals being sent to the WebRTC users at about the same for all the calls that ended during these 15 min. > > Also, INVITEs from these users that were sent during the 15 minutes actually got through (or at least showed in the logs) after the problem cleared. > > I have a fairly old FS - master from July 2014 but was wondering if anyone else had this problem. > > There are no errors in the logs and I cannot reproduce this at will. > > One possibility is that the network connection is somehow holding up these signals rather than FS. So, I was wondering when during the process of sending SIP signals over WebRTC does it get recorded in the log? Is it when the sending is successful or as soon as it's attempted? This could tell me whether FS doesn't even try to send the signal during this problem period or whether it's trying but cannot get through to the network somehow. > > Another piece of information - calls that were connected before the problem started continued just fine and the media kept coming through. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150212/6a33ed00/attachment.html From olegstolyar at gmail.com Thu Feb 12 22:04:50 2015 From: olegstolyar at gmail.com (Oleg Stolyar) Date: Thu, 12 Feb 2015 11:04:50 -0800 Subject: [Freeswitch-users] Strange intermittent issue with SIP signals over WebRTC In-Reply-To: <1E6CB119-CACF-44E7-B69E-0A06BAB2FD86@jerris.com> References: <1E6CB119-CACF-44E7-B69E-0A06BAB2FD86@jerris.com> Message-ID: Thanks Michael! I guess I'll have to if this keeps happening after the upgrade to latest master. On Thu, Feb 12, 2015 at 10:18 AM, Michael Jerris wrote: > I don't actually know the answer for that, but you could dig in the > sofia-sip library in tport if you want to find the answer. we hook into > the tport logging for those. > > On Feb 12, 2015, at 11:50 AM, Oleg Stolyar wrote: > > Thanks Brian, that's the plan. > > What about my second question about logging of SIP traces? Are they > logged upon successful sending? If so, is there a way to see in the logs > when FS attempts to send? > > Basically, I'd like to figure out where in the SIP process the delay > happens. > > On Thu, Feb 12, 2015 at 7:42 AM, Brian West wrote: > >> Update your FreeSWITCH, If you wish to use WebRTC you MUST use master, or >> at least something more recent than last July. :P >> >> On Thu, Feb 12, 2015 at 4:08 AM, Oleg Stolyar >> wrote: >> >>> Hi guys, >>> >>> Sorry for a long email. >>> >>> I ran into this strange problem a couple of time over the last year >>> where my Freeswitch stops receiving or sending SIP signals from and to >>> WebRTC (JsSip) profile. >>> >>> At the same time, SIP signals are coming through just fine on a >>> different profile which is regular SIP. >>> >>> It lasted for about 15 min. >>> >>> When the problem was over, I saw a bunch of BYE signals being sent to >>> the WebRTC users at about the same for all the calls that ended during >>> these 15 min. >>> >>> Also, INVITEs from these users that were sent during the 15 minutes >>> actually got through (or at least showed in the logs) after the problem >>> cleared. >>> >>> I have a fairly old FS - master from July 2014 but was wondering if >>> anyone else had this problem. >>> >>> There are no errors in the logs and I cannot reproduce this at will. >>> >>> One possibility is that the network connection is somehow holding up >>> these signals rather than FS. So, I was wondering when during the process >>> of sending SIP signals over WebRTC does it get recorded in the log? Is it >>> when the sending is successful or as soon as it's attempted? This could >>> tell me whether FS doesn't even try to send the signal during this problem >>> period or whether it's trying but cannot get through to the network somehow. >>> >>> Another piece of information - calls that were connected before the >>> problem started continued just fine and the media kept coming through. >>> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150212/5787bd33/attachment.html From 0x6e6562 at gmail.com Thu Feb 12 23:00:46 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Thu, 12 Feb 2015 20:00:46 +0000 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: References: <4A567E90-48C4-4BCB-9508-B7BE2C5789DD@jerris.com> Message-ID: Many thanks for your suggestions. Though I have not yet solved the end to end issue, I have broken the problem down into smaller parts that I have been successively debugging and verifying. Along the way I have discovered a number of signalling bugs in our setup. The most pertinent issue I have discovered is IP fragmentation problem in the firewall of the PEER. So after correcting the MTU on the link, I was able to get an INVITE to arrive at the remote PEER. So I think I might be on the way to discovering the underlying issue. On Thu, Feb 12, 2015 at 12:16 PM, Lucas Castro wrote: > I could notice it is missing the ACK package from your PEER. Maybe its > sending it to the wrong place, maybe its not sending it at all. > FreeSWITCH will retry 200 OK over and over 'cause it expects an ACK in order > to continue. > > here are some tips: > > Enable sip trace on the PEER side to check whether its sending ACK or not. > Compare 200 OK (SDP) from FreeSWITCH in each scenario. Maybe there are > differences between them. > > On Wed, Feb 11, 2015 at 5:05 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >> >> I think you may well have a point. >> >> I've spent days on this issue and I'm beginning to narrow it down by >> breaking the bridging down into the individual legs. I've also been >> able to establish RTP flow with the same originator by proxying the >> INVITE to a non-FS user agent (i.e. a phone registered with Kamailio). >> >> I didn't want to leave this post dangling without a some kind of >> closure, so I thought I'd just post this status update. >> >> On Tue, Feb 10, 2015 at 8:33 PM, Michael Jerris wrote: >> > I doubt it has anything to do with 180vs183. Check for nat issues in >> > the trace that isn't working. >> > >> >> On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >> >> >> >> Hi all, >> >> >> >> I'm wondering what influences Freeswitch's signalling response when it >> >> responds to an INVITE. >> >> >> >> In some instances it appears to follow this sequence: >> >> >> >> Peer -> INVITE (SDP) -> FS >> >> Peer <- 100 <- FS >> >> Peer <- 183 (SDP) <- FS >> >> Peer <- 200 (SDP) <- FS >> >> Peer -> ACK -> FS >> >> >> >> Which leads to a successful bridge between two legs. >> >> >> >> But in other instances it appears to follow the sequence: >> >> >> >> Peer -> INVITE (SDP) -> FS >> >> Peer <- 100 <- FS >> >> Peer <- 180 (SDP) <- FS >> >> Peer <- 200 (SDP) <- FS (1st attempt) >> >> Peer <- 200 (SDP) <- FS (2nd attempt) >> >> .... >> >> Peer <- 200 (SDP) <- FS (nth attempt) >> >> ....timeout >> >> >> >> I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't >> >> like the 100/180/200 sequence (as opposed to 100/183/200), so I need >> >> to find that out for myself. >> >> >> >> But I am wondering what factors influence Freeswitch's decision of >> >> what sequence signals to send in response to an INVITE. >> >> >> >> Any pointers appreciated, >> >> >> >> Ben >> > >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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 > > > > > -- > Atenciosamente, > Lucas Castro > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 krice at freeswitch.org Thu Feb 12 23:05:44 2015 From: krice at freeswitch.org (Ken Rice) Date: Thu, 12 Feb 2015 14:05:44 -0600 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: Message-ID: Keep in mind that if you are exceeding MTU, UDP does not handle fragmentation well... The way around this is to reduce the size of your SIP packets (less codecs, X headers etc, or even compact headers) or just switch to TCP. This is why the RFCs require SIP endpoints to support both On 2/12/15, 2:00 PM, "Ben Hood" <0x6e6562 at gmail.com> wrote: > Many thanks for your suggestions. > > Though I have not yet solved the end to end issue, I have broken the > problem down into smaller parts that I have been successively > debugging and verifying. Along the way I have discovered a number of > signalling bugs in our setup. > > The most pertinent issue I have discovered is IP fragmentation problem > in the firewall of the PEER. So after correcting the MTU on the link, > I was able to get an INVITE to arrive at the remote PEER. > > So I think I might be on the way to discovering the underlying issue. > > On Thu, Feb 12, 2015 at 12:16 PM, Lucas Castro wrote: >> I could notice it is missing the ACK package from your PEER. Maybe its >> sending it to the wrong place, maybe its not sending it at all. >> FreeSWITCH will retry 200 OK over and over 'cause it expects an ACK in order >> to continue. >> >> here are some tips: >> >> Enable sip trace on the PEER side to check whether its sending ACK or not. >> Compare 200 OK (SDP) from FreeSWITCH in each scenario. Maybe there are >> differences between them. >> >> On Wed, Feb 11, 2015 at 5:05 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >>> >>> I think you may well have a point. >>> >>> I've spent days on this issue and I'm beginning to narrow it down by >>> breaking the bridging down into the individual legs. I've also been >>> able to establish RTP flow with the same originator by proxying the >>> INVITE to a non-FS user agent (i.e. a phone registered with Kamailio). >>> >>> I didn't want to leave this post dangling without a some kind of >>> closure, so I thought I'd just post this status update. >>> >>> On Tue, Feb 10, 2015 at 8:33 PM, Michael Jerris wrote: >>>> I doubt it has anything to do with 180vs183. Check for nat issues in >>>> the trace that isn't working. >>>> >>>>> On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >>>>> >>>>> Hi all, >>>>> >>>>> I'm wondering what influences Freeswitch's signalling response when it >>>>> responds to an INVITE. >>>>> >>>>> In some instances it appears to follow this sequence: >>>>> >>>>> Peer -> INVITE (SDP) -> FS >>>>> Peer <- 100 <- FS >>>>> Peer <- 183 (SDP) <- FS >>>>> Peer <- 200 (SDP) <- FS >>>>> Peer -> ACK -> FS >>>>> >>>>> Which leads to a successful bridge between two legs. >>>>> >>>>> But in other instances it appears to follow the sequence: >>>>> >>>>> Peer -> INVITE (SDP) -> FS >>>>> Peer <- 100 <- FS >>>>> Peer <- 180 (SDP) <- FS >>>>> Peer <- 200 (SDP) <- FS (1st attempt) >>>>> Peer <- 200 (SDP) <- FS (2nd attempt) >>>>> .... >>>>> Peer <- 200 (SDP) <- FS (nth attempt) >>>>> ....timeout >>>>> >>>>> I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't >>>>> like the 100/180/200 sequence (as opposed to 100/183/200), so I need >>>>> to find that out for myself. >>>>> >>>>> But I am wondering what factors influence Freeswitch's decision of >>>>> what sequence signals to send in response to an INVITE. >>>>> >>>>> Any pointers appreciated, >>>>> >>>>> Ben >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >> >> >> >> >> -- >> Atenciosamente, >> Lucas Castro >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH From 0x6e6562 at gmail.com Fri Feb 13 01:59:06 2015 From: 0x6e6562 at gmail.com (Ben Hood) Date: Thu, 12 Feb 2015 22:59:06 +0000 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: References: Message-ID: <967A4987-A777-430F-9023-0B36C2375E70@gmail.com> This is a very good point to bear in mind. Is it general practice if you have to deal with external gateways that don't support TCP, and you can't harmonize the MTU on the relevant links, to trim the size of the SIP messages to stay below the fragmentation threshold? > On 12 Feb 2015, at 20:05, Ken Rice wrote: > > Keep in mind that if you are exceeding MTU, UDP does not handle > fragmentation well... The way around this is to reduce the size of your SIP > packets (less codecs, X headers etc, or even compact headers) or just switch > to TCP. This is why the RFCs require SIP endpoints to support both > > >> On 2/12/15, 2:00 PM, "Ben Hood" <0x6e6562 at gmail.com> wrote: >> >> Many thanks for your suggestions. >> >> Though I have not yet solved the end to end issue, I have broken the >> problem down into smaller parts that I have been successively >> debugging and verifying. Along the way I have discovered a number of >> signalling bugs in our setup. >> >> The most pertinent issue I have discovered is IP fragmentation problem >> in the firewall of the PEER. So after correcting the MTU on the link, >> I was able to get an INVITE to arrive at the remote PEER. >> >> So I think I might be on the way to discovering the underlying issue. >> >>> On Thu, Feb 12, 2015 at 12:16 PM, Lucas Castro wrote: >>> I could notice it is missing the ACK package from your PEER. Maybe its >>> sending it to the wrong place, maybe its not sending it at all. >>> FreeSWITCH will retry 200 OK over and over 'cause it expects an ACK in order >>> to continue. >>> >>> here are some tips: >>> >>> Enable sip trace on the PEER side to check whether its sending ACK or not. >>> Compare 200 OK (SDP) from FreeSWITCH in each scenario. Maybe there are >>> differences between them. >>> >>>> On Wed, Feb 11, 2015 at 5:05 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >>>> >>>> I think you may well have a point. >>>> >>>> I've spent days on this issue and I'm beginning to narrow it down by >>>> breaking the bridging down into the individual legs. I've also been >>>> able to establish RTP flow with the same originator by proxying the >>>> INVITE to a non-FS user agent (i.e. a phone registered with Kamailio). >>>> >>>> I didn't want to leave this post dangling without a some kind of >>>> closure, so I thought I'd just post this status update. >>>> >>>>> On Tue, Feb 10, 2015 at 8:33 PM, Michael Jerris wrote: >>>>> I doubt it has anything to do with 180vs183. Check for nat issues in >>>>> the trace that isn't working. >>>>> >>>>>> On Feb 10, 2015, at 2:55 PM, Ben Hood <0x6e6562 at gmail.com> wrote: >>>>>> >>>>>> Hi all, >>>>>> >>>>>> I'm wondering what influences Freeswitch's signalling response when it >>>>>> responds to an INVITE. >>>>>> >>>>>> In some instances it appears to follow this sequence: >>>>>> >>>>>> Peer -> INVITE (SDP) -> FS >>>>>> Peer <- 100 <- FS >>>>>> Peer <- 183 (SDP) <- FS >>>>>> Peer <- 200 (SDP) <- FS >>>>>> Peer -> ACK -> FS >>>>>> >>>>>> Which leads to a successful bridge between two legs. >>>>>> >>>>>> But in other instances it appears to follow the sequence: >>>>>> >>>>>> Peer -> INVITE (SDP) -> FS >>>>>> Peer <- 100 <- FS >>>>>> Peer <- 180 (SDP) <- FS >>>>>> Peer <- 200 (SDP) <- FS (1st attempt) >>>>>> Peer <- 200 (SDP) <- FS (2nd attempt) >>>>>> .... >>>>>> Peer <- 200 (SDP) <- FS (nth attempt) >>>>>> ....timeout >>>>>> >>>>>> I'm not 100% sure whether the remote peer (itself a SIP trunk) doesn't >>>>>> like the 100/180/200 sequence (as opposed to 100/183/200), so I need >>>>>> to find that out for myself. >>>>>> >>>>>> But I am wondering what factors influence Freeswitch's decision of >>>>>> what sequence signals to send in response to an INVITE. >>>>>> >>>>>> Any pointers appreciated, >>>>>> >>>>>> Ben >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>> >>> >>> >>> >>> -- >>> Atenciosamente, >>> Lucas Castro >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > > -- > Ken > http://www.FreeSWITCH.org > http://www.ClueCon.com > http://www.OSTAG.org > irc.freenode.net #freeswitch > Twitter: @FreeSWITCH > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 abalashov at evaristesys.com Fri Feb 13 02:01:40 2015 From: abalashov at evaristesys.com (Alex Balashov) Date: Thu, 12 Feb 2015 18:01:40 -0500 Subject: [Freeswitch-users] Responding to INVITE with 180 vs 183 In-Reply-To: <967A4987-A777-430F-9023-0B36C2375E70@gmail.com> References: <967A4987-A777-430F-9023-0B36C2375E70@gmail.com> Message-ID: <54DD30D4.6030304@evaristesys.com> On 02/12/2015 05:59 PM, Ben Hood wrote: > This is a very good point to bear in mind. Is it general practice if > you have to deal with external gateways that don't support TCP, and > you can't harmonize the MTU on the relevant links, to trim the size > of the SIP messages to stay below the fragmentation threshold? It is, I think, the inevitable widespread practice, which I suppose equates to "general". :-) -- Alex Balashov - Principal Evariste Systems LLC 235 E Ponce de Leon Ave Suite 106 Decatur, GA 30030 United States Tel: +1-678-954-0670 Web: http://www.evaristesys.com/, http://www.alexbalashov.com/ From brian at freeswitch.org Fri Feb 13 05:41:12 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 12 Feb 2015 20:41:12 -0600 Subject: [Freeswitch-users] RTP delay with cng In-Reply-To: References: Message-ID: I would rather have something like that in JIRA either way it goes. Otherwise we lose track of it and never actually fix it if it turns out to be a real bug. On Thu, Feb 12, 2015 at 10:23 AM, Jose Fco. Irles Dur? wrote: > So you consider that it is a bug and it is not a bad configuration, isn't > it? > > Thanks > > 2015-02-12 16:43 GMT+01:00 Brian West : > >> Bug reports belong in JIRA. >> >> On Thu, Feb 12, 2015 at 4:50 AM, Jose Fco. Irles Dur? >> wrote: >> >>> Hi, >>> >>> I have a FreeSWITCH 1.4.15 (from debian repositories), but I've been >>> having a problem for a long time (with older versions too) and I don't >>> know if it is a configuration problem or a bug. >>> The FreeSWITCH runs on an openvz machine and this server is not >>> overloaded. >>> Before testing with trunk branch I want to share my problem looking >>> for help to solve it (it's in production) >>> >>> I have an issue with some providers that send to my FreeSWITCH CN >>> packets. When this happens, the other call leg has a terrible delay >>> and bad quality sound.It starts with a little delay, but during the >>> call the delay increases more and more. >>> >>> Capturing with wireshark and decoding rtp stream I can see 31% of >>> packets dropped by Jitter Buff in the leg in wich the delay occurs >>> (from FreeSWITCH IP to the other endpoint) >>> >>> I don't have any problem when the provider doesn't send CN packets. >>> >>> If I configure FreeSWITCH not to negotiate "comfort noise" (profile: >>> supress-cng=true), the provider sends cn packets too. >>> >>> I tried with no luck variables such as: >>> >>> - send_silence_when_idle (with values "400" and "true") >>> - bridge_generate_comfort_noise=true >>> >>> >>> >>> The rtp related params of my sofia profile are: >>> >>> rtp-timer-name=soft >>> inbound-zrtp-passthru=false (don't use zrtp) >>> rtp-timeout-sec=300 >>> rtp-hold-timeout-sec=1800 >>> inbound-late-negotiation=true >>> NDLB-allow-bad-iananame=true >>> supress-cng=true >>> vad=none >>> t38-passthru=true >>> inbound-codec-prefs=PCMA,PCMU,G722,GSM >>> outbound-codec-prefs=PCMA,PCMU,G722,GSM >>> >>> In the dialplan the only variables that I set related with rtp are: >>> >>> set inherit_codec=true >>> export absolute_codec_string=${ep_codec_string} >>> >>> Thanks in advance >>> -- >>> Jose Fco. Irles Dur? >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 >> > > > > -- > Jose Fco. Irles Dur? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150212/028dafe0/attachment.html From lazy.charles at gmail.com Fri Feb 13 09:40:59 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Fri, 13 Feb 2015 14:40:59 +0800 Subject: [Freeswitch-users] B leg is still ringing After FXO caller hangup before ANSWERED Message-ID: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234 or FXS) is still ringing and stop ring until call-timeout about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/5432a1b2/attachment-0001.html From ct.radu.001 at gmail.com Fri Feb 13 10:54:32 2015 From: ct.radu.001 at gmail.com (CT Radu) Date: Fri, 13 Feb 2015 09:54:32 +0200 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: Anyone with mod_lua knowledge around here ? Thanks, Costin 2015-02-11 11:57 GMT+02:00 CT Radu : > Hi all, > > I have the following problem: > I have an dialplan rule in freeswitch that delegates the control for the > incoming call on a specific number to an erlang application. > This erlang application, at one point executes a lua script using the call: > {api, luarun, "luascript.lua uuid"} > > In lua I do the following: > api = freeswitch.API(); > session = freeswitch.session(argv[1]); > > uuid = session:get_uuid(); > > if session:ready() then > uuid_break_cmd = "uuid_break ".. uuid .. " all"; > uuid_hold_cmd = "uuid_hold off" .. uuid; > freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. > "\n"); > session:execute("break","all"); > api:executeString(uuid_break_cmd); > reply = api:executeString(uuid_break_cmd); > > freeswitch.consoleLog("notice", "After uuid_break.\n"); > end > > The thing is that freeswitch ignores completly uuid_break and uuid_hold off > The same command issued via fs_cli has effect. > > In fs_cli on debug I can see this: > 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break cmd: > uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all > EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) > 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event > CHANNEL_EXECUTE for attached session f36d5e5c-b151-11e4-9674-8f19f7458942 > 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event > CHANNEL_EXECUTE_COMPLETE for attached session > f36d5e5c-b151-11e4-9674-8f19f7458942 > 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After uuid_break. > > Does anyone know why uuid_break has no effect executed from a script > launched via api luarun ? > (And the same command when issued via fs_cli has effect) > > The freeswitch version is 1.4.15~64bit > > Thank you, > Costin > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/67cb2e01/attachment.html From bordmi at rarus.ru Fri Feb 13 12:05:53 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 13 Feb 2015 13:05:53 +0400 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session : freeswitch.Session Create a new session. local session = freeswitch.Session("sofia/10.0.1.100/1001"); session:transfer("3000", "XML", "default"); What you want to do with lua script? 2015-02-13 10:54 GMT+03:00 CT Radu : > Anyone with mod_lua knowledge around here ? > > Thanks, > Costin > > 2015-02-11 11:57 GMT+02:00 CT Radu : > >> Hi all, >> >> I have the following problem: >> I have an dialplan rule in freeswitch that delegates the control for the >> incoming call on a specific number to an erlang application. >> This erlang application, at one point executes a lua script using the >> call: >> {api, luarun, "luascript.lua uuid"} >> >> In lua I do the following: >> api = freeswitch.API(); >> session = freeswitch.session(argv[1]); >> >> uuid = session:get_uuid(); >> >> if session:ready() then >> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >> uuid_hold_cmd = "uuid_hold off" .. uuid; >> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >> "\n"); >> session:execute("break","all"); >> api:executeString(uuid_break_cmd); >> reply = api:executeString(uuid_break_cmd); >> >> freeswitch.consoleLog("notice", "After uuid_break.\n"); >> end >> >> The thing is that freeswitch ignores completly uuid_break and uuid_hold >> off >> The same command issued via fs_cli has effect. >> >> In fs_cli on debug I can see this: >> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break cmd: >> uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) >> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event >> CHANNEL_EXECUTE for attached session f36d5e5c-b151-11e4-9674-8f19f7458942 >> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event >> CHANNEL_EXECUTE_COMPLETE for attached session >> f36d5e5c-b151-11e4-9674-8f19f7458942 >> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After uuid_break. >> >> Does anyone know why uuid_break has no effect executed from a script >> launched via api luarun ? >> (And the same command when issued via fs_cli has effect) >> >> The freeswitch version is 1.4.15~64bit >> >> Thank you, >> Costin >> >> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/abc52723/attachment.html From gmaruzz at gmail.com Fri Feb 13 12:31:51 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 13 Feb 2015 10:31:51 +0100 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: >From lua, you better do (eg: no need for "session"): api = freeswitch.API(); uuid = argv[1] uuid_break_cmd = "uuid_break ".. uuid .. " all"; uuid_hold_cmd = "uuid_hold off" .. uuid; freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. "\n"); api:execute("break","all"); api:execute(uuid_break_cmd); reply = api:execute(uuid_break_cmd); freeswitch.consoleLog("notice", "After uuid_break.\n"); On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru> wrote: > > https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session > : > freeswitch.Session > > Create a new session. > local session = freeswitch.Session("sofia/10.0.1.100/1001"); > session:transfer("3000", "XML", "default"); > What you want to do with lua script? > > > 2015-02-13 10:54 GMT+03:00 CT Radu : > >> Anyone with mod_lua knowledge around here ? >> >> Thanks, >> Costin >> >> 2015-02-11 11:57 GMT+02:00 CT Radu : >> >>> Hi all, >>> >>> I have the following problem: >>> I have an dialplan rule in freeswitch that delegates the control for the >>> incoming call on a specific number to an erlang application. >>> This erlang application, at one point executes a lua script using the >>> call: >>> {api, luarun, "luascript.lua uuid"} >>> >>> In lua I do the following: >>> api = freeswitch.API(); >>> session = freeswitch.session(argv[1]); >>> >>> uuid = session:get_uuid(); >>> >>> if session:ready() then >>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >>> "\n"); >>> session:execute("break","all"); >>> api:executeString(uuid_break_cmd); >>> reply = api:executeString(uuid_break_cmd); >>> >>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>> end >>> >>> The thing is that freeswitch ignores completly uuid_break and uuid_hold >>> off >>> The same command issued via fs_cli has effect. >>> >>> In fs_cli on debug I can see this: >>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break cmd: >>> uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) >>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event >>> CHANNEL_EXECUTE for attached session f36d5e5c-b151-11e4-9674-8f19f7458942 >>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring event >>> CHANNEL_EXECUTE_COMPLETE for attached session >>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After uuid_break. >>> >>> Does anyone know why uuid_break has no effect executed from a script >>> launched via api luarun ? >>> (And the same command when issued via fs_cli has effect) >>> >>> The freeswitch version is 1.4.15~64bit >>> >>> Thank you, >>> Costin >>> >>> >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 best regards, > Dmitriy Borisov > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150213/3fd8a5c5/attachment-0001.html From gmaruzz at gmail.com Fri Feb 13 12:39:50 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 13 Feb 2015 10:39:50 +0100 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: (use executeString instead of execute when you give arguments in string, my typo): api:execute("break","all"); api:executeString(uuid_break_cmd); reply = api:executeString(uuid_break_cmd); On Fri, Feb 13, 2015 at 10:31 AM, Giovanni Maruzzelli wrote: > From lua, you better do (eg: no need for "session"): > > api = freeswitch.API(); > uuid = argv[1] > > > uuid_break_cmd = "uuid_break ".. uuid .. " all"; > uuid_hold_cmd = "uuid_hold off" .. uuid; > > freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. > "\n"); > > api:execute("break","all"); > api:execute(uuid_break_cmd); > > reply = api:execute(uuid_break_cmd); > > freeswitch.consoleLog("notice", "After uuid_break.\n"); > > > On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < > bordmi at rarus.ru> wrote: > >> >> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session >> : >> freeswitch.Session >> >> Create a new session. >> local session = freeswitch.Session("sofia/10.0.1.100/1001"); >> session:transfer("3000", "XML", "default"); >> What you want to do with lua script? >> >> >> 2015-02-13 10:54 GMT+03:00 CT Radu : >> >>> Anyone with mod_lua knowledge around here ? >>> >>> Thanks, >>> Costin >>> >>> 2015-02-11 11:57 GMT+02:00 CT Radu : >>> >>>> Hi all, >>>> >>>> I have the following problem: >>>> I have an dialplan rule in freeswitch that delegates the control for >>>> the incoming call on a specific number to an erlang application. >>>> This erlang application, at one point executes a lua script using the >>>> call: >>>> {api, luarun, "luascript.lua uuid"} >>>> >>>> In lua I do the following: >>>> api = freeswitch.API(); >>>> session = freeswitch.session(argv[1]); >>>> >>>> uuid = session:get_uuid(); >>>> >>>> if session:ready() then >>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd >>>> .. "\n"); >>>> session:execute("break","all"); >>>> api:executeString(uuid_break_cmd); >>>> reply = api:executeString(uuid_break_cmd); >>>> >>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>> end >>>> >>>> The thing is that freeswitch ignores completly uuid_break and uuid_hold >>>> off >>>> The same command issued via fs_cli has effect. >>>> >>>> In fs_cli on debug I can see this: >>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break cmd: >>>> uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) >>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>> event CHANNEL_EXECUTE for attached session >>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>> event CHANNEL_EXECUTE_COMPLETE for attached session >>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After >>>> uuid_break. >>>> >>>> Does anyone know why uuid_break has no effect executed from a script >>>> launched via api luarun ? >>>> (And the same command when issued via fs_cli has effect) >>>> >>>> The freeswitch version is 1.4.15~64bit >>>> >>>> Thank you, >>>> Costin >>>> >>>> >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 best regards, >> Dmitriy Borisov >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/9ded7491/attachment.html From ct.radu.001 at gmail.com Fri Feb 13 16:24:09 2015 From: ct.radu.001 at gmail.com (CT Radu) Date: Fri, 13 Feb 2015 15:24:09 +0200 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: Tried with executeString, tried with execute, and still does not work. And even if I've set freeswitch on debug, I didn't get anything relevant. Thanks, Costin-Tiberiu 2015-02-13 11:39 GMT+02:00 Giovanni Maruzzelli : > (use executeString instead of execute when you give arguments in string, > my typo): > > api:execute("break","all"); > api:executeString(uuid_break_cmd); > reply = api:executeString(uuid_break_cmd); > > > On Fri, Feb 13, 2015 at 10:31 AM, Giovanni Maruzzelli > wrote: > >> From lua, you better do (eg: no need for "session"): >> >> api = freeswitch.API(); >> uuid = argv[1] >> >> >> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >> uuid_hold_cmd = "uuid_hold off" .. uuid; >> >> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >> "\n"); >> >> api:execute("break","all"); >> api:execute(uuid_break_cmd); >> >> reply = api:execute(uuid_break_cmd); >> >> freeswitch.consoleLog("notice", "After uuid_break.\n"); >> >> >> On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < >> bordmi at rarus.ru> wrote: >> >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session >>> : >>> freeswitch.Session >>> >>> Create a new session. >>> local session = freeswitch.Session("sofia/10.0.1.100/1001"); >>> session:transfer("3000", "XML", "default"); >>> What you want to do with lua script? >>> >>> >>> 2015-02-13 10:54 GMT+03:00 CT Radu : >>> >>>> Anyone with mod_lua knowledge around here ? >>>> >>>> Thanks, >>>> Costin >>>> >>>> 2015-02-11 11:57 GMT+02:00 CT Radu : >>>> >>>>> Hi all, >>>>> >>>>> I have the following problem: >>>>> I have an dialplan rule in freeswitch that delegates the control for >>>>> the incoming call on a specific number to an erlang application. >>>>> This erlang application, at one point executes a lua script using the >>>>> call: >>>>> {api, luarun, "luascript.lua uuid"} >>>>> >>>>> In lua I do the following: >>>>> api = freeswitch.API(); >>>>> session = freeswitch.session(argv[1]); >>>>> >>>>> uuid = session:get_uuid(); >>>>> >>>>> if session:ready() then >>>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd >>>>> .. "\n"); >>>>> session:execute("break","all"); >>>>> api:executeString(uuid_break_cmd); >>>>> reply = api:executeString(uuid_break_cmd); >>>>> >>>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>>> end >>>>> >>>>> The thing is that freeswitch ignores completly uuid_break and >>>>> uuid_hold off >>>>> The same command issued via fs_cli has effect. >>>>> >>>>> In fs_cli on debug I can see this: >>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break >>>>> cmd: uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>>>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) >>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>> event CHANNEL_EXECUTE for attached session >>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>> event CHANNEL_EXECUTE_COMPLETE for attached session >>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After >>>>> uuid_break. >>>>> >>>>> Does anyone know why uuid_break has no effect executed from a script >>>>> launched via api luarun ? >>>>> (And the same command when issued via fs_cli has effect) >>>>> >>>>> The freeswitch version is 1.4.15~64bit >>>>> >>>>> Thank you, >>>>> Costin >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 best regards, >>> Dmitriy Borisov >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > 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/20150213/e357de37/attachment-0001.html From brian at freeswitch.org Fri Feb 13 17:47:19 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 13 Feb 2015 08:47:19 -0600 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: Are you trying to use uuid_hold to just play hold music to your calling party? On Fri, Feb 13, 2015 at 7:24 AM, CT Radu wrote: > Tried with executeString, tried with execute, and still does not work. > And even if I've set freeswitch on debug, I didn't get anything relevant. > > Thanks, > Costin-Tiberiu > > > > 2015-02-13 11:39 GMT+02:00 Giovanni Maruzzelli : > >> (use executeString instead of execute when you give arguments in string, >> my typo): >> >> api:execute("break","all"); >> api:executeString(uuid_break_cmd); >> reply = api:executeString(uuid_break_cmd); >> >> >> On Fri, Feb 13, 2015 at 10:31 AM, Giovanni Maruzzelli >> wrote: >> >>> From lua, you better do (eg: no need for "session"): >>> >>> api = freeswitch.API(); >>> uuid = argv[1] >>> >>> >>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>> >>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >>> "\n"); >>> >>> api:execute("break","all"); >>> api:execute(uuid_break_cmd); >>> >>> reply = api:execute(uuid_break_cmd); >>> >>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>> >>> >>> On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < >>> bordmi at rarus.ru> wrote: >>> >>>> >>>> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session >>>> : >>>> freeswitch.Session >>>> >>>> Create a new session. >>>> local session = freeswitch.Session("sofia/10.0.1.100/1001"); >>>> session:transfer("3000", "XML", "default"); >>>> What you want to do with lua script? >>>> >>>> >>>> 2015-02-13 10:54 GMT+03:00 CT Radu : >>>> >>>>> Anyone with mod_lua knowledge around here ? >>>>> >>>>> Thanks, >>>>> Costin >>>>> >>>>> 2015-02-11 11:57 GMT+02:00 CT Radu : >>>>> >>>>>> Hi all, >>>>>> >>>>>> I have the following problem: >>>>>> I have an dialplan rule in freeswitch that delegates the control for >>>>>> the incoming call on a specific number to an erlang application. >>>>>> This erlang application, at one point executes a lua script using the >>>>>> call: >>>>>> {api, luarun, "luascript.lua uuid"} >>>>>> >>>>>> In lua I do the following: >>>>>> api = freeswitch.API(); >>>>>> session = freeswitch.session(argv[1]); >>>>>> >>>>>> uuid = session:get_uuid(); >>>>>> >>>>>> if session:ready() then >>>>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>>>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd >>>>>> .. "\n"); >>>>>> session:execute("break","all"); >>>>>> api:executeString(uuid_break_cmd); >>>>>> reply = api:executeString(uuid_break_cmd); >>>>>> >>>>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>>>> end >>>>>> >>>>>> The thing is that freeswitch ignores completly uuid_break and >>>>>> uuid_hold off >>>>>> The same command issued via fs_cli has effect. >>>>>> >>>>>> In fs_cli on debug I can see this: >>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break >>>>>> cmd: uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>>>>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro break(all) >>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>> event CHANNEL_EXECUTE for attached session >>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>> event CHANNEL_EXECUTE_COMPLETE for attached session >>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After >>>>>> uuid_break. >>>>>> >>>>>> Does anyone know why uuid_break has no effect executed from a script >>>>>> launched via api luarun ? >>>>>> (And the same command when issued via fs_cli has effect) >>>>>> >>>>>> The freeswitch version is 1.4.15~64bit >>>>>> >>>>>> Thank you, >>>>>> Costin >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 best regards, >>>> Dmitriy Borisov >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> 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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150213/d63e0557/attachment.html From krice at freeswitch.org Fri Feb 13 18:01:05 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 13 Feb 2015 15:01:05 +0000 Subject: [Freeswitch-users] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54de11b1dde7e_715b3cb32487936@ip-10-113-178-254.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150213/733a267a/attachment-0001.html From TFred31 at Yahoo.com Fri Feb 13 18:59:51 2015 From: TFred31 at Yahoo.com (TF) Date: Fri, 13 Feb 2015 08:59:51 -0700 (MST) Subject: [Freeswitch-users] Rejected by acl "domains". Falling back to Digest auth. Message-ID: <1423843191652-7596145.post@n2.nabble.com> I am new to FreeSwitch so its complexity is still confusing me quite a bit. But I have it installed. I can use an 'inside' Softphone on another workstation to connect and it works fine. But when I attempt to use an 'outside' SIP phone, it does not work. In the FS Logs I can see the arrival of the call, but it fails with the following error: *Rejected by acl "domains". Falling back to Digest auth.* In my acl_conf.xml file I have the 'outside' trunk IP entered ('n' substituted below for real numbers). One, of many, confusing things is that I find 6 different acl_conf.xml files in different directories under my FreeSWITCH root directory. ** c:\freeswitch-1.0.7/conf/curl/autoload_configs/acl_conf.xml ** c:\freeswitch-1.0.7/conf/insideout/autoload_configs/acl_conf.xml ** c:\freeswitch-1.0.7/conf/rayo/autoload_configs/acl_conf.xml ** c:\freeswitch-1.0.7/conf/sbc/autoload_configs/acl_conf.xml ** c:\freeswitch-1.0.7/conf/vanilla/autoload_configs/acl_conf.xml ** c:\freeswitch-1.0.7/Debug/conf/autoload_configs/acl_conf.xml The last one is the one I THINK is the right one because it has the most IP definitions entered into it by previous individuals. Regardless, I am still unable to make the connection. Is there anything more that you need me to provide to help identify the problem? I appreciate any assistance you can offer to resolve this problem. Thank you, TF -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Rejected-by-acl-domains-Falling-back-to-Digest-auth-tp7596145.html Sent from the freeswitch-users mailing list archive at Nabble.com. From TFred31 at Yahoo.com Fri Feb 13 20:48:55 2015 From: TFred31 at Yahoo.com (TF) Date: Fri, 13 Feb 2015 10:48:55 -0700 (MST) Subject: [Freeswitch-users] Rejected by acl "domains". Falling back to Digest auth. In-Reply-To: <1423843191652-7596145.post@n2.nabble.com> References: <1423843191652-7596145.post@n2.nabble.com> Message-ID: <1423849735242-7596146.post@n2.nabble.com> One thing I noticed while looking for other answers on the web. On one FreeSwitch How-to Installation site it says that Internal communications use Port 5060 and External communications use Port 5080. 1. Is this correct and typical? 2. Is FreeSwitch configured off-the-shelf in that manner? The reason I ask is that my 'outside' trunk is using Port 5060. If this needs to be changed, I need to confirm it (or not). Thanks, TF -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Rejected-by-acl-domains-Falling-back-to-Digest-auth-tp7596145p7596146.html Sent from the freeswitch-users mailing list archive at Nabble.com. From TFred31 at Yahoo.com Fri Feb 13 22:33:23 2015 From: TFred31 at Yahoo.com (TF) Date: Fri, 13 Feb 2015 12:33:23 -0700 (MST) Subject: [Freeswitch-users] Rejected by acl "domains". Falling back to Digest auth. In-Reply-To: <1423843191652-7596145.post@n2.nabble.com> References: <1423843191652-7596145.post@n2.nabble.com> Message-ID: <1423856003037-7596147.post@n2.nabble.com> Within FreeSwitch, within the vars.xml I swapped the port settings for the external_sip_port with the setting for internal_sip_port and the error message: * Rejected by acl "domains". Falling back to Digest auth.* went away. Again, since there are about 6 different vars.xml files in different sub-directories, it was a quessing game as to which one would be the correct one so as to implement the change, but I got lucky. I was able to go into my FS_CLI window and type: *sofia status* and confirm the various listening ports. Things are still not working, but at least that error message is gone. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Rejected-by-acl-domains-Falling-back-to-Digest-auth-tp7596145p7596147.html Sent from the freeswitch-users mailing list archive at Nabble.com. From lists at kavun.ch Sat Feb 14 04:57:06 2015 From: lists at kavun.ch (Emrah) Date: Sat, 14 Feb 2015 02:57:06 +0100 Subject: [Freeswitch-users] Random calls failing with WRONG_CALL_STATe when using TLS In-Reply-To: <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> References: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> Message-ID: Hi, The issue is persistent. I am curious to know if anyone else on the list is experiencing this. It doesn't seem to have been reported before. Should I dedicate a profile to TLS use only? I also posted a message on the list about receiving options packet with the wrong transport. Are these 2 issues connected? Here is a copy paste of my message: My experience with FS and TLS has been rather mixed so far. It's been a little inconsistent in keeping NAT sessions up and users discoverable. One thing I've noticed is that FS advertises the wrong information in option packets. The following is what I receive over my TLS session which is working on port 443. 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 SIP/2.0 Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD Route: >;transport=tls Max-Forwards: 70 From: >;tag=Q6XDFHeUUrcHD To: > Call-ID: 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv CSeq: 71498568 OPTIONS Contact: > User-Agent: FreeSWITCH Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: timer, path, replaces Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer Content-Length: 0 As you can see FS stamps the packet with a port 5060... No reference to port 443 with a transport=tls. What shall be done? > On Feb 5, 2015, at 3:18 PM, Emrah wrote: > > Hi there, > This issue is happening all around with devices using TLS. It's not very frequent with softphones, but not inexistant. > Any pointers would be greatly appreciated. Do you have best practice configs you'd like to share? > > Thanks >> On Jan 30, 2015, at 6:10 PM, Emrah > wrote: >> >> Hi all, >> I am facing a very frustrating issue. I often have to dial twice when using my Yealink phone with TLS because the first attempt times out. >> The logs on the Yealink indicate that the first invite is successfully received, to which my FS sends a 100 trying and 407 proxy auth required. It is subsequently when my phone sends back the invite that the connection crashes with the following error: >> SSL ERROR SYSCALL >> >> Is this something common? Why does the SSL connection crashes when the phone attempts to send the second invite? My phone is behind NAT. >> >> It is going to be a crazy expedition to collect the logs and Pastebin them, so I am tempting my luck on the list first to see if you have any pointers. >> >> As a last piece, my Bria on my iPHone, among other clients, never had this issue. I did experience it from time to time with Blink on Mac OS X. >> >> Any help appreciated. >> >> Emrah > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150214/8e0a9995/attachment.html From krice at freeswitch.org Sat Feb 14 05:35:19 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 13 Feb 2015 20:35:19 -0600 Subject: [Freeswitch-users] Random calls failing with WRONG_CALL_STATe when using TLS In-Reply-To: References: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> Message-ID: <7AB693FD-921B-43F0-81B4-41610CC5A4C3@freeswitch.org> Open a jire with a full debug login including sip tracing on Sent from my iPhone > On Feb 13, 2015, at 7:57 PM, Emrah wrote: > > Hi, > The issue is persistent. I am curious to know if anyone else on the list is experiencing this. It doesn't seem to have been reported before. > Should I dedicate a profile to TLS use only? > I also posted a message on the list about receiving options packet with the wrong transport. Are these 2 issues connected? Here is a copy paste of my message: > > My experience with FS and TLS has been rather mixed so far. It's been a little inconsistent in keeping NAT sessions up and users discoverable. > One thing I've noticed is that FS advertises the wrong information in option packets. The following is what I receive over my TLS session which is working on port 443. > 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 > OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 SIP/2.0 > Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD > Route: ;transport=tls > Max-Forwards: 70 > From: ;tag=Q6XDFHeUUrcHD > To: > Call-ID: 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv > CSeq: 71498568 OPTIONS > Contact: > User-Agent: FreeSWITCH > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: timer, path, replaces > Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer > Content-Length: 0 > > As you can see FS stamps the packet with a port 5060... No reference to port 443 with a transport=tls. > > What shall be done? > >> On Feb 5, 2015, at 3:18 PM, Emrah wrote: >> >> Hi there, >> This issue is happening all around with devices using TLS. It's not very frequent with softphones, but not inexistant. >> Any pointers would be greatly appreciated. Do you have best practice configs you'd like to share? >> >> Thanks >>> On Jan 30, 2015, at 6:10 PM, Emrah wrote: >>> >>> Hi all, >>> I am facing a very frustrating issue. I often have to dial twice when using my Yealink phone with TLS because the first attempt times out. >>> The logs on the Yealink indicate that the first invite is successfully received, to which my FS sends a 100 trying and 407 proxy auth required. It is subsequently when my phone sends back the invite that the connection crashes with the following error: >>> SSL ERROR SYSCALL >>> >>> Is this something common? Why does the SSL connection crashes when the phone attempts to send the second invite? My phone is behind NAT. >>> >>> It is going to be a crazy expedition to collect the logs and Pastebin them, so I am tempting my luck on the list first to see if you have any pointers. >>> >>> As a last piece, my Bria on my iPHone, among other clients, never had this issue. I did experience it from time to time with Blink on Mac OS X. >>> >>> Any help appreciated. >>> >>> Emrah > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150213/71eca0da/attachment-0001.html From vishal.kakkar at gmail.com Sat Feb 14 10:10:50 2015 From: vishal.kakkar at gmail.com (Vishal Kakkar) Date: Sat, 14 Feb 2015 12:40:50 +0530 Subject: [Freeswitch-users] Freeswitch deployment in SS7 + Sangoma Message-ID: Hi all, We have been using Freeswitch+Sangoma for PRI deployments(ISDN). But now when we are planning to deploy Freeswitch+Sangoma in SS7 environment, we discovered that there is hefty NSG license cost involved from Sangoma (apart from E1 HW cost). Can anyone please help.. Is there any other possible way to deploy Freeswitch+Sangoma in SS7 environment. Also, looks like Astrisk has libss7 library to make Sangoma Cards work in SS7 without NSG license. Please advice. Thanks a lot, Vishal. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150214/c3b6da91/attachment.html From hkalyoncu at gmail.com Sat Feb 14 11:00:28 2015 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Sat, 14 Feb 2015 10:00:28 +0200 Subject: [Freeswitch-users] Freeswitch deployment in SS7 + Sangoma In-Reply-To: References: Message-ID: you should consider asterisk or yate (which is better than asterisk) for that kind of job. you can always transfer via SIP to any freeswitch node. On Sat, Feb 14, 2015 at 9:10 AM, Vishal Kakkar wrote: > Hi all, > > We have been using Freeswitch+Sangoma for PRI deployments(ISDN). > > But now when we are planning to deploy Freeswitch+Sangoma in SS7 > environment, we discovered that there is hefty NSG license cost involved > from Sangoma (apart from E1 HW cost). > > Can anyone please help.. Is there any other possible way to deploy > Freeswitch+Sangoma in SS7 environment. > > Also, looks like Astrisk has libss7 library to make Sangoma Cards work in > SS7 without NSG license. > > Please advice. > > Thanks a lot, > Vishal. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150214/96dbea66/attachment.html From vishal.kakkar at gmail.com Sat Feb 14 11:46:55 2015 From: vishal.kakkar at gmail.com (Vishal Kakkar) Date: Sat, 14 Feb 2015 14:16:55 +0530 Subject: [Freeswitch-users] Freeswitch deployment in SS7 + Sangoma In-Reply-To: References: Message-ID: Hi Huseyin, Thanks for prompt reply. Are you sure with asterisk or Yate, i dont need to buy sangoma license for SS7. Thanks, Vishal. On Sat, Feb 14, 2015 at 1:30 PM, huseyin kalyoncu wrote: > you should consider asterisk or yate (which is better than asterisk) for > that kind of job. > you can always transfer via SIP to any freeswitch node. > > On Sat, Feb 14, 2015 at 9:10 AM, Vishal Kakkar > wrote: > >> Hi all, >> >> We have been using Freeswitch+Sangoma for PRI deployments(ISDN). >> >> But now when we are planning to deploy Freeswitch+Sangoma in SS7 >> environment, we discovered that there is hefty NSG license cost involved >> from Sangoma (apart from E1 HW cost). >> >> Can anyone please help.. Is there any other possible way to deploy >> Freeswitch+Sangoma in SS7 environment. >> >> Also, looks like Astrisk has libss7 library to make Sangoma Cards work in >> SS7 without NSG license. >> >> Please advice. >> >> Thanks a lot, >> Vishal. >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150214/cb69b5fb/attachment.html From hkalyoncu at gmail.com Sat Feb 14 12:05:45 2015 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Sat, 14 Feb 2015 11:05:45 +0200 Subject: [Freeswitch-users] Freeswitch deployment in SS7 + Sangoma In-Reply-To: References: Message-ID: vishal, no, you dont need any licence with asterisk or yate for SS7. for yate, SS7 lib already included in the yate main package. for asterisk, you can use either libss7 or chan_ss7 which you can download from related sites. h?seyin On Sat, Feb 14, 2015 at 10:46 AM, Vishal Kakkar wrote: > Hi Huseyin, > > Thanks for prompt reply. > Are you sure with asterisk or Yate, i dont need to buy sangoma license for > SS7. > > Thanks, > Vishal. > > On Sat, Feb 14, 2015 at 1:30 PM, huseyin kalyoncu > wrote: > >> you should consider asterisk or yate (which is better than asterisk) for >> that kind of job. >> you can always transfer via SIP to any freeswitch node. >> >> On Sat, Feb 14, 2015 at 9:10 AM, Vishal Kakkar >> wrote: >> >>> Hi all, >>> >>> We have been using Freeswitch+Sangoma for PRI deployments(ISDN). >>> >>> But now when we are planning to deploy Freeswitch+Sangoma in SS7 >>> environment, we discovered that there is hefty NSG license cost involved >>> from Sangoma (apart from E1 HW cost). >>> >>> Can anyone please help.. Is there any other possible way to deploy >>> Freeswitch+Sangoma in SS7 environment. >>> >>> Also, looks like Astrisk has libss7 library to make Sangoma Cards work >>> in SS7 without NSG license. >>> >>> Please advice. >>> >>> Thanks a lot, >>> Vishal. >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150214/945c1add/attachment.html From lists at kavun.ch Sun Feb 15 14:38:58 2015 From: lists at kavun.ch (Emrah) Date: Sun, 15 Feb 2015 12:38:58 +0100 Subject: [Freeswitch-users] Random calls failing with WRONG_CALL_STATe when using TLS In-Reply-To: <7AB693FD-921B-43F0-81B4-41610CC5A4C3@freeswitch.org> References: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> <7AB693FD-921B-43F0-81B4-41610CC5A4C3@freeswitch.org> Message-ID: Thanks Ken. Is there a way to filter the SIP trace? It's a busy box. > On Feb 14, 2015, at 3:35 AM, Ken Rice wrote: > > Open a jire with a full debug login including sip tracing on > > Sent from my iPhone > > On Feb 13, 2015, at 7:57 PM, Emrah > wrote: > >> Hi, >> The issue is persistent. I am curious to know if anyone else on the list is experiencing this. It doesn't seem to have been reported before. >> Should I dedicate a profile to TLS use only? >> I also posted a message on the list about receiving options packet with the wrong transport. Are these 2 issues connected? Here is a copy paste of my message: >> >> My experience with FS and TLS has been rather mixed so far. It's been a little inconsistent in keeping NAT sessions up and users discoverable. >> One thing I've noticed is that FS advertises the wrong information in option packets. The following is what I receive over my TLS session which is working on port 443. >> 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 >> OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 SIP/2.0 >> Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD >> Route: >;transport=tls >> Max-Forwards: 70 >> From: >;tag=Q6XDFHeUUrcHD >> To: > >> Call-ID: 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv >> CSeq: 71498568 OPTIONS >> Contact: > >> User-Agent: FreeSWITCH >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE >> Supported: timer, path, replaces >> Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer >> Content-Length: 0 >> >> As you can see FS stamps the packet with a port 5060... No reference to port 443 with a transport=tls. >> >> What shall be done? >> >>> On Feb 5, 2015, at 3:18 PM, Emrah > wrote: >>> >>> Hi there, >>> This issue is happening all around with devices using TLS. It's not very frequent with softphones, but not inexistant. >>> Any pointers would be greatly appreciated. Do you have best practice configs you'd like to share? >>> >>> Thanks >>>> On Jan 30, 2015, at 6:10 PM, Emrah > wrote: >>>> >>>> Hi all, >>>> I am facing a very frustrating issue. I often have to dial twice when using my Yealink phone with TLS because the first attempt times out. >>>> The logs on the Yealink indicate that the first invite is successfully received, to which my FS sends a 100 trying and 407 proxy auth required. It is subsequently when my phone sends back the invite that the connection crashes with the following error: >>>> SSL ERROR SYSCALL >>>> >>>> Is this something common? Why does the SSL connection crashes when the phone attempts to send the second invite? My phone is behind NAT. >>>> >>>> It is going to be a crazy expedition to collect the logs and Pastebin them, so I am tempting my luck on the list first to see if you have any pointers. >>>> >>>> As a last piece, my Bria on my iPHone, among other clients, never had this issue. I did experience it from time to time with Blink on Mac OS X. >>>> >>>> Any help appreciated. >>>> >>>> Emrah >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150215/85a48a12/attachment-0001.html From kamil.nigmatullin at gmail.com Sun Feb 15 19:34:38 2015 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Sun, 15 Feb 2015 22:34:38 +0600 Subject: [Freeswitch-users] B leg is still ringing After FXO caller hangup before ANSWERED In-Reply-To: References: Message-ID: Is your client behined NAT? 13 ????. 2015 ?. 12:42 ???????????? "Charles Wang" ???????: > Hi all, > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there > is a bug in inbound call via the freetdm FXO device. > > When I try to make call from FXO and it bridges to SIP device named 1234 > via the following dialplan. > > > expression="^(1234)$"> > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 > answered. But the callee (SIP 1234 or FXS) is still ringing and stop ring > until call-timeout about 30 seconds. > > It is the same condition if the callee is FXS device. > > I can find two channels during ringing (A leg & B leg). > After the caller(FXO) onhook, the A leg is still alive and A leg will not > be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 > 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 > 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound > Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default > > > Can anyone help me to solve it or tell me why? > > -- > Best Regards > Charles > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150215/7a16bb07/attachment.html From mthakershi at gmail.com Mon Feb 16 09:37:35 2015 From: mthakershi at gmail.com (Malay Thakershi) Date: Mon, 16 Feb 2015 12:07:35 +0530 Subject: [Freeswitch-users] mod_managed question Message-ID: Hello all, Deciding whether to go for 32 or 64 bit freeswitch install. I have x86 libraries which are invoked by mod_managed. So if I have x64 mod_managed, can it work with 32-bit libraries? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/6563f24e/attachment.html From ct.radu.001 at gmail.com Mon Feb 16 14:10:36 2015 From: ct.radu.001 at gmail.com (CT Radu) Date: Mon, 16 Feb 2015 13:10:36 +0200 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: Tried with no effect. 2015-02-13 16:47 GMT+02:00 Brian West : > Are you trying to use uuid_hold to just play hold music to your calling > party? > > On Fri, Feb 13, 2015 at 7:24 AM, CT Radu wrote: > >> Tried with executeString, tried with execute, and still does not work. >> And even if I've set freeswitch on debug, I didn't get anything relevant. >> >> Thanks, >> Costin-Tiberiu >> >> >> >> 2015-02-13 11:39 GMT+02:00 Giovanni Maruzzelli : >> >>> (use executeString instead of execute when you give arguments in string, >>> my typo): >>> >>> api:execute("break","all"); >>> api:executeString(uuid_break_cmd); >>> reply = api:executeString(uuid_break_cmd); >>> >>> >>> On Fri, Feb 13, 2015 at 10:31 AM, Giovanni Maruzzelli >> > wrote: >>> >>>> From lua, you better do (eg: no need for "session"): >>>> >>>> api = freeswitch.API(); >>>> uuid = argv[1] >>>> >>>> >>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>> >>>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >>>> "\n"); >>>> >>>> api:execute("break","all"); >>>> api:execute(uuid_break_cmd); >>>> >>>> reply = api:execute(uuid_break_cmd); >>>> >>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>> >>>> >>>> On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < >>>> bordmi at rarus.ru> wrote: >>>> >>>>> >>>>> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session >>>>> : >>>>> freeswitch.Session >>>>> >>>>> Create a new session. >>>>> local session = freeswitch.Session("sofia/10.0.1.100/1001"); >>>>> session:transfer("3000", "XML", "default"); >>>>> What you want to do with lua script? >>>>> >>>>> >>>>> 2015-02-13 10:54 GMT+03:00 CT Radu : >>>>> >>>>>> Anyone with mod_lua knowledge around here ? >>>>>> >>>>>> Thanks, >>>>>> Costin >>>>>> >>>>>> 2015-02-11 11:57 GMT+02:00 CT Radu : >>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> I have the following problem: >>>>>>> I have an dialplan rule in freeswitch that delegates the control for >>>>>>> the incoming call on a specific number to an erlang application. >>>>>>> This erlang application, at one point executes a lua script using >>>>>>> the call: >>>>>>> {api, luarun, "luascript.lua uuid"} >>>>>>> >>>>>>> In lua I do the following: >>>>>>> api = freeswitch.API(); >>>>>>> session = freeswitch.session(argv[1]); >>>>>>> >>>>>>> uuid = session:get_uuid(); >>>>>>> >>>>>>> if session:ready() then >>>>>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>>>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>>>>> freeswitch.consoleLog("notice","uuid break cmd: ".. >>>>>>> uuid_break_cmd .. "\n"); >>>>>>> session:execute("break","all"); >>>>>>> api:executeString(uuid_break_cmd); >>>>>>> reply = api:executeString(uuid_break_cmd); >>>>>>> >>>>>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>>>>> end >>>>>>> >>>>>>> The thing is that freeswitch ignores completly uuid_break and >>>>>>> uuid_hold off >>>>>>> The same command issued via fs_cli has effect. >>>>>>> >>>>>>> In fs_cli on debug I can see this: >>>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break >>>>>>> cmd: uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>>>>>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro >>>>>>> break(all) >>>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>>> event CHANNEL_EXECUTE for attached session >>>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>>> event CHANNEL_EXECUTE_COMPLETE for attached session >>>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After >>>>>>> uuid_break. >>>>>>> >>>>>>> Does anyone know why uuid_break has no effect executed from a script >>>>>>> launched via api luarun ? >>>>>>> (And the same command when issued via fs_cli has effect) >>>>>>> >>>>>>> The freeswitch version is 1.4.15~64bit >>>>>>> >>>>>>> Thank you, >>>>>>> Costin >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 best regards, >>>>> Dmitriy Borisov >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>> >>> >>> >>> -- >>> 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 >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150216/00c9bc51/attachment-0001.html From lazy.charles at gmail.com Mon Feb 16 15:54:04 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Mon, 16 Feb 2015 20:54:04 +0800 Subject: [Freeswitch-users] B leg is still ringing After FXO caller hangup before ANSWERED In-Reply-To: References: Message-ID: Hi, Kamil, All my clients(SIP) and server(with FXS/FXO) are in the same NAT environment that can access internet resources. And I start freeswitch with "freeswitch -nc". 2015-02-16 0:34 GMT+08:00 Kamil Nigmatullin : > Is your client behined NAT? > 13 ????. 2015 ?. 12:42 ???????????? "Charles Wang" > ???????: > >> Hi all, >> >> I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there >> is a bug in inbound call via the freetdm FXO device. >> >> When I try to make call from FXO and it bridges to SIP device named 1234 >> via the following dialplan. >> >> >> > expression="^(1234)$"> >> >> >> >> >> >> Before SIP 1234 answers the call, the caller (FXO) hangup call before >> 1234 answered. But the callee (SIP 1234 or FXS) is still ringing and stop >> ring until call-timeout about 30 seconds. >> >> It is the same condition if the callee is FXS device. >> >> I can find two channels during ringing (A leg & B leg). >> After the caller(FXO) onhook, the A leg is still alive and A leg will not >> be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). >> >> There are two legs (A leg & B leg) after the caller FXO had hangup. >> >> >> uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context >> 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 >> 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default >> cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 >> 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound >> Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default >> >> >> Can anyone help me to solve it or tell me why? >> >> -- >> Best Regards >> Charles >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/ec9570a3/attachment.html From aqsyounas at gmail.com Mon Feb 16 16:00:13 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Mon, 16 Feb 2015 18:00:13 +0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Have this issue resolved? On 12 February 2015 at 20:53, Brian West wrote: > Cool, I'll keep an eye on it. > > > On Thu, Feb 12, 2015 at 9:47 AM, Ali Pey wrote: > >> I believe it's agreed that we track this here: >> >> https://freeswitch.org/jira/browse/FS-7066 >> >> >> I will try to collect the required data next time it happens. >> >> Thanks, >> Ali Pey >> >> >> >> On Thu, Feb 12, 2015 at 10:43 AM, Brian West >> wrote: >> >>> Do we have a JIRA on this yet? >>> >>> On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko < >>> dvl36.ripe.nick at gmail.com> wrote: >>> >>>> Hi Ali, >>>> >>>> 2 years ago here, in mail-list, was a discussion >>>> . >>>> (memleak can be omitted) >>>> Not sure, but It seems the symptoms was similar. >>>> >>>> Best Wishes, >>>> Dmitry. >>>> >>>> 2015-02-12 2:53 GMT+02:00 Ali Pey : >>>> >>>>> Hi Dmitry, >>>>> >>>>> Can you elaborate a bit please? Are you saying that it won't happen >>>>> with -np? Or it's just a suggestion? >>>>> >>>>> What's the relationship? >>>>> >>>>> Thanks, >>>>> Ali Pey >>>>> >>>>> >>>>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>> >>>>>> Hello guys, >>>>>> >>>>>> Try to reproduce this bug with normal priority ("-np") command line >>>>>> switch. >>>>>> >>>>>> Best Wishes, >>>>>> Dmitry. >>>>>> >>>>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>>>> >>>>>>> Thanks Tristan. >>>>>>> >>>>>>> I have had rtp-timer-name set to none for a long time but I still >>>>>>> see the sudden and random jumps in CPU. >>>>>>> >>>>>>> I haven't been able to reproduce it in our Dev/QA environment as >>>>>>> well. If I can reproduce it, I will definitely do the logs as well. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>>>> wrote: >>>>>>> >>>>>>>> Hi Ali, >>>>>>>> >>>>>>>> What I see is kinda the same thing, I still need to provide Anthony >>>>>>>> with the debug logs ( still had no chance to do the requested tests on the >>>>>>>> production, could be related to some of our users UA/callflow and cannot >>>>>>>> reproduce the issue in a lab ). The interesting part as discussed in >>>>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>>>> related to media playback ). >>>>>>>> >>>>>>>> I hope to have a chance soon to be able to furnish the debug logs, >>>>>>>> if you can, do the same, Anthony gave the steps to provide him some usefull >>>>>>>> logs on the bug comments. >>>>>>>> >>>>>>>> >>>>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>>>> >>>>>>>> Hi Tristan, >>>>>>>> >>>>>>>> Do you see a sudden jump or just more CPU usage? >>>>>>>> >>>>>>>> In my case, everything is good for a few days with less than %10 >>>>>>>> CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>>>> come down until a restart. After restart, it's good again with the same >>>>>>>> load. >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Ali Pey >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>>>> >>>>>>>>> ? >>>>>>>>> >>>>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>>>>>> > same symptoms? >>>>>>>>> > >>>>>>>>> > -giovanni >>>>>>>>> > >>>>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>>>> max at nysolutions.com> wrote: >>>>>>>>> >> Why not a Jira? >>>>>>>>> >> >>>>>>>>> >> Thanks, >>>>>>>>> >> >>>>>>>>> >> Moishe Grunstein >>>>>>>>> >> Tornado Computer Systems, Inc. >>>>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>>>> >> >>>>>>>>> >> Computer Networking * Managed Services * IP Video Surveillance >>>>>>>>> * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>>>>>> Network Security * Site Surveys * CMS >>>>>>>>> >> >>>>>>>>> >> -----Original Message----- >>>>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>>>> >> To: FreeSWITCH Users Help >>>>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>>>>> jump in CPU usage >>>>>>>>> >> >>>>>>>>> >> i think it's bug of freeswitch: >>>>>>>>> >> >>>>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>>>> other process eating CPU >>>>>>>>> >> -- we move all SIP traffic from the server away, the cpu is >>>>>>>>> low. and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>>>>>> "nosql" >>>>>>>>> >> option, no help >>>>>>>>> >> >>>>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>>>> john.nash778 at gmail.com> wrote: >>>>>>>>> >>> Dear Muhammad, >>>>>>>>> >>> >>>>>>>>> >>> I think your issue is different than Ali Pey because CPU rises >>>>>>>>> at a >>>>>>>>> >>> specific time (approx) while running fine most of the time. In >>>>>>>>> my >>>>>>>>> >>> experience you should check following .. >>>>>>>>> >>> - Check using top commands if its indeed freeswitch taking up >>>>>>>>> CPU. It >>>>>>>>> >>> may be logrotate or something. >>>>>>>>> >>> - If you are using DB on same server, also check DB >>>>>>>>> connections, May >>>>>>>>> >>> be some long running query causing it (Like someone fires some >>>>>>>>> billing >>>>>>>>> >>> report at approx same time) >>>>>>>>> >>> >>>>>>>>> >>> On the other hand when you say "it runs fine all day". You may >>>>>>>>> want to >>>>>>>>> >>> check that using top command at different time of day, may be >>>>>>>>> CPU >>>>>>>>> >>> usage keep on increasing and in your peak time it increases so >>>>>>>>> much that you see symptoms. >>>>>>>>> >>> (If this is true may be you and Ali pey have same issue >>>>>>>>> perhaps some >>>>>>>>> >>> CPU leak). >>>>>>>>> >>> >>>>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>>>> general. I >>>>>>>>> >>> am NOT freeswitch expert. I have recently started experiments >>>>>>>>> with >>>>>>>>> >>> freeswitch so people who are using freeswitch or experts will >>>>>>>>> give >>>>>>>>> >>> more meaningful insight. >>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> >>> >>>>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>>>>> >>>> we have add this option to grub and reboot one months ago. no >>>>>>>>> help. >>>>>>>>> >>>> >>>>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>>>> thousands >>>>>>>>> >>>> sessions. it works fine all day and the CPU will rise >>>>>>>>> suddenly about >>>>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>>>> >>>> >>>>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>>>> >>>> wrote: >>>>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>>>> >>>>> >>>>>>>>> >>>>> Sent from my iPad >>>>>>>>> >>>>> >>>>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>>>>> wrote: >>>>>>>>> >>>>> >>>>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% cpu >>>>>>>>> usage >>>>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>>>> calls i >>>>>>>>> >>>>> have to install 3 freeswitch instances due to this much cpu >>>>>>>>> usage >>>>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>>>> >>>>> >>>>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>>>> >>>>> >>>>>>>>> >>>>> wrote: >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am >>>>>>>>> using >>>>>>>>> >>>>>> Debian >>>>>>>>> >>>>>> 7 >>>>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>>>>>> options >>>>>>>>> >>>>>> does makes it lower. I am gathering more information in >>>>>>>>> order to >>>>>>>>> >>>>>> file a Jira. >>>>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>>>> Debian 7 >>>>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many >>>>>>>>> other >>>>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> ? >>>>>>>>> >>>>>> Thanks, >>>>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> From: ?? >>>>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>>>> >>>>>> > >>>>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>> sudden >>>>>>>>> >>>>>> jump in CPU usage >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> same issue. >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the >>>>>>>>> CPU >>>>>>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>>>>>> crontab >>>>>>>>> >>>>>> at this time. >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>>>>>> wrote: >>>>>>>>> >>>>>>> Hi Anthony, >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, I >>>>>>>>> >>>>>>> don't have much info. I'm using this mailing list to see if >>>>>>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix >>>>>>>>> this >>>>>>>>> >>>>>>> problem. Jira would be to report bugs when you know there >>>>>>>>> is a >>>>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>>>> related issue. >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> Thanks. >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>>>> >>>>>>> wrote: >>>>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing >>>>>>>>> list is >>>>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> you might want to use gcore to look at the threads and >>>>>>>>> see >>>>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than >>>>>>>>> %10; >>>>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 of >>>>>>>>> the >>>>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it >>>>>>>>> back >>>>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the >>>>>>>>> high >>>>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very very >>>>>>>>> >>>>>>>>>> slow. >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes down, >>>>>>>>> but >>>>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back >>>>>>>>> up. >>>>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with >>>>>>>>> the >>>>>>>>> >>>>>>>>>> same traffic. >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>> >>>>>>>>>> Ali Pey >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> ______________________________________________________________ >>>>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>>>> >>>>>>>>> >>>>>>>>> itch-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 >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> _______________________________________________________________ >>>>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>>> >>>>>>>>> >>>>>>>> tch-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/freeswit >>>>>>>>> >>>>>>>>> >>>>>>> ch-users >>>>>>>>> >>>>>>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> -- >>>>>>>>> >>>>>> Peng Yong >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> >>>>>>>>> __________________________________________________________________ >>>>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>>>> >>>>>> consulting at freeswitch.org >>>>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>>>> >>>>>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> >>>>>> >>>>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>>>> >>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> >>>> -- >>>>>>>>> >>>> Peng Yong >>>>>>>>> >>>> >>>>>>>>> >>>> >>>>>>>>> _____________________________________________________________________ >>>>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>>>> >>>> consulting at freeswitch.org >>>>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> >>>> >>>>>>>>> >>>> Official FreeSWITCH Sites >>>>>>>>> >>>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>> http://confluence.freeswitch.org >>>>>>>>> >>>>>>>>> >>>> >>>>>>>>> >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> >>>> >>>>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> >>>>>>>>> >>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>>>> >>>>>>>>> >>>> ers >>>>>>>>> >>>> >>>>>>>>> >>>>>>>>> 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-use >>>>>>>>> >>>>>>>>> >>> rs >>>>>>>>> >>> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> >> -- >>>>>>>>> >> Peng Yong >>>>>>>>> >> >>>>>>>>> >> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>>>> >> consulting at freeswitch.org >>>>>>>>> >> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> >> >>>>>>>>> >> Official FreeSWITCH Sites >>>>>>>>> >> >>>>>>>>> >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >> http://confluence.freeswitch.org >>>>>>>>> >>>>>>>>> >> >>>>>>>>> >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> >> >>>>>>>>> >> FreeSWITCH-users mailing list >>>>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >>>> >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> >>> >>> http://www.freeswitchbook.com >>> >>> http://www.freeswitchcookbook.com >>> >>> >>> *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 > > *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/20150216/8487099a/attachment-0001.html From achinthau at gmail.com Mon Feb 16 16:20:14 2015 From: achinthau at gmail.com (Achintha) Date: Mon, 16 Feb 2015 18:50:14 +0530 Subject: [Freeswitch-users] media bypass - freeswitch Message-ID: hi I configured freeswitch (FreeSWITCH Version 1.5.15b+git~20150129T212010Z~c8f8d6b964~64bit (git c8f8d6b 2015-01-29 21:20:10Z 64bit)) on centos. I?m using xml_curl module to generate the dialplan. It works properly when bypass_media is set to false. Then I set the media bypass parameter on freeswitch dialplan and then the freeswitch started crashing. I ?m using attendant transfer feature. Here I have upload core dump file when it crashed to following location. http://pastebin.com/QmTZ665P http://pastebin.com/gsUKzbYu Kindly advise me to solve this problem. -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/cd548b1c/attachment.html From brian at freeswitch.org Mon Feb 16 16:44:42 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 16 Feb 2015 07:44:42 -0600 Subject: [Freeswitch-users] Random calls failing with WRONG_CALL_STATe when using TLS In-Reply-To: References: <45FAC76E-D2B7-483A-88AB-9FB98600C42B@kavun.ch> <2B416F4C-561E-48E1-A31D-BB82854AB84E@kavun.ch> <7AB693FD-921B-43F0-81B4-41610CC5A4C3@freeswitch.org> Message-ID: Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD Your issue is the contact has no port 443 or transport=tls right? What sits between FS and the endpoint? On Sun, Feb 15, 2015 at 5:38 AM, Emrah wrote: > Thanks Ken. Is there a way to filter the SIP trace? It's a busy box. > > On Feb 14, 2015, at 3:35 AM, Ken Rice wrote: > > Open a jire with a full debug login including sip tracing on > > Sent from my iPhone > > On Feb 13, 2015, at 7:57 PM, Emrah wrote: > > Hi, > The issue is persistent. I am curious to know if anyone else on the list > is experiencing this. It doesn't seem to have been reported before. > Should I dedicate a profile to TLS use only? > I also posted a message on the list about receiving options packet with > the wrong transport. Are these 2 issues connected? Here is a copy paste of > my message: > > My experience with FS and TLS has been rather mixed so far. It's been a > little inconsistent in keeping NAT sessions up and users discoverable. > One thing I've noticed is that FS advertises the wrong information in > option packets. The following is what I receive over my TLS session which > is working on port 443. > 1.2.3.4:443 -(SIP over TLS)-> 10.0.0.99:51132 > OPTIONS sip:53178246 at 10.0.0.99:56494;transport=tls;received=5.6.7.8:51132 > SIP/2.0 > Via: SIP/2.0/TLS 1.2.3.4:443;branch=z9hG4bK6Kv171Q3U5rrD > Route: ;transport=tls > Max-Forwards: 70 > From: ;tag=Q6XDFHeUUrcHD > To: > Call-ID: > 0a052f23-34a8-4158-8c88-fd2a70ffb561_c2RhaSoOYBR6jfJe4ndLoTTKJMrO2gMv > CSeq: 71498568 OPTIONS > Contact: > User-Agent: FreeSWITCH > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: timer, path, replaces > Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, > line-seize, call-info, sla, include-session-description, presence.winfo, > message-summary, refer > Content-Length: 0 > > As you can see FS stamps the packet with a port 5060... No reference to > port 443 with a transport=tls. > > What shall be done? > > On Feb 5, 2015, at 3:18 PM, Emrah wrote: > > Hi there, > This issue is happening all around with devices using TLS. It's not very > frequent with softphones, but not inexistant. > Any pointers would be greatly appreciated. Do you have best practice > configs you'd like to share? > > Thanks > > On Jan 30, 2015, at 6:10 PM, Emrah wrote: > > Hi all, > I am facing a very frustrating issue. I often have to dial twice when > using my Yealink phone with TLS because the first attempt times out. > The logs on the Yealink indicate that the first invite is successfully > received, to which my FS sends a 100 trying and 407 proxy auth required. It > is subsequently when my phone sends back the invite that the connection > crashes with the following error: > SSL ERROR SYSCALL > > Is this something common? Why does the SSL connection crashes when the > phone attempts to send the second invite? My phone is behind NAT. > > It is going to be a crazy expedition to collect the logs and Pastebin > them, so I am tempting my luck on the list first to see if you have any > pointers. > > As a last piece, my Bria on my iPHone, among other clients, never had this > issue. I did experience it from time to time with Blink on Mac OS X. > > Any help appreciated. > > Emrah > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150216/6e2c5b32/attachment.html From brian at freeswitch.org Mon Feb 16 16:45:10 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 16 Feb 2015 07:45:10 -0600 Subject: [Freeswitch-users] media bypass - freeswitch In-Reply-To: References: Message-ID: Any crashes are bugs, bugs belong on JIRA! On Mon, Feb 16, 2015 at 7:20 AM, Achintha wrote: > hi > > I configured freeswitch (FreeSWITCH Version > 1.5.15b+git~20150129T212010Z~c8f8d6b964~64bit (git c8f8d6b 2015-01-29 > 21:20:10Z 64bit)) on centos. I?m using xml_curl module to generate the > dialplan. It works properly when bypass_media is set to false. Then I set > the media bypass parameter on freeswitch dialplan and then the freeswitch > started crashing. > > > I ?m using attendant transfer feature. > > Here I have upload core dump file when it crashed to following location. > > > http://pastebin.com/QmTZ665P > > > http://pastebin.com/gsUKzbYu > > > > Kindly advise me to solve this problem. > > -- > Best Regards.. > Achintha Udukumbura > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150216/e9cd3835/attachment-0001.html From brian at freeswitch.org Mon Feb 16 16:46:30 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 16 Feb 2015 07:46:30 -0600 Subject: [Freeswitch-users] lua script unable to stop moh In-Reply-To: References: Message-ID: Unless you have a box sitting between YOU and the endpoint, uuid_hold isn't doing what you think its doing, Its sending a hold indication to the remote side to play music. So if you're just trying to play music to your IVR then playback of a file. On Mon, Feb 16, 2015 at 5:10 AM, CT Radu wrote: > Tried with no effect. > > 2015-02-13 16:47 GMT+02:00 Brian West : > >> Are you trying to use uuid_hold to just play hold music to your calling >> party? >> >> On Fri, Feb 13, 2015 at 7:24 AM, CT Radu wrote: >> >>> Tried with executeString, tried with execute, and still does not work. >>> And even if I've set freeswitch on debug, I didn't get anything relevant. >>> >>> Thanks, >>> Costin-Tiberiu >>> >>> >>> >>> 2015-02-13 11:39 GMT+02:00 Giovanni Maruzzelli : >>> >>>> (use executeString instead of execute when you give arguments in >>>> string, my typo): >>>> >>>> api:execute("break","all"); >>>> api:executeString(uuid_break_cmd); >>>> reply = api:executeString(uuid_break_cmd); >>>> >>>> >>>> On Fri, Feb 13, 2015 at 10:31 AM, Giovanni Maruzzelli < >>>> gmaruzz at gmail.com> wrote: >>>> >>>>> From lua, you better do (eg: no need for "session"): >>>>> >>>>> api = freeswitch.API(); >>>>> uuid = argv[1] >>>>> >>>>> >>>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>>> >>>>> freeswitch.consoleLog("notice","uuid break cmd: ".. uuid_break_cmd .. >>>>> "\n"); >>>>> >>>>> api:execute("break","all"); >>>>> api:execute(uuid_break_cmd); >>>>> >>>>> reply = api:execute(uuid_break_cmd); >>>>> >>>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>>> >>>>> >>>>> On Fri, Feb 13, 2015 at 10:05 AM, ???????, ??????? / Dmitriy Borisov < >>>>> bordmi at rarus.ru> wrote: >>>>> >>>>>> >>>>>> https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-freeswitch.Session >>>>>> : >>>>>> freeswitch.Session >>>>>> >>>>>> Create a new session. >>>>>> local session = freeswitch.Session("sofia/10.0.1.100/1001"); >>>>>> session:transfer("3000", "XML", "default"); >>>>>> What you want to do with lua script? >>>>>> >>>>>> >>>>>> 2015-02-13 10:54 GMT+03:00 CT Radu : >>>>>> >>>>>>> Anyone with mod_lua knowledge around here ? >>>>>>> >>>>>>> Thanks, >>>>>>> Costin >>>>>>> >>>>>>> 2015-02-11 11:57 GMT+02:00 CT Radu : >>>>>>> >>>>>>>> Hi all, >>>>>>>> >>>>>>>> I have the following problem: >>>>>>>> I have an dialplan rule in freeswitch that delegates the control >>>>>>>> for the incoming call on a specific number to an erlang application. >>>>>>>> This erlang application, at one point executes a lua script using >>>>>>>> the call: >>>>>>>> {api, luarun, "luascript.lua uuid"} >>>>>>>> >>>>>>>> In lua I do the following: >>>>>>>> api = freeswitch.API(); >>>>>>>> session = freeswitch.session(argv[1]); >>>>>>>> >>>>>>>> uuid = session:get_uuid(); >>>>>>>> >>>>>>>> if session:ready() then >>>>>>>> uuid_break_cmd = "uuid_break ".. uuid .. " all"; >>>>>>>> uuid_hold_cmd = "uuid_hold off" .. uuid; >>>>>>>> freeswitch.consoleLog("notice","uuid break cmd: ".. >>>>>>>> uuid_break_cmd .. "\n"); >>>>>>>> session:execute("break","all"); >>>>>>>> api:executeString(uuid_break_cmd); >>>>>>>> reply = api:executeString(uuid_break_cmd); >>>>>>>> >>>>>>>> freeswitch.consoleLog("notice", "After uuid_break.\n"); >>>>>>>> end >>>>>>>> >>>>>>>> The thing is that freeswitch ignores completly uuid_break and >>>>>>>> uuid_hold off >>>>>>>> The same command issued via fs_cli has effect. >>>>>>>> >>>>>>>> In fs_cli on debug I can see this: >>>>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 uuid break >>>>>>>> cmd: uuid_break f36d5e5c-b151-11e4-9674-8f19f7458942 all >>>>>>>> EXECUTE sofia/ctradu-dev.ezuce.ro/1002 at ctradu-dev.ezuce.ro >>>>>>>> break(all) >>>>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>>>> event CHANNEL_EXECUTE for attached session >>>>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>>>> 2015-02-10 20:23:51.405153 [DEBUG] mod_erlang_event.c:169 Ignoring >>>>>>>> event CHANNEL_EXECUTE_COMPLETE for attached session >>>>>>>> f36d5e5c-b151-11e4-9674-8f19f7458942 >>>>>>>> 2015-02-10 20:23:51.405153 [NOTICE] switch_cpp.cpp:1328 After >>>>>>>> uuid_break. >>>>>>>> >>>>>>>> Does anyone know why uuid_break has no effect executed from a >>>>>>>> script launched via api luarun ? >>>>>>>> (And the same command when issued via fs_cli has effect) >>>>>>>> >>>>>>>> The freeswitch version is 1.4.15~64bit >>>>>>>> >>>>>>>> Thank you, >>>>>>>> Costin >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 best regards, >>>>>> Dmitriy Borisov >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> >>>> >>>> >>>> >>>> -- >>>> 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 >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 *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/20150216/55d9e113/attachment-0001.html From brian at freeswitch.org Mon Feb 16 16:49:35 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 16 Feb 2015 07:49:35 -0600 Subject: [Freeswitch-users] Bug Marshalls Message-ID: We are still in need of community members to help triage, test, confirm issues as they are reported on JIRA, In addition if you see someone posting a bug report to the mailing list, kindly direct them to JIRA to file a bug. If you're interested please contact me or krice at freeswitch.org and we can get you setup to assist. Thanks, -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150216/81a411ba/attachment.html From anthony.minessale at gmail.com Mon Feb 16 19:32:43 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 16 Feb 2015 10:32:43 -0600 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: FYI, 100 ppl saying "Me too" doesn't really help. Each and every one needs to test latest master because out of all the people making this claim only one had some idea that a particular hunk of a recent patch helped cause this issue. The hunk in question has been reverted but nobody has reported on any of the actual JIRA. This is an open source community not a support hub. People need to do the leg work to solve issues and follow the policy laid out. If anyone wants more than that, we offer paid support. Claiming something is debian 7 when its a VM is not the same thing. This hardware type of issues is related to the kernel that is running on the machine, not a guest OS. Please help keep costs down and contribute meaningful content on this list and use JIRA where appropriate. On Mon, Feb 16, 2015 at 7:00 AM, Aqs Younas wrote: > Have this issue resolved? > > On 12 February 2015 at 20:53, Brian West wrote: > >> Cool, I'll keep an eye on it. >> >> >> On Thu, Feb 12, 2015 at 9:47 AM, Ali Pey wrote: >> >>> I believe it's agreed that we track this here: >>> >>> https://freeswitch.org/jira/browse/FS-7066 >>> >>> >>> I will try to collect the required data next time it happens. >>> >>> Thanks, >>> Ali Pey >>> >>> >>> >>> On Thu, Feb 12, 2015 at 10:43 AM, Brian West >>> wrote: >>> >>>> Do we have a JIRA on this yet? >>>> >>>> On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko < >>>> dvl36.ripe.nick at gmail.com> wrote: >>>> >>>>> Hi Ali, >>>>> >>>>> 2 years ago here, in mail-list, was a discussion >>>>> . >>>>> (memleak can be omitted) >>>>> Not sure, but It seems the symptoms was similar. >>>>> >>>>> Best Wishes, >>>>> Dmitry. >>>>> >>>>> 2015-02-12 2:53 GMT+02:00 Ali Pey : >>>>> >>>>>> Hi Dmitry, >>>>>> >>>>>> Can you elaborate a bit please? Are you saying that it won't happen >>>>>> with -np? Or it's just a suggestion? >>>>>> >>>>>> What's the relationship? >>>>>> >>>>>> Thanks, >>>>>> Ali Pey >>>>>> >>>>>> >>>>>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>>> >>>>>>> Hello guys, >>>>>>> >>>>>>> Try to reproduce this bug with normal priority ("-np") command line >>>>>>> switch. >>>>>>> >>>>>>> Best Wishes, >>>>>>> Dmitry. >>>>>>> >>>>>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>>>>> >>>>>>>> Thanks Tristan. >>>>>>>> >>>>>>>> I have had rtp-timer-name set to none for a long time but I still >>>>>>>> see the sudden and random jumps in CPU. >>>>>>>> >>>>>>>> I haven't been able to reproduce it in our Dev/QA environment as >>>>>>>> well. If I can reproduce it, I will definitely do the logs as well. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Hi Ali, >>>>>>>>> >>>>>>>>> What I see is kinda the same thing, I still need to provide >>>>>>>>> Anthony with the debug logs ( still had no chance to do the requested tests >>>>>>>>> on the production, could be related to some of our users UA/callflow and >>>>>>>>> cannot reproduce the issue in a lab ). The interesting part as discussed in >>>>>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>>>>> related to media playback ). >>>>>>>>> >>>>>>>>> I hope to have a chance soon to be able to furnish the debug logs, >>>>>>>>> if you can, do the same, Anthony gave the steps to provide him some usefull >>>>>>>>> logs on the bug comments. >>>>>>>>> >>>>>>>>> >>>>>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>>>>> >>>>>>>>> Hi Tristan, >>>>>>>>> >>>>>>>>> Do you see a sudden jump or just more CPU usage? >>>>>>>>> >>>>>>>>> In my case, everything is good for a few days with less than %10 >>>>>>>>> CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>>>>> come down until a restart. After restart, it's good again with the same >>>>>>>>> load. >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Ali Pey >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>>>>> >>>>>>>>>> ? >>>>>>>>>> >>>>>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 having >>>>>>>>>> > same symptoms? >>>>>>>>>> > >>>>>>>>>> > -giovanni >>>>>>>>>> > >>>>>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>>>>> max at nysolutions.com> wrote: >>>>>>>>>> >> Why not a Jira? >>>>>>>>>> >> >>>>>>>>>> >> Thanks, >>>>>>>>>> >> >>>>>>>>>> >> Moishe Grunstein >>>>>>>>>> >> Tornado Computer Systems, Inc. >>>>>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>>>>> >> >>>>>>>>>> >> Computer Networking * Managed Services * IP Video Surveillance >>>>>>>>>> * Network Assessments * Web Solutions * Voice over IP * Disaster Recovery * >>>>>>>>>> Network Security * Site Surveys * CMS >>>>>>>>>> >> >>>>>>>>>> >> -----Original Message----- >>>>>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>>>>> >> To: FreeSWITCH Users Help >>>>>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a sudden >>>>>>>>>> jump in CPU usage >>>>>>>>>> >> >>>>>>>>>> >> i think it's bug of freeswitch: >>>>>>>>>> >> >>>>>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>>>>> other process eating CPU >>>>>>>>>> >> -- we move all SIP traffic from the server away, the cpu is >>>>>>>>>> low. and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>>>>> >> -- there is no DB such as mysql on the server, and we have add >>>>>>>>>> "nosql" >>>>>>>>>> >> option, no help >>>>>>>>>> >> >>>>>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>>>>> john.nash778 at gmail.com> wrote: >>>>>>>>>> >>> Dear Muhammad, >>>>>>>>>> >>> >>>>>>>>>> >>> I think your issue is different than Ali Pey because CPU >>>>>>>>>> rises at a >>>>>>>>>> >>> specific time (approx) while running fine most of the time. >>>>>>>>>> In my >>>>>>>>>> >>> experience you should check following .. >>>>>>>>>> >>> - Check using top commands if its indeed freeswitch taking up >>>>>>>>>> CPU. It >>>>>>>>>> >>> may be logrotate or something. >>>>>>>>>> >>> - If you are using DB on same server, also check DB >>>>>>>>>> connections, May >>>>>>>>>> >>> be some long running query causing it (Like someone fires >>>>>>>>>> some billing >>>>>>>>>> >>> report at approx same time) >>>>>>>>>> >>> >>>>>>>>>> >>> On the other hand when you say "it runs fine all day". You >>>>>>>>>> may want to >>>>>>>>>> >>> check that using top command at different time of day, may be >>>>>>>>>> CPU >>>>>>>>>> >>> usage keep on increasing and in your peak time it increases >>>>>>>>>> so much that you see symptoms. >>>>>>>>>> >>> (If this is true may be you and Ali pey have same issue >>>>>>>>>> perhaps some >>>>>>>>>> >>> CPU leak). >>>>>>>>>> >>> >>>>>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>>>>> general. I >>>>>>>>>> >>> am NOT freeswitch expert. I have recently started experiments >>>>>>>>>> with >>>>>>>>>> >>> freeswitch so people who are using freeswitch or experts will >>>>>>>>>> give >>>>>>>>>> >>> more meaningful insight. >>>>>>>>>> >>> >>>>>>>>>> >>> >>>>>>>>>> >>> >>>>>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>>>>>> >>>> we have add this option to grub and reboot one months ago. >>>>>>>>>> no help. >>>>>>>>>> >>>> >>>>>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>>>>> thousands >>>>>>>>>> >>>> sessions. it works fine all day and the CPU will rise >>>>>>>>>> suddenly about >>>>>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>>>>> >>>> >>>>>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>>>>> >>>> wrote: >>>>>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> Sent from my iPad >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>>>>>> wrote: >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% >>>>>>>>>> cpu usage >>>>>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>>>>> calls i >>>>>>>>>> >>>>> have to install 3 freeswitch instances due to this much cpu >>>>>>>>>> usage >>>>>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>>>>> >>>>> >>>>>>>>>> >>>>> wrote: >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I am >>>>>>>>>> using >>>>>>>>>> >>>>>> Debian >>>>>>>>>> >>>>>> 7 >>>>>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to grub >>>>>>>>>> options >>>>>>>>>> >>>>>> does makes it lower. I am gathering more information in >>>>>>>>>> order to >>>>>>>>>> >>>>>> file a Jira. >>>>>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>>>>> Debian 7 >>>>>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so many >>>>>>>>>> other >>>>>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> ? >>>>>>>>>> >>>>>> Thanks, >>>>>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> From: ?? >>>>>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>>>>> >>>>>> > >>>>>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>>> sudden >>>>>>>>>> >>>>>> jump in CPU usage >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> same issue. >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, the >>>>>>>>>> CPU >>>>>>>>>> >>>>>> will be very high about 9:00 am every morning. there is no >>>>>>>>>> crontab >>>>>>>>>> >>>>>> at this time. >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>> Hi Anthony, >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a bug, >>>>>>>>>> I >>>>>>>>>> >>>>>>> don't have much info. I'm using this mailing list to see >>>>>>>>>> if >>>>>>>>>> >>>>>>> anyone else is experiencing this problem and if there is a >>>>>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix >>>>>>>>>> this >>>>>>>>>> >>>>>>> problem. Jira would be to report bugs when you know there >>>>>>>>>> is a >>>>>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>>>>> related issue. >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>> Thanks. >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>>>>> >>>>>>> wrote: >>>>>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing >>>>>>>>>> list is >>>>>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> wrote: >>>>>>>>>> >>>>>>>>> you might want to use gcore to look at the threads and >>>>>>>>>> see >>>>>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey < >>>>>>>>>> alipey at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less than >>>>>>>>>> %10; >>>>>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 >>>>>>>>>> of the >>>>>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get it >>>>>>>>>> back >>>>>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During the >>>>>>>>>> high >>>>>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very >>>>>>>>>> very >>>>>>>>>> >>>>>>>>>> slow. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes >>>>>>>>>> down, but >>>>>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right back >>>>>>>>>> up. >>>>>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again with >>>>>>>>>> the >>>>>>>>>> >>>>>>>>>> same traffic. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> >>>>>>>>>> Ali Pey >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> ______________________________________________________________ >>>>>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting Services: >>>>>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>>>>> >>>>>>>>>> >>>>>>>>> itch-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 >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> _______________________________________________________________ >>>>>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> >>>>>>>> >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> >>>>>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>>>> >>>>>>>>>> >>>>>>>> tch-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/freeswit >>>>>>>>>> >>>>>>>>>> >>>>>>> ch-users >>>>>>>>>> >>>>>>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> -- >>>>>>>>>> >>>>>> Peng Yong >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> __________________________________________________________________ >>>>>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>>>>> >>>>>> consulting at freeswitch.org >>>>>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> >>>>>> >>>>>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>>>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>> -- >>>>>>>>>> >>>> Peng Yong >>>>>>>>>> >>>> >>>>>>>>>> >>>> >>>>>>>>>> _____________________________________________________________________ >>>>>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>>>>> >>>> consulting at freeswitch.org >>>>>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>> Official FreeSWITCH Sites >>>>>>>>>> >>>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>> http://confluence.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> >>>> >>>>>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> >>>> >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> >>>>>>>>>> >>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>>>>> >>>>>>>>>> >>>> ers >>>>>>>>>> >>>> >>>>>>>>>> >>>>>>>>>> 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-use >>>>>>>>>> >>>>>>>>>> >>> rs >>>>>>>>>> >>> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> >> -- >>>>>>>>>> >> Peng Yong >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>>>>> >> consulting at freeswitch.org >>>>>>>>>> >> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> >> >>>>>>>>>> >> Official FreeSWITCH Sites >>>>>>>>>> >> >>>>>>>>>> >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >> http://confluence.freeswitch.org >>>>>>>>>> >>>>>>>>>> >> >>>>>>>>>> >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> >> >>>>>>>>>> >> FreeSWITCH-users mailing list >>>>>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> >>>> >>>> http://www.freeswitchbook.com >>>> >>>> http://www.freeswitchcookbook.com >>>> >>>> >>>> *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 >> >> *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 > -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/05dacbfc/attachment-0001.html From davy.van.de.moere at gmail.com Mon Feb 16 20:44:07 2015 From: davy.van.de.moere at gmail.com (davy van de moere) Date: Mon, 16 Feb 2015 18:44:07 +0100 Subject: [Freeswitch-users] csta , anyone experience with it? Message-ID: I've recently gotten the question how easy it would be to have some support for CSTA on FreeSwitch. I noticed there used to be a module for it a few years ago, and I do see things in mod_sofia.c on csta. What is the good approach on this? Is it doable to based on the event socket to push out/in csta messages? Or do I miss some great resource on the topic? Kind regards, Davy Van De Moere -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/ead0143e/attachment.html From alipey at gmail.com Mon Feb 16 20:45:15 2015 From: alipey at gmail.com (Ali Pey) Date: Mon, 16 Feb 2015 12:45:15 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: Hello, We were able to duplicate this problem in Production last Friday by adding load to one of the Freeswitch servers. I have attached the required debug files to the Jira ticket: https://freeswitch.org/jira/browse/FS-7066 I noticed that the CPU jump happens at around 390 channels and also noticed that there were about 80 channels that seemed to be in a stuck state. The Proxy server showed ~400 calls on that server, but the server itself showed ~480 channels. A restart was required to fix the problem. Regards, Ali Pey On Mon, Feb 16, 2015 at 11:32 AM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > FYI, > > 100 ppl saying "Me too" doesn't really help. Each and every one needs to > test latest master because out of all the people making this claim only one > had some idea that a particular hunk of a recent patch helped cause this > issue. The hunk in question has been reverted but nobody has reported on > any of the actual JIRA. This is an open source community not a support > hub. People need to do the leg work to solve issues and follow the policy > laid out. If anyone wants more than that, we offer paid support. > Claiming something is debian 7 when its a VM is not the same thing. This > hardware type of issues is related to the kernel that is running on the > machine, not a guest OS. > > Please help keep costs down and contribute meaningful content on this list > and use JIRA where appropriate. > > > > On Mon, Feb 16, 2015 at 7:00 AM, Aqs Younas wrote: > >> Have this issue resolved? >> >> On 12 February 2015 at 20:53, Brian West wrote: >> >>> Cool, I'll keep an eye on it. >>> >>> >>> On Thu, Feb 12, 2015 at 9:47 AM, Ali Pey wrote: >>> >>>> I believe it's agreed that we track this here: >>>> >>>> https://freeswitch.org/jira/browse/FS-7066 >>>> >>>> >>>> I will try to collect the required data next time it happens. >>>> >>>> Thanks, >>>> Ali Pey >>>> >>>> >>>> >>>> On Thu, Feb 12, 2015 at 10:43 AM, Brian West >>>> wrote: >>>> >>>>> Do we have a JIRA on this yet? >>>>> >>>>> On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko < >>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>> >>>>>> Hi Ali, >>>>>> >>>>>> 2 years ago here, in mail-list, was a discussion >>>>>> . >>>>>> (memleak can be omitted) >>>>>> Not sure, but It seems the symptoms was similar. >>>>>> >>>>>> Best Wishes, >>>>>> Dmitry. >>>>>> >>>>>> 2015-02-12 2:53 GMT+02:00 Ali Pey : >>>>>> >>>>>>> Hi Dmitry, >>>>>>> >>>>>>> Can you elaborate a bit please? Are you saying that it won't happen >>>>>>> with -np? Or it's just a suggestion? >>>>>>> >>>>>>> What's the relationship? >>>>>>> >>>>>>> Thanks, >>>>>>> Ali Pey >>>>>>> >>>>>>> >>>>>>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>>>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>>>> >>>>>>>> Hello guys, >>>>>>>> >>>>>>>> Try to reproduce this bug with normal priority ("-np") command line >>>>>>>> switch. >>>>>>>> >>>>>>>> Best Wishes, >>>>>>>> Dmitry. >>>>>>>> >>>>>>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>>>>>> >>>>>>>>> Thanks Tristan. >>>>>>>>> >>>>>>>>> I have had rtp-timer-name set to none for a long time but I still >>>>>>>>> see the sudden and random jumps in CPU. >>>>>>>>> >>>>>>>>> I haven't been able to reproduce it in our Dev/QA environment as >>>>>>>>> well. If I can reproduce it, I will definitely do the logs as well. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Hi Ali, >>>>>>>>>> >>>>>>>>>> What I see is kinda the same thing, I still need to provide >>>>>>>>>> Anthony with the debug logs ( still had no chance to do the requested tests >>>>>>>>>> on the production, could be related to some of our users UA/callflow and >>>>>>>>>> cannot reproduce the issue in a lab ). The interesting part as discussed in >>>>>>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>>>>>> related to media playback ). >>>>>>>>>> >>>>>>>>>> I hope to have a chance soon to be able to furnish the debug >>>>>>>>>> logs, if you can, do the same, Anthony gave the steps to provide him some >>>>>>>>>> usefull logs on the bug comments. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>>>>>> >>>>>>>>>> Hi Tristan, >>>>>>>>>> >>>>>>>>>> Do you see a sudden jump or just more CPU usage? >>>>>>>>>> >>>>>>>>>> In my case, everything is good for a few days with less than >>>>>>>>>> %10 CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>>>>>> come down until a restart. After restart, it's good again with the same >>>>>>>>>> load. >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Ali Pey >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? >>>>>>>>> > wrote: >>>>>>>>>> >>>>>>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>>>>>> >>>>>>>>>>> ? >>>>>>>>>>> >>>>>>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 >>>>>>>>>>> having >>>>>>>>>>> > same symptoms? >>>>>>>>>>> > >>>>>>>>>>> > -giovanni >>>>>>>>>>> > >>>>>>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>>>>>> max at nysolutions.com> wrote: >>>>>>>>>>> >> Why not a Jira? >>>>>>>>>>> >> >>>>>>>>>>> >> Thanks, >>>>>>>>>>> >> >>>>>>>>>>> >> Moishe Grunstein >>>>>>>>>>> >> Tornado Computer Systems, Inc. >>>>>>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>>>>>> >> >>>>>>>>>>> >> Computer Networking * Managed Services * IP Video >>>>>>>>>>> Surveillance * Network Assessments * Web Solutions * Voice over IP * >>>>>>>>>>> Disaster Recovery * Network Security * Site Surveys * CMS >>>>>>>>>>> >> >>>>>>>>>>> >> -----Original Message----- >>>>>>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>>>>>> >> To: FreeSWITCH Users Help >>>>>>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>>>> sudden jump in CPU usage >>>>>>>>>>> >> >>>>>>>>>>> >> i think it's bug of freeswitch: >>>>>>>>>>> >> >>>>>>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>>>>>> other process eating CPU >>>>>>>>>>> >> -- we move all SIP traffic from the server away, the cpu is >>>>>>>>>>> low. and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>>>>>> >> -- there is no DB such as mysql on the server, and we have >>>>>>>>>>> add "nosql" >>>>>>>>>>> >> option, no help >>>>>>>>>>> >> >>>>>>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>>>>>> john.nash778 at gmail.com> wrote: >>>>>>>>>>> >>> Dear Muhammad, >>>>>>>>>>> >>> >>>>>>>>>>> >>> I think your issue is different than Ali Pey because CPU >>>>>>>>>>> rises at a >>>>>>>>>>> >>> specific time (approx) while running fine most of the time. >>>>>>>>>>> In my >>>>>>>>>>> >>> experience you should check following .. >>>>>>>>>>> >>> - Check using top commands if its indeed freeswitch taking >>>>>>>>>>> up CPU. It >>>>>>>>>>> >>> may be logrotate or something. >>>>>>>>>>> >>> - If you are using DB on same server, also check DB >>>>>>>>>>> connections, May >>>>>>>>>>> >>> be some long running query causing it (Like someone fires >>>>>>>>>>> some billing >>>>>>>>>>> >>> report at approx same time) >>>>>>>>>>> >>> >>>>>>>>>>> >>> On the other hand when you say "it runs fine all day". You >>>>>>>>>>> may want to >>>>>>>>>>> >>> check that using top command at different time of day, may >>>>>>>>>>> be CPU >>>>>>>>>>> >>> usage keep on increasing and in your peak time it increases >>>>>>>>>>> so much that you see symptoms. >>>>>>>>>>> >>> (If this is true may be you and Ali pey have same issue >>>>>>>>>>> perhaps some >>>>>>>>>>> >>> CPU leak). >>>>>>>>>>> >>> >>>>>>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>>>>>> general. I >>>>>>>>>>> >>> am NOT freeswitch expert. I have recently started >>>>>>>>>>> experiments with >>>>>>>>>>> >>> freeswitch so people who are using freeswitch or experts >>>>>>>>>>> will give >>>>>>>>>>> >>> more meaningful insight. >>>>>>>>>>> >>> >>>>>>>>>>> >>> >>>>>>>>>>> >>> >>>>>>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? wrote: >>>>>>>>>>> >>>> we have add this option to grub and reboot one months ago. >>>>>>>>>>> no help. >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>>>>>> thousands >>>>>>>>>>> >>>> sessions. it works fine all day and the CPU will rise >>>>>>>>>>> suddenly about >>>>>>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>>>>>> >>>> wrote: >>>>>>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>>>>>> >>>>> >>>>>>>>>>> >>>>> Sent from my iPad >>>>>>>>>>> >>>>> >>>>>>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>> >>>>>>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% >>>>>>>>>>> cpu usage >>>>>>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>>>>>> calls i >>>>>>>>>>> >>>>> have to install 3 freeswitch instances due to this much >>>>>>>>>>> cpu usage >>>>>>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>>>>>> >>>>> >>>>>>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>>>>>> >>>>> >>>>>>>>>>> >>>>> wrote: >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I >>>>>>>>>>> am using >>>>>>>>>>> >>>>>> Debian >>>>>>>>>>> >>>>>> 7 >>>>>>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to >>>>>>>>>>> grub options >>>>>>>>>>> >>>>>> does makes it lower. I am gathering more information in >>>>>>>>>>> order to >>>>>>>>>>> >>>>>> file a Jira. >>>>>>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>>>>>> Debian 7 >>>>>>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so >>>>>>>>>>> many other >>>>>>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> ? >>>>>>>>>>> >>>>>> Thanks, >>>>>>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> From: ?? >>>>>>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>>>>>> >>>>>> > >>>>>>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>>>> sudden >>>>>>>>>>> >>>>>> jump in CPU usage >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> same issue. >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, >>>>>>>>>>> the CPU >>>>>>>>>>> >>>>>> will be very high about 9:00 am every morning. there is >>>>>>>>>>> no crontab >>>>>>>>>>> >>>>>> at this time. >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey < >>>>>>>>>>> alipey at gmail.com> wrote: >>>>>>>>>>> >>>>>>> Hi Anthony, >>>>>>>>>>> >>>>>>> >>>>>>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a >>>>>>>>>>> bug, I >>>>>>>>>>> >>>>>>> don't have much info. I'm using this mailing list to see >>>>>>>>>>> if >>>>>>>>>>> >>>>>>> anyone else is experiencing this problem and if there is >>>>>>>>>>> a >>>>>>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can fix >>>>>>>>>>> this >>>>>>>>>>> >>>>>>> problem. Jira would be to report bugs when you know >>>>>>>>>>> there is a >>>>>>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>>>>>> related issue. >>>>>>>>>>> >>>>>>> >>>>>>>>>>> >>>>>>> Thanks. >>>>>>>>>>> >>>>>>> >>>>>>>>>>> >>>>>>> >>>>>>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>>>>>> >>>>>>> wrote: >>>>>>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing >>>>>>>>>>> list is >>>>>>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>> you might want to use gcore to look at the threads and >>>>>>>>>>> see >>>>>>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey < >>>>>>>>>>> alipey at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less >>>>>>>>>>> than %10; >>>>>>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 >>>>>>>>>>> of the >>>>>>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get >>>>>>>>>>> it back >>>>>>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During >>>>>>>>>>> the high >>>>>>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very >>>>>>>>>>> very >>>>>>>>>>> >>>>>>>>>> slow. >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes >>>>>>>>>>> down, but >>>>>>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right >>>>>>>>>>> back up. >>>>>>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again >>>>>>>>>>> with the >>>>>>>>>>> >>>>>>>>>> same traffic. >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>>> >>>>>>>>>> Ali Pey >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> ______________________________________________________________ >>>>>>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting >>>>>>>>>>> Services: >>>>>>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>>>>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> itch-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 >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> _______________________________________________________________ >>>>>>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>>>>> >>>>>>>>>>> >>>>>>>> tch-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/freeswit >>>>>>>>>>> >>>>>>>>>>> >>>>>>> ch-users >>>>>>>>>>> >>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> -- >>>>>>>>>>> >>>>>> Peng Yong >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> __________________________________________________________________ >>>>>>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>>>>>> >>>>>> consulting at freeswitch.org >>>>>>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> >>>>>> >>>>>>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>>>>>> >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> -- >>>>>>>>>>> >>>> Peng Yong >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> >>>>>>>>>>> _____________________________________________________________________ >>>>>>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>>>>>> >>>> consulting at freeswitch.org >>>>>>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> Official FreeSWITCH Sites >>>>>>>>>>> >>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>> http://confluence.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> >>>> >>>>>>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> >>>> >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> >>>>>>>>>>> >>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>>>>>> >>>>>>>>>>> >>>> ers >>>>>>>>>>> >>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> 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-use >>>>>>>>>>> >>>>>>>>>>> >>> rs >>>>>>>>>>> >>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> >> -- >>>>>>>>>>> >> Peng Yong >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> >> consulting at freeswitch.org >>>>>>>>>>> >> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> >> >>>>>>>>>>> >> Official FreeSWITCH Sites >>>>>>>>>>> >> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >> http://confluence.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> >> >>>>>>>>>>> >> FreeSWITCH-users mailing list >>>>>>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> >>>>> >>>>> >>>>> http://www.freeswitchbook.com >>>>> >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> >>>>> *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 >>> >>> >>> *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 >> >> > > > > -- > 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 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150216/df70de0d/attachment-0001.html From kamil.nigmatullin at gmail.com Mon Feb 16 21:11:50 2015 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Tue, 17 Feb 2015 00:11:50 +0600 Subject: [Freeswitch-users] B leg is still ringing After FXO caller hangup before ANSWERED In-Reply-To: References: Message-ID: Can you record this call with tcpdump? 16 ????. 2015 ?. 18:55 ???????????? "Charles Wang" ???????: > Hi, Kamil, > > All my clients(SIP) and server(with FXS/FXO) are in the same NAT > environment that can access internet resources. And I start freeswitch with > "freeswitch -nc". > > 2015-02-16 0:34 GMT+08:00 Kamil Nigmatullin : > >> Is your client behined NAT? >> 13 ????. 2015 ?. 12:42 ???????????? "Charles Wang" < >> lazy.charles at gmail.com> ???????: >> >>> Hi all, >>> >>> I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there >>> is a bug in inbound call via the freetdm FXO device. >>> >>> When I try to make call from FXO and it bridges to SIP device named 1234 >>> via the following dialplan. >>> >>> >>> >> expression="^(1234)$"> >>> >> data="call_timeout=30"/> >>> >>> >>> >>> >>> Before SIP 1234 answers the call, the caller (FXO) hangup call before >>> 1234 answered. But the callee (SIP 1234 or FXS) is still ringing and stop >>> ring until call-timeout about 30 seconds. >>> >>> It is the same condition if the callee is FXS device. >>> >>> I can find two channels during ringing (A leg & B leg). >>> After the caller(FXO) onhook, the A leg is still alive and A leg will >>> not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). >>> >>> There are two legs (A leg & B leg) after the caller FXO had hangup. >>> >>> >>> uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context >>> 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 >>> 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default >>> cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 >>> 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound >>> Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default >>> >>> >>> Can anyone help me to solve it or tell me why? >>> >>> -- >>> Best Regards >>> Charles >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Best Regards > Charles > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150217/a8b95cfe/attachment.html From vipkilla at gmail.com Mon Feb 16 21:20:01 2015 From: vipkilla at gmail.com (Vik Killa) Date: Mon, 16 Feb 2015 13:20:01 -0500 Subject: [Freeswitch-users] csta , anyone experience with it? In-Reply-To: References: Message-ID: Hi Davy, I helped out with some of the CSTA stuff back when it was implemented into sofia. The way it was implemented into sofia was for events to be fired to control server side DND and CF. You can also subscribe to those event types (I forget exactly what event type it is) and control DND and CF based on those events In short, you would need to use the event system. And IMO modules plugin to the event system best. Thanks. On Mon, Feb 16, 2015 at 12:44 PM, davy van de moere < davy.van.de.moere at gmail.com> wrote: > I've recently gotten the question how easy it would be to have some > support for CSTA on FreeSwitch. > > I noticed there used to be a module for it a few years ago, and I do see > things in mod_sofia.c on csta. > > What is the good approach on this? Is it doable to based on the event > socket to push out/in csta messages? Or do I miss some great resource on > the topic? > > Kind regards, > Davy Van De Moere > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150216/f576269c/attachment.html From krice at freeswitch.org Tue Feb 17 01:53:40 2015 From: krice at freeswitch.org (Ken Rice) Date: Mon, 16 Feb 2015 22:53:40 +0000 Subject: [Freeswitch-users] FreeSWITCH Week in Review (Master Branch) February 7th-13th Message-ID: <54e274f459cc3_beed107932814012@ip-10-234-135-76.mail> New Post on freeswitch.org from Kathleen check it out at http://ift.tt/1DZDdce FreeSWITCH Week in Review (Master Branch) February 7th-13th Hello, again. This past week in the FreeSWITCH master branch we had 24 commits. The new features are: the addition of mongo_find_n API and the addition of error logs in mod_java. This edition of the FreeSWITCH Week in Review marks the one year anniversary since I started this project! A whole year worth of commits! That is 1701 commits to be exact! And so many more to come! Join us on Wednesdays at 12:00 CT for some more FreeSWITCH fun! And head over to freeswitch.com to learn more about FreeSWITCH support. New features that were added: FS-7265 Add mongo_find_n API FS-7269 Add error logs in mod_java. Improvements to the documentation: FS-7270 Set the makefile to look for libtool-bin first and update libjpeg-dev to libjpeg8-dev in Debian makefile The following bugs were squashed: FS-7236 Fix mutex use before init error caused by 27c8622 0dc48df Fix for a bug from original implementation, cannot send call state about state destroy, this is an internal state and the session is already destroyed. FS-7256 Fix for being unable to load mod_java. FS-7252 Fix for 6-year-old regression from commit 525f1ac back in 2008 FS-7260 Fix for L16 at 16000h with Asterisk negotiation issue. FS-7264 Fix signed/unsigned warnings on windows building ws.c FS-7236 Re-factor to fix audio problem from commit 7c63670 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150216/35098b80/attachment.html From aronp at guaranteedplus.com Tue Feb 17 08:38:06 2015 From: aronp at guaranteedplus.com (Podrigal, Aron) Date: Tue, 17 Feb 2015 00:38:06 -0500 Subject: [Freeswitch-users] dtmf-duration Message-ID: Hi, I'm setting the dtmf-duration in my profile * * but freeswitch doesn't honor my setting when sending the dtmf 2015-02-17 05:28:36.210973 [DEBUG] switch_ivr_bridge.c:470 Send signal sofia/internal/17183318463 at 198.24.59.141 [BREAK] 2015-02-17 05:28:36.230973 [DEBUG] switch_rtp.c:4346 Send start packet for [#] ts=93280 dur=160/160/2000 seq=39003 lw=93280 2015-02-17 05:28:36.250973 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=320/320/2000 seq=39004 lw=93440 2015-02-17 05:28:36.270973 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=480/480/2000 seq=39005 lw=93600 2015-02-17 05:28:36.290980 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=640/640/2000 seq=39006 lw=93760 2015-02-17 05:28:36.310975 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=800/800/2000 seq=39007 lw=93920 2015-02-17 05:28:36.330975 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=960/960/2000 seq=39008 lw=94080 2015-02-17 05:28:36.350973 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1120/1120/2000 seq=39009 lw=94240 2015-02-17 05:28:36.373149 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1280/1280/2000 seq=39010 lw=94400 2015-02-17 05:28:36.390974 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1440/1440/2000 seq=39011 lw=94560 2015-02-17 05:28:36.410974 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1600/1600/2000 seq=39012 lw=94720 2015-02-17 05:28:36.430973 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1760/1760/2000 seq=39013 lw=94880 2015-02-17 05:28:36.450974 [DEBUG] switch_rtp.c:4245 Send middle packet for [#] ts=93280 dur=1920/1920/2000 seq=39014 lw=95040 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for [#] ts=93280 dur=2080/2080/2000 seq=39015 lw=95040 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for [#] ts=93280 dur=2080/2080/2000 seq=39016 lw=95040 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for [#] ts=93280 dur=2080/2080/2000 seq=39017 lw=95040 any help? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/fd56cc0b/attachment-0001.html From bote_radio at botecomm.com Tue Feb 17 10:49:40 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 02:49:40 -0500 Subject: [Freeswitch-users] Rejected by acl "domains". Falling back to Digest auth. In-Reply-To: <1423856003037-7596147.post@n2.nabble.com> References: <1423843191652-7596145.post@n2.nabble.com> <1423856003037-7596147.post@n2.nabble.com> Message-ID: <00d901d04a86$49ab4aa0$dd01dfe0$@botecomm.com> That is not an error message, it is simply an informational message that indicates that the network access control list named "domains" was not matched by the incoming i.p. address, therefore FS resorts to digest authentication. (That is controlled by conf/autoload_configs/acl.conf.xml but I would save that for later before messing with it.) The only vars.xml that should exist and that has any effect is located in the parent "conf" directory. There are numerous files named default.xml so perhaps that's what you meant? To keep your sanity I recommend swapping the ports back to the way they were originally while you learn the many facets of FreeSWITCH. While you can change them, FreeSWITCH should work as shipped right out of the box (as your soft phone test demonstrated) and long-time users assume this configuration so it will be less confusing as other questions arise. Best success to you. Bote -----Original Message----- From: TF Sent: Friday, 13 February, 2015 14:33 Subject: Re: [Freeswitch-users] Rejected by acl "domains". Falling back to Digest auth. Within FreeSwitch, within the vars.xml I swapped the port settings for the external_sip_port with the setting for internal_sip_port and the error message: * Rejected by acl "domains". Falling back to Digest auth.* went away. Again, since there are about 6 different vars.xml files in different sub-directories, it was a quessing game as to which one would be the correct one so as to implement the change, but I got lucky. I was able to go into my FS_CLI window and type: *sofia status* and confirm the various listening ports. Things are still not working, but at least that error message is gone. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Rejected-by-acl-domains-Fallin g-back-to-Digest-auth-tp7596145p7596147.html Sent from the freeswitch-users mailing list archive at Nabble.com. _________________________________________________________________________ From bote_radio at botecomm.com Tue Feb 17 11:00:19 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 03:00:19 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: Message-ID: <00da01d04a87$c631b090$529511b0$@botecomm.com> It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. Bote From: Charles Wang Sent: Thursday, 12 February, 2015 11:26 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Brian, I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. B leg is still ringing after I hangup the FXO. I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. Let me know if you have any suggestion. Best regards, Charles 2015-02-12 23:43 GMT+08:00 Brian West : You may wish to answer that inbound tdm leg before ringing out to the sip device. On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/29d2fdf3/attachment.html From ssinyagin at gmail.com Tue Feb 17 11:47:26 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 17 Feb 2015 09:47:26 +0100 Subject: [Freeswitch-users] "record" vs. "record_session" Message-ID: Confluence describes the "record" application, and also has references to "record_session" which return 404 not found. mod/applications/mod_dptools/mod_dptools.c defines both applications. The old wiki page doesn't seem to be available -- maybe someone can restore the content from backup? thanks From ssinyagin at gmail.com Tue Feb 17 12:31:26 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 17 Feb 2015 10:31:26 +0100 Subject: [Freeswitch-users] "record" vs. "record_session" In-Reply-To: References: Message-ID: found the missing page: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+Dialplan+Tools+record+session but I'm not allowed to edit, so I can't fix broken links. If someone grants me the editing permission, I'll fix that. On Tue, Feb 17, 2015 at 9:47 AM, Stanislav Sinyagin wrote: > Confluence describes the "record" application, and also has references > to "record_session" which return 404 not found. > > mod/applications/mod_dptools/mod_dptools.c defines both applications. > The old wiki page doesn't seem to be available -- maybe someone can > restore the content from backup? > > thanks From miha at softnet.si Tue Feb 17 12:49:35 2015 From: miha at softnet.si (Miha) Date: Tue, 17 Feb 2015 10:49:35 +0100 Subject: [Freeswitch-users] mysql, different tables based on NAS Message-ID: <54E30EAF.7020809@softnet.si> Hi, it is possible/how to insert based on NAS, accouting requests in different table, database? tnx miha From s.safarov at gmail.com Tue Feb 17 13:00:13 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 17 Feb 2015 13:00:13 +0300 Subject: [Freeswitch-users] what is realm must be used for proxied calls Message-ID: I has configured gateway with attributes "realm" and "proxy". I thinking that registration request will be sent like "user at realm" in from field. But really is sent user at proxy in from field. It is bug or feature? :o) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/3164ee6e/attachment.html From lists at kavun.ch Tue Feb 17 14:11:37 2015 From: lists at kavun.ch (Emrah) Date: Tue, 17 Feb 2015 12:11:37 +0100 Subject: [Freeswitch-users] RECOVERY_ON_TIMER_EXPIRE only when options-ping is enabled / FS TLS roundup Message-ID: <0A99A504-F390-4351-AEBC-B941047E9C0E@kavun.ch> Hi, I am experiencing call drops when using TLS. Calls terminates with a 408 RECOVERY_ON_TIMER_EXPIRE. this seems to only happen when I use options-ping. It never occurred when I disabled it on the profile, however I need it and had to reenable it. I think that it may also be only happening on user accounts that have multiple devices registered. This erratic behavior of FreeSWITCH over TLS is very disconcerting and none of my messages seem to have created any traction so far. The Wiki page about TLS is outdated and contains wrong information. For instance, it says all the RTP and signaling will be encapsulated over the TLS port if TLS is used and this is absolutely incorrect. RTP will remain negotiated over UDP and will have to be separately encrypted. SSLv23 is deprecated now and so TLS v1.1 or v1.2 are the only viable options. Now. I think it would benefit everyone if those among you that have had a successful experience with FS and TLS could share some of their best practices. So far, I have been successful at making and receiving calls over TLS and SRTP. Lately I've been experiencing call drops with the 408 RECOVERY_ON_TIMER_EXPIRE. In addition to that, the call setup process will randomly fail because my clients experience an SSL error while sending the auth packet after receiving the 407. Does this speak to anyone? Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/a78364ad/attachment-0001.html From ravenox at gmail.com Tue Feb 17 15:54:15 2015 From: ravenox at gmail.com (=?UTF-8?B?0JDRgNGC0YPRgCDQmtGA0LDQtdCy?=) Date: Tue, 17 Feb 2015 15:54:15 +0300 Subject: [Freeswitch-users] Multi-tenant domain alias Message-ID: Hello, I have multi-tenant freeswitch setup. How can I set alias for domain? Explanation: In FS directory I have this domains: a.com - a.user1 - a.user2 b.com - b.user1 - b.user2 c.com - c.user1 - c.user2 And now I need to add ability for users to register to domain d.com which need to be alias for domain a.com. So when user registering as a.user1 at d.com it must to be same user as a.user1 at a.com Can anyone explain how can I realize this functionalify with FS? -- With best regards, Arthur Kraev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/6bbeede4/attachment.html From brian at freeswitch.org Tue Feb 17 17:55:27 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 17 Feb 2015 08:55:27 -0600 Subject: [Freeswitch-users] dtmf-duration In-Reply-To: References: Message-ID: The code in sofia looks at this specifically: #define *SWITCH_DEFAULT_DTMF_DURATION* 2000 } else if (!strcasecmp(var, "dtmf-duration")) { uint32_t dur = atoi(val); if (dur >= switch_core_min_dtmf_duration(0) && dur <= switch_core_max_dtmf_duration(0)) { profile->dtmf_duration = dur; } else { profile->dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION; switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Duration out of bounds, using default of %d!\n", SWITCH_DEFAULT_DTMF_DURATION); } } So either you didn't reload it or you're seeing 'Duration out of bounds, using default of 2000' in your logs or you set it to something crazy in switch.conf.xml. On Mon, Feb 16, 2015 at 11:38 PM, Podrigal, Aron wrote: > Hi, > > > I'm setting the dtmf-duration in my profile > > * * > > but freeswitch doesn't honor my setting when sending the dtmf > > 2015-02-17 05:28:36.210973 [DEBUG] switch_ivr_bridge.c:470 Send signal > sofia/internal/17183318463 at 198.24.59.141 [BREAK] > 2015-02-17 05:28:36.230973 [DEBUG] switch_rtp.c:4346 Send start packet for > [#] ts=93280 dur=160/160/2000 seq=39003 lw=93280 > 2015-02-17 05:28:36.250973 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=320/320/2000 seq=39004 lw=93440 > 2015-02-17 05:28:36.270973 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=480/480/2000 seq=39005 lw=93600 > 2015-02-17 05:28:36.290980 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=640/640/2000 seq=39006 lw=93760 > 2015-02-17 05:28:36.310975 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=800/800/2000 seq=39007 lw=93920 > 2015-02-17 05:28:36.330975 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=960/960/2000 seq=39008 lw=94080 > 2015-02-17 05:28:36.350973 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1120/1120/2000 seq=39009 lw=94240 > 2015-02-17 05:28:36.373149 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1280/1280/2000 seq=39010 lw=94400 > 2015-02-17 05:28:36.390974 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1440/1440/2000 seq=39011 lw=94560 > 2015-02-17 05:28:36.410974 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1600/1600/2000 seq=39012 lw=94720 > 2015-02-17 05:28:36.430973 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1760/1760/2000 seq=39013 lw=94880 > 2015-02-17 05:28:36.450974 [DEBUG] switch_rtp.c:4245 Send middle packet > for [#] ts=93280 dur=1920/1920/2000 seq=39014 lw=95040 > 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for > [#] ts=93280 dur=2080/2080/2000 seq=39015 lw=95040 > 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for > [#] ts=93280 dur=2080/2080/2000 seq=39016 lw=95040 > 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for > [#] ts=93280 dur=2080/2080/2000 seq=39017 lw=95040 > > > any help? 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 *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/20150217/411ddc97/attachment.html From brian at freeswitch.org Tue Feb 17 17:59:15 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 17 Feb 2015 08:59:15 -0600 Subject: [Freeswitch-users] "record" vs. "record_session" In-Reply-To: References: Message-ID: Confluence editors are tightly controlled, If you wish to join the docs team I can give you permissions, Please email me off list, also join freeswitch-docs list at lists.freeswitch.org, you can also post errors and updates. On Tue, Feb 17, 2015 at 3:31 AM, Stanislav Sinyagin wrote: > found the missing page: > > https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+Dialplan+Tools+record+session > > but I'm not allowed to edit, so I can't fix broken links. If someone > grants me the editing permission, I'll fix that. > > On Tue, Feb 17, 2015 at 9:47 AM, Stanislav Sinyagin > wrote: > > Confluence describes the "record" application, and also has references > > to "record_session" which return 404 not found. > > > > mod/applications/mod_dptools/mod_dptools.c defines both applications. > > The old wiki page doesn't seem to be available -- maybe someone can > > restore the content from backup? > > > > 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 *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/20150217/9f5bb102/attachment.html From brian at freeswitch.org Tue Feb 17 18:02:26 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 17 Feb 2015 09:02:26 -0600 Subject: [Freeswitch-users] what is realm must be used for proxied calls In-Reply-To: References: Message-ID: Its probably not a bug, you have to fully understand every aspect of the code, you're confusing the from-domain with proxy or realm, technically the realm should never need to be supplied except in some rare really screwed up interops. *COUGH* broadsoft *COUGH* But then its only because the operator failed to setup the switch correctly. You should only need to name your gateway the same as the proxy, then fill in user/pass, in your case maybe from-domain if you need to fudge it. On Tue, Feb 17, 2015 at 4:00 AM, Sergey Safarov wrote: > I has configured gateway with attributes "realm" and "proxy". I thinking > that registration request will be sent like "user at realm" in from field. > But really is sent user at proxy in from field. > > It is bug or feature? > :o) > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150217/a99fe638/attachment-0001.html From brian at freeswitch.org Tue Feb 17 18:08:25 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 17 Feb 2015 09:08:25 -0600 Subject: [Freeswitch-users] RECOVERY_ON_TIMER_EXPIRE only when options-ping is enabled / FS TLS roundup In-Reply-To: <0A99A504-F390-4351-AEBC-B941047E9C0E@kavun.ch> References: <0A99A504-F390-4351-AEBC-B941047E9C0E@kavun.ch> Message-ID: If you can post your configs and logs so we can view them maybe we can replicate what you're having take place. Be sure to clearly outline all endpoints used and call flows tested. Also what type of cert are you using? On Tue, Feb 17, 2015 at 5:11 AM, Emrah wrote: > Hi, > I am experiencing call drops when using TLS. Calls terminates with a 408 > RECOVERY_ON_TIMER_EXPIRE. > this seems to only happen when I use options-ping. It never occurred when > I disabled it on the profile, however I need it and had to reenable it. I > think that it may also be only happening on user accounts that have > multiple devices registered. > > This erratic behavior of FreeSWITCH over TLS is very disconcerting and > none of my messages seem to have created any traction so far. > > The Wiki page about TLS is outdated and contains wrong information. For > instance, it says all the RTP and signaling will be encapsulated over the > TLS port if TLS is used and this is absolutely incorrect. RTP will remain > negotiated over UDP and will have to be separately encrypted. SSLv23 is > deprecated now and so TLS v1.1 or v1.2 are the only viable options. > > Now. I think it would benefit everyone if those among you that have had a > successful experience with FS and TLS could share some of their best > practices. > > So far, I have been successful at making and receiving calls over TLS and > SRTP. Lately I've been experiencing call drops with the > 408 RECOVERY_ON_TIMER_EXPIRE. In addition to that, the call setup process > will randomly fail because my clients experience an SSL error while sending > the auth packet after receiving the 407. > Does this speak to anyone? > > Cheers > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150217/f590b3c9/attachment.html From aronp at guaranteedplus.com Tue Feb 17 19:31:44 2015 From: aronp at guaranteedplus.com (Podrigal, Aron) Date: Tue, 17 Feb 2015 11:31:44 -0500 Subject: [Freeswitch-users] dtmf-duration In-Reply-To: References: Message-ID: I see, but looks like the dtmf duration is sent with multiples of the rtp session interval src/switch_rtp.c:4418 On Tue, Feb 17, 2015 at 9:55 AM, Brian West wrote: > The code in sofia looks at this specifically: > > #define *SWITCH_DEFAULT_DTMF_DURATION* 2000 > > } else if (!strcasecmp(var, "dtmf-duration")) { > > > uint32_t dur = atoi(val); > > > if (dur >= switch_core_min_dtmf_duration(0) && dur <= > switch_core_max_dtmf_duration(0)) { > > > profile->dtmf_duration = dur; > > > } else { > > > profile->dtmf_duration = SWITCH_DEFAULT_DTMF_DURATION; > > > switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Duration out > of bounds, using default of %d!\n", SWITCH_DEFAULT_DTMF_DURATION); > > > > } > > > > > } > > So either you didn't reload it or you're seeing 'Duration out of bounds, > using default of 2000' in your logs or you set it to something crazy in > switch.conf.xml. > > On Mon, Feb 16, 2015 at 11:38 PM, Podrigal, Aron > wrote: > >> Hi, >> >> >> I'm setting the dtmf-duration in my profile >> >> * * >> >> but freeswitch doesn't honor my setting when sending the dtmf >> >> 2015-02-17 05:28:36.210973 [DEBUG] switch_ivr_bridge.c:470 Send signal >> sofia/internal/17183318463 at 198.24.59.141 [BREAK] >> 2015-02-17 05:28:36.230973 [DEBUG] switch_rtp.c:4346 Send start packet >> for [#] ts=93280 dur=160/160/2000 seq=39003 lw=93280 >> 2015-02-17 05:28:36.250973 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=320/320/2000 seq=39004 lw=93440 >> 2015-02-17 05:28:36.270973 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=480/480/2000 seq=39005 lw=93600 >> 2015-02-17 05:28:36.290980 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=640/640/2000 seq=39006 lw=93760 >> 2015-02-17 05:28:36.310975 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=800/800/2000 seq=39007 lw=93920 >> 2015-02-17 05:28:36.330975 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=960/960/2000 seq=39008 lw=94080 >> 2015-02-17 05:28:36.350973 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1120/1120/2000 seq=39009 lw=94240 >> 2015-02-17 05:28:36.373149 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1280/1280/2000 seq=39010 lw=94400 >> 2015-02-17 05:28:36.390974 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1440/1440/2000 seq=39011 lw=94560 >> 2015-02-17 05:28:36.410974 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1600/1600/2000 seq=39012 lw=94720 >> 2015-02-17 05:28:36.430973 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1760/1760/2000 seq=39013 lw=94880 >> 2015-02-17 05:28:36.450974 [DEBUG] switch_rtp.c:4245 Send middle packet >> for [#] ts=93280 dur=1920/1920/2000 seq=39014 lw=95040 >> 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for >> [#] ts=93280 dur=2080/2080/2000 seq=39015 lw=95040 >> 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for >> [#] ts=93280 dur=2080/2080/2000 seq=39016 lw=95040 >> 2015-02-17 05:28:36.470984 [DEBUG] switch_rtp.c:4245 Send end packet for >> [#] ts=93280 dur=2080/2080/2000 seq=39017 lw=95040 >> >> >> any help? 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 > > *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/20150217/9c826af6/attachment-0001.html From aronp at guaranteedplus.com Tue Feb 17 19:54:38 2015 From: aronp at guaranteedplus.com (Podrigal, Aron) Date: Tue, 17 Feb 2015 11:54:38 -0500 Subject: [Freeswitch-users] mysql, different tables based on NAS In-Reply-To: <54E30EAF.7020809@softnet.si> References: <54E30EAF.7020809@softnet.si> Message-ID: this might be achievable with a views. On Feb 17, 2015 4:50 AM, "Miha" wrote: > Hi, > > it is possible/how to insert based on NAS, accouting requests in > different table, database? > > > tnx > miha > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150217/f695be9c/attachment.html From lazy.charles at gmail.com Tue Feb 17 22:48:22 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Wed, 18 Feb 2015 03:48:22 +0800 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: <00da01d04a87$c631b090$529511b0$@botecomm.com> References: <00da01d04a87$c631b090$529511b0$@botecomm.com> Message-ID: Hi Bote, I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know what loop battery is. Is there any setting I can use when I try to make a call in segement? Thank you for your reply. Best regards, Charles 2015-02-17 16:00 GMT+08:00 Bote Man : > It sounds like your originating caller is analog and is not providing > supervision signal to indicate to the FXO port that it has released the > call, therefore FS continues as if the call is still held active. > > > > In some configurations the loop battery is interrupted briefly to indicate > that the call has been released. In other cases you must detect call > progress tones that indicate that the caller is no longer present. In some > cases there is no indication provided to the FXO port and only timers and > the Leg B will help you. > > > > Bote > > > > *From:* Charles Wang > *Sent:* Thursday, 12 February, 2015 11:26 > *Subject:* Re: [Freeswitch-users] B leg ringing when Caller hangup before > answer > > > > Hi Brian, > > > > I ever try to answer the A leg in dialplan before bridge to B leg. But the > condition is the same. > > B leg is still ringing after I hangup the FXO. > > > > I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. > > > > Let me know if you have any suggestion. > > > > Best regards, > > Charles > > > > 2015-02-12 23:43 GMT+08:00 Brian West : > > You may wish to answer that inbound tdm leg before ringing out to the sip > device. > > > > On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang > wrote: > > Hi all, > > > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there > is a bug in inbound call via the freetdm FXO device. > > > > When I try to make call from FXO and it bridges to SIP device named 1234 > via the following dialplan. > > > > > > expression="^(1234)$"> > > > > > > > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 > answered. But the callee (SIP 1234) is still ringing and stop ring after > about 30 seconds. > > > > It is the same condition if the callee is FXS device. > > > > I can find two channels during ringing (A leg & B leg). > > After the caller(FXO) onhook, the A leg is still alive and A leg will not > be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context > > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 > 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 > 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound > Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default > > > > > > Can anyone help me to solve it or tell me why? > > > > > > -- > > Best Regards > Charles > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/022b32f2/attachment.html From bote_radio at botecomm.com Tue Feb 17 22:50:59 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 14:50:59 -0500 Subject: [Freeswitch-users] "record" vs. "record_session" In-Reply-To: References: Message-ID: <017001d04aeb$0e076500$2a162f00$@botecomm.com> I'm dithering over whether to simplify those page names, but that would require a lot of manual editing work as I'm not confident that a script would be successful in traversing Confluence pages. Thanks for your efforts. Bote -----Original Message----- From: Stanislav Sinyagin Sent: Tuesday, 17 February, 2015 04:31 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] "record" vs. "record_session" found the missing page: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+Dialplan+T ools+record+session but I'm not allowed to edit, so I can't fix broken links. If someone grants me the editing permission, I'll fix that. On Tue, Feb 17, 2015 at 9:47 AM, Stanislav Sinyagin wrote: > Confluence describes the "record" application, and also has references > to "record_session" which return 404 not found. > > mod/applications/mod_dptools/mod_dptools.c defines both applications. > The old wiki page doesn't seem to be available -- maybe someone can > restore the content from backup? > > thanks From bote_radio at botecomm.com Tue Feb 17 23:01:23 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 15:01:23 -0500 Subject: [Freeswitch-users] RECOVERY_ON_TIMER_EXPIRE only when options-ping is enabled / FS TLS roundup In-Reply-To: <0A99A504-F390-4351-AEBC-B941047E9C0E@kavun.ch> References: <0A99A504-F390-4351-AEBC-B941047E9C0E@kavun.ch> Message-ID: <017a01d04aec$81ce69b0$856b3d10$@botecomm.com> If the wiki corrections are simple and you can provide recommended changes to the documentation, I can amend the Confluence page for TLS. I know very little about it, so you would need to specify each detail that is wrong as well as the corrected information. If the changes are more extensive then it would be best if you gain editor access so that you can update the page yourself so that it is correct. Thanks. Bote From: Emrah Sent: Tuesday, 17 February, 2015 06:12 To: FreeSWITCH Users Help Subject: [Freeswitch-users] RECOVERY_ON_TIMER_EXPIRE only when options-ping is enabled / FS TLS roundup . The Wiki page about TLS is outdated and contains wrong information. For instance, it says all the RTP and signaling will be encapsulated over the TLS port if TLS is used and this is absolutely incorrect. RTP will remain negotiated over UDP and will have to be separately encrypted. SSLv23 is deprecated now and so TLS v1.1 or v1.2 are the only viable options. Now. I think it would benefit everyone if those among you that have had a successful experience with FS and TLS could share some of their best practices. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/3c233493/attachment-0001.html From lazy.charles at gmail.com Tue Feb 17 23:05:46 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Wed, 18 Feb 2015 04:05:46 +0800 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: <00da01d04a87$c631b090$529511b0$@botecomm.com> Message-ID: Hi all, I ever try to record the channel of FXO with dahdi_monitor. I can find ring tone and ringback tone in rx and tx when FXO caller is calling FXS or SIP callee. But there is no busy tone when caller hangup the call BEFORE the callee(FXS/SIP) answers it or the call-timeout condition is reached. I think it is correct, isn't it? If it is correct, I can't use busy_detect to handle the disconnect of channels. Best regards, Charles 2015-02-18 3:48 GMT+08:00 Charles Wang : > Hi Bote, > > I use analog card named TDM400P and there are two FXS and two FXO on it. > You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. > There is a white power outlet behind it. > > I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know > what loop battery is. > Is there any setting I can use when I try to make a call in > segement? > > Thank you for your reply. > > Best regards, > Charles > > 2015-02-17 16:00 GMT+08:00 Bote Man : > >> It sounds like your originating caller is analog and is not providing >> supervision signal to indicate to the FXO port that it has released the >> call, therefore FS continues as if the call is still held active. >> >> >> >> In some configurations the loop battery is interrupted briefly to >> indicate that the call has been released. In other cases you must detect >> call progress tones that indicate that the caller is no longer present. In >> some cases there is no indication provided to the FXO port and only timers >> and the Leg B will help you. >> >> >> >> Bote >> >> >> >> *From:* Charles Wang >> *Sent:* Thursday, 12 February, 2015 11:26 >> *Subject:* Re: [Freeswitch-users] B leg ringing when Caller hangup >> before answer >> >> >> >> Hi Brian, >> >> >> >> I ever try to answer the A leg in dialplan before bridge to B leg. But >> the condition is the same. >> >> B leg is still ringing after I hangup the FXO. >> >> >> >> I notice that the ringing of B leg will stop if the inbound tdm leg is >> FXS. >> >> >> >> Let me know if you have any suggestion. >> >> >> >> Best regards, >> >> Charles >> >> >> >> 2015-02-12 23:43 GMT+08:00 Brian West : >> >> You may wish to answer that inbound tdm leg before ringing out to the sip >> device. >> >> >> >> On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang >> wrote: >> >> Hi all, >> >> >> >> I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there >> is a bug in inbound call via the freetdm FXO device. >> >> >> >> When I try to make call from FXO and it bridges to SIP device named 1234 >> via the following dialplan. >> >> >> >> >> >> > expression="^(1234)$"> >> >> >> >> >> >> >> >> >> >> >> >> Before SIP 1234 answers the call, the caller (FXO) hangup call before >> 1234 answered. But the callee (SIP 1234) is still ringing and stop ring >> after about 30 seconds. >> >> >> >> It is the same condition if the callee is FXS device. >> >> >> >> I can find two channels during ringing (A leg & B leg). >> >> After the caller(FXO) onhook, the A leg is still alive and A leg will not >> be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). >> >> >> >> There are two legs (A leg & B leg) after the caller FXO had hangup. >> >> >> >> >> uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context >> >> 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 >> 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default >> >> cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 >> 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound >> Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default >> >> >> >> >> >> Can anyone help me to solve it or tell me why? >> >> >> >> >> >> -- >> >> Best Regards >> Charles >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > Charles > -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/c55ead44/attachment.html From aqsyounas at gmail.com Tue Feb 17 23:08:53 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Wed, 18 Feb 2015 01:08:53 +0500 Subject: [Freeswitch-users] How to use mod_rtmp to play a stream to users. Message-ID: Hi, After facing multiple issues with mod_vlc while playing stream to users. I have decided to use mod_rtmp for this purpose. But does not know how i can use it to play a stream, as no example is example on wiki. Correct me if i am wrong, can i use this module for streaming? Thanks in Advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/df0884bf/attachment.html From bote_radio at botecomm.com Tue Feb 17 23:11:33 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 15:11:33 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: <00da01d04a87$c631b090$529511b0$@botecomm.com> Message-ID: <017f01d04aed$ed1a1b00$c74e5100$@botecomm.com> The FXO port connects to an analog telephone line. The analog phone uses the electrical current on the phone line to operate. The central office or equipment at the OTHER end of that line provides the battery which is detected by your TDM400P. If that far end office does not interrupt the loop current on the analog telephone line, your FXO port has no way to detect that the caller at the far end has released the call, so FS continues the call. This is out of your direct control and is provided by the operator of the equipment at the far end. There are crude ways to test this with an analog telephone connected to this analog line if the phone is powered by the battery on the line. I have tested the loop interrupt by blowing into the mouthpiece while the far end hangs up and listening for the sidetone (my sound returning to my own ear piece) to be interrupted briefly. Or you can use a voltmeter with fast response time to measure the voltage on the line while the far end hangs up the call. If your tests reveal that the far end equipment is not interrupting the voltage on the phone line, then you must find another way to detect that the far end has released the call, typically by detecting call progress tones such as busy or reorder. Either way, the TDM400P must be able to detect this and translate it to a useful action on the SIP side. This is why analog telephony is no fun compared to VoIP L Bote From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Charles Wang Sent: Tuesday, 17 February, 2015 14:48 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Bote, I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know what loop battery is. Is there any setting I can use when I try to make a call in segement? Thank you for your reply. Best regards, Charles 2015-02-17 16:00 GMT+08:00 Bote Man : It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. Bote From: Charles Wang Sent: Thursday, 12 February, 2015 11:26 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Brian, I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. B leg is still ringing after I hangup the FXO. I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. Let me know if you have any suggestion. Best regards, Charles 2015-02-12 23:43 GMT+08:00 Brian West : You may wish to answer that inbound tdm leg before ringing out to the sip device. On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/fee0f6fe/attachment-0001.html From covici at ccs.covici.com Tue Feb 17 23:19:23 2015 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Tue, 17 Feb 2015 15:19:23 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: <017f01d04aed$ed1a1b00$c74e5100$@botecomm.com> References: <00da01d04a87$c631b090$529511b0$@botecomm.com> <017f01d04aed$ed1a1b00$c74e5100$@botecomm.com> Message-ID: <3340.1424204363@ccs.covici.com> I tried that card with freetdm and had very bad luck with it -- you would be better served by an interface device such as Linksys or Audiocode or some others to convert to sip. Bote Man wrote: > The FXO port connects to an analog telephone line. The analog phone uses the electrical current on the phone line to operate. > > > > The central office or equipment at the OTHER end of that line provides the battery which is detected by your TDM400P. If that far end office does not interrupt the loop current on the analog telephone line, your FXO port has no way to detect that the caller at the far end has released the call, so FS continues the call. This is out of your direct control and is provided by the operator of the equipment at the far end. > > > > There are crude ways to test this with an analog telephone connected to this analog line if the phone is powered by the battery on the line. I have tested the loop interrupt by blowing into the mouthpiece while the far end hangs up and listening for the sidetone (my sound returning to my own ear piece) to be interrupted briefly. Or you can use a voltmeter with fast response time to measure the voltage on the line while the far end hangs up the call. > > > > If your tests reveal that the far end equipment is not interrupting the voltage on the phone line, then you must find another way to detect that the far end has released the call, typically by detecting call progress tones such as busy or reorder. Either way, the TDM400P must be able to detect this and translate it to a useful action on the SIP side. > > > > This is why analog telephony is no fun compared to VoIP L > > > > Bote > > > > > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Charles Wang > Sent: Tuesday, 17 February, 2015 14:48 > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer > > > > Hi Bote, > > > > I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. > > > > I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know what loop battery is. > > Is there any setting I can use when I try to make a call in segement? > > > > Thank you for your reply. > > > > Best regards, > > Charles > > > > 2015-02-17 16:00 GMT+08:00 Bote Man : > > It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. > > > > In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. > > > > Bote > > > > From: Charles Wang > Sent: Thursday, 12 February, 2015 11:26 > Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer > > > > Hi Brian, > > > > I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. > > B leg is still ringing after I hangup the FXO. > > > > I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. > > > > Let me know if you have any suggestion. > > > > Best regards, > > Charles > > > > 2015-02-12 23:43 GMT+08:00 Brian West : > > You may wish to answer that inbound tdm leg before ringing out to the sip device. > > > > On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: > > Hi all, > > > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. > > > > When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. > > > > > > > > > > > > > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. > > > > It is the same condition if the callee is FXS device. > > > > I can find two channels during ringing (A leg & B leg). > > After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context > > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default > > > > > > Can anyone help me to solve it or tell me why? > > > > > > -- > > Best Regards > Charles > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > Charles > > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From bote_radio at botecomm.com Tue Feb 17 23:41:53 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 15:41:53 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: <00da01d04a87$c631b090$529511b0$@botecomm.com> Message-ID: <019601d04af2$2a011740$7e0345c0$@botecomm.com> Detecting the loop battery interruption is the best way to do it if that is available on the analog line. Bote From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Charles Wang Sent: Tuesday, 17 February, 2015 15:06 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi all, I ever try to record the channel of FXO with dahdi_monitor. I can find ring tone and ringback tone in rx and tx when FXO caller is calling FXS or SIP callee. But there is no busy tone when caller hangup the call BEFORE the callee(FXS/SIP) answers it or the call-timeout condition is reached. I think it is correct, isn't it? If it is correct, I can't use busy_detect to handle the disconnect of channels. Best regards, Charles 2015-02-18 3:48 GMT+08:00 Charles Wang : Hi Bote, I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know what loop battery is. Is there any setting I can use when I try to make a call in segement? Thank you for your reply. Best regards, Charles 2015-02-17 16:00 GMT+08:00 Bote Man : It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. Bote From: Charles Wang Sent: Thursday, 12 February, 2015 11:26 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Brian, I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. B leg is still ringing after I hangup the FXO. I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. Let me know if you have any suggestion. Best regards, Charles 2015-02-12 23:43 GMT+08:00 Brian West : You may wish to answer that inbound tdm leg before ringing out to the sip device. On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 Charles -- Best Regards Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/b8f3da20/attachment-0001.html From bote_radio at botecomm.com Tue Feb 17 23:41:53 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 17 Feb 2015 15:41:53 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: <3340.1424204363@ccs.covici.com> References: <00da01d04a87$c631b090$529511b0$@botecomm.com> <017f01d04aed$ed1a1b00$c74e5100$@botecomm.com> <3340.1424204363@ccs.covici.com> Message-ID: <019b01d04af2$2ad75300$8085f900$@botecomm.com> I have used the Patton FXO AND FXS gateways to bring analog lines into FreeSWITCH with success, but their programming requires a 4 year college degree to figure out! The Patton gateways will detect call progress tones as well as loop battery interrupt to know that the FXO has released the call and will process that correctly to tell FS to end the call. Thanks for your experience as switching to something else might be better, instead of testing different scenarios. Bote -----Original Message----- From: covici at ccs.covici.com Sent: Tuesday, 17 February, 2015 15:19 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer I tried that card with freetdm and had very bad luck with it -- you would be better served by an interface device such as Linksys or Audiocode or some others to convert to sip. > From: Charles Wang > Sent: Tuesday, 17 February, 2015 14:48 > Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup > before answer > > > I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. > > > Best regards, > > Charles > > > > 2015-02-17 16:00 GMT+08:00 Bote Man : > > It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. > > > > In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. > > > > Bote > > > > From: Charles Wang > Sent: Thursday, 12 February, 2015 11:26 > Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup > before answer > > > > Hi Brian, > > > > I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. > > B leg is still ringing after I hangup the FXO. > > > > I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. > > > > Let me know if you have any suggestion. > > > > Best regards, > > Charles > > > > 2015-02-12 23:43 GMT+08:00 Brian West : > > You may wish to answer that inbound tdm leg before ringing out to the sip device. > > > > On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: > > Hi all, > > > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. > > > > When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. > > > > > > expression="^(1234)$"> > > data="call_timeout=30"/> > > data="user/1234"/> > > > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. > > > > It is the same condition if the callee is FXS device. > > > > I can find two channels during ringing (A leg & B leg). > > After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_ad > dr,dest,application,application_data,dialplan,context,read_codec,read_ > rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostna > me,presence_id,presence_data,callstate,callee_name,callee_num,callee_d > irection,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,i > nitial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_c > ontext > > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 > 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234, > bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charle > s,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 > 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,, > ,XML,default,,,,,,,,charles,,,RINGING,Outbound > Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML, > default > > > > > > Can anyone help me to solve it or tell me why? > > > > > > -- > > Best Regards > Charles > > > > > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org > > > > > > > > -- > > Best Regards > Charles > > > ---------------------------------------------------- > Alternatives: > > ---------------------------------------------------- > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.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 From mishehu at freeswitch.org Wed Feb 18 00:49:55 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Tue, 17 Feb 2015 15:49:55 -0600 Subject: [Freeswitch-users] How to use mod_rtmp to play a stream to users. In-Reply-To: References: Message-ID: <54E3B783.9020909@freeswitch.org> Not sure exactly what you're trying to stream at users or in what fashion, but mod_rtmp is an implementation of the RTMP protocol, a tcp based Adobe Flash supported protocol. It's implementation in FreeSWITCH is first and foremost to facilitate calls, so it is congruent to mod_sofia and other endpoint modules. My guess is that this is not what you want, but you will have to be more specific about what it is that you are attempting to accomplish. -- Yossi Neiman On 02/17/2015 02:08 PM, Aqs Younas wrote: > Hi, > > After facing multiple issues with mod_vlc while playing stream to > users. I have decided to use mod_rtmp for this purpose. But does not > know how i can use it to play a stream, as no example is example on wiki. > > Correct me if i am wrong, can i use this module for streaming? > > Thanks in Advance. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150217/771443a3/attachment.html From luis.daniel.lucio at gmail.com Wed Feb 18 00:57:31 2015 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Tue, 17 Feb 2015 16:57:31 -0500 Subject: [Freeswitch-users] How to use mod_rtmp to play a stream to users. In-Reply-To: <54E3B783.9020909@freeswitch.org> References: <54E3B783.9020909@freeswitch.org> Message-ID: Give a look to mod_shoutcast, I guess this is what you are looking for On Feb 17, 2015 4:51 PM, "I put the Who? in Mishehu" wrote: > Not sure exactly what you're trying to stream at users or in what > fashion, but mod_rtmp is an implementation of the RTMP protocol, a tcp > based Adobe Flash supported protocol. It's implementation in FreeSWITCH is > first and foremost to facilitate calls, so it is congruent to mod_sofia and > other endpoint modules. My guess is that this is not what you want, but > you will have to be more specific about what it is that you are attempting > to accomplish. > > -- > Yossi Neiman > > On 02/17/2015 02:08 PM, Aqs Younas wrote: > > Hi, > > After facing multiple issues with mod_vlc while playing stream to users. > I have decided to use mod_rtmp for this purpose. But does not know how i > can use it to play a stream, as no example is example on wiki. > > Correct me if i am wrong, can i use this module for streaming? > > Thanks in Advance. > > > > _________________________________________________________________________ > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150217/c9cac598/attachment.html From groysem at gmail.com Wed Feb 18 06:32:27 2015 From: groysem at gmail.com (Shai Perelman) Date: Wed, 18 Feb 2015 05:32:27 +0200 Subject: [Freeswitch-users] Can you queue external number? Message-ID: HI, in our old system there is a queue to an internal extension say 199 and 199 has folow up to an external number say 972544933444 I was told that in freeswitch this is not possible/// is it possible in some way to queue an external number in fs? thanks Shai -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/69d401ee/attachment.html From brian at freeswitch.org Wed Feb 18 07:58:35 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 17 Feb 2015 22:58:35 -0600 Subject: [Freeswitch-users] Can you queue external number? In-Reply-To: References: Message-ID: Yes it's possible, whom ever told you otherwise may be a little misinformed. It will require the group confirm options. On Tuesday, February 17, 2015, Shai Perelman wrote: > HI, in our old system there is a queue to an internal extension say 199 > and 199 has folow up to an external number say 972544933444 > > I was told that in freeswitch this is not possible/// > is it possible in some way to queue an external number in fs? > > thanks > Shai > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150217/f771490a/attachment-0001.html From s.safarov at gmail.com Wed Feb 18 10:56:36 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 18 Feb 2015 11:56:36 +0400 Subject: [Freeswitch-users] what is realm must be used for proxied calls In-Reply-To: References: Message-ID: Hello Brian Are you speaking about realm in Proxy-Authorization header? But this realm also contain proxy value, not realm value Sergey On Tue, Feb 17, 2015 at 6:02 PM, Brian West wrote: > Its probably not a bug, you have to fully understand every aspect of the > code, you're confusing the from-domain with proxy or realm, technically the > realm should never need to be supplied except in some rare really screwed > up interops. *COUGH* broadsoft *COUGH* But then its only because the > operator failed to setup the switch correctly. > > You should only need to name your gateway the same as the proxy, then fill > in user/pass, in your case maybe from-domain if you need to fudge it. > > On Tue, Feb 17, 2015 at 4:00 AM, Sergey Safarov > wrote: > >> I has configured gateway with attributes "realm" and "proxy". I thinking >> that registration request will be sent like "user at realm" in from field. >> But really is sent user at proxy in from field. >> >> It is bug or feature? >> :o) >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150218/fa444ff8/attachment.html From aqsyounas at gmail.com Wed Feb 18 14:42:38 2015 From: aqsyounas at gmail.com (Aqs Younas) Date: Wed, 18 Feb 2015 16:42:38 +0500 Subject: [Freeswitch-users] How to use mod_rtmp to play a stream to users. In-Reply-To: References: <54E3B783.9020909@freeswitch.org> Message-ID: Thanks for your reply. I see mod_shout only supports mp3 stream and mod_vlc with bugs. Is there any module or way to stream feed other than mp3 expect mod_shout/mod_vlc. With mod_local_stream/ mod_conference i see both taking more system resources and complex configuration. On 18 February 2015 at 02:57, Luis Daniel Lucio Quiroz < luis.daniel.lucio at gmail.com> wrote: > Give a look to mod_shoutcast, I guess this is what you are looking for > On Feb 17, 2015 4:51 PM, "I put the Who? in Mishehu" < > mishehu at freeswitch.org> wrote: > >> Not sure exactly what you're trying to stream at users or in what >> fashion, but mod_rtmp is an implementation of the RTMP protocol, a tcp >> based Adobe Flash supported protocol. It's implementation in FreeSWITCH is >> first and foremost to facilitate calls, so it is congruent to mod_sofia and >> other endpoint modules. My guess is that this is not what you want, but >> you will have to be more specific about what it is that you are attempting >> to accomplish. >> >> -- >> Yossi Neiman >> >> On 02/17/2015 02:08 PM, Aqs Younas wrote: >> >> Hi, >> >> After facing multiple issues with mod_vlc while playing stream to users. >> I have decided to use mod_rtmp for this purpose. But does not know how i >> can use it to play a stream, as no example is example on wiki. >> >> Correct me if i am wrong, can i use this module for streaming? >> >> Thanks in Advance. >> >> >> >> _________________________________________________________________________ >> 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 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150218/c14993bb/attachment.html From groysem at gmail.com Wed Feb 18 17:12:43 2015 From: groysem at gmail.com (Shai Perelman) Date: Wed, 18 Feb 2015 16:12:43 +0200 Subject: [Freeswitch-users] Can you queue external number? In-Reply-To: References: Message-ID: Hi, Brian can you refer me to something to read with more details how to do it? thanks SHai On Wed, Feb 18, 2015 at 6:58 AM, Brian West wrote: > Yes it's possible, whom ever told you otherwise may be a little > misinformed. It will require the group confirm options. > > > On Tuesday, February 17, 2015, Shai Perelman wrote: > >> HI, in our old system there is a queue to an internal extension say 199 >> and 199 has folow up to an external number say 972544933444 >> >> I was told that in freeswitch this is not possible/// >> is it possible in some way to queue an external number in fs? >> >> thanks >> Shai >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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 > -- www.groyse.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/d84707dd/attachment.html From rahul.ultimate at gmail.com Wed Feb 18 17:28:13 2015 From: rahul.ultimate at gmail.com (Rahul MathuR) Date: Wed, 18 Feb 2015 19:58:13 +0530 Subject: [Freeswitch-users] Call decline with 603 Message-ID: Hi all, I was doing a POC of WebRTC based audio call to PSTN, routed via kamailio (for protocol translation & proxy) and FS as SIP server. I get 100 trying from FS but after that 603 decline with reason - "Reason: Q.850;cause=16;text="NORMAL_CLEARING"" Also, my phone didn't ring whereas, ITU T Q850 codes say, 16 NORMAL_CLEARING normal call clearing [Q.850] This cause indicates that the call is being cleared because one of the users involved in the call has requested that the call be cleared. Under normal situations, the source of this cause is not the network. Could you please help me in resolving this issue. The messages are as under - 1. INVITE from JsSIP to Kamailio INVITE sip:00919650926333@ SIP/2.0 Route: :10080;transport=ws;lr> Via: SIP/2.0/TCP amadf8lur89p.invalid;branch=z9hG4bK1158107 Max-Forwards: 69 To: > From: "55555" >;tag=3dp7hdgg6j Call-ID: n41t8s01dnclcbodd3il CSeq: 352 INVITE Proxy-Authorization: Digest algorithm=MD5, username="55555", realm="", nonce="d0593b9e-b772-11e4-aeec-2965abc3007e", uri="sip:00919650926333@", response="12e4164f793098007d8bf09f7b50815f", qop=auth, cnonce="l02s3ec50q1g", nc=00000001 Contact: Content-Type: application/sdp Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS Supported: ice,outbound User-Agent: JsSIP 0.6.4 Content-Length: 1769 v=0 o=- 9056480915531460217 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio a=msid-semantic: WMS dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG m=audio 13228 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126 c=IN IP4 59.178.158.4 a=rtcp:13228 IN IP4 59.178.158.4 a=candidate:2437072876 1 udp 2122260223 192.168.1.2 64540 typ host generation 0 a=candidate:2437072876 2 udp 2122260223 192.168.1.2 64540 typ host generation 0 a=candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0 a=candidate:3753982748 2 tcp 1518280447 192.168.1.2 0 typ host tcptype active generation 0 a=candidate:941443129 1 udp 1686052607 59.178.158.4 13228 typ srflx raddr 192.168.1.2 rport 64540 generation 0 a=candidate:941443129 2 udp 1686052607 59.178.158.4 13228 typ srflx raddr 192.168.1.2 rport 64540 generation 0 a=ice-ufrag:9Yhi1W5j+XrHKQKQ a=ice-pwd:fVw9fkXXv1bteXnWh3B/694c a=ice-options:google-ice a=fingerprint:sha-256 C1:96:B0:69:7A:4C:D6:3B:DD:6C:4B:83:BF:F6:45:56:43:95:B4:46:E0:11:BF:AB:2A:42:8D:47:F7:DA:A8:66 a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=fmtp:111 minptime=10 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:126 telephone-event/8000 a=maxptime:60 a=ssrc:1011570965 cname:m/wi9qp3sxYVEQLV a=ssrc:1011570965 msid:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG 9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 a=ssrc:1011570965 mslabel:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG a=ssrc:1011570965 label:9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 2. INVITE from Kamailio to FS INVITE sip:00919560509733@ SIP/2.0 Record-Route: :5090;r2=on;lr=on> Record-Route: :10080;transport=ws;r2=on;lr=on> Via: SIP/2.0/UDP :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 Via: SIP/2.0/TCP 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 Max-Forwards: 68 To: > From: "55555" >;tag=i5so9j18ej Call-ID: pk2gvvb0qancp1ki8v5t CSeq: 5489 INVITE Proxy-Authorization: Digest algorithm=MD5, username="55555", realm="", nonce="85496252-b74d-11e4-ae0e-2965abc3007e", uri="sip:00919560509733@", response="a821425e292b05c4b9480cb66336cb93", qop=auth, cnonce="h8i58dtuuc0p", nc=00000001 Contact: Content-Type: application/sdp Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS Supported: ice,outbound User-Agent: JsSIP 0.6.4 Content-Length: 782 v=0 o=- 4750671857217657811 2 IN IP4 s=- t=0 0 a=msid-semantic: WMS IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te m=audio 32838 RTP/AVP 111 103 104 9 0 8 106 105 13 126 c=IN IP4 a=rtpmap:111 opus/48000/2 a=fmtp:111 minptime=10 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:126 telephone-event/8000 a=maxptime:60 a=ssrc:2268746120 cname:Bk0e7lSPEkClAxNy a=ssrc:2268746120 msid:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te 291b0246-4d75-4347-8b2d-e8e42171a36e a=ssrc:2268746120 mslabel:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te a=ssrc:2268746120 label:291b0246-4d75-4347-8b2d-e8e42171a36e a=sendrecv a=rtcp:32839 3. 100 trying from FS to Kamailio SIP/2.0 100 Trying Via: SIP/2.0/UDP :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 Via: SIP/2.0/TCP 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 Record-Route: :5090;r2=on;lr=on> Record-Route: :10080;transport=ws;r2=on;lr=on> From: "55555" >;tag=i5so9j18ej To: > Call-ID: pk2gvvb0qancp1ki8v5t CSeq: 5489 INVITE User-Agent: ASTPP Content-Length: 0 4. 603 from FS to Kamailio SIP/2.0 603 Decline Via: SIP/2.0/UDP :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 Via: SIP/2.0/TCP 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 Max-Forwards: 68 From: "55555" >;tag=i5so9j18ej To: >;tag=y4D44m427U2Kj Call-ID: pk2gvvb0qancp1ki8v5t CSeq: 5489 INVITE User-Agent: ASTPP Accept: application/sdp Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, NOTIFY Supported: path, replaces Allow-Events: talk, hold, conference, refer Reason: Q.850;cause=16;text="NORMAL_CLEARING" Content-Length: 0 Remote-Party-ID: "00919560509733" >;party=calling;privacy=off;screen=no -- Warm Regds. MathuRahul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/b2c746b3/attachment-0001.html From hkalyoncu at gmail.com Wed Feb 18 18:08:28 2015 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Wed, 18 Feb 2015 17:08:28 +0200 Subject: [Freeswitch-users] Call decline with 603 In-Reply-To: References: Message-ID: what about the PSTN side? did you check that? did call ever pass to the PSTN side? might be the error came from PSTN side? On Wed, Feb 18, 2015 at 4:28 PM, Rahul MathuR wrote: > Hi all, > > I was doing a POC of WebRTC based audio call to PSTN, routed via kamailio > (for protocol translation & proxy) and FS as SIP server. > I get 100 trying from FS but after that 603 decline with reason - "Reason: > Q.850;cause=16;text="NORMAL_CLEARING"" > > Also, my phone didn't ring whereas, ITU T Q850 codes say, > 16 NORMAL_CLEARING > normal call clearing [Q.850] This cause indicates that the call is being > cleared because one of the users involved in the call has requested that > the call be cleared. Under normal situations, the source of this cause is > not the network. > > > Could you please help me in resolving this issue. > > > > The messages are as under - > > 1. INVITE from JsSIP to Kamailio > > INVITE sip:00919650926333@ SIP/2.0 > Route: :10080;transport=ws;lr> > Via: SIP/2.0/TCP amadf8lur89p.invalid;branch=z9hG4bK1158107 > Max-Forwards: 69 > To: > > From: "55555" >;tag=3dp7hdgg6j > Call-ID: n41t8s01dnclcbodd3il > CSeq: 352 INVITE > Proxy-Authorization: Digest algorithm=MD5, username="55555", > realm="", nonce="d0593b9e-b772-11e4-aeec-2965abc3007e", > uri="sip:00919650926333@", > response="12e4164f793098007d8bf09f7b50815f", qop=auth, > cnonce="l02s3ec50q1g", nc=00000001 > Contact: > Content-Type: application/sdp > Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS > Supported: ice,outbound > User-Agent: JsSIP 0.6.4 > Content-Length: 1769 > > v=0 > o=- 9056480915531460217 2 IN IP4 127.0.0.1 > s=- > t=0 0 > a=group:BUNDLE audio > a=msid-semantic: WMS dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > m=audio 13228 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126 > c=IN IP4 59.178.158.4 > a=rtcp:13228 IN IP4 59.178.158.4 > a=candidate:2437072876 1 udp 2122260223 192.168.1.2 64540 typ host > generation 0 > a=candidate:2437072876 2 udp 2122260223 192.168.1.2 64540 typ host > generation 0 > a=candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype > active generation 0 > a=candidate:3753982748 2 tcp 1518280447 192.168.1.2 0 typ host tcptype > active generation 0 > a=candidate:941443129 1 udp 1686052607 59.178.158.4 13228 typ srflx raddr > 192.168.1.2 rport 64540 generation 0 > a=candidate:941443129 2 udp 1686052607 59.178.158.4 13228 typ srflx raddr > 192.168.1.2 rport 64540 generation 0 > a=ice-ufrag:9Yhi1W5j+XrHKQKQ > a=ice-pwd:fVw9fkXXv1bteXnWh3B/694c > a=ice-options:google-ice > a=fingerprint:sha-256 > C1:96:B0:69:7A:4C:D6:3B:DD:6C:4B:83:BF:F6:45:56:43:95:B4:46:E0:11:BF:AB:2A:42:8D:47:F7:DA:A8:66 > a=setup:actpass > a=mid:audio > a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level > a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time > a=sendrecv > a=rtcp-mux > a=rtpmap:111 opus/48000/2 > a=fmtp:111 minptime=10 > a=rtpmap:103 ISAC/16000 > a=rtpmap:104 ISAC/32000 > a=rtpmap:9 G722/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:106 CN/32000 > a=rtpmap:105 CN/16000 > a=rtpmap:13 CN/8000 > a=rtpmap:126 telephone-event/8000 > a=maxptime:60 > a=ssrc:1011570965 cname:m/wi9qp3sxYVEQLV > a=ssrc:1011570965 msid:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > 9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 > a=ssrc:1011570965 mslabel:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > a=ssrc:1011570965 label:9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 > > > 2. INVITE from Kamailio to FS > > INVITE sip:00919560509733@ SIP/2.0 > Record-Route: > :5090;r2=on;lr=on> > Record-Route: > :10080;transport=ws;r2=on;lr=on> > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Max-Forwards: 68 > To: > > From: "55555" >;tag=i5so9j18ej > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > Proxy-Authorization: Digest algorithm=MD5, username="55555", > realm="", nonce="85496252-b74d-11e4-ae0e-2965abc3007e", > uri="sip:00919560509733@", > response="a821425e292b05c4b9480cb66336cb93", qop=auth, > cnonce="h8i58dtuuc0p", nc=00000001 > Contact: ;transport=ws;ob;alias=59.178.154.62~12016~5> > Content-Type: application/sdp > Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS > Supported: ice,outbound > User-Agent: JsSIP 0.6.4 > Content-Length: 782 > > v=0 > o=- 4750671857217657811 2 IN IP4 > s=- > t=0 0 > a=msid-semantic: WMS IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > m=audio 32838 RTP/AVP 111 103 104 9 0 8 106 105 13 126 > c=IN IP4 > a=rtpmap:111 opus/48000/2 > a=fmtp:111 minptime=10 > a=rtpmap:103 ISAC/16000 > a=rtpmap:104 ISAC/32000 > a=rtpmap:9 G722/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:106 CN/32000 > a=rtpmap:105 CN/16000 > a=rtpmap:13 CN/8000 > a=rtpmap:126 telephone-event/8000 > a=maxptime:60 > a=ssrc:2268746120 cname:Bk0e7lSPEkClAxNy > a=ssrc:2268746120 msid:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > 291b0246-4d75-4347-8b2d-e8e42171a36e > a=ssrc:2268746120 mslabel:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > a=ssrc:2268746120 label:291b0246-4d75-4347-8b2d-e8e42171a36e > a=sendrecv > a=rtcp:32839 > > > 3. 100 trying from FS to Kamailio > > SIP/2.0 100 Trying > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Record-Route: > :5090;r2=on;lr=on> > Record-Route: > :10080;transport=ws;r2=on;lr=on> > From: "55555" >;tag=i5so9j18ej > To: > > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > User-Agent: ASTPP > Content-Length: 0 > > > 4. 603 from FS to Kamailio > > SIP/2.0 603 Decline > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Max-Forwards: 68 > From: "55555" >;tag=i5so9j18ej > To: >;tag=y4D44m427U2Kj > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > User-Agent: ASTPP > Accept: application/sdp > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > NOTIFY > Supported: path, replaces > Allow-Events: talk, hold, conference, refer > Reason: Q.850;cause=16;text="NORMAL_CLEARING" > Content-Length: 0 > Remote-Party-ID: "00919560509733" >;party=calling;privacy=off;screen=no > > -- > Warm Regds. > MathuRahul > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150218/cc1f4400/attachment.html From rahul.ultimate at gmail.com Wed Feb 18 18:16:59 2015 From: rahul.ultimate at gmail.com (Rahul MathuR) Date: Wed, 18 Feb 2015 20:46:59 +0530 Subject: [Freeswitch-users] Call decline with 603 In-Reply-To: References: Message-ID: Thanks Huseyin, I will check that and revert. On Wed, Feb 18, 2015 at 8:38 PM, huseyin kalyoncu wrote: > what about the PSTN side? did you check that? > did call ever pass to the PSTN side? might be the error came from PSTN > side? > > On Wed, Feb 18, 2015 at 4:28 PM, Rahul MathuR > wrote: > >> Hi all, >> >> I was doing a POC of WebRTC based audio call to PSTN, routed via kamailio >> (for protocol translation & proxy) and FS as SIP server. >> I get 100 trying from FS but after that 603 decline with reason - >> "Reason: Q.850;cause=16;text="NORMAL_CLEARING"" >> >> Also, my phone didn't ring whereas, ITU T Q850 codes say, >> 16 NORMAL_CLEARING >> normal call clearing [Q.850] This cause indicates that the call is being >> cleared because one of the users involved in the call has requested that >> the call be cleared. Under normal situations, the source of this cause is >> not the network. >> >> >> Could you please help me in resolving this issue. >> >> >> >> The messages are as under - >> >> 1. INVITE from JsSIP to Kamailio >> >> INVITE sip:00919650926333@ SIP/2.0 >> Route: :10080;transport=ws;lr> >> Via: SIP/2.0/TCP amadf8lur89p.invalid;branch=z9hG4bK1158107 >> Max-Forwards: 69 >> To: > >> From: "55555" >;tag=3dp7hdgg6j >> Call-ID: n41t8s01dnclcbodd3il >> CSeq: 352 INVITE >> Proxy-Authorization: Digest algorithm=MD5, username="55555", >> realm="", nonce="d0593b9e-b772-11e4-aeec-2965abc3007e", >> uri="sip:00919650926333@", >> response="12e4164f793098007d8bf09f7b50815f", qop=auth, >> cnonce="l02s3ec50q1g", nc=00000001 >> Contact: >> Content-Type: application/sdp >> Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS >> Supported: ice,outbound >> User-Agent: JsSIP 0.6.4 >> Content-Length: 1769 >> >> v=0 >> o=- 9056480915531460217 2 IN IP4 127.0.0.1 >> s=- >> t=0 0 >> a=group:BUNDLE audio >> a=msid-semantic: WMS dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> m=audio 13228 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126 >> c=IN IP4 59.178.158.4 >> a=rtcp:13228 IN IP4 59.178.158.4 >> a=candidate:2437072876 1 udp 2122260223 192.168.1.2 64540 typ host >> generation 0 >> a=candidate:2437072876 2 udp 2122260223 192.168.1.2 64540 typ host >> generation 0 >> a=candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype >> active generation 0 >> a=candidate:3753982748 2 tcp 1518280447 192.168.1.2 0 typ host tcptype >> active generation 0 >> a=candidate:941443129 1 udp 1686052607 59.178.158.4 13228 typ srflx raddr >> 192.168.1.2 rport 64540 generation 0 >> a=candidate:941443129 2 udp 1686052607 59.178.158.4 13228 typ srflx raddr >> 192.168.1.2 rport 64540 generation 0 >> a=ice-ufrag:9Yhi1W5j+XrHKQKQ >> a=ice-pwd:fVw9fkXXv1bteXnWh3B/694c >> a=ice-options:google-ice >> a=fingerprint:sha-256 >> C1:96:B0:69:7A:4C:D6:3B:DD:6C:4B:83:BF:F6:45:56:43:95:B4:46:E0:11:BF:AB:2A:42:8D:47:F7:DA:A8:66 >> a=setup:actpass >> a=mid:audio >> a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level >> a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time >> a=sendrecv >> a=rtcp-mux >> a=rtpmap:111 opus/48000/2 >> a=fmtp:111 minptime=10 >> a=rtpmap:103 ISAC/16000 >> a=rtpmap:104 ISAC/32000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:106 CN/32000 >> a=rtpmap:105 CN/16000 >> a=rtpmap:13 CN/8000 >> a=rtpmap:126 telephone-event/8000 >> a=maxptime:60 >> a=ssrc:1011570965 cname:m/wi9qp3sxYVEQLV >> a=ssrc:1011570965 msid:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> 9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 >> a=ssrc:1011570965 mslabel:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> a=ssrc:1011570965 label:9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 >> >> >> 2. INVITE from Kamailio to FS >> >> INVITE sip:00919560509733@ SIP/2.0 >> Record-Route: >> :5090;r2=on;lr=on> >> Record-Route: >> :10080;transport=ws;r2=on;lr=on> >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Max-Forwards: 68 >> To: > >> From: "55555" >;tag=i5so9j18ej >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> Proxy-Authorization: Digest algorithm=MD5, username="55555", >> realm="", nonce="85496252-b74d-11e4-ae0e-2965abc3007e", >> uri="sip:00919560509733@", >> response="a821425e292b05c4b9480cb66336cb93", qop=auth, >> cnonce="h8i58dtuuc0p", nc=00000001 >> Contact: > ;transport=ws;ob;alias=59.178.154.62~12016~5> >> Content-Type: application/sdp >> Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS >> Supported: ice,outbound >> User-Agent: JsSIP 0.6.4 >> Content-Length: 782 >> >> v=0 >> o=- 4750671857217657811 2 IN IP4 >> s=- >> t=0 0 >> a=msid-semantic: WMS IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> m=audio 32838 RTP/AVP 111 103 104 9 0 8 106 105 13 126 >> c=IN IP4 >> a=rtpmap:111 opus/48000/2 >> a=fmtp:111 minptime=10 >> a=rtpmap:103 ISAC/16000 >> a=rtpmap:104 ISAC/32000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:106 CN/32000 >> a=rtpmap:105 CN/16000 >> a=rtpmap:13 CN/8000 >> a=rtpmap:126 telephone-event/8000 >> a=maxptime:60 >> a=ssrc:2268746120 cname:Bk0e7lSPEkClAxNy >> a=ssrc:2268746120 msid:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> 291b0246-4d75-4347-8b2d-e8e42171a36e >> a=ssrc:2268746120 mslabel:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> a=ssrc:2268746120 label:291b0246-4d75-4347-8b2d-e8e42171a36e >> a=sendrecv >> a=rtcp:32839 >> >> >> 3. 100 trying from FS to Kamailio >> >> SIP/2.0 100 Trying >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Record-Route: >> :5090;r2=on;lr=on> >> Record-Route: >> :10080;transport=ws;r2=on;lr=on> >> From: "55555" >;tag=i5so9j18ej >> To: > >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> User-Agent: ASTPP >> Content-Length: 0 >> >> >> 4. 603 from FS to Kamailio >> >> SIP/2.0 603 Decline >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Max-Forwards: 68 >> From: "55555" >;tag=i5so9j18ej >> To: >;tag=y4D44m427U2Kj >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> User-Agent: ASTPP >> Accept: application/sdp >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, >> REGISTER, NOTIFY >> Supported: path, replaces >> Allow-Events: talk, hold, conference, refer >> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >> Content-Length: 0 >> Remote-Party-ID: "00919560509733" > >;party=calling;privacy=off;screen=no >> >> -- >> Warm Regds. >> MathuRahul >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Warm Regds. MathuRahul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/66e74537/attachment-0001.html From krice at freeswitch.org Wed Feb 18 18:52:34 2015 From: krice at freeswitch.org (Ken Rice) Date: Wed, 18 Feb 2015 09:52:34 -0600 Subject: [Freeswitch-users] Call decline with 603 In-Reply-To: Message-ID: That actually looks like an error from the PSTN side... 603 is global failure... And means don?t even bother trying this call again... The real way to figure this out from FreeSWITCH is get on fs_cli and enable global sip tracing in sofia so you can see whats going on. On 2/18/15, 9:08 AM, "huseyin kalyoncu" wrote: > what about the PSTN side? did you check that?? > did call ever pass to the PSTN side? might be the error came from PSTN side? > > On Wed, Feb 18, 2015 at 4:28 PM, Rahul MathuR > wrote: >> Hi all, >> >> I was doing a POC of WebRTC based audio call to PSTN, routed via kamailio >> (for protocol translation & proxy) and FS as SIP server. >> I get 100 trying from FS but after that 603 decline with reason - "Reason: >> Q.850;cause=16;text="NORMAL_CLEARING"" >> >> Also, my phone didn't ring whereas,?ITU T Q850 codes say, >> 16 ? ? ? ? ? ? ? ? ? ? NORMAL_CLEARING ? ? ? ? ? ? ? ? ? ? ?? >> normal call clearing [Q.850] This cause indicates that the call is being >> cleared because one of the users involved in the call has requested that the >> call be cleared. Under normal situations, the source of this cause is not the >> network. >> >> >> Could you please help me in resolving this issue. >> >> >> >> The messages are as under -? >> >> 1. INVITE from JsSIP to Kamailio >> >> INVITE sip:00919650926333 @ SIP/2.0 >> Route: :10080;transport=ws;lr> >> Via: SIP/2.0/TCP amadf8lur89p.invalid;branch=z9hG4bK1158107 >> Max-Forwards: 69 >> To: @> >> From: "55555" >;tag=3dp7hdgg6j >> Call-ID: n41t8s01dnclcbodd3il >> CSeq: 352 INVITE >> Proxy-Authorization: Digest algorithm=MD5, username="55555", >> realm="", nonce="d0593b9e-b772-11e4-aeec-2965abc3007e", >> uri="sip:00919650926333 @", >> response="12e4164f793098007d8bf09f7b50815f", qop=auth, cnonce="l02s3ec50q1g", >> nc=00000001 >> Contact: >> Content-Type: application/sdp >> Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS >> Supported: ice,outbound >> User-Agent: JsSIP 0.6.4 >> Content-Length: 1769 >> >> v=0 >> o=- 9056480915531460217 2 IN IP4 127.0.0.1 >> s=- >> t=0 0 >> a=group:BUNDLE audio >> a=msid-semantic: WMS dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> m=audio 13228 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126 >> c=IN IP4 59.178.158.4 >> a=rtcp:13228 IN IP4 59.178.158.4 >> a=candidate:2437072876 1 udp 2122260223 192.168.1.2 64540 >> typ host generation 0 >> a=candidate:2437072876 2 udp 2122260223 192.168.1.2 64540 >> typ host generation 0 >> a=candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype active >> generation 0 >> a=candidate:3753982748 2 tcp 1518280447 192.168.1.2 0 typ host tcptype active >> generation 0 >> a=candidate:941443129 1 udp 1686052607 59.178.158.4 13228 typ srflx raddr >> 192.168.1.2 rport 64540 generation 0 >> a=candidate:941443129 2 udp 1686052607 59.178.158.4 13228 typ srflx raddr >> 192.168.1.2 rport 64540 generation 0 >> a=ice-ufrag:9Yhi1W5j+XrHKQKQ >> a=ice-pwd:fVw9fkXXv1bteXnWh3B/694c >> a=ice-options:google-ice >> a=fingerprint:sha-256 >> C1:96:B0:69:7A:4C:D6:3B:DD:6C:4B:83:BF:F6:45:56:43:95:B4:46:E0:11:BF:AB:2A:42 >> :8D:47:F7:DA:A8:66 >> a=setup:actpass >> a=mid:audio >> a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level >> a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time >> a=sendrecv >> a=rtcp-mux >> a=rtpmap:111 opus/48000/2 >> a=fmtp:111 minptime=10 >> a=rtpmap:103 ISAC/16000 >> a=rtpmap:104 ISAC/32000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:106 CN/32000 >> a=rtpmap:105 CN/16000 >> a=rtpmap:13 CN/8000 >> a=rtpmap:126 telephone-event/8000 >> a=maxptime:60 >> a=ssrc:1011570965 cname:m/wi9qp3sxYVEQLV >> a=ssrc:1011570965 msid:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> 9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 >> a=ssrc:1011570965 mslabel:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG >> a=ssrc:1011570965 label:9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 >> >> >> 2. INVITE from Kamailio to FS >> >> INVITE sip:00919560509733 @ SIP/2.0 >> Record-Route: >> :5090;r2=on;lr=on> >> Record-Route: >> :10080;transport=ws;r2=on; >> lr=on> >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Max-Forwards: 68 >> To: @> >> From: "55555" >;tag=i5so9j18ej >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> Proxy-Authorization: Digest algorithm=MD5, username="55555", >> realm="", nonce="85496252-b74d-11e4-ae0e-2965abc3007e", >> uri="sip:00919560509733 @", >> response="a821425e292b05c4b9480cb66336cb93", qop=auth, cnonce="h8i58dtuuc0p", >> nc=00000001 >> Contact: >> > 5> >> Content-Type: application/sdp >> Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS >> Supported: ice,outbound >> User-Agent: JsSIP 0.6.4 >> Content-Length: 782 >> >> v=0 >> o=- 4750671857217657811 2 IN IP4 >> s=- >> t=0 0 >> a=msid-semantic: WMS IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> m=audio 32838 RTP/AVP 111 103 104 9 0 8 106 105 13 126 >> c=IN IP4 >> a=rtpmap:111 opus/48000/2 >> a=fmtp:111 minptime=10 >> a=rtpmap:103 ISAC/16000 >> a=rtpmap:104 ISAC/32000 >> a=rtpmap:9 G722/8000 >> a=rtpmap:0 PCMU/8000 >> a=rtpmap:8 PCMA/8000 >> a=rtpmap:106 CN/32000 >> a=rtpmap:105 CN/16000 >> a=rtpmap:13 CN/8000 >> a=rtpmap:126 telephone-event/8000 >> a=maxptime:60 >> a=ssrc:2268746120 cname:Bk0e7lSPEkClAxNy >> a=ssrc:2268746120 msid:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> 291b0246-4d75-4347-8b2d-e8e42171a36e >> a=ssrc:2268746120 >> mslabel:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te >> a=ssrc:2268746120 >> label:291b0246-4d75-4347-8b2d-e8e42171a36e >> a=sendrecv >> a=rtcp:32839 >> >> >> 3. 100 trying from FS to Kamailio >> >> SIP/2.0 100 Trying >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Record-Route: >> :5090;r2=on;lr=on> >> Record-Route: >> :10080;transport=ws;r2=on; >> lr=on> >> From: "55555" >;tag=i5so9j18ej >> To: > >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> User-Agent: ASTPP >> Content-Length: 0 >> >> >> 4. 603 from FS to Kamailio >> >> SIP/2.0 603 Decline >> Via: SIP/2.0/UDP >> :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 >> Via: SIP/2.0/TCP >> 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 >> Max-Forwards: 68 >> From: "55555" >;tag=i5so9j18ej >> To: >;tag=y4D44m427U2Kj >> Call-ID: pk2gvvb0qancp1ki8v5t >> CSeq: 5489 INVITE >> User-Agent: ASTPP >> Accept: application/sdp >> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, >> NOTIFY >> Supported: path, replaces >> Allow-Events: talk, hold, conference, refer >> Reason: Q.850;cause=16;text="NORMAL_CLEARING" >> Content-Length: 0 >> Remote-Party-ID: "00919560509733" >> >;party=calling;privacy=off;screen=no -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/16633882/attachment.html From alipey at gmail.com Wed Feb 18 18:59:58 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 18 Feb 2015 10:59:58 -0500 Subject: [Freeswitch-users] TCMalloc and freeswitch Message-ID: Hello, Is there a way to switch to TCMalloc without recompiling freeswitch? Can someone please point me to (or provide) some instructions? (Preferably for Centos 6) Thanks, Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/4e574387/attachment.html From brian at freeswitch.org Wed Feb 18 19:13:30 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 18 Feb 2015 10:13:30 -0600 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: The webpage for TCMalloc states: You can use tcmalloc in applications you didn't compile yourself, by using LD_PRELOAD: $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey wrote: > Hello, > > Is there a way to switch to TCMalloc without recompiling freeswitch? > > Can someone please point me to (or provide) some instructions? (Preferably > for Centos 6) > > > Thanks, > Ali Pey > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150218/6fc6d477/attachment-0001.html From rahul.ultimate at gmail.com Wed Feb 18 19:17:06 2015 From: rahul.ultimate at gmail.com (Rahul MathuR) Date: Wed, 18 Feb 2015 21:47:06 +0530 Subject: [Freeswitch-users] Call decline with 603 In-Reply-To: References: Message-ID: Thanks a bunch Ken ! I will try that tomorrow to see what exactly is happening. On Wed, Feb 18, 2015 at 9:22 PM, Ken Rice wrote: > That actually looks like an error from the PSTN side... 603 is global > failure... And means don?t even bother trying this call again... > > The real way to figure this out from FreeSWITCH is get on fs_cli and > enable global sip tracing in sofia so you can see whats going on. > > > On 2/18/15, 9:08 AM, "huseyin kalyoncu" wrote: > > what about the PSTN side? did you check that? > did call ever pass to the PSTN side? might be the error came from PSTN > side? > > On Wed, Feb 18, 2015 at 4:28 PM, Rahul MathuR > wrote: > > Hi all, > > I was doing a POC of WebRTC based audio call to PSTN, routed via kamailio > (for protocol translation & proxy) and FS as SIP server. > I get 100 trying from FS but after that 603 decline with reason - "Reason: > Q.850;cause=16;text="NORMAL_CLEARING"" > > Also, my phone didn't ring whereas, ITU T Q850 codes say, > 16 NORMAL_CLEARING > normal call clearing [Q.850] This cause indicates that the call is being > cleared because one of the users involved in the call has requested that > the call be cleared. Under normal situations, the source of this cause is > not the network. > > > Could you please help me in resolving this issue. > > > > The messages are as under - > > 1. INVITE from JsSIP to Kamailio > > INVITE sip:00919650926333 @ SIP/2.0 > Route: :10080;transport=ws;lr> > Via: SIP/2.0/TCP amadf8lur89p.invalid;branch=z9hG4bK1158107 > Max-Forwards: 69 > To: @> > From: "55555" >;tag=3dp7hdgg6j > Call-ID: n41t8s01dnclcbodd3il > CSeq: 352 INVITE > Proxy-Authorization: Digest algorithm=MD5, username="55555", > realm="", nonce="d0593b9e-b772-11e4-aeec-2965abc3007e", > uri="sip:00919650926333 @", > response="12e4164f793098007d8bf09f7b50815f", qop=auth, > cnonce="l02s3ec50q1g", nc=00000001 > Contact: > Content-Type: application/sdp > Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS > Supported: ice,outbound > User-Agent: JsSIP 0.6.4 > Content-Length: 1769 > > v=0 > o=- 9056480915531460217 2 IN IP4 127.0.0.1 > s=- > t=0 0 > a=group:BUNDLE audio > a=msid-semantic: WMS dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > m=audio 13228 RTP/SAVPF 111 103 104 9 0 8 106 105 13 126 > c=IN IP4 59.178.158.4 > a=rtcp:13228 IN IP4 59.178.158.4 > a=candidate:2437072876 1 udp 2122260223 192.168.1.2 > 64540 typ host generation 0 > a=candidate:2437072876 2 udp 2122260223 192.168.1.2 > 64540 typ host generation 0 > > a=candidate:3753982748 1 tcp 1518280447 192.168.1.2 0 typ host tcptype > active generation 0 > a=candidate:3753982748 2 tcp 1518280447 192.168.1.2 0 typ host tcptype > active generation 0 > a=candidate:941443129 1 udp 1686052607 59.178.158.4 13228 typ srflx raddr > 192.168.1.2 rport 64540 generation 0 > a=candidate:941443129 2 udp 1686052607 59.178.158.4 13228 typ srflx raddr > 192.168.1.2 rport 64540 generation 0 > a=ice-ufrag:9Yhi1W5j+XrHKQKQ > a=ice-pwd:fVw9fkXXv1bteXnWh3B/694c > a=ice-options:google-ice > a=fingerprint:sha-256 > C1:96:B0:69:7A:4C:D6:3B:DD:6C:4B:83:BF:F6:45:56:43:95:B4:46:E0:11:BF:AB:2A:42:8D:47:F7:DA:A8:66 > a=setup:actpass > a=mid:audio > a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level > a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time > a=sendrecv > a=rtcp-mux > a=rtpmap:111 opus/48000/2 > a=fmtp:111 minptime=10 > a=rtpmap:103 ISAC/16000 > a=rtpmap:104 ISAC/32000 > a=rtpmap:9 G722/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:106 CN/32000 > a=rtpmap:105 CN/16000 > a=rtpmap:13 CN/8000 > a=rtpmap:126 telephone-event/8000 > a=maxptime:60 > a=ssrc:1011570965 cname:m/wi9qp3sxYVEQLV > a=ssrc:1011570965 msid:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > 9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 > a=ssrc:1011570965 mslabel:dcrNk6emj9gTfynUdLaYmsTVbZwnKc9iEwCG > a=ssrc:1011570965 label:9fd4df2c-5c5d-4dec-a1a6-e181d5da35c4 > > > 2. INVITE from Kamailio to FS > > INVITE sip:00919560509733 @ SIP/2.0 > Record-Route: > :5090;r2=on;lr=on> > Record-Route: > :10080;transport=ws;r2=on;lr=on> > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Max-Forwards: 68 > To: @> > From: "55555" >;tag=i5so9j18ej > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > Proxy-Authorization: Digest algorithm=MD5, username="55555", > realm="", nonce="85496252-b74d-11e4-ae0e-2965abc3007e", > uri="sip:00919560509733 @", > response="a821425e292b05c4b9480cb66336cb93", qop=auth, > cnonce="h8i58dtuuc0p", nc=00000001 > > Contact: ;transport=ws;ob;alias=59.178.154.62~12016~5> > Content-Type: application/sdp > Allow: INVITE,ACK,CANCEL,BYE,UPDATE,MESSAGE,OPTIONS > Supported: ice,outbound > User-Agent: JsSIP 0.6.4 > Content-Length: 782 > > v=0 > o=- 4750671857217657811 2 IN IP4 > s=- > t=0 0 > a=msid-semantic: WMS IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > m=audio 32838 RTP/AVP 111 103 104 9 0 8 106 105 13 126 > c=IN IP4 > a=rtpmap:111 opus/48000/2 > a=fmtp:111 minptime=10 > a=rtpmap:103 ISAC/16000 > a=rtpmap:104 ISAC/32000 > a=rtpmap:9 G722/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:8 PCMA/8000 > a=rtpmap:106 CN/32000 > a=rtpmap:105 CN/16000 > a=rtpmap:13 CN/8000 > a=rtpmap:126 telephone-event/8000 > a=maxptime:60 > a=ssrc:2268746120 cname:Bk0e7lSPEkClAxNy > a=ssrc:2268746120 > msid:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > 291b0246-4d75-4347-8b2d-e8e42171a36e > a=ssrc:2268746120 > mslabel:IMbls497PsJs5HOf2sY8de0vWcfW3Vjim2Te > a=ssrc:2268746120 > label:291b0246-4d75-4347-8b2d-e8e42171a36e > > a=sendrecv > a=rtcp:32839 > > > 3. 100 trying from FS to Kamailio > > SIP/2.0 100 Trying > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Record-Route: > :5090;r2=on;lr=on> > Record-Route: > :10080;transport=ws;r2=on;lr=on> > From: "55555" >;tag=i5so9j18ej > To: > > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > User-Agent: ASTPP > Content-Length: 0 > > > 4. 603 from FS to Kamailio > > SIP/2.0 603 Decline > Via: SIP/2.0/UDP > :5090;branch=z9hG4bKb937.6279f7ec5448a6c7867563e9b50fbe39.0 > Via: SIP/2.0/TCP > 4dcddrn8nrh8.invalid;rport=12016;received=59.178.154.62;branch=z9hG4bK4195437 > Max-Forwards: 68 > From: "55555" >;tag=i5so9j18ej > To: >;tag=y4D44m427U2Kj > Call-ID: pk2gvvb0qancp1ki8v5t > CSeq: 5489 INVITE > User-Agent: ASTPP > Accept: application/sdp > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > NOTIFY > Supported: path, replaces > Allow-Events: talk, hold, conference, refer > Reason: Q.850;cause=16;text="NORMAL_CLEARING" > Content-Length: 0 > Remote-Party-ID: "00919560509733" >;party=calling;privacy=off;screen=no > > > -- > Ken > > > > *http://www.FreeSWITCH.org > http://www.ClueCon.com http://www.OSTAG.org > *irc.freenode.net #freeswitch > Twitter: @FreeSWITCH > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Warm Regds. MathuRahul -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/4c1bfc2a/attachment.html From anuragrana31189 at gmail.com Thu Feb 19 02:52:19 2015 From: anuragrana31189 at gmail.com (Anurag Rana) Date: Thu, 19 Feb 2015 05:22:19 +0530 Subject: [Freeswitch-users] Class not found Exception : mod_java Message-ID: Hi, I installed mod_java module. When I am trying to call it from within en extension it throws the error classNotFoundException : PhoneTest **************************************** 2015-02-19 05:16:04.421064 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/1001 at 192.168.64.197! 2015-02-19 05:16:04.421064 [NOTICE] mod_dptools.c:1258 Channel [sofia/internal/1001 at 192.168.64.197] has been answered Exception in thread "Thread-2" java.lang.ClassNotFoundException: PhoneTest at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:274) at org.freeswitch.Launcher.launch(Launcher.java:65) ************************************************************ *here is my dialplan - * ------------------------------- ------------------------- Class file is placed exactly at the path mentioned in dialplan. Still it is complaining. Any point I might be missing here? ?Thanks? Anurag Rana M.Tech CSE, IIIT-Delhi, https://sites.google.com/site/homepagerana/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/fad07291/attachment-0001.html From avstarventures at gmail.com Thu Feb 19 07:13:29 2015 From: avstarventures at gmail.com (Andrew V) Date: Wed, 18 Feb 2015 22:13:29 -0600 Subject: [Freeswitch-users] Prioritize bandwidth by uuid Message-ID: Let's say I have a 1000 concurrent calls and 800 of them are on hold with music and 200 of them are live conversations. The music cannot be turned off. Can I prioritize the bandwidth for the 200 live calls (by uuid) over the on hold calls? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150218/50d76f6a/attachment.html From jaybinks at gmail.com Thu Feb 19 16:12:39 2015 From: jaybinks at gmail.com (jay binks) Date: Thu, 19 Feb 2015 23:12:39 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) Message-ID: Im bringing up a call ( "Freeswitch node A" ) where im using sip_route_uri to send the call via a specific node in my network "Freeswitch node B". but I also want to get this "Freeswitch Node A" out of the call path after the call is answerd. "simplify" works great for this. however when I try and simplify a call, that was brought up with a sip_route_uri my simplify fails ! :( The Refer-To: sent by "FS node A" contains the SIP URI for my call , but has no reference to the details used in sip_route_uri meaning nothing was sent to "Freeswitch node B" is this a bug, or am I missing something in the use case of these 2 features ?? -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/a058b60a/attachment.html From avi at avimarcus.net Thu Feb 19 17:07:20 2015 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 19 Feb 2015 14:07:20 +0000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: <0000014ba22a106c-c12156aa-5827-46d2-ad01-e8ab701f4987-000000@email.amazonses.com> On this point: I am able to create an SBC node A with FreeSWITCH that bridges to other FS node B, and auto_simplify will pull the SBC node A out of the routing? The only caveat to this is that it's not stateless while the call is actually ringing, but otherwise, the calls will not rely on node A? ... am I understanding this correctly? -Avi On Thu, Feb 19, 2015 at 3:12 PM, jay binks wrote: > Im bringing up a call ( "Freeswitch node A" ) where im using sip_route_uri > to send the call via a specific node in my network "Freeswitch node B". > > but I also want to get this "Freeswitch Node A" out of the call path after > the call is answerd. > "simplify" works great for this. > > however when I try and simplify a call, that was brought up with a > sip_route_uri > my simplify fails ! :( > > The Refer-To: sent by "FS node A" contains the SIP URI for my call , but > has no reference to the details used in sip_route_uri meaning nothing was > sent to "Freeswitch node B" > > is this a bug, or am I missing something in the use case of these 2 > features ?? > > -- > Sincerely > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150219/5c9b6ef9/attachment.html From jaybinks at gmail.com Thu Feb 19 17:29:53 2015 From: jaybinks at gmail.com (jay binks) Date: Fri, 20 Feb 2015 00:29:53 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: <0000014ba22a106c-c12156aa-5827-46d2-ad01-e8ab701f4987-000000@email.amazonses.com> References: <0000014ba22a106c-c12156aa-5827-46d2-ad01-e8ab701f4987-000000@email.amazonses.com> Message-ID: That is correct... it seems you just hijacked my thread :p play with freeswitch to learn :) On 20 February 2015 at 00:07, Avi Marcus wrote: > On this point: I am able to create an SBC node A with FreeSWITCH that > bridges to other FS node B, and auto_simplify will pull the SBC node A out > of the routing? > The only caveat to this is that it's not stateless while the call is > actually ringing, but otherwise, the calls will not rely on node A? > ... am I understanding this correctly? > > -Avi > > On Thu, Feb 19, 2015 at 3:12 PM, jay binks wrote: > >> Im bringing up a call ( "Freeswitch node A" ) where im using >> sip_route_uri to send the call via a specific node in my network >> "Freeswitch node B". >> >> but I also want to get this "Freeswitch Node A" out of the call path >> after the call is answerd. >> "simplify" works great for this. >> >> however when I try and simplify a call, that was brought up with a >> sip_route_uri >> my simplify fails ! :( >> >> The Refer-To: sent by "FS node A" contains the SIP URI for my call , but >> has no reference to the details used in sip_route_uri meaning nothing was >> sent to "Freeswitch node B" >> >> is this a bug, or am I missing something in the use case of these 2 >> features ?? >> >> -- >> Sincerely >> >> Jay >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/3bf503d8/attachment.html From jaybinks at gmail.com Thu Feb 19 17:37:20 2015 From: jaybinks at gmail.com (jay binks) Date: Fri, 20 Feb 2015 00:37:20 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: hmmm seems I had to play further with sip_route_uri and sip_invite_req_uri to make this work, but it works now.. I do still wonder if simplify should use the request URI in the Refer-To header instead of what appears to be the SIP To URI. On 19 February 2015 at 23:12, jay binks wrote: > Im bringing up a call ( "Freeswitch node A" ) where im using sip_route_uri > to send the call via a specific node in my network "Freeswitch node B". > > but I also want to get this "Freeswitch Node A" out of the call path after > the call is answerd. > "simplify" works great for this. > > however when I try and simplify a call, that was brought up with a > sip_route_uri > my simplify fails ! :( > > The Refer-To: sent by "FS node A" contains the SIP URI for my call , but > has no reference to the details used in sip_route_uri meaning nothing was > sent to "Freeswitch node B" > > is this a bug, or am I missing something in the use case of these 2 > features ?? > > -- > Sincerely > > Jay > -- Sincerely Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/6e6535cc/attachment.html From jaybinks at gmail.com Thu Feb 19 18:24:07 2015 From: jaybinks at gmail.com (jay binks) Date: Fri, 20 Feb 2015 01:24:07 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: Can anyone give a working example of auto simplify ?? I can't make it work, but a media hook calling uuid_simplify works great. Bit odd. On 20 Feb 2015 00:37, "jay binks" wrote: > hmmm seems I had to play further with > > sip_route_uri > and > sip_invite_req_uri > > to make this work, but it works now.. > > > I do still wonder if simplify should use the request URI in the Refer-To > header instead of what appears to be the SIP To URI. > > > > On 19 February 2015 at 23:12, jay binks wrote: > >> Im bringing up a call ( "Freeswitch node A" ) where im using >> sip_route_uri to send the call via a specific node in my network >> "Freeswitch node B". >> >> but I also want to get this "Freeswitch Node A" out of the call path >> after the call is answerd. >> "simplify" works great for this. >> >> however when I try and simplify a call, that was brought up with a >> sip_route_uri >> my simplify fails ! :( >> >> The Refer-To: sent by "FS node A" contains the SIP URI for my call , but >> has no reference to the details used in sip_route_uri meaning nothing was >> sent to "Freeswitch node B" >> >> is this a bug, or am I missing something in the use case of these 2 >> features ?? >> >> -- >> Sincerely >> >> Jay >> > > > > -- > Sincerely > > Jay > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/4a9b6464/attachment-0001.html From bordmi at rarus.ru Thu Feb 19 18:49:55 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Thu, 19 Feb 2015 19:49:55 +0400 Subject: [Freeswitch-users] How to play file into session not endlessly? Message-ID: I have next task: play sound file list to session only once. Callee must to control session by DTMF. Session must to hangup when sound file list are played if no keys a pressed by callee. Session is created and controlled by Lua. How? -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/e668893d/attachment.html From victor.medina at cibersys.com Thu Feb 19 13:36:57 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Thu, 19 Feb 2015 06:06:57 -0430 Subject: [Freeswitch-users] TLS/TCP Contact Issue Message-ID: HI guys. Even thou my server is configure to use TLS, is responding with non-TLS contact info. 10.0.1.16:2706 <- my.server.name/xx.xx.xx.xx:5061 [my.server.name; xx.xx.xx.xx:5061] 826 SIP/2.0 202 Accepted Via: SIP/2.0/TLS 186.188.115.66:48907 ;branch=z9hG4bKP0yxkkdDNcnyKoyR;rport=48907 From: ;tag=E29270FC8BF4BA92CFBCAE952042F542 To: ;tag=MyMIe4c0faPo Call-ID: 568EFE0E3A65BEABAEC6BD50E56CE667A4B2744B CSeq: 1 SUBSCRIBE Contact: <-! HOW DO I FIX THIS? Expires: 600 User-Agent: FreeSWITCH-mod_sofia/1.4.15+git~20141229T185951Z~507a0f22c5~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE Supported: path, replaces Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer Subscription-State: active;expires=600 Content-Length: 0 This line in particular Contact: <-! Where am i wrong? -- V?ctor E. Medina M. Software [image: Zoiper Click2Dial]+58424 291 4561 [image: ve] BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/15d20400/attachment.html From mike at jerris.com Thu Feb 19 19:32:05 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 19 Feb 2015 11:32:05 -0500 Subject: [Freeswitch-users] Prioritize bandwidth by uuid In-Reply-To: References: Message-ID: no. > On Feb 18, 2015, at 11:13 PM, Andrew V wrote: > > Let's say I have a 1000 concurrent calls and 800 of them are on hold with music and 200 of them are live conversations. The music cannot be turned off. > Can I prioritize the bandwidth for the 200 live calls (by uuid) over the on hold calls? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/87174b3d/attachment.html From s.safarov at gmail.com Thu Feb 19 19:37:09 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 19 Feb 2015 20:37:09 +0400 Subject: [Freeswitch-users] How to remove caller_id_name? Message-ID: I receive INVITE with bad caller_id_name. How I can remove bad header? Bad INVITE example INVITE sip:2496 at 10.21.7.30 SIP/2.0 Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe Max-Forwards: 69 From: "#127.024.031" ;tag=BmHamt2NK4y0r -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/b9155662/attachment.html From mi.ke at null.net Thu Feb 19 19:38:19 2015 From: mi.ke at null.net (Mi Ke) Date: Thu, 19 Feb 2015 17:38:19 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/965d835a/attachment.html From mi.ke at null.net Thu Feb 19 20:08:35 2015 From: mi.ke at null.net (Mi Ke) Date: Thu, 19 Feb 2015 18:08:35 +0100 Subject: [Freeswitch-users] TLS/TCP Contact Issue In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/2ff863f3/attachment-0001.html From hkalyoncu at gmail.com Thu Feb 19 20:18:51 2015 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Thu, 19 Feb 2015 19:18:51 +0200 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: what you are looking for is effective_caller_id_name variable huseyin On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov wrote: > I receive INVITE with bad caller_id_name. How I can remove bad header? > > Bad INVITE example > > INVITE sip:2496 at 10.21.7.30 SIP/2.0 > Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe > Max-Forwards: 69 > From: "#127.024.031" ;tag=BmHamt2NK4y0r > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150219/4e317b37/attachment.html From lazy.charles at gmail.com Thu Feb 19 21:27:48 2015 From: lazy.charles at gmail.com (Charles Wang) Date: Fri, 20 Feb 2015 02:27:48 +0800 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: <019601d04af2$2a011740$7e0345c0$@botecomm.com> References: <00da01d04a87$c631b090$529511b0$@botecomm.com> <019601d04af2$2a011740$7e0345c0$@botecomm.com> Message-ID: Hi Bote, I know the incoming call comes from VOIP Gateway that uses SIP protocol can work well in this scenario. And I don't think it is possible to ask customers to support extra cost in loop battery if I want FS to be a IP-PBX solution with FXS/FXO interfaces on it. Best regards, Charles 2015-02-18 4:41 GMT+08:00 Bote Man : > Detecting the loop battery interruption is the best way to do it if that > is available on the analog line. > > > > Bote > > > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Charles Wang > *Sent:* Tuesday, 17 February, 2015 15:06 > *To:* FreeSWITCH Users Help > > *Subject:* Re: [Freeswitch-users] B leg ringing when Caller hangup before > answer > > > > Hi all, > > > > I ever try to record the channel of FXO with dahdi_monitor. I can find > ring tone and ringback tone in rx and tx when FXO caller is calling FXS or > SIP callee. But there is no busy tone when caller hangup the call BEFORE > the callee(FXS/SIP) answers it or the call-timeout condition is reached. I > think it is correct, isn't it? If it is correct, I can't use busy_detect to > handle the disconnect of channels. > > > > Best regards, > > Charles > > > > 2015-02-18 3:48 GMT+08:00 Charles Wang : > > Hi Bote, > > > > I use analog card named TDM400P and there are two FXS and two FXO on it. > You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. > There is a white power outlet behind it. > > > > I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know > what loop battery is. > > Is there any setting I can use when I try to make a call in > segement? > > > > Thank you for your reply. > > > > Best regards, > > Charles > > > > 2015-02-17 16:00 GMT+08:00 Bote Man : > > It sounds like your originating caller is analog and is not providing > supervision signal to indicate to the FXO port that it has released the > call, therefore FS continues as if the call is still held active. > > > > In some configurations the loop battery is interrupted briefly to indicate > that the call has been released. In other cases you must detect call > progress tones that indicate that the caller is no longer present. In some > cases there is no indication provided to the FXO port and only timers and > the Leg B will help you. > > > > Bote > > > > *From:* Charles Wang > *Sent:* Thursday, 12 February, 2015 11:26 > *Subject:* Re: [Freeswitch-users] B leg ringing when Caller hangup before > answer > > > > Hi Brian, > > > > I ever try to answer the A leg in dialplan before bridge to B leg. But the > condition is the same. > > B leg is still ringing after I hangup the FXO. > > > > I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. > > > > Let me know if you have any suggestion. > > > > Best regards, > > Charles > > > > 2015-02-12 23:43 GMT+08:00 Brian West : > > You may wish to answer that inbound tdm leg before ringing out to the sip > device. > > > > On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang > wrote: > > Hi all, > > > > I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there > is a bug in inbound call via the freetdm FXO device. > > > > When I try to make call from FXO and it bridges to SIP device named 1234 > via the following dialplan. > > > > > > expression="^(1234)$"> > > > > > > > > > > > > Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 > answered. But the callee (SIP 1234) is still ringing and stop ring after > about 30 seconds. > > > > It is the same condition if the callee is FXS device. > > > > I can find two channels during ringing (A leg & B leg). > > After the caller(FXO) onhook, the A leg is still alive and A leg will not > be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). > > > > There are two legs (A leg & B leg) after the caller FXO had hangup. > > > > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context > > 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 > 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default > > cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 > 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound > Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default > > > > > > Can anyone help me to solve it or tell me why? > > > > > > -- > > Best Regards > Charles > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > Charles > > > > > > -- > > Best Regards > Charles > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/ade904cb/attachment-0001.html From brian at freeswitch.org Thu Feb 19 21:33:06 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 12:33:06 -0600 Subject: [Freeswitch-users] TLS/TCP Contact Issue In-Reply-To: References: Message-ID: What was the original subscribe? What was the contact in that subscribe? On Thu, Feb 19, 2015 at 4:36 AM, Victor Medina wrote: > HI guys. > > Even thou my server is configure to use TLS, is responding with non-TLS > contact info. > > > > 10.0.1.16:2706 <- my.server.name/xx.xx.xx.xx:5061 [my.server.name; > xx.xx.xx.xx:5061] > 826 > SIP/2.0 202 Accepted > Via: SIP/2.0/TLS 186.188.115.66:48907 > ;branch=z9hG4bKP0yxkkdDNcnyKoyR;rport=48907 > From: ;tag=E29270FC8BF4BA92CFBCAE952042F542 > To: ;tag=MyMIe4c0faPo > Call-ID: 568EFE0E3A65BEABAEC6BD50E56CE667A4B2744B > CSeq: 1 SUBSCRIBE > Contact: <-! HOW DO I FIX THIS? > Expires: 600 > User-Agent: > FreeSWITCH-mod_sofia/1.4.15+git~20141229T185951Z~507a0f22c5~64bit > Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, > REFER, NOTIFY, PUBLISH, SUBSCRIBE > Supported: path, replaces > Allow-Events: talk, hold, conference, presence, as-feature-event, dialog, > line-seize, call-info, sla, include-session-description, presence.winfo, > message-summary, refer > Subscription-State: active;expires=600 > Content-Length: 0 > > This line in particular > > Contact: <-! > > Where am i wrong? > > -- > > V?ctor E. Medina M. > Software > [image: Zoiper Click2Dial]+58424 291 4561[image: ve] > BB #79A8AFA2 /@VMCibersys > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150219/e525bb1c/attachment.html From t.mahe at b-and-c.net Thu Feb 19 21:49:33 2015 From: t.mahe at b-and-c.net (=?windows-1252?Q?Tristan_Mah=E9?=) Date: Thu, 19 Feb 2015 10:49:33 -0800 Subject: [Freeswitch-users] Prioritize bandwidth by uuid In-Reply-To: References: Message-ID: <54E6303D.7050009@b-and-c.net> You can always propose a patch that will set the TOS field of the rtp packet differently depending on the scenario ( bridge or moh ), and implement QoS on your network using those TOS fields.... My 2 cents... Le 19/02/2015 08:32, Michael Jerris a ?crit : > no. > >> On Feb 18, 2015, at 11:13 PM, Andrew V > > wrote: >> >> Let's say I have a 1000 concurrent calls and 800 of them are on hold >> with music and 200 of them are live conversations. The music cannot >> be turned off. >> Can I prioritize the bandwidth for the 200 live calls (by uuid) over >> the on hold calls? > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150219/36fcfbf0/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/36fcfbf0/attachment.bin From s.safarov at gmail.com Thu Feb 19 22:01:01 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 19 Feb 2015 22:01:01 +0300 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: I cannot set "effective_caller_id_name" because i now know caller_name. I wand drop wrong "caller_id_name" ("#127.024.031"). On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu wrote: > what you are looking for is effective_caller_id_name variable > > > > huseyin > > On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov > wrote: > >> I receive INVITE with bad caller_id_name. How I can remove bad header? >> >> Bad INVITE example >> >> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >> Max-Forwards: 69 >> From: "#127.024.031" ;tag=BmHamt2NK4y0r >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150219/2da16e5f/attachment-0001.html From s.safarov at gmail.com Thu Feb 19 22:11:00 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 19 Feb 2015 22:11:00 +0300 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: Solution is found On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov wrote: > I cannot set "effective_caller_id_name" because i now know caller_name. > I wand drop wrong "caller_id_name" ("#127.024.031"). > > On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu > wrote: > >> what you are looking for is effective_caller_id_name variable >> >> >> >> huseyin >> >> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >> wrote: >> >>> I receive INVITE with bad caller_id_name. How I can remove bad header? >>> >>> Bad INVITE example >>> >>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>> Max-Forwards: 69 >>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150219/6f8b9da3/attachment.html From brian at freeswitch.org Thu Feb 19 22:17:34 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 13:17:34 -0600 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for you need to call who ever is sending you that invite and make them correct the misbehavior. On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov wrote: > Solution is found > data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> > > On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov > wrote: > >> I cannot set "effective_caller_id_name" because i now know caller_name. >> I wand drop wrong "caller_id_name" ("#127.024.031"). >> >> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu >> wrote: >> >>> what you are looking for is effective_caller_id_name variable >>> >>> >>> >>> huseyin >>> >>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >>> wrote: >>> >>>> I receive INVITE with bad caller_id_name. How I can remove bad header? >>>> >>>> Bad INVITE example >>>> >>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>> Max-Forwards: 69 >>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150219/1e9280fb/attachment-0001.html From djdevil8 at gmail.com Thu Feb 19 22:22:17 2015 From: djdevil8 at gmail.com (antony aguirre) Date: Thu, 19 Feb 2015 13:22:17 -0600 Subject: [Freeswitch-users] Help xml_curl Message-ID: Good day! Could support me with a question: Currently have 1 freeswitch running directory XML_CURL smoothly, my question is I want to add 2 freeswitch more and consult the same directory, is there any way for a single extension of the line can have 3 different domains or should I create 3 extensions with 3 domain of each freeswitch. Regards! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/58498a2b/attachment.html From hkalyoncu at gmail.com Thu Feb 19 22:35:24 2015 From: hkalyoncu at gmail.com (huseyin kalyoncu) Date: Thu, 19 Feb 2015 21:35:24 +0200 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: as Brian already answered it is best to fix it at source. if it is not possible then i suggest you to use a proxy infront of the fs box. you can easily reject calls with a proxy. opensips or kamailio will do fine. On Thu, Feb 19, 2015 at 9:17 PM, Brian West wrote: > You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for you > need to call who ever is sending you that invite and make them correct the > misbehavior. > > On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov > wrote: > >> Solution is found >> > data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> >> >> On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov >> wrote: >> >>> I cannot set "effective_caller_id_name" because i now know caller_name. >>> I wand drop wrong "caller_id_name" ("#127.024.031"). >>> >>> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu >>> wrote: >>> >>>> what you are looking for is effective_caller_id_name variable >>>> >>>> >>>> >>>> huseyin >>>> >>>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >>>> wrote: >>>> >>>>> I receive INVITE with bad caller_id_name. How I can remove bad header? >>>>> >>>>> Bad INVITE example >>>>> >>>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>>> Max-Forwards: 69 >>>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150219/ebba468e/attachment.html From s.safarov at gmail.com Thu Feb 19 22:50:19 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 19 Feb 2015 22:50:19 +0300 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: I cannot absolutely remove caller_id_name. But is function sofia_glue_do_invite at string 938 I has find that bleg not receive caller_id_name if it value equal "_undef_" if (!from_display && !strcasecmp(tech_pvt->caller_profile->caller_id_name, "_undef_")) { from_str = switch_core_session_sprintf(session, "<%s>", use_from_str); } else { char *name = switch_core_session_strdup(session, from_display ? from_display : tech_pvt->caller_profile->caller_id_name); check_decode(name, session); from_str = switch_core_session_sprintf(session, "\"%s\" <%s>", name, use_from_str); } Additionally i create loopback call (FS gateway <-> FS profile) to update caller_profile Sergey On Thu, Feb 19, 2015 at 10:35 PM, huseyin kalyoncu wrote: > as Brian already answered it is best to fix it at source. if it is not > possible then i suggest you to use a proxy infront of the fs box. you can > easily reject calls with a proxy. opensips or kamailio will do fine. > > On Thu, Feb 19, 2015 at 9:17 PM, Brian West wrote: > >> You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for >> you need to call who ever is sending you that invite and make them correct >> the misbehavior. >> >> On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov >> wrote: >> >>> Solution is found >>> >> data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> >>> >>> On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov >>> wrote: >>> >>>> I cannot set "effective_caller_id_name" because i now know caller_name. >>>> I wand drop wrong "caller_id_name" ("#127.024.031"). >>>> >>>> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu >>>> wrote: >>>> >>>>> what you are looking for is effective_caller_id_name variable >>>>> >>>>> >>>>> >>>>> huseyin >>>>> >>>>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >>>>> wrote: >>>>> >>>>>> I receive INVITE with bad caller_id_name. How I can remove bad header? >>>>>> >>>>>> Bad INVITE example >>>>>> >>>>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>>>> Max-Forwards: 69 >>>>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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/20150219/8654427a/attachment-0001.html From brian at freeswitch.org Thu Feb 19 22:54:00 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 13:54:00 -0600 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: You said you receive it, does sofia process it properly? If so then yes you can nuke it by setting it to _undef_, but removing it prior to receiving it isn't possible and is best to have it fixed upstream. On Thu, Feb 19, 2015 at 1:50 PM, Sergey Safarov wrote: > I cannot absolutely remove caller_id_name. But is > function sofia_glue_do_invite at string 938 I has find that bleg not > receive caller_id_name if it value equal "_undef_" > > if (!from_display && !strcasecmp(tech_pvt->caller_profile->caller_id_name, > "_undef_")) { > from_str = switch_core_session_sprintf(session, "<%s>", > use_from_str); > } else { > char *name = switch_core_session_strdup(session, from_display ? > from_display : tech_pvt->caller_profile->caller_id_name); > check_decode(name, session); > from_str = switch_core_session_sprintf(session, "\"%s\" <%s>", name, > use_from_str); > } > > Additionally i create loopback call (FS gateway <-> FS profile) to update > caller_profile > > Sergey > > On Thu, Feb 19, 2015 at 10:35 PM, huseyin kalyoncu > wrote: > >> as Brian already answered it is best to fix it at source. if it is not >> possible then i suggest you to use a proxy infront of the fs box. you can >> easily reject calls with a proxy. opensips or kamailio will do fine. >> >> On Thu, Feb 19, 2015 at 9:17 PM, Brian West wrote: >> >>> You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for >>> you need to call who ever is sending you that invite and make them correct >>> the misbehavior. >>> >>> On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov >>> wrote: >>> >>>> Solution is found >>>> >>> data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> >>>> >>>> On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov >>>> wrote: >>>> >>>>> I cannot set "effective_caller_id_name" because i now know caller_name. >>>>> I wand drop wrong "caller_id_name" ("#127.024.031"). >>>>> >>>>> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu >>>> > wrote: >>>>> >>>>>> what you are looking for is effective_caller_id_name variable >>>>>> >>>>>> >>>>>> >>>>>> huseyin >>>>>> >>>>>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >>>>>> wrote: >>>>>> >>>>>>> I receive INVITE with bad caller_id_name. How I can remove bad >>>>>>> header? >>>>>>> >>>>>>> Bad INVITE example >>>>>>> >>>>>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>>>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>>>>> Max-Forwards: 69 >>>>>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150219/33af1514/attachment-0001.html From brian at freeswitch.org Thu Feb 19 23:00:52 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 14:00:52 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: originate {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 Where are you getting the idea you can use a colon to separate the causes? /* When using the AND operator, the fail_on_single_reject flag may be set in order to indicate that a single rejections should terminate the attempt rather than a timeout, answer, or rejection by all. If the value is set to 'true' any fail cause will end the attempt otherwise it can contain a comma (,) separated list of cause names which should be considered fatal */ On Thu, Feb 19, 2015 at 10:38 AM, Mi Ke wrote: > Dear All, > > I'm experimenting with the piped failover on the latest master. I want a > failover to stop gw hunting and return from bridge when B-leg receives a > specific disconnect code e.g. USER_BUSY or NO_ANSWER, but while it works as > expected with error channels in console i.e.: > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED:USER_BUSY}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > -ERR USER_BUSY > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > -ERR NO_ANSWER > > it does not work in dialplan: > > > > data="bridge_answer_timeout=120"/> > data="continue_on_fail=NORMAL_TEMPORARY_FAILURE:NO_ROUTE_DESTINATION:CALL_REJECTED"/> > data="fail_on_single_reject=USER_BUSY:NO_ANSWER:NO_USER_RESPONSE:RECOVERY_ON_TIMER_EXPIRE:ORIGINATOR_CANCEL"/> > > > data="route_out"/> > > data="${last_bridge_hangup_cause}"/> > data="INVALID_NUMBER_FORMAT"/> > > > > or when included in bridge dialstring: > > data="{fail_on_single_reject=USER_BUSY:NO_ANSWER}${bridge_to}"/> > > i.e. it tries *all* gateways in the dialstring and ignores returning codes > completely. > > I tried the same test when remote gateways were just hanging up with > USER_BUSY code on receiving calls, but it did not affect the same negative > result - all remote peers were tried in order and return code were ignored. > > I had the same experience with ver 1.2, but that time set > continue_on_single_reject=err1,err2,err3 in dialplan worked for me > flawlessly. However the same approach does not work for 1.5 and 1.4. Has > anyone succeded in getting it to work as expected? > > Thanks / Mike > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150219/7b8dd16b/attachment.html From s.safarov at gmail.com Thu Feb 19 23:01:07 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 19 Feb 2015 23:01:07 +0300 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: It is working correctly. Currently has been tested. Upstream host cannot disable sending bad caller name :o) On Thu, Feb 19, 2015 at 10:54 PM, Brian West wrote: > You said you receive it, does sofia process it properly? If so then yes > you can nuke it by setting it to _undef_, but removing it prior to > receiving it isn't possible and is best to have it fixed upstream. > > On Thu, Feb 19, 2015 at 1:50 PM, Sergey Safarov > wrote: > >> I cannot absolutely remove caller_id_name. But is >> function sofia_glue_do_invite at string 938 I has find that bleg not >> receive caller_id_name if it value equal "_undef_" >> >> if (!from_display && >> !strcasecmp(tech_pvt->caller_profile->caller_id_name, "_undef_")) { >> from_str = switch_core_session_sprintf(session, "<%s>", >> use_from_str); >> } else { >> char *name = switch_core_session_strdup(session, from_display ? >> from_display : tech_pvt->caller_profile->caller_id_name); >> check_decode(name, session); >> from_str = switch_core_session_sprintf(session, "\"%s\" <%s>", >> name, use_from_str); >> } >> >> Additionally i create loopback call (FS gateway <-> FS profile) to update >> caller_profile >> >> Sergey >> >> On Thu, Feb 19, 2015 at 10:35 PM, huseyin kalyoncu >> wrote: >> >>> as Brian already answered it is best to fix it at source. if it is not >>> possible then i suggest you to use a proxy infront of the fs box. you can >>> easily reject calls with a proxy. opensips or kamailio will do fine. >>> >>> On Thu, Feb 19, 2015 at 9:17 PM, Brian West >>> wrote: >>> >>>> You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for >>>> you need to call who ever is sending you that invite and make them correct >>>> the misbehavior. >>>> >>>> On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov >>>> wrote: >>>> >>>>> Solution is found >>>>> >>>> data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> >>>>> >>>>> On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov >>>>> wrote: >>>>> >>>>>> I cannot set "effective_caller_id_name" because i now know >>>>>> caller_name. >>>>>> I wand drop wrong "caller_id_name" ("#127.024.031"). >>>>>> >>>>>> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu < >>>>>> hkalyoncu at gmail.com> wrote: >>>>>> >>>>>>> what you are looking for is effective_caller_id_name variable >>>>>>> >>>>>>> >>>>>> /> >>>>>>> >>>>>>> huseyin >>>>>>> >>>>>>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov >>>>>> > wrote: >>>>>>> >>>>>>>> I receive INVITE with bad caller_id_name. How I can remove bad >>>>>>>> header? >>>>>>>> >>>>>>>> Bad INVITE example >>>>>>>> >>>>>>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>>>>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>>>>>> Max-Forwards: 69 >>>>>>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at 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 >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *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 >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150219/10672898/attachment-0001.html From mi.ke at null.net Thu Feb 19 23:35:02 2015 From: mi.ke at null.net (Mi Ke) Date: Thu, 19 Feb 2015 21:35:02 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/06edb60c/attachment.html From brian at freeswitch.org Fri Feb 20 00:33:27 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 15:33:27 -0600 Subject: [Freeswitch-users] How to remove caller_id_name? In-Reply-To: References: Message-ID: Can't is never an acceptable answer in a case like this. On Thu, Feb 19, 2015 at 2:01 PM, Sergey Safarov wrote: > It is working correctly. Currently has been tested. > Upstream host cannot disable sending bad caller name > :o) > > > On Thu, Feb 19, 2015 at 10:54 PM, Brian West wrote: > >> You said you receive it, does sofia process it properly? If so then yes >> you can nuke it by setting it to _undef_, but removing it prior to >> receiving it isn't possible and is best to have it fixed upstream. >> >> On Thu, Feb 19, 2015 at 1:50 PM, Sergey Safarov >> wrote: >> >>> I cannot absolutely remove caller_id_name. But is >>> function sofia_glue_do_invite at string 938 I has find that bleg not >>> receive caller_id_name if it value equal "_undef_" >>> >>> if (!from_display && >>> !strcasecmp(tech_pvt->caller_profile->caller_id_name, "_undef_")) { >>> from_str = switch_core_session_sprintf(session, "<%s>", >>> use_from_str); >>> } else { >>> char *name = switch_core_session_strdup(session, from_display ? >>> from_display : tech_pvt->caller_profile->caller_id_name); >>> check_decode(name, session); >>> from_str = switch_core_session_sprintf(session, "\"%s\" <%s>", >>> name, use_from_str); >>> } >>> >>> Additionally i create loopback call (FS gateway <-> FS profile) to >>> update caller_profile >>> >>> Sergey >>> >>> On Thu, Feb 19, 2015 at 10:35 PM, huseyin kalyoncu >>> wrote: >>> >>>> as Brian already answered it is best to fix it at source. if it is not >>>> possible then i suggest you to use a proxy infront of the fs box. you can >>>> easily reject calls with a proxy. opensips or kamailio will do fine. >>>> >>>> On Thu, Feb 19, 2015 at 9:17 PM, Brian West >>>> wrote: >>>> >>>>> You can't fix this in FreeSWITCH you stated you RECEIVED IT, There for >>>>> you need to call who ever is sending you that invite and make them correct >>>>> the misbehavior. >>>>> >>>>> On Thu, Feb 19, 2015 at 1:11 PM, Sergey Safarov >>>>> wrote: >>>>> >>>>>> Solution is found >>>>>> >>>>> data="{origination_caller_id_name=_undef_}sofia/gateway/example/${destination_number}"/> >>>>>> >>>>>> On Thu, Feb 19, 2015 at 10:01 PM, Sergey Safarov >>>>> > wrote: >>>>>> >>>>>>> I cannot set "effective_caller_id_name" because i now know >>>>>>> caller_name. >>>>>>> I wand drop wrong "caller_id_name" ("#127.024.031"). >>>>>>> >>>>>>> On Thu, Feb 19, 2015 at 8:18 PM, huseyin kalyoncu < >>>>>>> hkalyoncu at gmail.com> wrote: >>>>>>> >>>>>>>> what you are looking for is effective_caller_id_name variable >>>>>>>> >>>>>>>> >>>>>>> /> >>>>>>>> >>>>>>>> huseyin >>>>>>>> >>>>>>>> On Thu, Feb 19, 2015 at 6:37 PM, Sergey Safarov < >>>>>>>> s.safarov at gmail.com> wrote: >>>>>>>> >>>>>>>>> I receive INVITE with bad caller_id_name. How I can remove bad >>>>>>>>> header? >>>>>>>>> >>>>>>>>> Bad INVITE example >>>>>>>>> >>>>>>>>> INVITE sip:2496 at 10.21.7.30 SIP/2.0 >>>>>>>>> Via: SIP/2.0/UDP 10.21.7.30;rport;branch=z9hG4bKcX1B77t32Z5pe >>>>>>>>> Max-Forwards: 69 >>>>>>>>> From: "#127.024.031" ;tag=BmHamt2NK4y0r >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at 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 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> *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 >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 *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/20150219/3a230930/attachment-0001.html From brian at freeswitch.org Fri Feb 20 00:38:04 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 15:38:04 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: freeswitch at internal> originate {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 -ERR NO_ANSWER 2015-02-19 15:35:39.032653 [DEBUG] switch_ivr_originate.c:2100 Parsing global variables 2015-02-19 15:35:39.032653 [DEBUG] switch_event.c:1688 Parsing variable [fail_on_single_reject]=[CALL_REJECTED:NO_ANSWER] 2015-02-19 15:35:39.032653 [NOTICE] switch_ivr_originate.c:2732 Cannot create outgoing channel of type [error] cause: [NO_ANSWER] What code are you running? On Thu, Feb 19, 2015 at 2:35 PM, Mi Ke wrote: > Hello Brian, > > Thank you for your response. > > The idea was taken here: > https://wiki.freeswitch.org/wiki/Variable_fail_on_single_reject > > Commas in the list are not working either, even in console (where colons > do): > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 <---- should be no_answer > -ERR CALL_REJECTED > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > 2015-02-19 20:29:34.377089 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[CALL_REJECTED] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [NO_ANSWER] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 19 [NO_ANSWER] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [USER_BUSY] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 17 [USER_BUSY] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [CALL_REJECTED] > > *Sent:* Thursday, February 19, 2015 at 10:00 PM > *From:* "Brian West" > *To:* "FreeSWITCH Users Help" > *Subject:* Re: [Freeswitch-users] piped failover doesn't work in > dialplan, but works from console > > originate > {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > > > > Where are you getting the idea you can use a colon to separate the causes? > > > > /* When using the AND operator, the fail_on_single_reject flag may be > set in order to indicate that a single > > > rejections should terminate the attempt rather than a timeout, > answer, or rejection by all. > > > If the value is set to 'true' any fail cause will end the attempt > otherwise it can contain a comma (,) separated > > > list of cause names which should be considered fatal > > > > > > */ > > > > > > On Thu, Feb 19, 2015 at 10:38 AM, Mi Ke wrote: >> >> Dear All, >> >> I'm experimenting with the piped failover on the latest master. I want a >> failover to stop gw hunting and return from bridge when B-leg receives a >> specific disconnect code e.g. USER_BUSY or NO_ANSWER, but while it works as >> expected with error channels in console i.e.: >> >> freeswitch at internal> originate >> {fail_on_single_reject=CALL_REJECTED:USER_BUSY}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >> 999 >> -ERR USER_BUSY >> >> freeswitch at internal> originate >> {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >> 999 >> -ERR NO_ANSWER >> >> it does not work in dialplan: >> >> >> >> > data="bridge_answer_timeout=120"/> >> > data="continue_on_fail=NORMAL_TEMPORARY_FAILURE:NO_ROUTE_DESTINATION:CALL_REJECTED"/> >> > data="fail_on_single_reject=USER_BUSY:NO_ANSWER:NO_USER_RESPONSE:RECOVERY_ON_TIMER_EXPIRE:ORIGINATOR_CANCEL"/> >> >> > data="hangup_after_bridge=true"/> >> > data="route_out"/> >> >> > data="${last_bridge_hangup_cause}"/> >> > data="INVALID_NUMBER_FORMAT"/> >> >> >> >> or when included in bridge dialstring: >> >> > data="{fail_on_single_reject=USER_BUSY:NO_ANSWER}${bridge_to}"/> >> >> i.e. it tries *all* gateways in the dialstring and ignores returning >> codes completely. >> >> I tried the same test when remote gateways were just hanging up with >> USER_BUSY code on receiving calls, but it did not affect the same negative >> result - all remote peers were tried in order and return code were ignored. >> >> I had the same experience with ver 1.2, but that time set >> continue_on_single_reject=err1,err2,err3 in dialplan worked for me >> flawlessly. However the same approach does not work for 1.5 and 1.4. Has >> anyone succeded in getting it to work as expected? >> >> Thanks / Mike >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 *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/20150219/36d5a966/attachment.html From brian at freeswitch.org Fri Feb 20 00:51:45 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 15:51:45 -0600 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: Simplify is only for dumping the entire call media and signaling off to prevent hair pinning of media. Example: BOX A -> BOX B -> BOX A, If this path were to take place a simplify operation could take place to send the media back to BOX A, This is handy if BOX A is on the east coast and BOX B is on the west coast. Cuts un-needed latency out of the path. On Thu, Feb 19, 2015 at 9:24 AM, jay binks wrote: > Can anyone give a working example of auto simplify ?? I can't make it > work, but a media hook calling uuid_simplify works great. > > Bit odd. > On 20 Feb 2015 00:37, "jay binks" wrote: > >> hmmm seems I had to play further with >> >> sip_route_uri >> and >> sip_invite_req_uri >> >> to make this work, but it works now.. >> >> >> I do still wonder if simplify should use the request URI in the Refer-To >> header instead of what appears to be the SIP To URI. >> >> >> >> On 19 February 2015 at 23:12, jay binks wrote: >> >>> Im bringing up a call ( "Freeswitch node A" ) where im using >>> sip_route_uri to send the call via a specific node in my network >>> "Freeswitch node B". >>> >>> but I also want to get this "Freeswitch Node A" out of the call path >>> after the call is answerd. >>> "simplify" works great for this. >>> >>> however when I try and simplify a call, that was brought up with a >>> sip_route_uri >>> my simplify fails ! :( >>> >>> The Refer-To: sent by "FS node A" contains the SIP URI for my call , but >>> has no reference to the details used in sip_route_uri meaning nothing was >>> sent to "Freeswitch node B" >>> >>> is this a bug, or am I missing something in the use case of these 2 >>> features ?? >>> >>> -- >>> Sincerely >>> >>> Jay >>> >> >> >> >> -- >> Sincerely >> >> Jay >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150219/20e2d192/attachment-0001.html From mi.ke at null.net Fri Feb 20 00:53:34 2015 From: mi.ke at null.net (Mi Ke) Date: Thu, 19 Feb 2015 22:53:34 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/ea19f117/attachment.html From bote_radio at botecomm.com Fri Feb 20 00:58:44 2015 From: bote_radio at botecomm.com (Bote Man) Date: Thu, 19 Feb 2015 16:58:44 -0500 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: <00cf01d04c8f$3b899110$b29cb330$@botecomm.com> It?s not only a colon that is used, it is two carats followed by a colon to tell FS what delimiter to use: ^^: The example from the wiki page shows this: But I defer to Brian since he knows the code much better than I. Bote From: Mi Ke Sent: Thursday, 19 February, 2015 15:35 Subject: Re: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console Hello Brian, Thank you for your response. The idea was taken here: https://wiki.freeswitch.org/wiki/Variable_fail_on_single_reject Commas in the list are not working either, even in console (where colons do): freeswitch at internal> originate {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 <---- should be no_answer -ERR CALL_REJECTED 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:2100 Parsing global variables 2015-02-19 20:29:34.377089 [DEBUG] switch_event.c:1688 Parsing variable [fail_on_single_reject]=[CALL_REJECTED] 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot create outgoing channel of type [error] cause: [NO_ANSWER] 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate Resulted in Error Cause: 19 [NO_ANSWER] 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot create outgoing channel of type [error] cause: [USER_BUSY] 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate Resulted in Error Cause: 17 [USER_BUSY] 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot create outgoing channel of type [error] cause: [CALL_REJECTED] Sent: Thursday, February 19, 2015 at 10:00 PM From: "Brian West" To: "FreeSWITCH Users Help" Subject: Re: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console originate {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 Where are you getting the idea you can use a colon to separate the causes? /* When using the AND operator, the fail_on_single_reject flag may be set in order to indicate that a single rejections should terminate the attempt rather than a timeout, answer, or rejection by all. If the value is set to 'true' any fail cause will end the attempt otherwise it can contain a comma (,) separated list of cause names which should be considered fatal */ On Thu, Feb 19, 2015 at 10:38 AM, Mi Ke wrote: Dear All, I'm experimenting with the piped failover on the latest master. I want a failover to stop gw hunting and return from bridge when B-leg receives a specific disconnect code e.g. USER_BUSY or NO_ANSWER, but while it works as expected with error channels in console i.e.: freeswitch at internal> originate {fail_on_single_reject=CALL_REJECTED:USER_BUSY}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 -ERR USER_BUSY freeswitch at internal> originate {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 -ERR NO_ANSWER it does not work in dialplan: or when included in bridge dialstring: i.e. it tries *all* gateways in the dialstring and ignores returning codes completely. I tried the same test when remote gateways were just hanging up with USER_BUSY code on receiving calls, but it did not affect the same negative result - all remote peers were tried in order and return code were ignored. I had the same experience with ver 1.2, but that time set continue_on_single_reject=err1,err2,err3 in dialplan worked for me flawlessly. However the same approach does not work for 1.5 and 1.4. Has anyone succeded in getting it to work as expected? Thanks / Mike _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 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/20150219/d2306d7e/attachment-0001.html From brian at freeswitch.org Fri Feb 20 00:59:19 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 15:59:19 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: Commas were not working for you because you failed to pay attention to what I posted. Quoted list. Either way it should work with : but I've never used that notation... This works too. So your issue is probably in the dialplan you don't want to set it inside the {}. On Thu, Feb 19, 2015 at 3:53 PM, Mi Ke wrote: > freeswitch at internal> version > FreeSWITCH Version 1.5.15b+git~20150218T214505Z~5febdbbc08~64bit (git > 5febdbb 2015-02-18 21:45:05Z 64bit) > > I'm also getting the same results with stable branch > > *Sent:* Thursday, February 19, 2015 at 11:38 PM > *From:* "Brian West" > *To:* "FreeSWITCH Users Help" , > "FreeSWITCH Docs Team" > > *Subject:* Re: [Freeswitch-users] piped failover doesn't work in > dialplan, but works from console > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > > -ERR NO_ANSWER > > > > 2015-02-19 15:35:39.032653 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > > 2015-02-19 15:35:39.032653 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[CALL_REJECTED:NO_ANSWER] > > > > 2015-02-19 15:35:39.032653 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [NO_ANSWER] > > > > What code are you running? > > On Thu, Feb 19, 2015 at 2:35 PM, Mi Ke wrote: >> >> Hello Brian, >> >> Thank you for your response. >> >> The idea was taken here: >> https://wiki.freeswitch.org/wiki/Variable_fail_on_single_reject >> >> Commas in the list are not working either, even in console (where colons >> do): >> >> freeswitch at internal> originate >> {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >> 999 <---- should be no_answer >> -ERR CALL_REJECTED >> 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:2100 Parsing >> global variables >> 2015-02-19 20:29:34.377089 [DEBUG] switch_event.c:1688 Parsing variable >> [fail_on_single_reject]=[CALL_REJECTED] >> 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot >> create outgoing channel of type [error] cause: [NO_ANSWER] >> 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate >> Resulted in Error Cause: 19 [NO_ANSWER] >> 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot >> create outgoing channel of type [error] cause: [USER_BUSY] >> 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate >> Resulted in Error Cause: 17 [USER_BUSY] >> 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot >> create outgoing channel of type [error] cause: [CALL_REJECTED] >> >> *Sent:* Thursday, February 19, 2015 at 10:00 PM >> *From:* "Brian West" >> *To:* "FreeSWITCH Users Help" >> *Subject:* Re: [Freeswitch-users] piped failover doesn't work in >> dialplan, but works from console >> >> originate >> {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >> 999 >> >> >> >> Where are you getting the idea you can use a colon to separate the causes? >> >> >> >> /* When using the AND operator, the fail_on_single_reject flag may >> be set in order to indicate that a single >> >> >> rejections should terminate the attempt rather than a timeout, >> answer, or rejection by all. >> >> >> If the value is set to 'true' any fail cause will end the attempt >> otherwise it can contain a comma (,) separated >> >> >> list of cause names which should be considered fatal >> >> >> >> >> >> */ >> >> >> >> >> >> On Thu, Feb 19, 2015 at 10:38 AM, Mi Ke wrote: >>> >>> Dear All, >>> >>> I'm experimenting with the piped failover on the latest master. I want a >>> failover to stop gw hunting and return from bridge when B-leg receives a >>> specific disconnect code e.g. USER_BUSY or NO_ANSWER, but while it works as >>> expected with error channels in console i.e.: >>> >>> freeswitch at internal> originate >>> {fail_on_single_reject=CALL_REJECTED:USER_BUSY}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >>> 999 >>> -ERR USER_BUSY >>> >>> freeswitch at internal> originate >>> {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >>> 999 >>> -ERR NO_ANSWER >>> >>> it does not work in dialplan: >>> >>> >>> >>> >> data="bridge_answer_timeout=120"/> >>> >> data="continue_on_fail=NORMAL_TEMPORARY_FAILURE:NO_ROUTE_DESTINATION:CALL_REJECTED"/> >>> >> data="fail_on_single_reject=USER_BUSY:NO_ANSWER:NO_USER_RESPONSE:RECOVERY_ON_TIMER_EXPIRE:ORIGINATOR_CANCEL"/> >>> >> data="bridge_early_media=true"/> >>> >> data="hangup_after_bridge=true"/> >>> >> data="route_out"/> >>> >>> >> data="${last_bridge_hangup_cause}"/> >>> >> data="INVALID_NUMBER_FORMAT"/> >>> >>> >>> >>> or when included in bridge dialstring: >>> >>> >> data="{fail_on_single_reject=USER_BUSY:NO_ANSWER}${bridge_to}"/> >>> >>> i.e. it tries *all* gateways in the dialstring and ignores returning >>> codes completely. >>> >>> I tried the same test when remote gateways were just hanging up with >>> USER_BUSY code on receiving calls, but it did not affect the same negative >>> result - all remote peers were tried in order and return code were ignored. >>> >>> I had the same experience with ver 1.2, but that time set >>> continue_on_single_reject=err1,err2,err3 in dialplan worked for me >>> flawlessly. However the same approach does not work for 1.5 and 1.4. Has >>> anyone succeded in getting it to work as expected? >>> >>> Thanks / Mike >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 > > *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 *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/20150219/e05597d1/attachment-0001.html From brian at freeswitch.org Fri Feb 20 01:05:54 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 16:05:54 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: <00cf01d04c8f$3b899110$b29cb330$@botecomm.com> References: <00cf01d04c8f$3b899110$b29cb330$@botecomm.com> Message-ID: The ^^: make it do QUOTED_ESC_COMMA vs UNQUOTED_ESC_COMMA Which will make it do this later in the code: for (p = chan_type + 1; p && p < bend && *p; p++) { if (*p == QUOTED_ESC_COMMA) { *p = ','; } } I've had both cases work for me in testing. On Thu, Feb 19, 2015 at 3:58 PM, Bote Man wrote: > It?s not only a colon that is used, it is two carats followed by a colon > to tell FS what delimiter to use: > > > > ^^: > > > > The example from the wiki page shows this: > > > > > > > > But I defer to Brian since he knows the code much better than I. > > > > Bote > > > > > > *From:* Mi Ke > *Sent:* Thursday, 19 February, 2015 15:35 > > *Subject:* Re: [Freeswitch-users] piped failover doesn't work in > dialplan, but works from console > > > > Hello Brian, > > > > Thank you for your response. > > > > The idea was taken here: > https://wiki.freeswitch.org/wiki/Variable_fail_on_single_reject > > > > Commas in the list are not working either, even in console (where colons > do): > > > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 <---- should be no_answer > -ERR CALL_REJECTED > > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > 2015-02-19 20:29:34.377089 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[CALL_REJECTED] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [NO_ANSWER] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 19 [NO_ANSWER] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [USER_BUSY] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 17 [USER_BUSY] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [CALL_REJECTED] > > > > *Sent:* Thursday, February 19, 2015 at 10:00 PM > *From:* "Brian West" > *To:* "FreeSWITCH Users Help" > *Subject:* Re: [Freeswitch-users] piped failover doesn't work in > dialplan, but works from console > > originate > {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > > > > Where are you getting the idea you can use a colon to separate the causes? > > > > /* When using the AND operator, the fail_on_single_reject flag may be > set in order to indicate that a single > > > rejections should terminate the attempt rather than a timeout, > answer, or rejection by all. > > > If the value is set to 'true' any fail cause will end the attempt > otherwise it can contain a comma (,) separated > > > list of cause names which should be considered fatal > > > > > > */ > > > > > > > > On Thu, Feb 19, 2015 at 10:38 AM, Mi Ke wrote: > > Dear All, > > > > I'm experimenting with the piped failover on the latest master. I want a > failover to stop gw hunting and return from bridge when B-leg receives a > specific disconnect code e.g. USER_BUSY or NO_ANSWER, but while it works as > expected with error channels in console i.e.: > > > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED:USER_BUSY}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > -ERR USER_BUSY > > > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED:NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > -ERR NO_ANSWER > > > > it does not work in dialplan: > > > > > > data="bridge_answer_timeout=120"/> > data="continue_on_fail=NORMAL_TEMPORARY_FAILURE:NO_ROUTE_DESTINATION:CALL_REJECTED"/> > data="fail_on_single_reject=USER_BUSY:NO_ANSWER:NO_USER_RESPONSE:RECOVERY_ON_TIMER_EXPIRE:ORIGINATOR_CANCEL"/> > > > data="route_out"/> > > data="${last_bridge_hangup_cause}"/> > data="INVALID_NUMBER_FORMAT"/> > > > > > > or when included in bridge dialstring: > > > > data="{fail_on_single_reject=USER_BUSY:NO_ANSWER}${bridge_to}"/> > > > > i.e. it tries *all* gateways in the dialstring and ignores returning codes > completely. > > > > I tried the same test when remote gateways were just hanging up with > USER_BUSY code on receiving calls, but it did not affect the same negative > result - all remote peers were tried in order and return code were ignored. > > > > I had the same experience with ver 1.2, but that time set > continue_on_single_reject=err1,err2,err3 in dialplan worked for me > flawlessly. However the same approach does not work for 1.5 and 1.4. Has > anyone succeded in getting it to work as expected? > > > > Thanks / Mike > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > *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 *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/20150219/77f48eec/attachment-0001.html From brian at freeswitch.org Fri Feb 20 01:10:51 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 16:10:51 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: So you get what I mean about a quoted list, Look below, its showing it its parsing variable [fail_on_single_reject]=[CALL_REJECTED] <-- Notice it says only CALL_REJECTED. These three are the same from FS_CLI: originate {fail_on_single_reject='CALL_REJECTED\,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 originate {fail_on_single_reject='CALL_REJECTED,NO_ANSWER'}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 originate {fail_on_single_reject=CALL_REJECTED\,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 this is not: originate {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED 999 You also have to be VERY careful when using ESL with say perl for example, You may have to quad escape the commas or various other elements to get thru the entire gambit of processing to finally arrive at FreeSWITCH with the proper formatting. On Thu, Feb 19, 2015 at 2:35 PM, Mi Ke wrote: > Hello Brian, > > Thank you for your response. > > The idea was taken here: > https://wiki.freeswitch.org/wiki/Variable_fail_on_single_reject > > Commas in the list are not working either, even in console (where colons > do): > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 <---- should be no_answer > -ERR CALL_REJECTED > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > 2015-02-19 20:29:34.377089 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[CALL_REJECTED] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [NO_ANSWER] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 19 [NO_ANSWER] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [USER_BUSY] > 2015-02-19 20:29:34.377089 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 17 [USER_BUSY] > 2015-02-19 20:29:34.377089 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [CALL_REJECTED] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150219/a1a39db6/attachment.html From bote_radio at botecomm.com Fri Feb 20 01:14:06 2015 From: bote_radio at botecomm.com (Bote Man) Date: Thu, 19 Feb 2015 17:14:06 -0500 Subject: [Freeswitch-users] B leg ringing when Caller hangup before answer In-Reply-To: References: <00da01d04a87$c631b090$529511b0$@botecomm.com> <019601d04af2$2a011740$7e0345c0$@botecomm.com> Message-ID: <00ea01d04c91$610152f0$2303f8d0$@botecomm.com> Your FXO port connects to an analog telephone line that supplies battery FROM THE OTHER END, typically a central office switch or PBX. This is how telephones have worked for 100 years; there is no extra cost to it. Because it is so common I suggested this as your first method to try since it works well, all you must do is tell your TDM400P to watch for it. (This is a concept similar to the gentleman who is receiving invalid Caller*ID info from the far end switch; it is out of his control and the other end must correct it.) If that is not available, then try detecting call progress tones coming from the far end of the FXO connection. If this can?t be done, then there is nothing left to do. In any case, this has NOTHING to do with SIP. You must detect conditions on the analog line in the analog domain using the equipment connected to that analog telephone line. That is the source of the information that you seek, not in FreeSWITCH and not in SIP. Bote From: Charles Wang Sent: Thursday, 19 February, 2015 13:28 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Bote, I know the incoming call comes from VOIP Gateway that uses SIP protocol can work well in this scenario. And I don't think it is possible to ask customers to support extra cost in loop battery if I want FS to be a IP-PBX solution with FXS/FXO interfaces on it. Best regards, Charles 2015-02-18 4:41 GMT+08:00 Bote Man : Detecting the loop battery interruption is the best way to do it if that is available on the analog line. Bote From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Charles Wang Sent: Tuesday, 17 February, 2015 15:06 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi all, I ever try to record the channel of FXO with dahdi_monitor. I can find ring tone and ringback tone in rx and tx when FXO caller is calling FXS or SIP callee. But there is no busy tone when caller hangup the call BEFORE the callee(FXS/SIP) answers it or the call-timeout condition is reached. I think it is correct, isn't it? If it is correct, I can't use busy_detect to handle the disconnect of channels. Best regards, Charles 2015-02-18 3:48 GMT+08:00 Charles Wang : Hi Bote, I use analog card named TDM400P and there are two FXS and two FXO on it. You can find it from this url http://www.ryu.com.tw/image/A400P.jpg. There is a white power outlet behind it. I am setting it at freetdm.conf and freetdm.conf.xml. But I don't know what loop battery is. Is there any setting I can use when I try to make a call in segement? Thank you for your reply. Best regards, Charles 2015-02-17 16:00 GMT+08:00 Bote Man : It sounds like your originating caller is analog and is not providing supervision signal to indicate to the FXO port that it has released the call, therefore FS continues as if the call is still held active. In some configurations the loop battery is interrupted briefly to indicate that the call has been released. In other cases you must detect call progress tones that indicate that the caller is no longer present. In some cases there is no indication provided to the FXO port and only timers and the Leg B will help you. Bote From: Charles Wang Sent: Thursday, 12 February, 2015 11:26 Subject: Re: [Freeswitch-users] B leg ringing when Caller hangup before answer Hi Brian, I ever try to answer the A leg in dialplan before bridge to B leg. But the condition is the same. B leg is still ringing after I hangup the FXO. I notice that the ringing of B leg will stop if the inbound tdm leg is FXS. Let me know if you have any suggestion. Best regards, Charles 2015-02-12 23:43 GMT+08:00 Brian West : You may wish to answer that inbound tdm leg before ringing out to the sip device. On Thu, Feb 12, 2015 at 3:47 AM, Charles Wang wrote: Hi all, I have a server with freeswitch 1.4.15 + freetdm(FXS/FXO). I think there is a bug in inbound call via the freetdm FXO device. When I try to make call from FXO and it bridges to SIP device named 1234 via the following dialplan. Before SIP 1234 answers the call, the caller (FXO) hangup call before 1234 answered. But the callee (SIP 1234) is still ringing and stop ring after about 30 seconds. It is the same condition if the callee is FXS device. I can find two channels during ringing (A leg & B leg). After the caller(FXO) onhook, the A leg is still alive and A leg will not be hangup before the callee (FXS or SIP) stop ring ( call-timeout ). There are two legs (A leg & B leg) after the caller FXO had hangup. uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,read_bit_rate,write_codec,write_rate,write_bit_rate,secure,hostname,presence_id,presence_data,callstate,callee_name,callee_num,callee_direction,call_uuid,sent_callee_name,sent_callee_num,initial_cid_name,initial_cid_num,initial_ip_addr,initial_dest,initial_dialplan,initial_context 53ce4fe9-9511-4625-87ae-1448421c9810,inbound,2015-02-12 17:33:11,1423733591,FreeTDM/2:2/1234,CS_EXECUTE,unknown,unknown,,1234,bridge,freetdm/FXS1/1,XML,TEST,PCMU,8000,64000,PCMU,8000,64000,,charles,,,RINGING,,,,,,,unknown,unknown,,1234,XML,default cf5a7ee4-cbfd-48e4-ab4e-4d757216712c,outbound,2015-02-12 17:33:12,1423733592,FreeTDM/1:1/,CS_CONSUME_MEDIA,unknown,unknown,,1,,,XML,default,,,,,,,,charles,,,RINGING,Outbound Call,1,,53ce4fe9-9511-4625-87ae-1448421c9810,,,unknown,unknown,,1,XML,default Can anyone help me to solve it or tell me why? -- Best Regards Charles _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 Charles -- Best Regards Charles _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/eb2a53e3/attachment-0001.html From bote_radio at botecomm.com Fri Feb 20 01:29:49 2015 From: bote_radio at botecomm.com (Bote Man) Date: Thu, 19 Feb 2015 17:29:49 -0500 Subject: [Freeswitch-users] How to play file into session not endlessly? In-Reply-To: References: Message-ID: <00fb01d04c93$933a4f40$b9aeedc0$@botecomm.com> It is possible that play_and_get_digits will do what you wish. https://freeswitch.org/confluence/display/FREESWITCH/play+and+get+digits Bote From: Dmitriy Borisov Sent: Thursday, 19 February, 2015 10:50 Subject: [Freeswitch-users] How to play file into session not endlessly? I have next task: play sound file list to session only once. Callee must to control session by DTMF. Session must to hangup when sound file list are played if no keys a pressed by callee. Session is created and controlled by Lua. How? -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/6f504b59/attachment.html From jaybinks at gmail.com Fri Feb 20 01:58:23 2015 From: jaybinks at gmail.com (jay binks) Date: Fri, 20 Feb 2015 08:58:23 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: Its also really good when you have Box A ---- Box B ---- Box C and Box B was used to setup the call, but is doing little more than proxying traffic. Im using it in this way, where Box A is my carrier side SBC , Box C is my Customer side SBC and I have call handling logic in Box B. Once the call is established, Box B can get out of the path. I do this so we can remove a potential point of failure. On 20 February 2015 at 07:51, Brian West wrote: > Simplify is only for dumping the entire call media and signaling off to > prevent hair pinning of media. > > Example: > > BOX A -> BOX B -> BOX A, If this path were to take place a simplify > operation could take place to send the media back to BOX A, This is handy > if BOX A is on the east coast and BOX B is on the west coast. Cuts > un-needed latency out of the path. > > On Thu, Feb 19, 2015 at 9:24 AM, jay binks wrote: > >> Can anyone give a working example of auto simplify ?? I can't make it >> work, but a media hook calling uuid_simplify works great. >> >> Bit odd. >> On 20 Feb 2015 00:37, "jay binks" wrote: >> >>> hmmm seems I had to play further with >>> >>> sip_route_uri >>> and >>> sip_invite_req_uri >>> >>> to make this work, but it works now.. >>> >>> >>> I do still wonder if simplify should use the request URI in the Refer-To >>> header instead of what appears to be the SIP To URI. >>> >>> >>> >>> On 19 February 2015 at 23:12, jay binks wrote: >>> >>>> Im bringing up a call ( "Freeswitch node A" ) where im using >>>> sip_route_uri to send the call via a specific node in my network >>>> "Freeswitch node B". >>>> >>>> but I also want to get this "Freeswitch Node A" out of the call path >>>> after the call is answerd. >>>> "simplify" works great for this. >>>> >>>> however when I try and simplify a call, that was brought up with a >>>> sip_route_uri >>>> my simplify fails ! :( >>>> >>>> The Refer-To: sent by "FS node A" contains the SIP URI for my call , >>>> but has no reference to the details used in sip_route_uri meaning nothing >>>> was sent to "Freeswitch node B" >>>> >>>> is this a bug, or am I missing something in the use case of these 2 >>>> features ?? >>>> >>>> -- >>>> Sincerely >>>> >>>> Jay >>>> >>> >>> >>> >>> -- >>> Sincerely >>> >>> Jay >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/b5541479/attachment.html From brian at freeswitch.org Fri Feb 20 02:37:43 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 19 Feb 2015 17:37:43 -0600 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: How are you getting it to work? Because it wasn't designed to work in that case. if (inbound_channel && inbound_session && !zstr(network_addr_a) && !zstr(network_addr_b) && !strcmp(network_addr_a, network_addr_b)), Guessing you luck out due to a proxy? On Thu, Feb 19, 2015 at 4:58 PM, jay binks wrote: > Its also really good when you have > > Box A ---- Box B ---- Box C > > and Box B was used to setup the call, but is doing little more than > proxying traffic. > > Im using it in this way, where Box A is my carrier side SBC , Box C is my > Customer side SBC > and I have call handling logic in Box B. > > Once the call is established, Box B can get out of the path. > I do this so we can remove a potential point of failure. > > > > > > > > > On 20 February 2015 at 07:51, Brian West wrote: > >> Simplify is only for dumping the entire call media and signaling off to >> prevent hair pinning of media. >> >> Example: >> >> BOX A -> BOX B -> BOX A, If this path were to take place a simplify >> operation could take place to send the media back to BOX A, This is handy >> if BOX A is on the east coast and BOX B is on the west coast. Cuts >> un-needed latency out of the path. >> >> On Thu, Feb 19, 2015 at 9:24 AM, jay binks wrote: >> >>> Can anyone give a working example of auto simplify ?? I can't make it >>> work, but a media hook calling uuid_simplify works great. >>> >>> Bit odd. >>> On 20 Feb 2015 00:37, "jay binks" wrote: >>> >>>> hmmm seems I had to play further with >>>> >>>> sip_route_uri >>>> and >>>> sip_invite_req_uri >>>> >>>> to make this work, but it works now.. >>>> >>>> >>>> I do still wonder if simplify should use the request URI in the >>>> Refer-To header instead of what appears to be the SIP To URI. >>>> >>>> >>>> >>>> On 19 February 2015 at 23:12, jay binks wrote: >>>> >>>>> Im bringing up a call ( "Freeswitch node A" ) where im using >>>>> sip_route_uri to send the call via a specific node in my network >>>>> "Freeswitch node B". >>>>> >>>>> but I also want to get this "Freeswitch Node A" out of the call path >>>>> after the call is answerd. >>>>> "simplify" works great for this. >>>>> >>>>> however when I try and simplify a call, that was brought up with a >>>>> sip_route_uri >>>>> my simplify fails ! :( >>>>> >>>>> The Refer-To: sent by "FS node A" contains the SIP URI for my call , >>>>> but has no reference to the details used in sip_route_uri meaning nothing >>>>> was sent to "Freeswitch node B" >>>>> >>>>> is this a bug, or am I missing something in the use case of these 2 >>>>> features ?? >>>>> >>>>> -- >>>>> Sincerely >>>>> >>>>> Jay >>>>> >>>> >>>> >>>> >>>> -- >>>> Sincerely >>>> >>>> Jay >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150219/c30c34ab/attachment-0001.html From msc at freeswitch.org Fri Feb 20 03:54:37 2015 From: msc at freeswitch.org (Michael Collins) Date: Thu, 19 Feb 2015 16:54:37 -0800 Subject: [Freeswitch-users] Can you queue external number? In-Reply-To: References: Message-ID: Hello Shai, The code example here was written several years ago but I think it will suffice: https://freeswitch.org/confluence/display/FREESWITCH/mod_fifo#mod_fifo-SimpleOn-hookAgentLogin/LogoutExample I wrote that up when I was first learning mod_fifo and I needed some examples for the old wiki. There is an example of having group_confirm_file/group_confirm_key on the dialstring to reach the agent. Please try it out and see what happens... -MC On Wed, Feb 18, 2015 at 6:12 AM, Shai Perelman wrote: > Hi, Brian > can you refer me to something to read with more details how to do it? > thanks > SHai > > On Wed, Feb 18, 2015 at 6:58 AM, Brian West wrote: > >> Yes it's possible, whom ever told you otherwise may be a little >> misinformed. It will require the group confirm options. >> >> >> On Tuesday, February 17, 2015, Shai Perelman wrote: >> >>> HI, in our old system there is a queue to an internal extension say 199 >>> and 199 has folow up to an external number say 972544933444 >>> >>> I was told that in freeswitch this is not possible/// >>> is it possible in some way to queue an external number in fs? >>> >>> thanks >>> Shai >>> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 >> > > > > -- > www.groyse.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150219/054b99c1/attachment.html From mi.ke at null.net Fri Feb 20 03:58:30 2015 From: mi.ke at null.net (Mi Ke) Date: Fri, 20 Feb 2015 01:58:30 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/a10784b9/attachment.html From jaybinks at gmail.com Fri Feb 20 04:43:41 2015 From: jaybinks at gmail.com (jay binks) Date: Fri, 20 Feb 2015 11:43:41 +1000 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: hmmm maybe it only works because "Box B" only has 1 sofia profile. I guess that would be why / how it works :) On 20 February 2015 at 09:37, Brian West wrote: > How are you getting it to work? Because it wasn't designed to work in > that case. > > if (inbound_channel && inbound_session && !zstr(network_addr_a) && > !zstr(network_addr_b) && !strcmp(network_addr_a, network_addr_b)), > > > Guessing you luck out due to a proxy? > > On Thu, Feb 19, 2015 at 4:58 PM, jay binks wrote: > >> Its also really good when you have >> >> Box A ---- Box B ---- Box C >> >> and Box B was used to setup the call, but is doing little more than >> proxying traffic. >> >> Im using it in this way, where Box A is my carrier side SBC , Box C is my >> Customer side SBC >> and I have call handling logic in Box B. >> >> Once the call is established, Box B can get out of the path. >> I do this so we can remove a potential point of failure. >> >> >> >> >> >> >> >> >> On 20 February 2015 at 07:51, Brian West wrote: >> >>> Simplify is only for dumping the entire call media and signaling off to >>> prevent hair pinning of media. >>> >>> Example: >>> >>> BOX A -> BOX B -> BOX A, If this path were to take place a simplify >>> operation could take place to send the media back to BOX A, This is handy >>> if BOX A is on the east coast and BOX B is on the west coast. Cuts >>> un-needed latency out of the path. >>> >>> On Thu, Feb 19, 2015 at 9:24 AM, jay binks wrote: >>> >>>> Can anyone give a working example of auto simplify ?? I can't make it >>>> work, but a media hook calling uuid_simplify works great. >>>> >>>> Bit odd. >>>> On 20 Feb 2015 00:37, "jay binks" wrote: >>>> >>>>> hmmm seems I had to play further with >>>>> >>>>> sip_route_uri >>>>> and >>>>> sip_invite_req_uri >>>>> >>>>> to make this work, but it works now.. >>>>> >>>>> >>>>> I do still wonder if simplify should use the request URI in the >>>>> Refer-To header instead of what appears to be the SIP To URI. >>>>> >>>>> >>>>> >>>>> On 19 February 2015 at 23:12, jay binks wrote: >>>>> >>>>>> Im bringing up a call ( "Freeswitch node A" ) where im using >>>>>> sip_route_uri to send the call via a specific node in my network >>>>>> "Freeswitch node B". >>>>>> >>>>>> but I also want to get this "Freeswitch Node A" out of the call path >>>>>> after the call is answerd. >>>>>> "simplify" works great for this. >>>>>> >>>>>> however when I try and simplify a call, that was brought up with a >>>>>> sip_route_uri >>>>>> my simplify fails ! :( >>>>>> >>>>>> The Refer-To: sent by "FS node A" contains the SIP URI for my call , >>>>>> but has no reference to the details used in sip_route_uri meaning nothing >>>>>> was sent to "Freeswitch node B" >>>>>> >>>>>> is this a bug, or am I missing something in the use case of these 2 >>>>>> features ?? >>>>>> >>>>>> -- >>>>>> Sincerely >>>>>> >>>>>> Jay >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Sincerely >>>>> >>>>> Jay >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 >> >> Jay >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/bb9646e2/attachment-0001.html From jason at dickson.st Fri Feb 20 07:35:45 2015 From: jason at dickson.st (Jason Lewis) Date: Fri, 20 Feb 2015 15:35:45 +1100 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails Message-ID: <54E6B9A1.20708@dickson.st> Hi, I've been trying to make freeswitch email voicemails but as far as I can tell, it never even calls sendmail. I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no avail. I can successfully send an email from the commandline using sendmail. (sendmail in this case is provided by postfix) I see no emails in the postfix mail logs when I leave a voicemail message. I also tried creating a shell just to see if it even gets called from fs, but it does not get called when a voicemail is deposited: #!/bin/bash echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log After every change, I have run reloadxml and reload mod_voicemail. I have also tried restarting freeswitch. I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit (-1 64bit) my configuration is based on the vanilla configuration with only very minor changes. I'm at a loss as to how to debug further, but I'm pretty sure the mailer-app is never called. Is there some setting I'm missing or something obvious I'm not doing? My config: 1001.xml: and in switch.conf.xml I have the following set: I made a log at level 7 and put it on the pastebin: https://pastebin.freeswitch.org/23921 Jason Lewis http://emacstragic.net -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 834 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/b07a1ada/attachment.bin From msh.computing at gmail.com Fri Feb 20 10:53:46 2015 From: msh.computing at gmail.com (Steve Kieu) Date: Fri, 20 Feb 2015 17:53:46 +1000 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile Message-ID: Hi everyone, My setup is that I have * internal.xml on 192.168.0.2 * vpn.xml on 10.8.0.1 * external.xml Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is tun0 which is the openvpn internface. Default gateway is wlan0. Thing like normal using internal.xml But for call from A registered in vpn profile I always got 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS ERROR: [Bind Error! XXX:23324] XXX is my external internet IP. The vpn.xml I set: no matter what I set in ext-rtp-ip (did replace auto-nat with my external IP) it still gives the errors. I want for the vpn profile, just use the vpn IP for sip for the endpoint register with this, but using correct sip rtp when sending out to endpoint registered in other profile - basically making call between profile working - Can freeswitch support that and how ? I did set all IP to use vpn address only, and call making between same profile (vpn) works. But not to other profile and not to external gateway. Same problem. Thanks a lot in advance. -- Steve Kieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/102d7a0a/attachment.html From s.safarov at gmail.com Fri Feb 20 11:10:53 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 20 Feb 2015 11:10:53 +0300 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: <54E6B9A1.20708@dickson.st> References: <54E6B9A1.20708@dickson.st> Message-ID: You mailer is not understand "mailer-app-args" has been configured in "switch.conf.xml" Remove extra arg or add required ??, 20 ????. 2015, 7:49, Jason Lewis : > Hi, > > I've been trying to make freeswitch email voicemails but as far as I can > tell, it never even calls sendmail. > > I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no > avail. I can successfully send an email from the commandline using > sendmail. (sendmail in this case is provided by postfix) > > I see no emails in the postfix mail logs when I leave a voicemail message. > > I also tried creating a shell just to see if it even gets called from > fs, but it does not get called when a voicemail is deposited: > #!/bin/bash > echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log > > After every change, I have run reloadxml and reload mod_voicemail. I > have also tried restarting freeswitch. > > I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit > (-1 64bit) > > my configuration is based on the vanilla configuration with only very > minor changes. > > I'm at a loss as to how to debug further, but I'm pretty sure the > mailer-app is never called. Is there some setting I'm missing or > something obvious I'm not doing? > > > My config: > 1001.xml: > > > > > > > > > > > > > > > > value="$${outbound_caller_name}"/> > value="$${outbound_caller_id}"/> > > > > > > and in switch.conf.xml I have the following set: > > > > > > I made a log at level 7 and put it on the pastebin: > > https://pastebin.freeswitch.org/23921 > > > Jason Lewis > http://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150220/0f51e7f4/attachment.html From fdelawarde at wirelessmundi.com Fri Feb 20 13:07:03 2015 From: fdelawarde at wirelessmundi.com (=?UTF-8?B?RnJhbsOnb2lz?=) Date: Fri, 20 Feb 2015 11:07:03 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP Message-ID: <54E70747.4050301@wirelessmundi.com> Hi all, As seen in the HylaFax wiki entry, mod_spandsp can be used as a soft-modem. https://wiki.freeswitch.org/wiki/HylaFax Can it also be used as a data modem (not just fax modem) with V32, V92 or similar protocols? If not, does anyone know of any data-modem software that could work along with FreeSWITCH? Thanks, Fran?ois. From msh.computing at gmail.com Fri Feb 20 13:14:54 2015 From: msh.computing at gmail.com (Steve Kieu) Date: Fri, 20 Feb 2015 20:14:54 +1000 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile In-Reply-To: References: Message-ID: Just downgrade to FS 1.2 Stable (from 1.4) and problem is fixed. Is it a bug in the latest stable version? On Fri, Feb 20, 2015 at 5:53 PM, Steve Kieu wrote: > Hi everyone, > > My setup is that I have > * internal.xml on 192.168.0.2 > * vpn.xml on 10.8.0.1 > * external.xml > > Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is tun0 > which is the openvpn internface. Default gateway is wlan0. > > Thing like normal using internal.xml > > But for call from A registered in vpn profile I always got > > 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS > ERROR: [Bind Error! XXX:23324] > > XXX is my external internet IP. > > The vpn.xml I set: > > > > > > > > no matter what I set in ext-rtp-ip (did replace auto-nat with my external > IP) it still gives the errors. > > I want for the vpn profile, just use the vpn IP for sip for the endpoint > register with this, but using correct sip rtp when sending out to endpoint > registered in other profile - basically making call between profile working > - Can freeswitch support that and how ? > > I did set all IP to use vpn address only, and call making between same > profile (vpn) works. But not to other profile and not to external gateway. > Same problem. > > > Thanks a lot in advance. > > > > -- > Steve Kieu > -- Steve Kieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/c3215cf2/attachment-0001.html From steveayre at gmail.com Fri Feb 20 13:40:22 2015 From: steveayre at gmail.com (Steven Ayre) Date: Fri, 20 Feb 2015 10:40:22 +0000 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile In-Reply-To: References: Message-ID: Your server is behind NAT. That means your server does not have your external IP address assigned to it, that's a mapping performed by your router as the packets go through it. You must set sip-ip and rtp-ip to IPs actually locally assigned to your server. That means your internal LAN IP. The operating system will not let you bind to a port on an IP that isn't assigned to it, and that's why you're seeing your bind error. sip-ip and rtp-ip should be your internal address. ext-sip-ip and ext-rtp-ip should be your external address. In many cases FreeSWITCH can detect that external IP (auto-nat) so you might not need to specify it explicitly (useful on a dynamic IP). On 20 February 2015 at 10:14, Steve Kieu wrote: > Just downgrade to FS 1.2 Stable (from 1.4) and problem is fixed. Is it a > bug in the latest stable version? > > > On Fri, Feb 20, 2015 at 5:53 PM, Steve Kieu > wrote: > >> Hi everyone, >> >> My setup is that I have >> * internal.xml on 192.168.0.2 >> * vpn.xml on 10.8.0.1 >> * external.xml >> >> Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is tun0 >> which is the openvpn internface. Default gateway is wlan0. >> >> Thing like normal using internal.xml >> >> But for call from A registered in vpn profile I always got >> >> 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS >> ERROR: [Bind Error! XXX:23324] >> >> XXX is my external internet IP. >> >> The vpn.xml I set: >> >> >> >> >> >> >> >> no matter what I set in ext-rtp-ip (did replace auto-nat with my external >> IP) it still gives the errors. >> >> I want for the vpn profile, just use the vpn IP for sip for the endpoint >> register with this, but using correct sip rtp when sending out to endpoint >> registered in other profile - basically making call between profile working >> - Can freeswitch support that and how ? >> >> I did set all IP to use vpn address only, and call making between same >> profile (vpn) works. But not to other profile and not to external gateway. >> Same problem. >> >> >> Thanks a lot in advance. >> >> >> >> -- >> Steve Kieu >> > > > > -- > Steve Kieu > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150220/78bb4c11/attachment.html From fdelawarde at wirelessmundi.com Fri Feb 20 17:36:45 2015 From: fdelawarde at wirelessmundi.com (=?UTF-8?B?RnJhbsOnb2lz?=) Date: Fri, 20 Feb 2015 15:36:45 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E70747.4050301@wirelessmundi.com> References: <54E70747.4050301@wirelessmundi.com> Message-ID: <54E7467D.8030105@wirelessmundi.com> Self answer: Apparently SpanDSP does not support V32 nor V90/V92. Also I can't seem to find any other solution. The objective was to fetch data from remote GSM sensors using simple protocols over V32 and similar... Fran?ois. On 02/20/2015 11:07 AM, Fran?ois wrote: > Hi all, > > As seen in the HylaFax wiki entry, mod_spandsp can be used as a soft-modem. > https://wiki.freeswitch.org/wiki/HylaFax > > Can it also be used as a data modem (not just fax modem) with V32, V92 > or similar protocols? > > If not, does anyone know of any data-modem software that could work > along with FreeSWITCH? > > Thanks, > Fran?ois. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 s.safarov at gmail.com Fri Feb 20 17:53:12 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 20 Feb 2015 17:53:12 +0300 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E7467D.8030105@wirelessmundi.com> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> Message-ID: I not know FS support this scenario but this may be help you http://www.voip-info.org/wiki/view/Modem+over+VOIP http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html https://support.sonus.net/display/VXDOC/V.150.1+Device+Support On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois wrote: > Self answer: Apparently SpanDSP does not support V32 nor V90/V92. > > Also I can't seem to find any other solution. The objective was to fetch > data from remote GSM sensors using simple protocols over V32 and similar... > > Fran?ois. > > > On 02/20/2015 11:07 AM, Fran?ois wrote: > > Hi all, > > > > As seen in the HylaFax wiki entry, mod_spandsp can be used as a > soft-modem. > > https://wiki.freeswitch.org/wiki/HylaFax > > > > Can it also be used as a data modem (not just fax modem) with V32, V92 > > or similar protocols? > > > > If not, does anyone know of any data-modem software that could work > > along with FreeSWITCH? > > > > Thanks, > > Fran?ois. > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150220/b9d85c17/attachment.html From krice at freeswitch.org Fri Feb 20 18:01:54 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 20 Feb 2015 15:01:54 +0000 Subject: [Freeswitch-users] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54e74c62d6c22_1fcb6f328478ed@ip-10-179-128-200.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/edb259c7/attachment.html From fdelawarde at wirelessmundi.com Fri Feb 20 18:13:27 2015 From: fdelawarde at wirelessmundi.com (=?windows-1252?Q?Fran=E7ois?=) Date: Fri, 20 Feb 2015 16:13:27 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> Message-ID: <54E74F17.2090103@wirelessmundi.com> Interesting.. Looks like some type of T38 for data-modem over VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. Also I was thinking of using a PRI line (freetdm) to avoid VoIP issues. Thanks, Fran?ois. On 02/20/2015 03:53 PM, Sergey Safarov wrote: > I not know FS support this scenario but this may be help you > > http://www.voip-info.org/wiki/view/Modem+over+VOIP > http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html > https://support.sonus.net/display/VXDOC/V.150.1+Device+Support > > On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois > > > wrote: > > Self answer: Apparently SpanDSP does not support V32 nor V90/V92. > > Also I can't seem to find any other solution. The objective was to > fetch > data from remote GSM sensors using simple protocols over V32 and > similar... > > Fran?ois. > > > On 02/20/2015 11:07 AM, Fran?ois wrote: > > Hi all, > > > > As seen in the HylaFax wiki entry, mod_spandsp can be used as a > soft-modem. > > https://wiki.freeswitch.org/wiki/HylaFax > > > > Can it also be used as a data modem (not just fax modem) with > V32, V92 > > or similar protocols? > > > > If not, does anyone know of any data-modem software that could work > > along with FreeSWITCH? > > > > Thanks, > > Fran?ois. > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150220/81d91ad1/attachment-0001.html From brian at freeswitch.org Fri Feb 20 19:08:42 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 20 Feb 2015 10:08:42 -0600 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E74F17.2090103@wirelessmundi.com> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> Message-ID: You want v.150.1, GOOD LUCK! On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois wrote: > Interesting.. Looks like some type of T38 for data-modem over VoIP. > Unfortunately FS/SpanDSP don't support this AFAIK. > > Also I was thinking of using a PRI line (freetdm) to avoid VoIP issues. > > Thanks, > Fran?ois. > > > On 02/20/2015 03:53 PM, Sergey Safarov wrote: > > I not know FS support this scenario but this may be help you > > http://www.voip-info.org/wiki/view/Modem+over+VOIP > http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html > https://support.sonus.net/display/VXDOC/V.150.1+Device+Support > > On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois > wrote: > >> Self answer: Apparently SpanDSP does not support V32 nor V90/V92. >> >> Also I can't seem to find any other solution. The objective was to fetch >> data from remote GSM sensors using simple protocols over V32 and >> similar... >> >> Fran?ois. >> >> >> On 02/20/2015 11:07 AM, Fran?ois wrote: >> > Hi all, >> > >> > As seen in the HylaFax wiki entry, mod_spandsp can be used as a >> soft-modem. >> > https://wiki.freeswitch.org/wiki/HylaFax >> > >> > Can it also be used as a data modem (not just fax modem) with V32, V92 >> > or similar protocols? >> > >> > If not, does anyone know of any data-modem software that could work >> > along with FreeSWITCH? >> > >> > Thanks, >> > Fran?ois. >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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.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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150220/19139587/attachment.html From mike at jerris.com Fri Feb 20 19:13:59 2015 From: mike at jerris.com (Michael Jerris) Date: Fri, 20 Feb 2015 11:13:59 -0500 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> Message-ID: <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> One of the reasons that has kept any work ever happening on this is we can't seem to find a single device that actually claims to support v.150. Spandsp already has quite a bit of the modem code for 9600 and 14400 but its not exposed to a data modem interface. > On Feb 20, 2015, at 11:08 AM, Brian West wrote: > > You want v.150.1, GOOD LUCK! > > On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois > wrote: > Interesting.. Looks like some type of T38 for data-modem over VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. > > Also I was thinking of using a PRI line (freetdm) to avoid VoIP issues. > > Thanks, > Fran?ois. > > > On 02/20/2015 03:53 PM, Sergey Safarov wrote: >> I not know FS support this scenario but this may be help you >> >> http://www.voip-info.org/wiki/view/Modem+over+VOIP >> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >> >> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois > wrote: >> Self answer: Apparently SpanDSP does not support V32 nor V90/V92. >> >> Also I can't seem to find any other solution. The objective was to fetch >> data from remote GSM sensors using simple protocols over V32 and similar... >> >> Fran?ois. >> >> >> On 02/20/2015 11:07 AM, Fran?ois wrote: >> > Hi all, >> > >> > As seen in the HylaFax wiki entry, mod_spandsp can be used as a soft-modem. >> > https://wiki.freeswitch.org/wiki/HylaFax >> > >> > Can it also be used as a data modem (not just fax modem) with V32, V92 >> > or similar protocols? >> > >> > If not, does anyone know of any data-modem software that could work >> > along with FreeSWITCH? >> > >> > Thanks, >> > Fran?ois. >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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 > > > > -- > Brian West > brian at freeswitch.org > > Twitter: @FreeSWITCH , @briankwest > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > 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/20150220/aac17f18/attachment-0001.html From msc at freeswitch.org Fri Feb 20 19:47:26 2015 From: msc at freeswitch.org (Michael Collins) Date: Fri, 20 Feb 2015 08:47:26 -0800 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: On Thu, Feb 19, 2015 at 4:58 PM, Mi Ke wrote: > Dear Brian, > > I have tuned escaping as per your advise and variable parsing looks OK now: > > 2015-02-20 00:20:27.057113 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[USER_BUSY,NO_ANSWER,NO_USER_RESPONSE,RECOVERY_ON_TIMER_EXPIRE,ORIGINATOR_CANCEL] > <---properly escaped now > 2015-02-20 00:20:27.057113 [DEBUG] switch_ivr_originate.c:2550 Parsing > session specific variables > 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable > [rtp_secure_media]=[true] > 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable > [sdp_secure_savp_only]=[true] > 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable > [origination_caller_id_number]=[1111] > 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable > [origination_caller_id_name]=[aaaa] > > However a failover's behaviour in console and in dialplan is still > different: > > 2015-02-20 00:20:27.057113 [NOTICE] switch_channel.c:1055 New Channel > sofia/external/5555 at 1.1.1.1 [45088610-b896-11e4-99d1-858de6bd5367] > 2015-02-20 00:20:27.057113 [DEBUG] mod_sofia.c:4701 (sofia/external/ > 5555 at 1.1.1.1) State Change CS_NEW -> CS_INIT > > call originates and hit 1.1.1.1 > > 2015-02-20 00:20:27.117077 [DEBUG] sofia.c:5845 Remote Reason: 17 > 2015-02-20 00:20:27.117077 [DEBUG] sofia.c:6617 Channel sofia/external/ > 5555 at 1.1.1.1 entering state [terminated][486] > 2015-02-20 00:20:27.117077 [NOTICE] sofia.c:7533 Hangup sofia/external/ > 5555 at 1.1.1.1 [CS_CONSUME_MEDIA] [USER_BUSY] > 2015-02-20 00:20:27.117077 [DEBUG] switch_channel.c:3222 Send signal > sofia/external/5555 at 1.1.1.1 [KILL] > > 2015-02-20 00:20:27.117077 [DEBUG] switch_core_state_machine.c:823 > (sofia/external/5555 at 1.1.1.1) State REPORTING > 2015-02-20 00:20:27.117077 [DEBUG] switch_ivr_originate.c:3720 Originate > Resulted in Error Cause: 17 [USER_BUSY] > > it should stop here since USER_BUSY is in fail_on_single_reject list, but > hunting continues: > > 2015-02-20 00:20:27.117077 [DEBUG] switch_ivr_originate.c:2550 Parsing > session specific variables > 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable > [rtp_secure_media]=[true] > 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable > [sdp_secure_savp_only]=[true] > 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable > [origination_caller_id_number]=[2222] > 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable > [origination_caller_id_name]=[bbbb] > > and the same continues for gw 2.2.2.2 > > Meanwhile from console everything is OK: > > freeswitch at internal> originate > {fail_on_single_reject=CALL_REJECTED\,USER_BUSY\,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED > 999 > -ERR NO_ANSWER > 2015-02-20 00:35:15.057125 [DEBUG] switch_ivr_originate.c:2100 Parsing > global variables > 2015-02-20 00:35:15.057125 [DEBUG] switch_event.c:1688 Parsing variable > [fail_on_single_reject]=[CALL_REJECTED,USER_BUSY,NO_ANSWER] > 2015-02-20 00:35:15.057125 [NOTICE] switch_ivr_originate.c:2732 Cannot > create outgoing channel of type [error] cause: [NO_ANSWER] > > My dialplan is: > > > > data="bridge_answer_timeout=120"/> > > > data="sip_jitter_buffer_during_bridge=true"/> > data="route_out"/> > > data="${last_bridge_hangup_cause}"/> > data="INVALID_NUMBER_FORMAT"/> > > > > bridge data var as returned from the db backend is: > > > {fail_on_single_reject=USER_BUSY\,NO_ANSWER\,NO_USER_RESPONSE\,RECOVERY_ON_TIMER_EXPIRE\,ORIGINATOR_CANCEL}[rtp_secure_media=true,sdp_secure_savp_only=true,origination_caller_id_number=1111,origination_caller_id_name=aaaa,called_id=5555]sofia/external/ > 5555 at 1.1.1.1 > ;transport=tls|[rtp_secure_media=true,sdp_secure_savp_only=true,origination_caller_id_number=2222,origination_caller_id_name=bbbb,called_id=5555]sofia/external/ > 5555 at 2.2.2.2;transport=tls > > a testing sites at 1.1.1.1 and 2.2.2.2 are doing nothing but hangup > incoming calls with code 17 > > Any ideas? > > Thanks / Mike > > > One thing I think you should try is to use the set application instead of using the curly brackets in the bridge line. I strongly recommend that you get it working manually with hard-coded values and then add the database lookup after that. I'd create a separate extension and test it. Something like this: I have a hunch that once you get it working with predictable, hard-coded values that the rest of it will fall into place. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/601d1f96/attachment.html From fdelawarde at wirelessmundi.com Fri Feb 20 20:32:59 2015 From: fdelawarde at wirelessmundi.com (=?windows-1252?Q?Fran=E7ois?=) Date: Fri, 20 Feb 2015 18:32:59 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> Message-ID: <54E76FCB.4060702@wirelessmundi.com> I do not! I just want V32 over FreeTDM! Fran?ois. On 02/20/2015 05:08 PM, Brian West wrote: > You want v.150.1, GOOD LUCK! > > On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois > > > wrote: > > Interesting.. Looks like some type of T38 for data-modem over > VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. > > Also I was thinking of using a PRI line (freetdm) to avoid VoIP > issues. > > Thanks, > Fran?ois. > > > On 02/20/2015 03:53 PM, Sergey Safarov wrote: >> I not know FS support this scenario but this may be help you >> >> http://www.voip-info.org/wiki/view/Modem+over+VOIP >> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >> >> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >> > > wrote: >> >> Self answer: Apparently SpanDSP does not support V32 nor V90/V92. >> >> Also I can't seem to find any other solution. The objective >> was to fetch >> data from remote GSM sensors using simple protocols over V32 >> and similar... >> >> Fran?ois. >> >> >> On 02/20/2015 11:07 AM, Fran?ois wrote: >> > Hi all, >> > >> > As seen in the HylaFax wiki entry, mod_spandsp can be used >> as a soft-modem. >> > https://wiki.freeswitch.org/wiki/HylaFax >> > >> > Can it also be used as a data modem (not just fax modem) >> with V32, V92 >> > or similar protocols? >> > >> > If not, does anyone know of any data-modem software that >> could work >> > along with FreeSWITCH? >> > >> > Thanks, >> > Fran?ois. >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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 > > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150220/e0c9a378/attachment-0001.html From fdelawarde at wirelessmundi.com Fri Feb 20 20:37:49 2015 From: fdelawarde at wirelessmundi.com (=?windows-1252?Q?Fran=E7ois?=) Date: Fri, 20 Feb 2015 18:37:49 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> Message-ID: <54E770ED.30609@wirelessmundi.com> I don't know about v.150, but lots of devices (telecare and other sh..ty IoT stuff) use V32 over crappy GSM modems. Right now can't talk to those without a "real" modem. Yeah, I know in 2015 they should be using IP over modern data connections (or even GPRS), but you know how it is... AFAIK, SpanDSP seems to be missing those "data modem" stuff (V32 at 9600 and V92 at 56k)... Fran?ois. On 02/20/2015 05:13 PM, Michael Jerris wrote: > One of the reasons that has kept any work ever happening on this is we > can't seem to find a single device that actually claims to support > v.150. Spandsp already has quite a bit of the modem code for 9600 and > 14400 but its not exposed to a data modem interface. > > >> On Feb 20, 2015, at 11:08 AM, Brian West > > wrote: >> >> You want v.150.1, GOOD LUCK! >> >> On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois >> > >> wrote: >> >> Interesting.. Looks like some type of T38 for data-modem over >> VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. >> >> Also I was thinking of using a PRI line (freetdm) to avoid VoIP >> issues. >> >> Thanks, >> Fran?ois. >> >> >> On 02/20/2015 03:53 PM, Sergey Safarov wrote: >>> I not know FS support this scenario but this may be help you >>> >>> http://www.voip-info.org/wiki/view/Modem+over+VOIP >>> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >>> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >>> >>> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >>> >> > wrote: >>> >>> Self answer: Apparently SpanDSP does not support V32 nor >>> V90/V92. >>> >>> Also I can't seem to find any other solution. The objective >>> was to fetch >>> data from remote GSM sensors using simple protocols over V32 >>> and similar... >>> >>> Fran?ois. >>> >>> >>> On 02/20/2015 11:07 AM, Fran?ois wrote: >>> > Hi all, >>> > >>> > As seen in the HylaFax wiki entry, mod_spandsp can be used >>> as a soft-modem. >>> > https://wiki.freeswitch.org/wiki/HylaFax >>> > >>> > Can it also be used as a data modem (not just fax modem) >>> with V32, V92 >>> > or similar protocols? >>> > >>> > If not, does anyone know of any data-modem software that >>> could work >>> > along with FreeSWITCH? >>> > >>> > Thanks, >>> > Fran?ois. >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at 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 >> >> >> >> >> -- >> >> */Brian West/* >> brian at freeswitch.org >> >> >> */Twitter: @FreeSWITCH , @briankwest/* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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/20150220/8390089b/attachment-0001.html From mi.ke at null.net Fri Feb 20 22:21:39 2015 From: mi.ke at null.net (Mi Ke) Date: Fri, 20 Feb 2015 20:21:39 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/4484ec02/attachment.html From jason.holden at start.ca Fri Feb 20 23:30:34 2015 From: jason.holden at start.ca (Jason Holden) Date: Fri, 20 Feb 2015 15:30:34 -0500 Subject: [Freeswitch-users] rfc2833 problems Message-ID: <9184D0BC55264B419C45523EE66D69D8@bob> Running fs 1.2.11 Experiencing problems with DTMF rfc2833. Packet capture shows in the internal profile all the DTMF but on the external profile 3 quarters of the DTMF is missing. Any recommendations how to address. Experiencing the problem with a Grandstream analog gateway. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/61dd9e13/attachment.html From brian at freeswitch.org Fri Feb 20 23:38:46 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 20 Feb 2015 14:38:46 -0600 Subject: [Freeswitch-users] rfc2833 problems In-Reply-To: <9184D0BC55264B419C45523EE66D69D8@bob> References: <9184D0BC55264B419C45523EE66D69D8@bob> Message-ID: Don't run 1.2! We've moved past that into 1.4.15+ On Fri, Feb 20, 2015 at 2:30 PM, Jason Holden wrote: > Running fs 1.2.11 > > Experiencing problems with DTMF rfc2833. > > Packet capture shows in the internal profile all the DTMF but on the > external profile 3 quarters of the DTMF is missing. > > Any recommendations how to address. > > Experiencing the problem with a Grandstream analog gateway. > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150220/96d11a77/attachment-0001.html From brian at freeswitch.org Fri Feb 20 23:39:50 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 20 Feb 2015 14:39:50 -0600 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E770ED.30609@wirelessmundi.com> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> <54E770ED.30609@wirelessmundi.com> Message-ID: Yes audio inside of a data connection over a data connection is how it should be done. /me bashes head on desk, this seems futile... There is this thin called the INTERNET, its already a data network, we should probably start using it! :P On Fri, Feb 20, 2015 at 11:37 AM, Fran?ois wrote: > I don't know about v.150, but lots of devices (telecare and other sh..ty > IoT stuff) use V32 over crappy GSM modems. Right now can't talk to those > without a "real" modem. > > Yeah, I know in 2015 they should be using IP over modern data connections > (or even GPRS), but you know how it is... > > AFAIK, SpanDSP seems to be missing those "data modem" stuff (V32 at 9600 > and V92 at 56k)... > > Fran?ois. > > > > On 02/20/2015 05:13 PM, Michael Jerris wrote: > > One of the reasons that has kept any work ever happening on this is we > can't seem to find a single device that actually claims to support v.150. > Spandsp already has quite a bit of the modem code for 9600 and 14400 but > its not exposed to a data modem interface. > > > On Feb 20, 2015, at 11:08 AM, Brian West wrote: > > You want v.150.1, GOOD LUCK! > > On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois > wrote: > >> Interesting.. Looks like some type of T38 for data-modem over VoIP. >> Unfortunately FS/SpanDSP don't support this AFAIK. >> >> Also I was thinking of using a PRI line (freetdm) to avoid VoIP issues. >> >> Thanks, >> Fran?ois. >> >> >> On 02/20/2015 03:53 PM, Sergey Safarov wrote: >> >> I not know FS support this scenario but this may be help you >> >> http://www.voip-info.org/wiki/view/Modem+over+VOIP >> >> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >> >> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >> wrote: >> >>> Self answer: Apparently SpanDSP does not support V32 nor V90/V92. >>> >>> Also I can't seem to find any other solution. The objective was to fetch >>> data from remote GSM sensors using simple protocols over V32 and >>> similar... >>> >>> Fran?ois. >>> >>> >>> On 02/20/2015 11:07 AM, Fran?ois wrote: >>> > Hi all, >>> > >>> > As seen in the HylaFax wiki entry, mod_spandsp can be used as a >>> soft-modem. >>> > https://wiki.freeswitch.org/wiki/HylaFax >>> > >>> > Can it also be used as a data modem (not just fax modem) with V32, V92 >>> > or similar protocols? >>> > >>> > If not, does anyone know of any data-modem software that could work >>> > along with FreeSWITCH? >>> > >>> > Thanks, >>> > Fran?ois. >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at 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.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 >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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.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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150220/b21e7a07/attachment-0001.html From brian at freeswitch.org Fri Feb 20 23:40:29 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 20 Feb 2015 14:40:29 -0600 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: Message-ID: Did you happen to update your FreeSWITCH code to something more recent? On Fri, Feb 20, 2015 at 1:21 PM, Mi Ke wrote: > Dear Michael, > > Thank you for your response. I liked your idea so I have removed all > channel vars I was assigning before bridge, removed tls and left only > USER_BUSY in the single reject list. Still no luck neither from console nor > from dialplan: > > originate {fail_on_single_reject=USER_BUSY}sofia/external/1111 at 1.1.1.1 > |sofia/external/2222 at 1.1.1.1 999 > > tries both 1111 and 2222 in order, the same result is with simplified DP: > > > > data="bridge_answer_timeout=120"/> > > > > data="sip_jitter_buffer_during_bridge=true"/> > data="fail_on_single_reject=USER_BUSY"/> > > > data="${last_bridge_hangup_cause}"/> > data="SERVICE_UNAVAILABLE"/> > > > > quote from info output just before bridge: > > variable_bridge_answer_timeout: [120] > variable_verbose_sdp: [true] > variable_bridge_early_media: [true] > variable_hangup_after_bridge: [true] > variable_sip_jitter_buffer_during_bridge: [true] > variable_fail_on_single_reject: [USER_BUSY] > variable_current_application: [info] > > I also tried different escapings in {} as per Brian's advise, but all of > them produced the same (correct) output in info and did not affect the end > result. Any thoughts on where else I could dig? > > Thanks / Mike > > *Sent:* Friday, February 20, 2015 at 6:47 PM > *From:* "Michael Collins" > *To:* "FreeSWITCH Users Help" > *Subject:* Re: [Freeswitch-users] piped failover doesn't work in > dialplan, but works from console > > > On Thu, Feb 19, 2015 at 4:58 PM, Mi Ke wrote: >> >> Dear Brian, >> >> I have tuned escaping as per your advise and variable parsing looks OK >> now: >> >> 2015-02-20 00:20:27.057113 [DEBUG] switch_ivr_originate.c:2100 Parsing >> global variables >> 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable >> [fail_on_single_reject]=[USER_BUSY,NO_ANSWER,NO_USER_RESPONSE,RECOVERY_ON_TIMER_EXPIRE,ORIGINATOR_CANCEL] >> <---properly escaped now >> 2015-02-20 00:20:27.057113 [DEBUG] switch_ivr_originate.c:2550 Parsing >> session specific variables >> 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable >> [rtp_secure_media]=[true] >> 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable >> [sdp_secure_savp_only]=[true] >> 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable >> [origination_caller_id_number]=[1111] >> 2015-02-20 00:20:27.057113 [DEBUG] switch_event.c:1688 Parsing variable >> [origination_caller_id_name]=[aaaa] >> >> However a failover's behaviour in console and in dialplan is still >> different: >> >> 2015-02-20 00:20:27.057113 [NOTICE] switch_channel.c:1055 New Channel >> sofia/external/5555 at 1.1.1.1 [45088610-b896-11e4-99d1-858de6bd5367] >> 2015-02-20 00:20:27.057113 [DEBUG] mod_sofia.c:4701 (sofia/external/ >> 5555 at 1.1.1.1) State Change CS_NEW -> CS_INIT >> >> call originates and hit 1.1.1.1 >> >> 2015-02-20 00:20:27.117077 [DEBUG] sofia.c:5845 Remote Reason: 17 >> 2015-02-20 00:20:27.117077 [DEBUG] sofia.c:6617 Channel sofia/external/ >> 5555 at 1.1.1.1 entering state [terminated][486] >> 2015-02-20 00:20:27.117077 [NOTICE] sofia.c:7533 Hangup sofia/external/ >> 5555 at 1.1.1.1 [CS_CONSUME_MEDIA] [USER_BUSY] >> 2015-02-20 00:20:27.117077 [DEBUG] switch_channel.c:3222 Send signal >> sofia/external/5555 at 1.1.1.1 [KILL] >> >> 2015-02-20 00:20:27.117077 [DEBUG] switch_core_state_machine.c:823 >> (sofia/external/5555 at 1.1.1.1) State REPORTING >> 2015-02-20 00:20:27.117077 [DEBUG] switch_ivr_originate.c:3720 Originate >> Resulted in Error Cause: 17 [USER_BUSY] >> >> it should stop here since USER_BUSY is in fail_on_single_reject list, but >> hunting continues: >> >> 2015-02-20 00:20:27.117077 [DEBUG] switch_ivr_originate.c:2550 Parsing >> session specific variables >> 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable >> [rtp_secure_media]=[true] >> 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable >> [sdp_secure_savp_only]=[true] >> 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable >> [origination_caller_id_number]=[2222] >> 2015-02-20 00:20:27.117077 [DEBUG] switch_event.c:1688 Parsing variable >> [origination_caller_id_name]=[bbbb] >> >> and the same continues for gw 2.2.2.2 >> >> Meanwhile from console everything is OK: >> >> freeswitch at internal> originate >> {fail_on_single_reject=CALL_REJECTED\,USER_BUSY\,NO_ANSWER}error/NO_ANSWER|error/USER_BUSY|error/CALL_REJECTED >> 999 >> -ERR NO_ANSWER >> 2015-02-20 00:35:15.057125 [DEBUG] switch_ivr_originate.c:2100 Parsing >> global variables >> 2015-02-20 00:35:15.057125 [DEBUG] switch_event.c:1688 Parsing variable >> [fail_on_single_reject]=[CALL_REJECTED,USER_BUSY,NO_ANSWER] >> 2015-02-20 00:35:15.057125 [NOTICE] switch_ivr_originate.c:2732 Cannot >> create outgoing channel of type [error] cause: [NO_ANSWER] >> >> My dialplan is: >> >> >> >> > data="bridge_answer_timeout=120"/> >> >> > data="hangup_after_bridge=true"/> >> > data="sip_jitter_buffer_during_bridge=true"/> >> > data="route_out"/> >> >> > data="${last_bridge_hangup_cause}"/> >> > data="INVALID_NUMBER_FORMAT"/> >> >> >> >> bridge data var as returned from the db backend is: >> >> >> {fail_on_single_reject=USER_BUSY\,NO_ANSWER\,NO_USER_RESPONSE\,RECOVERY_ON_TIMER_EXPIRE\,ORIGINATOR_CANCEL}[rtp_secure_media=true,sdp_secure_savp_only=true,origination_caller_id_number=1111,origination_caller_id_name=aaaa,called_id=5555]sofia/external/ >> 5555 at 1.1.1.1 >> ;transport=tls|[rtp_secure_media=true,sdp_secure_savp_only=true,origination_caller_id_number=2222,origination_caller_id_name=bbbb,called_id=5555]sofia/external/ >> 5555 at 2.2.2.2;transport=tls >> >> a testing sites at 1.1.1.1 and 2.2.2.2 are doing nothing but hangup >> incoming calls with code 17 >> >> Any ideas? >> >> Thanks / Mike >> >> >> > One thing I think you should try is to use the set application instead of > using the curly brackets in the bridge line. I strongly recommend that you > get it working manually with hard-coded values and then add the database > lookup after that. I'd create a separate extension and test it. Something > like this: > > > > data="bridge_answer_timeout=120"/> > > > > > > data="${last_bridge_hangup_cause}"/> > data="INVALID_NUMBER_FORMAT"/> > > > I have a hunch that once you get it working with predictable, hard-coded > values that the rest of it will fall into place. > > -MC > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.org > http://www.freeswitchsolutions.com Official FreeSWITCH Sites > http://www.freeswitch.org http://confluence.freeswitch.org > http://www.cluecon.com FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150220/95b5c2ed/attachment-0001.html From brian at freeswitch.org Fri Feb 20 23:42:11 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 20 Feb 2015 14:42:11 -0600 Subject: [Freeswitch-users] sip_route_uri with simplify ( uuid_simplify & auto simplify ) In-Reply-To: References: Message-ID: if network_addr == network_addr then it'll work, otherwise it won't! Still guessing the proxy usage is wha saves you on this one. On Thu, Feb 19, 2015 at 7:43 PM, jay binks wrote: > hmmm maybe it only works because "Box B" only has 1 sofia profile. > > I guess that would be why / how it works :) > > On 20 February 2015 at 09:37, Brian West wrote: > >> How are you getting it to work? Because it wasn't designed to work in >> that case. >> >> if (inbound_channel && inbound_session && !zstr(network_addr_a) && >> !zstr(network_addr_b) && !strcmp(network_addr_a, network_addr_b)), >> >> >> Guessing you luck out due to a proxy? >> >> On Thu, Feb 19, 2015 at 4:58 PM, jay binks wrote: >> >>> Its also really good when you have >>> >>> Box A ---- Box B ---- Box C >>> >>> and Box B was used to setup the call, but is doing little more than >>> proxying traffic. >>> >>> Im using it in this way, where Box A is my carrier side SBC , Box C is >>> my Customer side SBC >>> and I have call handling logic in Box B. >>> >>> Once the call is established, Box B can get out of the path. >>> I do this so we can remove a potential point of failure. >>> >>> >>> >>> >>> >>> >>> >>> >>> On 20 February 2015 at 07:51, Brian West wrote: >>> >>>> Simplify is only for dumping the entire call media and signaling off to >>>> prevent hair pinning of media. >>>> >>>> Example: >>>> >>>> BOX A -> BOX B -> BOX A, If this path were to take place a simplify >>>> operation could take place to send the media back to BOX A, This is handy >>>> if BOX A is on the east coast and BOX B is on the west coast. Cuts >>>> un-needed latency out of the path. >>>> >>>> On Thu, Feb 19, 2015 at 9:24 AM, jay binks wrote: >>>> >>>>> Can anyone give a working example of auto simplify ?? I can't make it >>>>> work, but a media hook calling uuid_simplify works great. >>>>> >>>>> Bit odd. >>>>> On 20 Feb 2015 00:37, "jay binks" wrote: >>>>> >>>>>> hmmm seems I had to play further with >>>>>> >>>>>> sip_route_uri >>>>>> and >>>>>> sip_invite_req_uri >>>>>> >>>>>> to make this work, but it works now.. >>>>>> >>>>>> >>>>>> I do still wonder if simplify should use the request URI in the >>>>>> Refer-To header instead of what appears to be the SIP To URI. >>>>>> >>>>>> >>>>>> >>>>>> On 19 February 2015 at 23:12, jay binks wrote: >>>>>> >>>>>>> Im bringing up a call ( "Freeswitch node A" ) where im using >>>>>>> sip_route_uri to send the call via a specific node in my network >>>>>>> "Freeswitch node B". >>>>>>> >>>>>>> but I also want to get this "Freeswitch Node A" out of the call path >>>>>>> after the call is answerd. >>>>>>> "simplify" works great for this. >>>>>>> >>>>>>> however when I try and simplify a call, that was brought up with a >>>>>>> sip_route_uri >>>>>>> my simplify fails ! :( >>>>>>> >>>>>>> The Refer-To: sent by "FS node A" contains the SIP URI for my call , >>>>>>> but has no reference to the details used in sip_route_uri meaning nothing >>>>>>> was sent to "Freeswitch node B" >>>>>>> >>>>>>> is this a bug, or am I missing something in the use case of these 2 >>>>>>> features ?? >>>>>>> >>>>>>> -- >>>>>>> Sincerely >>>>>>> >>>>>>> Jay >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Sincerely >>>>>> >>>>>> Jay >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>>> *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 >>> >>> Jay >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 > > Jay > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150220/67b2b8a0/attachment.html From tfred31 at yahoo.com Sat Feb 21 00:45:08 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Fri, 20 Feb 2015 13:45:08 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424468708.62231.YahooMailBasic@web160205.mail.bf1.yahoo.com> Pardon my naivety, but I am fairly new to FreeSWITCH and, despite having read the FreeSWITCH 1.2 book and doing MANY web searches, I cannot seem to find the correct combination of settings to get things working. Currently I have an 'outside' SIP line number pointed to my FreeSWITCH server. When I call that number I can see its arrival via FS_CLI console and it shows in the freeswitch.log file (I can include those log file lines if it would help but it is 106 lines - I don't want to 'swamp' the posting thread) However when I attempt to establish the call the line consistently goes Busy and will not establish a connection. I have tried various recommended settings for: * ..\conf\autoload_configs\acl.conf.xml * ..\conf\sip_profiles\external.xml (and its ipv6 version) * ..\conf\sip_profiles\internal.xml (and its ipv6 version) * ..\conf\vars.xml Each time I try something, it seems like everything else quits working. So, instead of trying to 'guess' which of the configuration changes made things worse, I Uninstall FreeSWITCH and then Re-Install it. After that, my in-house, internal Softphones (Phoner, XTalk, & Voiper) all work just fine to the FreeSWITCH default extensions. But the external SIP call does not work. I'd seriously like to get beyond these initial configuration problems and begin working on actually configuring how the overall phone system is intended to operate. Where/How do I get things working? Any advice/suggestions you can offer would be greatly appreciated. Thanks TF From mi.ke at null.net Sat Feb 21 01:06:17 2015 From: mi.ke at null.net (Mi Ke) Date: Fri, 20 Feb 2015 23:06:17 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/15304e36/attachment-0001.html From bote_radio at botecomm.com Sat Feb 21 01:32:49 2015 From: bote_radio at botecomm.com (Bote Man) Date: Fri, 20 Feb 2015 17:32:49 -0500 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: References: , Message-ID: <011101d04d5d$28c87ef0$7a597cd0$@botecomm.com> >From Confluence: https://freeswitch.org/confluence/display/FREESWITCH/Variables ?fail_on_single_reject This is useful when using the "," AND operator in the DATA field of a bridge? You are using the pipe | operator to perform sequential hunting, not the comma to perform simultaneous calling. My guess is that fail_on_single_reject only works on simultaneous calls with the ?bridge? app as indicated by the docs. I have not looked at the code, however. Bote From: Mi Ke Sent: Friday, 20 February, 2015 17:06 Subject: Re: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console freeswitch at internal> version FreeSWITCH Version 1.5.15b+git~20150220T192157Z~9a6c29f8f7~64bit (git 9a6c29f 2015-02-20 19:21:57Z 64bit) freeswitch at internal> originate {fail_on_single_reject=USER_BUSY}error/NO_ANSWER|error/NO_ROUTE_DESTINATION|error/USER_BUSY|error/SERVICE_UNAVAILABLE 999 -ERR USER_BUSY is OK now trying on real channels: freeswitch at internal> originate {fail_on_single_reject=USER_BUSY}sofia/external/1111 at 1.1.1.1|sofia/external/2222 at 2.2.2.2 999 -ERR USER_BUSY 2015-02-20 21:47:19.584431 [DEBUG] switch_ivr_originate.c:3720 Originate Resulted in Error Cause: 17 [USER_BUSY] 2015-02-20 21:47:19.584431 [NOTICE] switch_channel.c:1055 New Channel sofia/external/2222 at 2.2.2.2 [0b472918-b94a-11e4-b8f3-2ddfb755c79b] Thanks / Mike Sent: Friday, February 20, 2015 at 10:40 PM From: "Brian West" Subject: Re: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console Did you happen to update your FreeSWITCH code to something more recent? On Fri, Feb 20, 2015 at 1:21 PM, Mi Ke wrote: Dear Michael, Thank you for your response. I liked your idea so I have removed all channel vars I was assigning before bridge, removed tls and left only USER_BUSY in the single reject list. Still no luck neither from console nor from dialplan: -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150220/d42d5b91/attachment.html From mi.ke at null.net Sat Feb 21 02:12:04 2015 From: mi.ke at null.net (Mi Ke) Date: Sat, 21 Feb 2015 00:12:04 +0100 Subject: [Freeswitch-users] piped failover doesn't work in dialplan, but works from console In-Reply-To: <011101d04d5d$28c87ef0$7a597cd0$@botecomm.com> References: =?UTF-8?Q?=09=09=09=09=09=09, =20=20, =20<011101d04d5d$28c87ef0$7a597cd0$@botecomm.com>?= Message-ID: An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150221/454f26e4/attachment.html From msh.computing at gmail.com Sat Feb 21 02:22:08 2015 From: msh.computing at gmail.com (Steve Kieu) Date: Sat, 21 Feb 2015 09:22:08 +1000 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile In-Reply-To: References: Message-ID: Hi, > sip-ip and rtp-ip should be your internal address. > ext-sip-ip and ext-rtp-ip should be your external address. > > In many cases FreeSWITCH can detect that external IP (auto-nat) so you > might not need to specify it explicitly (useful on a dynamic IP). > > I did exactly the above (inclduing using auto-nat and then direct external IP for all ext-XX ones. However latest FS 1.4.15 still generates the error while FS 1.2 stabke works just fine. > On 20 February 2015 at 10:14, Steve Kieu wrote: > >> Just downgrade to FS 1.2 Stable (from 1.4) and problem is fixed. Is it a >> bug in the latest stable version? >> >> >> On Fri, Feb 20, 2015 at 5:53 PM, Steve Kieu >> wrote: >> >>> Hi everyone, >>> >>> My setup is that I have >>> * internal.xml on 192.168.0.2 >>> * vpn.xml on 10.8.0.1 >>> * external.xml >>> >>> Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is >>> tun0 which is the openvpn internface. Default gateway is wlan0. >>> >>> Thing like normal using internal.xml >>> >>> But for call from A registered in vpn profile I always got >>> >>> 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS >>> ERROR: [Bind Error! XXX:23324] >>> >>> XXX is my external internet IP. >>> >>> The vpn.xml I set: >>> >>> >>> >>> >>> >>> >>> >>> no matter what I set in ext-rtp-ip (did replace auto-nat with my >>> external IP) it still gives the errors. >>> >>> I want for the vpn profile, just use the vpn IP for sip for the endpoint >>> register with this, but using correct sip rtp when sending out to endpoint >>> registered in other profile - basically making call between profile working >>> - Can freeswitch support that and how ? >>> >>> I did set all IP to use vpn address only, and call making between same >>> profile (vpn) works. But not to other profile and not to external gateway. >>> Same problem. >>> >>> >>> Thanks a lot in advance. >>> >>> >>> >>> -- >>> Steve Kieu >>> >> >> >> >> -- >> Steve Kieu >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Steve Kieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150221/03701d47/attachment-0001.html From steveu at coppice.org Sat Feb 21 16:27:35 2015 From: steveu at coppice.org (Steve Underwood) Date: Sat, 21 Feb 2015 21:27:35 +0800 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E770ED.30609@wirelessmundi.com> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> <54E770ED.30609@wirelessmundi.com> Message-ID: <54E887C7.1090206@coppice.org> I wonder what you mean by using V.32 over a GSM modem? A GSM voice channel cannot handle V.32. In the past many GSM networks had a modem adaptor at the interface between the telephone network and the GSM network, but I don't think many of those are still in place. Regards, Steve On 02/21/2015 01:37 AM, Fran?ois wrote: > I don't know about v.150, but lots of devices (telecare and other > sh..ty IoT stuff) use V32 over crappy GSM modems. Right now can't talk > to those without a "real" modem. > > Yeah, I know in 2015 they should be using IP over modern data > connections (or even GPRS), but you know how it is... > > AFAIK, SpanDSP seems to be missing those "data modem" stuff (V32 at > 9600 and V92 at 56k)... > > Fran?ois. > > > On 02/20/2015 05:13 PM, Michael Jerris wrote: >> One of the reasons that has kept any work ever happening on this is >> we can't seem to find a single device that actually claims to support >> v.150. Spandsp already has quite a bit of the modem code for 9600 >> and 14400 but its not exposed to a data modem interface. >> >> >>> On Feb 20, 2015, at 11:08 AM, Brian West >> > wrote: >>> >>> You want v.150.1, GOOD LUCK! >>> >>> On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois >>> > >>> wrote: >>> >>> Interesting.. Looks like some type of T38 for data-modem over >>> VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. >>> >>> Also I was thinking of using a PRI line (freetdm) to avoid VoIP >>> issues. >>> >>> Thanks, >>> Fran?ois. >>> >>> >>> On 02/20/2015 03:53 PM, Sergey Safarov wrote: >>>> I not know FS support this scenario but this may be help you >>>> >>>> http://www.voip-info.org/wiki/view/Modem+over+VOIP >>>> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >>>> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >>>> >>>> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >>>> >>> > wrote: >>>> >>>> Self answer: Apparently SpanDSP does not support V32 nor >>>> V90/V92. >>>> >>>> Also I can't seem to find any other solution. The objective >>>> was to fetch >>>> data from remote GSM sensors using simple protocols over >>>> V32 and similar... >>>> >>>> Fran?ois. >>>> >>>> >>>> On 02/20/2015 11:07 AM, Fran?ois wrote: >>>> > Hi all, >>>> > >>>> > As seen in the HylaFax wiki entry, mod_spandsp can be >>>> used as a soft-modem. >>>> > https://wiki.freeswitch.org/wiki/HylaFax >>>> > >>>> > Can it also be used as a data modem (not just fax modem) >>>> with V32, V92 >>>> > or similar protocols? >>>> > >>>> > If not, does anyone know of any data-modem software that >>>> could work >>>> > along with FreeSWITCH? >>>> > >>>> > Thanks, >>>> > Fran?ois. >>>> > >>>> > >>>> _________________________________________________________________________ >>>> > Professional FreeSWITCH Consulting Services: >>>> > consulting at freeswitch.org >>>> > http://www.freeswitchsolutions.com >>>> >>>> > >>>> > Official FreeSWITCH Sites >>>> > http://www.freeswitch.org >>>> > http://confluence.freeswitch.org >>>> >>>> > http://www.cluecon.com >>>> > >>>> > FreeSWITCH-users mailing list >>>> > FreeSWITCH-users at 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 >>> >>> >>> >>> >>> -- >>> >>> */Brian West/* >>> brian at freeswitch.org >>> >>> >>> */Twitter: @FreeSWITCH , @briankwest/* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *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 From auge at virtues.net Sat Feb 21 21:51:39 2015 From: auge at virtues.net (Thomas Auge) Date: Sat, 21 Feb 2015 15:51:39 -0300 Subject: [Freeswitch-users] Bypass media only if encryption is compatible? Message-ID: <54E8D3BB.1010002@virtues.net> Hello List :) Is there a way to enable bypass media only when the two devices are compatible in terms of encryption? Chrome insists on DTLS, which many devices don't support yet, but it seems a waste of resources and latency to bridge when it's not necessary. Thanks, Thomas From brian at freeswitch.org Sat Feb 21 21:56:12 2015 From: brian at freeswitch.org (Brian West) Date: Sat, 21 Feb 2015 12:56:12 -0600 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile In-Reply-To: References: Message-ID: Show us exactly what you have it set to please. On Fri, Feb 20, 2015 at 5:22 PM, Steve Kieu wrote: > Hi, > > >> sip-ip and rtp-ip should be your internal address. >> ext-sip-ip and ext-rtp-ip should be your external address. >> >> In many cases FreeSWITCH can detect that external IP (auto-nat) so you >> might not need to specify it explicitly (useful on a dynamic IP). >> >> > > I did exactly the above (inclduing using auto-nat and then direct external > IP for all ext-XX ones. However latest FS 1.4.15 still generates the error > while FS 1.2 stabke works just fine. > > > > > > > > >> On 20 February 2015 at 10:14, Steve Kieu wrote: >> >>> Just downgrade to FS 1.2 Stable (from 1.4) and problem is fixed. Is it a >>> bug in the latest stable version? >>> >>> >>> On Fri, Feb 20, 2015 at 5:53 PM, Steve Kieu >>> wrote: >>> >>>> Hi everyone, >>>> >>>> My setup is that I have >>>> * internal.xml on 192.168.0.2 >>>> * vpn.xml on 10.8.0.1 >>>> * external.xml >>>> >>>> Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is >>>> tun0 which is the openvpn internface. Default gateway is wlan0. >>>> >>>> Thing like normal using internal.xml >>>> >>>> But for call from A registered in vpn profile I always got >>>> >>>> 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS >>>> ERROR: [Bind Error! XXX:23324] >>>> >>>> XXX is my external internet IP. >>>> >>>> The vpn.xml I set: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> no matter what I set in ext-rtp-ip (did replace auto-nat with my >>>> external IP) it still gives the errors. >>>> >>>> I want for the vpn profile, just use the vpn IP for sip for the >>>> endpoint register with this, but using correct sip rtp when sending out to >>>> endpoint registered in other profile - basically making call between >>>> profile working - Can freeswitch support that and how ? >>>> >>>> I did set all IP to use vpn address only, and call making between same >>>> profile (vpn) works. But not to other profile and not to external gateway. >>>> Same problem. >>>> >>>> >>>> Thanks a lot in advance. >>>> >>>> >>>> >>>> -- >>>> Steve Kieu >>>> >>> >>> >>> >>> -- >>> Steve Kieu >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Steve Kieu > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150221/38133a66/attachment-0001.html From vladget at gmail.com Sat Feb 21 23:52:50 2015 From: vladget at gmail.com (Vladimir Getmanshchuk) Date: Sat, 21 Feb 2015 22:52:50 +0200 Subject: [Freeswitch-users] Re - British Telecom (BT) SIP test list before allowing a server on their IP Telephony network In-Reply-To: References: Message-ID: Hello! I've successfully done interconnection with BT using Freeswitch, so it is possible. Here are some not from another guy who did it too: http://blog.aeriandi.com/2012/10/08/bt -interoperability-testing-a-guide-to-jumping-the-hoops/ On Fri, Feb 6, 2015 at 11:53 AM, Andrew Keil wrote: > To FreeSWITCH users, > > > > Re - British Telecom (BT) SIP test list before allowing a server on their > IP Telephony network. > > > > I wondered if someone can take a quick look at this test case spreadsheet > from BT in the UK to see if a standard FreeSWITCH installation (current > production release) will cover off all these test cases. I assume the > answer is yes! However I thought that I would ask in advance. > > > > Kind Regards, > > > > Andrew Keil > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Yours sincerely, Vladimir Getmanshchuk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150221/55ed2344/attachment.html From ochere at gmail.com Sat Feb 21 23:17:26 2015 From: ochere at gmail.com (Frank Ochere) Date: Sat, 21 Feb 2015 23:17:26 +0300 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: <1424468708.62231.YahooMailBasic@web160205.mail.bf1.yahoo.com> References: <1424468708.62231.YahooMailBasic@web160205.mail.bf1.yahoo.com> Message-ID: TF Please attach the log files (increase verbosity, on the freeswitch cli type /log 7), the dialplan, internal & external xml files (blank out any authentication credentials) Regards Frank On Sat, Feb 21, 2015 at 12:45 AM, T Fred Farmington wrote: > Pardon my naivety, but I am fairly new to FreeSWITCH and, despite having > read the FreeSWITCH 1.2 book and doing MANY web searches, I cannot seem to > find the correct combination of settings to get things working. > > Currently I have an 'outside' SIP line number pointed to my FreeSWITCH > server. > When I call that number I can see its arrival via FS_CLI console and it > shows in the freeswitch.log file > (I can include those log file lines if it would help but it is 106 > lines - I don't want to 'swamp' the posting thread) > However when I attempt to establish the call the line consistently goes > Busy and will not establish a connection. > > I have tried various recommended settings for: > * ..\conf\autoload_configs\acl.conf.xml > * ..\conf\sip_profiles\external.xml (and its ipv6 version) > * ..\conf\sip_profiles\internal.xml (and its ipv6 version) > * ..\conf\vars.xml > > Each time I try something, it seems like everything else quits working. > So, instead of trying to 'guess' which of the configuration changes made > things worse, I Uninstall FreeSWITCH and then Re-Install it. > > After that, my in-house, internal Softphones (Phoner, XTalk, & Voiper) > all work just fine to the FreeSWITCH default extensions. > But the external SIP call does not work. > > I'd seriously like to get beyond these initial configuration problems and > begin working on actually configuring how the overall phone system is > intended to operate. > > Where/How do I get things working? > > Any advice/suggestions you can offer would be greatly appreciated. > > Thanks > TF > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150221/5f8d09a5/attachment.html From jason at dickson.st Sun Feb 22 03:24:18 2015 From: jason at dickson.st (Jason Lewis) Date: Sun, 22 Feb 2015 11:24:18 +1100 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: References: <54E6B9A1.20708@dickson.st> Message-ID: <54E921B2.2000400@dickson.st> Hi Sergey, thanks for the tip. I dug around more and managed to get some actual output from the sendmail program (which in this case is a perl wrapper around postfix) it seems the from email address is invalid, but I'm not sure why. I have set it in the directory for this extension.... but in the logs I see this: Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax Thanks, Jason On 20/02/2015 7:10 pm, Sergey Safarov wrote: > > You mailer is not understand "mailer-app-args" has been configured in > "switch.conf.xml" > > Remove extra arg or add required > > > ??, 20 ????. 2015, 7:49, Jason Lewis >: > > Hi, > > I've been trying to make freeswitch email voicemails but as far as > I can > tell, it never even calls sendmail. > > I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no > avail. I can successfully send an email from the commandline using > sendmail. (sendmail in this case is provided by postfix) > > I see no emails in the postfix mail logs when I leave a voicemail > message. > > I also tried creating a shell just to see if it even gets called from > fs, but it does not get called when a voicemail is deposited: > #!/bin/bash > echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log > > After every change, I have run reloadxml and reload mod_voicemail. I > have also tried restarting freeswitch. > > I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit > (-1 64bit) > > my configuration is based on the vanilla configuration with only very > minor changes. > > I'm at a loss as to how to debug further, but I'm pretty sure the > mailer-app is never called. Is there some setting I'm missing or > something obvious I'm not doing? > > > My config: > 1001.xml: > > > > > > > > > > > value="domestic,international,local"/> > > > > > value="$${outbound_caller_name}"/> > value="$${outbound_caller_id}"/> > > > > > > and in switch.conf.xml I have the following set: > > > > > > I made a log at level 7 and put it on the pastebin: > > https://pastebin.freeswitch.org/23921 > > > Jason Lewis > http://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -- Jason Lewis http://emacstragic.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/f58f2ae1/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/f58f2ae1/attachment-0001.bin From andrew.keil at visytel.com Sun Feb 22 04:11:54 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Sun, 22 Feb 2015 01:11:54 +0000 Subject: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? Message-ID: To FreeSWITCH users, Quick question. Is there a way as the first dialplan action (inside the actual dialplan xml) to call a similar function to what I can call inside Lua (ie. session:setAutoHangup(false))? So that all the dialplan applications or actions can be completed without remote disconnect (hangup) interrupting the xml dialplan flow? Obviously I could call a Lua script to perform "session:setAutoHangup(false)", however it would be nice to see it inside the dialplan itself for clarity. Kind Regards, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/af9d1adc/attachment.html From bote_radio at botecomm.com Sun Feb 22 16:38:45 2015 From: bote_radio at botecomm.com (Bote Man) Date: Sun, 22 Feb 2015 08:38:45 -0500 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: References: <1424468708.62231.YahooMailBasic@web160205.mail.bf1.yahoo.com> Message-ID: <020801d04ea4$e1a144f0$a4e3ced0$@botecomm.com> CORRECTION: - Please copy all requested files to https://pastebin.freeswitch.org/ (use the credentials in the note above the prompt dialog box that pops up) - Choose FreeSWITCH highlighting - And post the link to your pastebin here to keep the thread readable. Thanks. It sounds like you are almost there, so don?t despair. Determine which FreeSWITCH profile the call from your SIP provider is hitting, most likely ?external? which should apply the context ?public? for call treatment. You control the public dialplan under conf/dialplan/public.xml and its child directory of that same name. Then it?s down to the ever so fun work of reading the detailed log files to see where the call is failing. My guess is that your provider is putting the destination number in a field that FS does not look for out of the box, or you have not even configured your public dialplan yet because it is so new. It should take only a few tweaks to get it receiving calls at this point. The stock public dialplan maps a generic PSTN number to extension 1000 to get you started, but all of that can be changed to suit your needs. Success to you. Bote From: Frank Ochere Sent: Saturday, 21 February, 2015 15:17 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Where to go from here? TF Please attach the log files (increase verbosity, on the freeswitch cli type /log 7), the dialplan, internal & external xml files (blank out any authentication credentials) Regards Frank On Sat, Feb 21, 2015 at 12:45 AM, T Fred Farmington wrote: Pardon my naivety, but I am fairly new to FreeSWITCH and, despite having read the FreeSWITCH 1.2 book and doing MANY web searches, I cannot seem to find the correct combination of settings to get things working. Currently I have an 'outside' SIP line number pointed to my FreeSWITCH server. When I call that number I can see its arrival via FS_CLI console and it shows in the freeswitch.log file (I can include those log file lines if it would help but it is 106 lines - I don't want to 'swamp' the posting thread) However when I attempt to establish the call the line consistently goes Busy and will not establish a connection. I have tried various recommended settings for: * ..\conf\autoload_configs\acl.conf.xml * ..\conf\sip_profiles\external.xml (and its ipv6 version) * ..\conf\sip_profiles\internal.xml (and its ipv6 version) * ..\conf\vars.xml Each time I try something, it seems like everything else quits working. So, instead of trying to 'guess' which of the configuration changes made things worse, I Uninstall FreeSWITCH and then Re-Install it. After that, my in-house, internal Softphones (Phoner, XTalk, & Voiper) all work just fine to the FreeSWITCH default extensions. But the external SIP call does not work. I'd seriously like to get beyond these initial configuration problems and begin working on actually configuring how the overall phone system is intended to operate. Where/How do I get things working? Any advice/suggestions you can offer would be greatly appreciated. Thanks TF _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150222/b15c4228/attachment-0001.html From bote_radio at botecomm.com Sun Feb 22 16:42:46 2015 From: bote_radio at botecomm.com (Bote Man) Date: Sun, 22 Feb 2015 08:42:46 -0500 Subject: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? In-Reply-To: References: Message-ID: <020d01d04ea5$71aeb5f0$550c21d0$@botecomm.com> I believe that any dialplan variable that can be set by Lua can also be set by the XML dialplan. In case you are using the vanilla dialplan that installs with FreeSWITCH, feel free to delete unnecessary extension blocks, leaving only what you need. It will speed traversal of calls through the dialplan and make troubleshooting much easier. You might not need to set that variable after that, which sounds a bit dangerous to me; you might end up with zombie calls that never hang up. Bote From: Andrew Keil Sent: Saturday, 21 February, 2015 20:12 Subject: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? To FreeSWITCH users, Quick question. Is there a way as the first dialplan action (inside the actual dialplan xml) to call a similar function to what I can call inside Lua (ie. session:setAutoHangup(false))? So that all the dialplan applications or actions can be completed without remote disconnect (hangup) interrupting the xml dialplan flow? Obviously I could call a Lua script to perform "session:setAutoHangup(false)", however it would be nice to see it inside the dialplan itself for clarity. Kind Regards, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/f19e99ba/attachment.html From zoell at zoell.us Sun Feb 22 20:04:39 2015 From: zoell at zoell.us (=?UTF-8?B?Wm9sdMOhbiBTemFiw7M=?=) Date: Sun, 22 Feb 2015 17:04:39 +0000 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua In-Reply-To: References: Message-ID: Hi, Thanks but how can I run limit_usage in my case? With this line, the call starts immediately: session1 = freeswitch.Session(dial_call_1); So I need to get the usage info before I start a session. I tried this before the freeswitch.Session but it always returns 0: api = freeswitch.API(); local count = api:execute("limit_usage", "hash outbound gw-1"); I also tied something like this: limit_gateway1 = "hash outbound gw-1 3 originate sofia/gateway/gw-1/" .. phone; limit_gateway2 = "hash outbound gw-2 3 originate sofia/gateway/gw-2/" .. phone; limit_gateway3 = "hash outbound gw-3 3 originate sofia/gateway/gw-3/" .. phone; session1 = freeswitch.Session(); session1:execute("limit_execute", limit_gateway1); session1:execute("limit_execute", limit_gateway2); session1:execute("limit_execute", limit_gateway3); But it says the session is not initialized when it reaches the first limit_execute line. And unfortunately I don't have any dialplan here as I initiate my calls from the lua script. Am I missing something? Many thanks 2015-02-08 15:25 GMT+00:00 Stanislav Sinyagin : > here's what I do in mod_perl, Lua code will be quite similar: > > $session->execute > ('set', > sprintf('user_busy=${cond(${limit_usage(hash %s %s)} > 0 ? > true:false)}', > $domain, $availability_username)); > my $user_busy = $session->getVariable('user_busy'); > if( $user_busy eq 'true' ) > { > ...... > > also see my blog entry here: > > https://txlab.wordpress.com/2013/06/29/freeswitch-limiting-the-number-of-concurrent-calls-on-multiple-sip-accounts/ > > > On Sun, Feb 8, 2015 at 1:12 PM, Zolt?n Szab? wrote: > > Hi, > > > > I have a lua script where I do some business logic. After the logic I > call a > > number on a gateway, then when the called party picked up, I call an > other > > number on a gateway and bridge the two calls. The only problem is that I > > have 5 gateways and each can have maximum of 3 calls (so I can have 15 > calls > > on this system). > > > > Here is what I have at the moment (simplified version): > > > > dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; > > dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; > > > > session1 = freeswitch.Session(dial_call_1); > > > > if (session1:ready()) then > > session2 = freeswitch.Session(dial_call_2, session1); > > > > if (session2:ready()) then > > freeswitch.bridge(session1, session2); > > > > if (session2:ready()) then > > session2:hangup(); > > end > > end > > > > if (session1:ready()) then session1:hangup(); end > > end > > > > How can I use the limit application here to set the max concurrent calls > on > > my five gateway, each with 3 max calls and distribute outbound calls > between > > them? > > > > Many thanks, > > Zoltan > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150222/74342d92/attachment.html From zoell at zoell.us Sun Feb 22 21:02:59 2015 From: zoell at zoell.us (=?UTF-8?B?Wm9sdMOhbiBTemFiw7M=?=) Date: Sun, 22 Feb 2015 18:02:59 +0000 Subject: [Freeswitch-users] Active channels on gateways Message-ID: Is there any way to tell how much channels are on a gateway? If I run show channels or show calls, these return the channels but the entries do not contain the gateway name, so I can not count by gw. Thanks, Zoltan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/ef8cd3ef/attachment.html From adam.ben.ayoun1 at gmail.com Mon Feb 23 00:20:51 2015 From: adam.ben.ayoun1 at gmail.com (Adam Ben-Ayoun) Date: Sun, 22 Feb 2015 23:20:51 +0200 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) Message-ID: Hi guys, We are using Freeswitch as an MCU for WebRTC (only for audio conferences), most of the times connecting from our WebRTC client is pretty quick, however, on some WiFi's (probably with a certain NAT/topology), the audio connection can take up to 10sec to initialize when using STUN and TURN, we also see there are differences on the Freeswitch logs when it happens: 2015-02-22 21:06:25.920612 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:25.960618 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:26.080616 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 54.187.44.182:53379 2015-02-22 21:06:26.680617 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 54.187.44.182:53379 to 166.170.42.141:40334 2015-02-22 21:06:27.040614 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:27.880612 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:28.020610 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:28.600614 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:28.980603 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:29.560612 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:29.940602 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:30.540561 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:30.940606 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:31.500595 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:31.900613 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:32.460602 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 2015-02-22 21:06:32.860614 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2926 Changing audio DTLS state from HANDSHAKE to SETUP 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2834 audio Fingerprint Verified. 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:3376 Activating Audio Secure RTP SEND 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:3354 Activating Audio Secure RTP RECV 2015-02-22 21:06:33.040612 [DEBUG] switch_core_sqldb.c:2599 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2874 Changing audio DTLS state from SETUP to READY 2015-02-22 21:06:33.040612 [DEBUG] switch_core_sqldb.c:2599 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2015-02-22 21:06:33.100606 [DEBUG] switch_rtp.c:1954 rtcp_stats_init: ssrc[-1706748029] base_seq[28893] X.X.X.X is the IP of our TURN server, now, it seems like although we have a good reflexive candidate, it takes some time for Freeswitch to pick it up and it actually tries to use the relay (TURN)... Any idea what is happening and what we can do to solve that? Here are the ICE candidates from the client SDP: a=candidate:1780409101 1 udp 2122063615 192.168.15.3 56494 typ host generation 0 a=candidate:1780409101 2 udp 2122063615 192.168.15.3 56494 typ host generation 0 a=candidate:4043381328 1 udp 2122129151 10.159.103.156 51485 typ host generation 0 a=candidate:4043381328 2 udp 2122129151 10.159.103.156 51485 typ host generation 0 a=candidate:2618202841 1 udp 1685855999 67.180.21.132 56494 typ srflx raddr 192.168.15.3 rport 56494 generation 0 a=candidate:2618202841 2 udp 1685855999 67.180.21.132 56494 typ srflx raddr 192.168.15.3 rport 56494 generation 0 a=candidate:614277117 1 tcp 1518083839 192.168.15.3 54312 typ host tcptype passive generation 0 a=candidate:614277117 2 tcp 1518083839 192.168.15.3 54312 typ host tcptype passive generation 0 a=candidate:3213026976 1 tcp 1518149375 10.159.103.156 54313 typ host tcptype passive generation 0 a=candidate:3213026976 2 tcp 1518149375 10.159.103.156 54313 typ host tcptype passive generation 0 a=candidate:3054806047 1 udp 24911615 X.X.X.X 65452 typ relay raddr 67.180.21.132 rport 54310 generation 0 a=candidate:3054806047 2 udp 24911615 X.X.X.X 65452 typ relay raddr 67.180.21.132 rport 54310 generation 0 a=candidate:1032594883 1 udp 1685921535 166.170.42.141 64296 typ srflx raddr 10.159.103.156 rport 51485 generation 0 a=candidate:1032594883 2 udp 1685921535 166.170.42.141 64296 typ srflx raddr 10.159.103.156 rport 51485 generation 0 a=candidate:3054806047 1 udp 24977151 X.X.X.X 49737 typ relay raddr 166.170.42.141 rport 56009 generation 0 a=candidate:3054806047 2 udp 24977151 X.X.X.X 49737 typ relay raddr 166.170.42.141 rport 56009 generation 0 Thanks, Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/d6468e1a/attachment-0001.html From adam.ben.ayoun1 at gmail.com Mon Feb 23 00:36:48 2015 From: adam.ben.ayoun1 at gmail.com (Adam Ben-Ayoun) Date: Sun, 22 Feb 2015 23:36:48 +0200 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) In-Reply-To: References: Message-ID: Just to clarify: 54.187.44.182 is our TURN server (I actually forgot to replace it with X.X.X.X) 67.180.21.132 is the WiFi interface 166.170.42.141 is the 3G interface On 22 February 2015 at 23:20, Adam Ben-Ayoun wrote: > Hi guys, > > We are using Freeswitch as an MCU for WebRTC (only for audio conferences), > most of the times connecting from our WebRTC client is pretty quick, > however, on some WiFi's (probably with a certain NAT/topology), the audio > connection can take up to 10sec to initialize when using STUN and TURN, we > also see there are differences on the Freeswitch logs when it happens: > > 2015-02-22 21:06:25.920612 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:25.960618 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:26.080616 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 54.187.44.182:53379 > 2015-02-22 21:06:26.680617 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 54.187.44.182:53379 to 166.170.42.141:40334 > 2015-02-22 21:06:27.040614 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:27.880612 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:28.020610 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:28.600614 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:28.980603 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:29.560612 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:29.940602 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:30.540561 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:30.940606 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:31.500595 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:31.900613 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:32.460602 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 67.180.21.132:59854 to 166.170.42.141:40334 > 2015-02-22 21:06:32.860614 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 166.170.42.141:40334 to 67.180.21.132:59854 > 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2926 Changing audio DTLS > state from HANDSHAKE to SETUP > 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2834 audio Fingerprint > Verified. > 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:3376 Activating Audio > Secure RTP SEND > 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:3354 Activating Audio > Secure RTP RECV > 2015-02-22 21:06:33.040612 [DEBUG] switch_core_sqldb.c:2599 Secure Type: > srtp:dtls:AES_CM_128_HMAC_SHA1_80 > 2015-02-22 21:06:33.040612 [INFO] switch_rtp.c:2874 Changing audio DTLS > state from SETUP to READY > 2015-02-22 21:06:33.040612 [DEBUG] switch_core_sqldb.c:2599 Secure Type: > srtp:dtls:AES_CM_128_HMAC_SHA1_80 > 2015-02-22 21:06:33.100606 [DEBUG] switch_rtp.c:1954 rtcp_stats_init: > ssrc[-1706748029] base_seq[28893] > > > X.X.X.X is the IP of our TURN server, now, it seems like although we have > a good reflexive candidate, it takes some time for Freeswitch to pick it up > and it actually tries to use the relay (TURN)... Any idea what is happening > and what we can do to solve that? > > Here are the ICE candidates from the client SDP: > a=candidate:1780409101 1 udp 2122063615 192.168.15.3 56494 typ host > generation 0 > a=candidate:1780409101 2 udp 2122063615 192.168.15.3 56494 typ host > generation 0 > a=candidate:4043381328 1 udp 2122129151 10.159.103.156 51485 typ host > generation 0 > a=candidate:4043381328 2 udp 2122129151 10.159.103.156 51485 typ host > generation 0 > a=candidate:2618202841 1 udp 1685855999 67.180.21.132 56494 typ srflx > raddr 192.168.15.3 rport 56494 generation 0 > a=candidate:2618202841 2 udp 1685855999 67.180.21.132 56494 typ srflx > raddr 192.168.15.3 rport 56494 generation 0 > a=candidate:614277117 1 tcp 1518083839 192.168.15.3 54312 typ host tcptype > passive generation 0 > a=candidate:614277117 2 tcp 1518083839 192.168.15.3 54312 typ host tcptype > passive generation 0 > a=candidate:3213026976 1 tcp 1518149375 10.159.103.156 54313 typ host > tcptype passive generation 0 > a=candidate:3213026976 2 tcp 1518149375 10.159.103.156 54313 typ host > tcptype passive generation 0 > a=candidate:3054806047 1 udp 24911615 X.X.X.X 65452 typ relay raddr > 67.180.21.132 rport 54310 generation 0 > a=candidate:3054806047 2 udp 24911615 X.X.X.X 65452 typ relay raddr > 67.180.21.132 rport 54310 generation 0 > a=candidate:1032594883 1 udp 1685921535 166.170.42.141 64296 typ srflx > raddr 10.159.103.156 rport 51485 generation 0 > a=candidate:1032594883 2 udp 1685921535 166.170.42.141 64296 typ srflx > raddr 10.159.103.156 rport 51485 generation 0 > a=candidate:3054806047 1 udp 24977151 X.X.X.X 49737 typ relay raddr > 166.170.42.141 rport 56009 generation 0 > a=candidate:3054806047 2 udp 24977151 X.X.X.X 49737 typ relay raddr > 166.170.42.141 rport 56009 generation 0 > > Thanks, > Adam > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150222/898ca1dc/attachment.html From vivlachaga at gmail.com Mon Feb 23 00:49:02 2015 From: vivlachaga at gmail.com (=?utf-8?Q?V=C3=ADctor_Vladimir_Ch=C3=A1vez_Gallardo?=) Date: Sun, 22 Feb 2015 15:49:02 -0600 Subject: [Freeswitch-users] hangup cause in v8 Message-ID: Hi i?m tring to catch the hangup cause for a outbound session, this session is started by a esl (socket connection) and an jsrun command, but when the end user give USER_BUSY or NO_ANSWER (or whatever) i can?t catch the disposition, currently the caller it?s working, (i can answer the calls, and do stuff) somebody can help me? EXAMPLE session = new Session( "{ignore_early_media=yes,origination_caller_id_number=55597428100",originate_timeout=20}freetdm/1/1/5513143104 ); hangup_cause = session.cause; References: <54E6B9A1.20708@dickson.st> Message-ID: <54EA5B78.3010504@dickson.st> So I've managed to see some output from the sendmail program in the FS logs. It appears that my fs instance isn't correctly setting its domain? the FS box has a fqdn, and I also set the domain parameter in the vars.xml file, but still the voicemail is sent with a from address of an IP address. Any ideas? Net::SMTP>>> Net::SMTP(2.33) Net::SMTP>>> Net::Cmd(2.30) Net::SMTP>>> Exporter(5.71) Net::SMTP>>> IO::Socket::INET(1.35) Net::SMTP>>> IO::Socket(1.37) Net::SMTP>>> IO::Handle(1.35) Net::SMTP=GLOB(0x23f7748)<<< 220 mb.xyz.com.au ESMTP Postfix (Debian/GNU) Net::SMTP=GLOB(0x23f7748)>>> EHLO localhost.localdomain Net::SMTP=GLOB(0x23f7748)<<< 250-mb.bongalong.st Net::SMTP=GLOB(0x23f7748)<<< 250-PIPELINING Net::SMTP=GLOB(0x23f7748)<<< 250-SIZE 10240000 Net::SMTP=GLOB(0x23f7748)<<< 250-VRFY Net::SMTP=GLOB(0x23f7748)<<< 250-ETRN Net::SMTP=GLOB(0x23f7748)<<< 250-STARTTLS Net::SMTP=GLOB(0x23f7748)<<< 250-ENHANCEDSTATUSCODES Net::SMTP=GLOB(0x23f7748)<<< 250-8BITMIME Net::SMTP=GLOB(0x23f7748)<<< 250 DSN Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax Net::SMTP=GLOB(0x23f7748)>>> RCPT TO: Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need MAIL command Net::SMTP=GLOB(0x23f7748)>>> DATA Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need RCPT command Net::SMTP=GLOB(0x23f7748)>>> QUIT Net::SMTP=GLOB(0x23f7748)<<< 221 2.0.0 Bye 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 3 (loopback/voicemail-a) Ended 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close Channel loopback/voicemail-a [CS_DESTROY] 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 4 (loopback/voicemail-b) Ended 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close Channel loopback/voicemail-b [CS_DESTROY] On 20/02/2015 7:10 pm, Sergey Safarov wrote: > > You mailer is not understand "mailer-app-args" has been configured in > "switch.conf.xml" > > Remove extra arg or add required > > > ??, 20 ????. 2015, 7:49, Jason Lewis >: > > Hi, > > I've been trying to make freeswitch email voicemails but as far as > I can > tell, it never even calls sendmail. > > I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no > avail. I can successfully send an email from the commandline using > sendmail. (sendmail in this case is provided by postfix) > > I see no emails in the postfix mail logs when I leave a voicemail > message. > > I also tried creating a shell just to see if it even gets called from > fs, but it does not get called when a voicemail is deposited: > #!/bin/bash > echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log > > After every change, I have run reloadxml and reload mod_voicemail. I > have also tried restarting freeswitch. > > I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit > (-1 64bit) > > my configuration is based on the vanilla configuration with only very > minor changes. > > I'm at a loss as to how to debug further, but I'm pretty sure the > mailer-app is never called. Is there some setting I'm missing or > something obvious I'm not doing? > > > My config: > 1001.xml: > > > > > > > > > > > value="domestic,international,local"/> > > > > > value="$${outbound_caller_name}"/> > value="$${outbound_caller_id}"/> > > > > > > and in switch.conf.xml I have the following set: > > > > > > I made a log at level 7 and put it on the pastebin: > > https://pastebin.freeswitch.org/23921 > > > Jason Lewis > http://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -- Jason Lewis http://emacstragic.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/ce77cc7d/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/ce77cc7d/attachment-0001.bin From ssinyagin at gmail.com Mon Feb 23 01:43:34 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sun, 22 Feb 2015 23:43:34 +0100 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua In-Reply-To: References: Message-ID: the "limit_usage" command should work -- also from fs_cli. When the "limit" dialplan application changes the current count, a corresponding message is printed into debug log, so you should see if the limit is set correctly during the call. On Sun, Feb 22, 2015 at 6:04 PM, Zolt?n Szab? wrote: > Hi, > > Thanks but how can I run limit_usage in my case? > > With this line, the call starts immediately: > session1 = freeswitch.Session(dial_call_1); > > So I need to get the usage info before I start a session. I tried this > before the freeswitch.Session but it always returns 0: > api = freeswitch.API(); > local count = api:execute("limit_usage", "hash outbound gw-1"); > > I also tied something like this: > > limit_gateway1 = "hash outbound gw-1 3 originate sofia/gateway/gw-1/" .. > phone; > limit_gateway2 = "hash outbound gw-2 3 originate sofia/gateway/gw-2/" .. > phone; > limit_gateway3 = "hash outbound gw-3 3 originate sofia/gateway/gw-3/" .. > phone; > > session1 = freeswitch.Session(); > session1:execute("limit_execute", limit_gateway1); > session1:execute("limit_execute", limit_gateway2); > session1:execute("limit_execute", limit_gateway3); > > But it says the session is not initialized when it reaches the first > limit_execute line. > > And unfortunately I don't have any dialplan here as I initiate my calls from > the lua script. Am I missing something? > > Many thanks > > 2015-02-08 15:25 GMT+00:00 Stanislav Sinyagin : >> >> here's what I do in mod_perl, Lua code will be quite similar: >> >> $session->execute >> ('set', >> sprintf('user_busy=${cond(${limit_usage(hash %s %s)} > 0 ? >> true:false)}', >> $domain, $availability_username)); >> my $user_busy = $session->getVariable('user_busy'); >> if( $user_busy eq 'true' ) >> { >> ...... >> >> also see my blog entry here: >> >> https://txlab.wordpress.com/2013/06/29/freeswitch-limiting-the-number-of-concurrent-calls-on-multiple-sip-accounts/ >> >> >> On Sun, Feb 8, 2015 at 1:12 PM, Zolt?n Szab? wrote: >> > Hi, >> > >> > I have a lua script where I do some business logic. After the logic I >> > call a >> > number on a gateway, then when the called party picked up, I call an >> > other >> > number on a gateway and bridge the two calls. The only problem is that I >> > have 5 gateways and each can have maximum of 3 calls (so I can have 15 >> > calls >> > on this system). >> > >> > Here is what I have at the moment (simplified version): >> > >> > dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; >> > dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; >> > >> > session1 = freeswitch.Session(dial_call_1); >> > >> > if (session1:ready()) then >> > session2 = freeswitch.Session(dial_call_2, session1); >> > >> > if (session2:ready()) then >> > freeswitch.bridge(session1, session2); >> > >> > if (session2:ready()) then >> > session2:hangup(); >> > end >> > end >> > >> > if (session1:ready()) then session1:hangup(); end >> > end >> > >> > How can I use the limit application here to set the max concurrent calls >> > on >> > my five gateway, each with 3 max calls and distribute outbound calls >> > between >> > them? >> > >> > Many thanks, >> > Zoltan >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at 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 zoell at zoell.us Mon Feb 23 01:53:32 2015 From: zoell at zoell.us (=?UTF-8?B?Wm9sdMOhbiBTemFiw7M=?=) Date: Sun, 22 Feb 2015 22:53:32 +0000 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua In-Reply-To: References: Message-ID: The problem is I don't have any dialplan here, as I start the lua script with ESL from a different software. 2015-02-22 22:43 GMT+00:00 Stanislav Sinyagin : > the "limit_usage" command should work -- also from fs_cli. > > When the "limit" dialplan application changes the current count, a > corresponding message is printed into debug log, so you should see if > the limit is set correctly during the call. > > > > On Sun, Feb 22, 2015 at 6:04 PM, Zolt?n Szab? wrote: > > Hi, > > > > Thanks but how can I run limit_usage in my case? > > > > With this line, the call starts immediately: > > session1 = freeswitch.Session(dial_call_1); > > > > So I need to get the usage info before I start a session. I tried this > > before the freeswitch.Session but it always returns 0: > > api = freeswitch.API(); > > local count = api:execute("limit_usage", "hash outbound gw-1"); > > > > I also tied something like this: > > > > limit_gateway1 = "hash outbound gw-1 3 originate > sofia/gateway/gw-1/" .. > > phone; > > limit_gateway2 = "hash outbound gw-2 3 originate > sofia/gateway/gw-2/" .. > > phone; > > limit_gateway3 = "hash outbound gw-3 3 originate > sofia/gateway/gw-3/" .. > > phone; > > > > session1 = freeswitch.Session(); > > session1:execute("limit_execute", limit_gateway1); > > session1:execute("limit_execute", limit_gateway2); > > session1:execute("limit_execute", limit_gateway3); > > > > But it says the session is not initialized when it reaches the first > > limit_execute line. > > > > And unfortunately I don't have any dialplan here as I initiate my calls > from > > the lua script. Am I missing something? > > > > Many thanks > > > > 2015-02-08 15:25 GMT+00:00 Stanislav Sinyagin : > >> > >> here's what I do in mod_perl, Lua code will be quite similar: > >> > >> $session->execute > >> ('set', > >> sprintf('user_busy=${cond(${limit_usage(hash %s %s)} > 0 ? > >> true:false)}', > >> $domain, $availability_username)); > >> my $user_busy = $session->getVariable('user_busy'); > >> if( $user_busy eq 'true' ) > >> { > >> ...... > >> > >> also see my blog entry here: > >> > >> > https://txlab.wordpress.com/2013/06/29/freeswitch-limiting-the-number-of-concurrent-calls-on-multiple-sip-accounts/ > >> > >> > >> On Sun, Feb 8, 2015 at 1:12 PM, Zolt?n Szab? wrote: > >> > Hi, > >> > > >> > I have a lua script where I do some business logic. After the logic I > >> > call a > >> > number on a gateway, then when the called party picked up, I call an > >> > other > >> > number on a gateway and bridge the two calls. The only problem is > that I > >> > have 5 gateways and each can have maximum of 3 calls (so I can have 15 > >> > calls > >> > on this system). > >> > > >> > Here is what I have at the moment (simplified version): > >> > > >> > dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; > >> > dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; > >> > > >> > session1 = freeswitch.Session(dial_call_1); > >> > > >> > if (session1:ready()) then > >> > session2 = freeswitch.Session(dial_call_2, session1); > >> > > >> > if (session2:ready()) then > >> > freeswitch.bridge(session1, session2); > >> > > >> > if (session2:ready()) then > >> > session2:hangup(); > >> > end > >> > end > >> > > >> > if (session1:ready()) then session1:hangup(); end > >> > end > >> > > >> > How can I use the limit application here to set the max concurrent > calls > >> > on > >> > my five gateway, each with 3 max calls and distribute outbound calls > >> > between > >> > them? > >> > > >> > Many thanks, > >> > Zoltan > >> > > >> > > >> > > _________________________________________________________________________ > >> > Professional FreeSWITCH Consulting Services: > >> > consulting at freeswitch.org > >> > http://www.freeswitchsolutions.com > >> > > >> > Official FreeSWITCH Sites > >> > http://www.freeswitch.org > >> > http://confluence.freeswitch.org > >> > http://www.cluecon.com > >> > > >> > FreeSWITCH-users mailing list > >> > FreeSWITCH-users at 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/20150222/838fc40a/attachment.html From ssinyagin at gmail.com Mon Feb 23 02:05:41 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 23 Feb 2015 00:05:41 +0100 Subject: [Freeswitch-users] Limit max concurrent calls on gateways in lua In-Reply-To: References: Message-ID: that's completely fine, you can still execute dialplan applications from your ESL connection - just like you set a variable or execute a bridge command, you can call the "limit" application before bridging the call. On Sun, Feb 22, 2015 at 11:53 PM, Zolt?n Szab? wrote: > The problem is I don't have any dialplan here, as I start the lua script > with ESL from a different software. > > 2015-02-22 22:43 GMT+00:00 Stanislav Sinyagin : >> >> the "limit_usage" command should work -- also from fs_cli. >> >> When the "limit" dialplan application changes the current count, a >> corresponding message is printed into debug log, so you should see if >> the limit is set correctly during the call. >> >> >> >> On Sun, Feb 22, 2015 at 6:04 PM, Zolt?n Szab? wrote: >> > Hi, >> > >> > Thanks but how can I run limit_usage in my case? >> > >> > With this line, the call starts immediately: >> > session1 = freeswitch.Session(dial_call_1); >> > >> > So I need to get the usage info before I start a session. I tried this >> > before the freeswitch.Session but it always returns 0: >> > api = freeswitch.API(); >> > local count = api:execute("limit_usage", "hash outbound gw-1"); >> > >> > I also tied something like this: >> > >> > limit_gateway1 = "hash outbound gw-1 3 originate >> > sofia/gateway/gw-1/" .. >> > phone; >> > limit_gateway2 = "hash outbound gw-2 3 originate >> > sofia/gateway/gw-2/" .. >> > phone; >> > limit_gateway3 = "hash outbound gw-3 3 originate >> > sofia/gateway/gw-3/" .. >> > phone; >> > >> > session1 = freeswitch.Session(); >> > session1:execute("limit_execute", limit_gateway1); >> > session1:execute("limit_execute", limit_gateway2); >> > session1:execute("limit_execute", limit_gateway3); >> > >> > But it says the session is not initialized when it reaches the first >> > limit_execute line. >> > >> > And unfortunately I don't have any dialplan here as I initiate my calls >> > from >> > the lua script. Am I missing something? >> > >> > Many thanks >> > >> > 2015-02-08 15:25 GMT+00:00 Stanislav Sinyagin : >> >> >> >> here's what I do in mod_perl, Lua code will be quite similar: >> >> >> >> $session->execute >> >> ('set', >> >> sprintf('user_busy=${cond(${limit_usage(hash %s %s)} > 0 ? >> >> true:false)}', >> >> $domain, $availability_username)); >> >> my $user_busy = $session->getVariable('user_busy'); >> >> if( $user_busy eq 'true' ) >> >> { >> >> ...... >> >> >> >> also see my blog entry here: >> >> >> >> >> >> https://txlab.wordpress.com/2013/06/29/freeswitch-limiting-the-number-of-concurrent-calls-on-multiple-sip-accounts/ >> >> >> >> >> >> On Sun, Feb 8, 2015 at 1:12 PM, Zolt?n Szab? wrote: >> >> > Hi, >> >> > >> >> > I have a lua script where I do some business logic. After the logic I >> >> > call a >> >> > number on a gateway, then when the called party picked up, I call an >> >> > other >> >> > number on a gateway and bridge the two calls. The only problem is >> >> > that I >> >> > have 5 gateways and each can have maximum of 3 calls (so I can have >> >> > 15 >> >> > calls >> >> > on this system). >> >> > >> >> > Here is what I have at the moment (simplified version): >> >> > >> >> > dial_call_1 = "{leg=1}sofia/gateway/gw-1/0035312345678"; >> >> > dial_call_2 = "{leg=2}sofia/gateway/gw-2/0035387654321"; >> >> > >> >> > session1 = freeswitch.Session(dial_call_1); >> >> > >> >> > if (session1:ready()) then >> >> > session2 = freeswitch.Session(dial_call_2, session1); >> >> > >> >> > if (session2:ready()) then >> >> > freeswitch.bridge(session1, session2); >> >> > >> >> > if (session2:ready()) then >> >> > session2:hangup(); >> >> > end >> >> > end >> >> > >> >> > if (session1:ready()) then session1:hangup(); end >> >> > end >> >> > >> >> > How can I use the limit application here to set the max concurrent >> >> > calls >> >> > on >> >> > my five gateway, each with 3 max calls and distribute outbound calls >> >> > between >> >> > them? >> >> > >> >> > Many thanks, >> >> > Zoltan >> >> > >> >> > >> >> > >> >> > _________________________________________________________________________ >> >> > Professional FreeSWITCH Consulting Services: >> >> > consulting at freeswitch.org >> >> > http://www.freeswitchsolutions.com >> >> > >> >> > Official FreeSWITCH Sites >> >> > http://www.freeswitch.org >> >> > http://confluence.freeswitch.org >> >> > http://www.cluecon.com >> >> > >> >> > FreeSWITCH-users mailing list >> >> > FreeSWITCH-users at 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 From msh.computing at gmail.com Mon Feb 23 04:26:37 2015 From: msh.computing at gmail.com (Steve Kieu) Date: Mon, 23 Feb 2015 11:26:37 +1000 Subject: [Freeswitch-users] AUDIO RTP REPORTS ERROR: [Bind Error! on Multipple profile In-Reply-To: References: Message-ID: I am not able to reproduce it with 1.4.15, maybe last time I just made typo somewhere. Sorry for the noise. Many thanks for all replies. Kind regards On Sun, Feb 22, 2015 at 4:56 AM, Brian West wrote: > Show us exactly what you have it set to please. > > On Fri, Feb 20, 2015 at 5:22 PM, Steve Kieu > wrote: > >> Hi, >> >> >>> sip-ip and rtp-ip should be your internal address. >>> ext-sip-ip and ext-rtp-ip should be your external address. >>> >>> In many cases FreeSWITCH can detect that external IP (auto-nat) so you >>> might not need to specify it explicitly (useful on a dynamic IP). >>> >>> >> >> I did exactly the above (inclduing using auto-nat and then direct >> external IP for all ext-XX ones. However latest FS 1.4.15 still generates >> the error while FS 1.2 stabke works just fine. >> >> >> >> >> >> >> >> >>> On 20 February 2015 at 10:14, Steve Kieu >>> wrote: >>> >>>> Just downgrade to FS 1.2 Stable (from 1.4) and problem is fixed. Is it >>>> a bug in the latest stable version? >>>> >>>> >>>> On Fri, Feb 20, 2015 at 5:53 PM, Steve Kieu >>>> wrote: >>>> >>>>> Hi everyone, >>>>> >>>>> My setup is that I have >>>>> * internal.xml on 192.168.0.2 >>>>> * vpn.xml on 10.8.0.1 >>>>> * external.xml >>>>> >>>>> Freeswitch behind NAT router ; wlan0 has 192.168.0.2 and 10.8.0.1 is >>>>> tun0 which is the openvpn internface. Default gateway is wlan0. >>>>> >>>>> Thing like normal using internal.xml >>>>> >>>>> But for call from A registered in vpn profile I always got >>>>> >>>>> 2015-02-20 17:41:44.591664 [ERR] sofia_glue.c:3989 AUDIO RTP REPORTS >>>>> ERROR: [Bind Error! XXX:23324] >>>>> >>>>> XXX is my external internet IP. >>>>> >>>>> The vpn.xml I set: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> no matter what I set in ext-rtp-ip (did replace auto-nat with my >>>>> external IP) it still gives the errors. >>>>> >>>>> I want for the vpn profile, just use the vpn IP for sip for the >>>>> endpoint register with this, but using correct sip rtp when sending out to >>>>> endpoint registered in other profile - basically making call between >>>>> profile working - Can freeswitch support that and how ? >>>>> >>>>> I did set all IP to use vpn address only, and call making between same >>>>> profile (vpn) works. But not to other profile and not to external gateway. >>>>> Same problem. >>>>> >>>>> >>>>> Thanks a lot in advance. >>>>> >>>>> >>>>> >>>>> -- >>>>> Steve Kieu >>>>> >>>> >>>> >>>> >>>> -- >>>> Steve Kieu >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> Steve Kieu >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- Steve Kieu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/6629f12b/attachment.html From s.safarov at gmail.com Mon Feb 23 09:05:04 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 09:05:04 +0300 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: <54EA5B78.3010504@dickson.st> References: <54E6B9A1.20708@dickson.st> <54EA5B78.3010504@dickson.st> Message-ID: Try configure "domain" variable in vars.xml After it verify that user registered with domain name freeswitch at internal> sofia status profile internal reg Registrations: ================================================================================================= Call-ID: 1B26-2327-466848134BEBC9719CDE-002 at SipHost User: 1201 at you_domain_name Contact: "1201" Agent: 204 12-3868-2416-0.10.56.1-DS Status: Registered(UDP-NAT)(unknown) EXP(2015-02-23 06:05:22) EXPSECS(139) Ping-Status: Reachable Host: fs1.you_domain_name IP: 10.21.18.22 Port: 5060 Auth-User: 1201 Auth-Realm: you_domain_name MWI-Account: 1201 at you_domain_name Sergey On Mon, Feb 23, 2015 at 1:43 AM, Jason Lewis wrote: > So I've managed to see some output from the sendmail program in the FS > logs. It appears that my fs instance isn't correctly setting its domain? > > the FS box has a fqdn, and I also set the domain parameter in the vars.xml > file, but still the voicemail is sent with a from address of an IP address. > > Any ideas? > > Net::SMTP>>> Net::SMTP(2.33) > Net::SMTP>>> Net::Cmd(2.30) > Net::SMTP>>> Exporter(5.71) > Net::SMTP>>> IO::Socket::INET(1.35) > Net::SMTP>>> IO::Socket(1.37) > Net::SMTP>>> IO::Handle(1.35) > Net::SMTP=GLOB(0x23f7748)<<< 220 mb.xyz.com.au ESMTP Postfix (Debian/GNU) > Net::SMTP=GLOB(0x23f7748)>>> EHLO localhost.localdomain > Net::SMTP=GLOB(0x23f7748)<<< 250-mb.bongalong.st > Net::SMTP=GLOB(0x23f7748)<<< 250-PIPELINING > Net::SMTP=GLOB(0x23f7748)<<< 250-SIZE 10240000 > Net::SMTP=GLOB(0x23f7748)<<< 250-VRFY > Net::SMTP=GLOB(0x23f7748)<<< 250-ETRN > Net::SMTP=GLOB(0x23f7748)<<< 250-STARTTLS > Net::SMTP=GLOB(0x23f7748)<<< 250-ENHANCEDSTATUSCODES > Net::SMTP=GLOB(0x23f7748)<<< 250-8BITMIME > Net::SMTP=GLOB(0x23f7748)<<< 250 DSN > Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> > <1002 at 192.168.1.3> > Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax > Net::SMTP=GLOB(0x23f7748)>>> RCPT TO: > Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need MAIL command > Net::SMTP=GLOB(0x23f7748)>>> DATA > Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need RCPT command > Net::SMTP=GLOB(0x23f7748)>>> QUIT > Net::SMTP=GLOB(0x23f7748)<<< 221 2.0.0 Bye > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 3 > (loopback/voicemail-a) Ended > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close > Channel loopback/voicemail-a [CS_DESTROY] > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 4 > (loopback/voicemail-b) Ended > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close > Channel loopback/voicemail-b [CS_DESTROY] > > > On 20/02/2015 7:10 pm, Sergey Safarov wrote: > > You mailer is not understand "mailer-app-args" has been configured in > "switch.conf.xml" > > Remove extra arg or add required > > ??, 20 ????. 2015, 7:49, Jason Lewis : > >> Hi, >> >> I've been trying to make freeswitch email voicemails but as far as I can >> tell, it never even calls sendmail. >> >> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no >> avail. I can successfully send an email from the commandline using >> sendmail. (sendmail in this case is provided by postfix) >> >> I see no emails in the postfix mail logs when I leave a voicemail message. >> >> I also tried creating a shell just to see if it even gets called from >> fs, but it does not get called when a voicemail is deposited: >> #!/bin/bash >> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >> >> After every change, I have run reloadxml and reload mod_voicemail. I >> have also tried restarting freeswitch. >> >> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit >> (-1 64bit) >> >> my configuration is based on the vanilla configuration with only very >> minor changes. >> >> I'm at a loss as to how to debug further, but I'm pretty sure the >> mailer-app is never called. Is there some setting I'm missing or >> something obvious I'm not doing? >> >> >> My config: >> 1001.xml: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > value="$${outbound_caller_name}"/> >> > value="$${outbound_caller_id}"/> >> >> >> >> >> >> and in switch.conf.xml I have the following set: >> >> >> >> >> >> I made a log at level 7 and put it on the pastebin: >> >> https://pastebin.freeswitch.org/23921 >> >> >> Jason Lewis >> http://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > > -- > Jason Lewishttp://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150223/46f25288/attachment-0001.html From s.safarov at gmail.com Mon Feb 23 09:19:42 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 09:19:42 +0300 Subject: [Freeswitch-users] hangup cause in v8 In-Reply-To: References: Message-ID: What is happned when you try originate registered user? "originate user/100" On Mon, Feb 23, 2015 at 12:49 AM, V?ctor Vladimir Ch?vez Gallardo < vivlachaga at gmail.com> wrote: > Hi i?m tring to catch the hangup cause for a outbound session, this > session is started by a esl (socket connection) and an jsrun command, but > when the end user give USER_BUSY or NO_ANSWER (or whatever) i can?t catch > the disposition, currently the caller it?s working, (i can answer the > calls, and do stuff) > > somebody can help me? > > EXAMPLE > > session = new Session( > "{ignore_early_media=yes,origination_caller_id_number=55597428100",originate_timeout=20}freetdm/1/1/5513143104 > ); > > hangup_cause = session.cause; > if(session.cause == "USER_BUSY") > { > console_log("err", "Llamada fallida CAUSA: " + hangup_cause + > "\n?); } > > if (session.ready() ) > { > session.streamFile( "barracuda.wav? ); } > else > { > console_log("err", session.uuid + "\n?); var hangupCause = session.getVariable("bridge_hangup_cause?); THIS OBJECT IS UNDEFINED > } > session.hangup(); > exit(); > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150223/b7b55bea/attachment.html From s.safarov at gmail.com Mon Feb 23 09:36:33 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 09:36:33 +0300 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) In-Reply-To: References: Message-ID: Probably FS trying establish connection with different IP addresses (54.187.44.182, 67.180.21.132, 166.170.42.141) and has not getting response. When timeout reached FS trying next IP address. Verify it by command tcpdump -ni host 54.187.44.182 or host 67.180.21.132 or host 166.170.42.141 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/589bedab/attachment.html From s.safarov at gmail.com Mon Feb 23 09:52:08 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 09:52:08 +0300 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: <54E921B2.2000400@dickson.st> References: <54E6B9A1.20708@dickson.st> <54E921B2.2000400@dickson.st> Message-ID: Required debugging of source code to find reason of ignoring params vm-mailfrom and email-from On Sun, Feb 22, 2015 at 3:24 AM, Jason Lewis wrote: > Hi Sergey, thanks for the tip. > > I dug around more and managed to get some actual output from the sendmail > program (which in this case is a perl wrapper around postfix) > > it seems the from email address is invalid, but I'm not sure why. I have > set it in the directory for this extension.... > > /> > /> > /> > > > but in the logs I see this: > > Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> > <1002 at 192.168.1.3> > Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax > > > Thanks, > > Jason > > > On 20/02/2015 7:10 pm, Sergey Safarov wrote: > > You mailer is not understand "mailer-app-args" has been configured in > "switch.conf.xml" > > Remove extra arg or add required > > ??, 20 ????. 2015, 7:49, Jason Lewis : > >> Hi, >> >> I've been trying to make freeswitch email voicemails but as far as I can >> tell, it never even calls sendmail. >> >> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no >> avail. I can successfully send an email from the commandline using >> sendmail. (sendmail in this case is provided by postfix) >> >> I see no emails in the postfix mail logs when I leave a voicemail message. >> >> I also tried creating a shell just to see if it even gets called from >> fs, but it does not get called when a voicemail is deposited: >> #!/bin/bash >> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >> >> After every change, I have run reloadxml and reload mod_voicemail. I >> have also tried restarting freeswitch. >> >> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit >> (-1 64bit) >> >> my configuration is based on the vanilla configuration with only very >> minor changes. >> >> I'm at a loss as to how to debug further, but I'm pretty sure the >> mailer-app is never called. Is there some setting I'm missing or >> something obvious I'm not doing? >> >> >> My config: >> 1001.xml: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > value="$${outbound_caller_name}"/> >> > value="$${outbound_caller_id}"/> >> >> >> >> >> >> and in switch.conf.xml I have the following set: >> >> >> >> >> >> I made a log at level 7 and put it on the pastebin: >> >> https://pastebin.freeswitch.org/23921 >> >> >> Jason Lewis >> http://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > > -- > Jason Lewishttp://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150223/deff581b/attachment.html From achinthau at gmail.com Mon Feb 23 10:30:56 2015 From: achinthau at gmail.com (Achintha) Date: Mon, 23 Feb 2015 13:00:56 +0530 Subject: [Freeswitch-users] accepted level for parameters on freeswitch Message-ID: hi we are experiencing voice quality issue with one of our vpn connection.please let me know what are the accepted level for bellow cdr parameters. rtp_audio_in_jitter_min_variance rtp_audio_in_jitter_max_variance rtp_audio_in_jitter_loss_rate rtp_audio_in_jitter_burst_rate rtp_audio_in_quality_percentage -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/27fcf00c/attachment-0001.html From ssinyagin at gmail.com Mon Feb 23 13:14:17 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 23 Feb 2015 11:14:17 +0100 Subject: [Freeswitch-users] To and From fields in SIP OPTIONS Message-ID: It appears that in the OPTIONS ping packet, To and From fields contain only the domain name. In sofia.c: if (ping_freq) { if (ping_freq >= 5) { gateway->ping_freq = ping_freq; gateway->ping_max = ping_max; gateway->ping_min = ping_min; gateway->ping_monitoring = ping_monitoring; gateway->ping = switch_epoch_time_now(NULL) + ping_freq; gateway->options_to_uri = switch_core_sprintf(gateway->pool, "", !zstr(from_domain) ? from_domain : proxy); gateway->options_from_uri = gateway->options_to_uri; } else { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "ERROR: invalid ping!\n"); } } Is there a reason why To and From fields don;t contain the register username? This seems to break some other vendor gateways. thanks, stan From chris at ghosttelecom.com Mon Feb 23 13:48:23 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Mon, 23 Feb 2015 10:48:23 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? Message-ID: <1424688503339.68739@ghosttelecom.com> Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/797f7f61/attachment.html From gb at cm.nl Mon Feb 23 14:23:46 2015 From: gb at cm.nl (Grant Bagdasarian) Date: Mon, 23 Feb 2015 11:23:46 +0000 Subject: [Freeswitch-users] ESL and Event Socket for .NET In-Reply-To: References: <00ea9115-2a0a-410f-8224-8c142720bf06@drkngs.net> Message-ID: <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> Hello, This seems to be a very old thread, but I?m experiencing the same error like the one below. I?m using the ManagedEsl and ESL.dll from 1.4.15. I?ve compiled both myself and they work on my development machine. The application is contained in a Windows Service, and when installed on a production server as a Service, I get the same error ?Unable to load DSLL ?ESL???. I ran procmon.exe to see if the application executable could find the ESL.dll, and it could, so I don?t know why this error occurs. Any ideas? Grant From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ira Tessler Sent: Friday, October 31, 2014 8:19 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Dave - Can you compile a new version? I tried with VS 2013 and get the following error when running my application: System.TypeInitializationException: The type initializer for 'ESLPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'ESL': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at ESLPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_ESL(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) at ESLPINVOKE.SWIGExceptionHelper..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.SWIGExceptionHelper..ctor() at ESLPINVOKE..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.new_ESLconnection__SWIG_3(String jarg1, String jarg2, String jarg3) at ESLconnection..ctor(String host, String port, String password) at CallRecordingEvent.PollEvents.InboundMode(String serverName, String eslPrivateIPAddress, String eslPort, String eslPassword) in c:\Users\ira\Source\Workspaces\Freeswitch\Freeswitch\CallRecordingEvent\PollEvents.cs:line 38 Ira Tessler ira at connectmevoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/aa6e7aaf/attachment.html From alex at digitalmail.com Mon Feb 23 17:00:03 2015 From: alex at digitalmail.com (Alex Lake) Date: Mon, 23 Feb 2015 14:00:03 +0000 Subject: [Freeswitch-users] Monitoring peak performance Message-ID: <54EB3263.2070107@digitalmail.com> Just putting in some instrumentation to my Freeswitch hosts - wondering what the best way is to report back on how heavily loaded the system is. Things like how many call setups over the last x minutes, maximum number of simultaneously active channels... Does the freeswitch API expose any of these useful bits of information, or is that best done by CDR analysis or inline instrumentation code? From jdayola at spingine.com Mon Feb 23 17:09:15 2015 From: jdayola at spingine.com (jdayola at spingine.com) Date: Mon, 23 Feb 2015 22:09:15 +0800 Subject: [Freeswitch-users] freeswitch + flashphoner web call server Message-ID: <12f8f87df41ead55280e0b4731aecd4c@spingine.com> Hi Guys, Have anyone tried using flashphoner web call server? I already have a freeswitch and a flashponer webcallserver running. My problem is how to make freeswitch use the flashphoner webcallserver. Which freeswitch xml file do I need to edit to make use of the flashphoner webcallserver. Im using a flex phone client for my flex desktop application. Do you have any suggestions on the best approach for sip to rtmp gateway? Regards, jdayola From iskren.hadzhinedev at ikiji.com Mon Feb 23 17:19:39 2015 From: iskren.hadzhinedev at ikiji.com (Iskren Hadzhinedev) Date: Mon, 23 Feb 2015 16:19:39 +0200 Subject: [Freeswitch-users] Shared voicemail notification issue Message-ID: <4129865.IxSogTN12R@axtroz-lenovo-ideapad-y510p> Hello! I have two users in a group that share a mailbox. After numerous messages going in and out, when one of the phones isn't used, the message count for the two users doesn't match. Here's what I got from freeswitch.log: [DEBUG] mod_voicemail.c:2806 Deliver VM to 101 at default [DEBUG] mod_voicemail.c:1923 Update MWI: Processing for 101 at default in inbox [DEBUG] mod_voicemail.c:1946 Update MWI: Messages Waiting yes [DEBUG] mod_voicemail.c:1947 Update MWI: Update Reason NEW [DEBUG] mod_voicemail.c:1948 Update MWI: Message Account 101 at default [DEBUG] mod_voicemail.c:1949 Update MWI: Voice Message 1/0 [DEBUG] mod_voicemail.c:2806 Deliver VM to 100 at default [DEBUG] mod_voicemail.c:1923 Update MWI: Processing for 100 at default in inbox [DEBUG] mod_voicemail.c:1946 Update MWI: Messages Waiting yes [DEBUG] mod_voicemail.c:1947 Update MWI: Update Reason NEW [DEBUG] mod_voicemail.c:1948 Update MWI: Message Account 100 at default [DEBUG] mod_voicemail.c:1949 Update MWI: Voice Message 17/0 and the user configuration, along with the dialplan extension: First time user 100 logged into the mailbox got a "17 new messages" prompt but after hanging up and redialling, he heard "0 new messages" and the log confirms that he hadn't delete any messages the first time. Is this a matter of misconfiguration on the shared mailbox or there's something else I'm missing? Thanks! Kind regards, -- Iskren Hadzhinedev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/456a1949/attachment-0001.html From victor.medina at cibersys.com Mon Feb 23 17:20:45 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Mon, 23 Feb 2015 09:50:45 -0430 Subject: [Freeswitch-users] TLS/SRTP on selected destinations Message-ID: Hi guys! I have configured my FS server to support TLS/SRTP... but I am facing the problem of providing the service only to selected destinations. Calls fails when calling to endpoints with no tls/srtp, for example a ext registered in the UDP port. Also fails when an outgoing call is routed to an external provider with no support. Using tls ONLY works just fine if connecting to external or udp only endpoints, it seems like FS is taking care of signalling from endpoint to the server and from there is goes as needed to the b-legs. When using SRTP however it fails. Can I configure FS to support TLS/SRTP to the server and from there using it as needed? For example: A_LEG: TLS/SRTP - > B_LEG: EXT with UDP only A_LEG: TLS/SRTP -> B_LEG: EXT with TLS/SRTP A_LEG: TLS/SRTP -> B_LEG: external channel, provider with no TLS/SRTP Thanks in advance with any help. -- V?ctor E. Medina M. Software [image: Zoiper Click2Dial]+58424 291 4561 [image: ve] BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/61532598/attachment.html From anuragrana31189 at gmail.com Mon Feb 23 17:25:36 2015 From: anuragrana31189 at gmail.com (Anurag Rana) Date: Mon, 23 Feb 2015 19:55:36 +0530 Subject: [Freeswitch-users] Fwd: Class not found Exception : mod_java In-Reply-To: References: Message-ID: Hi All, Can please anyone help me this out. I am still not able to find any solution to this. Anurag Rana M.Tech CSE, IIIT-Delhi, https://sites.google.com/site/homepagerana/ ---------- Forwarded message ---------- From: Anurag Rana Date: Thu, Feb 19, 2015 at 5:22 AM Subject: Class not found Exception : mod_java To: FreeSWITCH Users Help Hi, I installed mod_java module. When I am trying to call it from within en extension it throws the error classNotFoundException : PhoneTest **************************************** 2015-02-19 05:16:04.421064 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/1001 at 192.168.64.197! 2015-02-19 05:16:04.421064 [NOTICE] mod_dptools.c:1258 Channel [sofia/internal/1001 at 192.168.64.197] has been answered Exception in thread "Thread-2" java.lang.ClassNotFoundException: PhoneTest at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:274) at org.freeswitch.Launcher.launch(Launcher.java:65) ************************************************************ *here is my dialplan - * ------------------------------- ------------------------- Class file is placed exactly at the path mentioned in dialplan. Still it is complaining. Any point I might be missing here? ?Thanks? Anurag Rana M.Tech CSE, IIIT-Delhi, https://sites.google.com/site/homepagerana/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/d09fc8d9/attachment.html From bote_radio at botecomm.com Mon Feb 23 17:29:51 2015 From: bote_radio at botecomm.com (Bote Man) Date: Mon, 23 Feb 2015 09:29:51 -0500 Subject: [Freeswitch-users] ESL and Event Socket for .NET In-Reply-To: <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> References: <00ea9115-2a0a-410f-8224-8c142720bf06@drkngs.net> <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> Message-ID: <004601d04f75$304f3690$90eda3b0$@botecomm.com> My best guess is that it is a permissions problem, either the FS process can?t access the directory or the file itself. Bote From: Grant Bagdasarian Sent: Monday, 23 February, 2015 06:24 Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Hello, This seems to be a very old thread, but I?m experiencing the same error like the one below. I?m using the ManagedEsl and ESL.dll from 1.4.15. I?ve compiled both myself and they work on my development machine. The application is contained in a Windows Service, and when installed on a production server as a Service, I get the same error ?Unable to load DSLL ?ESL???. I ran procmon.exe to see if the application executable could find the ESL.dll, and it could, so I don?t know why this error occurs. Any ideas? Grant From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ira Tessler Sent: Friday, October 31, 2014 8:19 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Dave - Can you compile a new version? I tried with VS 2013 and get the following error when running my application: System.TypeInitializationException: The type initializer for 'ESLPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'ESL': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at ESLPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_ESL(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) at ESLPINVOKE.SWIGExceptionHelper..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.SWIGExceptionHelper..ctor() at ESLPINVOKE..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.new_ESLconnection__SWIG_3(String jarg1, String jarg2, String jarg3) at ESLconnection..ctor(String host, String port, String password) at CallRecordingEvent.PollEvents.InboundMode(String serverName, String eslPrivateIPAddress, String eslPort, String eslPassword) in c:\Users\ira\Source\Workspaces\Freeswitch\Freeswitch\CallRecordingEvent\PollEvents.cs:line 38 Ira Tessler ira at connectmevoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/9072f892/attachment-0001.html From peter at olssononline.se Mon Feb 23 17:34:15 2015 From: peter at olssononline.se (Peter Olsson) Date: Mon, 23 Feb 2015 15:34:15 +0100 Subject: [Freeswitch-users] hangup cause in v8 In-Reply-To: References: Message-ID: Check if the variable 'originateCause' holds the actual cause. If I remember correctly this case will return an empty session object, but a global variable named 'originateCause' is set instead. /Peter 2015-02-23 7:19 GMT+01:00 Sergey Safarov : > What is happned when you try originate registered user? > "originate user/100" > > On Mon, Feb 23, 2015 at 12:49 AM, V?ctor Vladimir Ch?vez Gallardo < > vivlachaga at gmail.com> wrote: > >> Hi i?m tring to catch the hangup cause for a outbound session, this >> session is started by a esl (socket connection) and an jsrun command, but >> when the end user give USER_BUSY or NO_ANSWER (or whatever) i can?t catch >> the disposition, currently the caller it?s working, (i can answer the >> calls, and do stuff) >> >> somebody can help me? >> >> EXAMPLE >> >> session = new Session( >> "{ignore_early_media=yes,origination_caller_id_number=55597428100",originate_timeout=20}freetdm/1/1/5513143104 >> ); >> >> hangup_cause = session.cause; > >> if(session.cause == "USER_BUSY") >> { >> console_log("err", "Llamada fallida CAUSA: " + hangup_cause + >> "\n?); > } >> >> if (session.ready() ) >> { >> session.streamFile( "barracuda.wav? ); > } >> else >> { >> console_log("err", session.uuid + "\n?); > ?FALSE" >> var hangupCause = session.getVariable("bridge_hangup_cause?); > THIS OBJECT IS UNDEFINED >> } >> session.hangup(); >> exit(); >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150223/b14ee067/attachment.html From s.safarov at gmail.com Mon Feb 23 18:50:36 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 18:50:36 +0300 Subject: [Freeswitch-users] Fwd: Class not found Exception : mod_java In-Reply-To: References: Message-ID: Typically class name has form like DNS name. Example org.company.project.PhoneTest you probably has omitted part of classname On Mon, Feb 23, 2015 at 5:25 PM, Anurag Rana wrote: > Hi All, > > Can please anyone help me this out. I am still not able to find any > solution to this. > > > Anurag Rana > M.Tech CSE, IIIT-Delhi, > https://sites.google.com/site/homepagerana/ > > > > > ---------- Forwarded message ---------- > From: Anurag Rana > Date: Thu, Feb 19, 2015 at 5:22 AM > Subject: Class not found Exception : mod_java > To: FreeSWITCH Users Help > > > Hi, > > I installed mod_java module. > When I am trying to call it from within en extension it throws the error > classNotFoundException : PhoneTest > > **************************************** > 2015-02-19 05:16:04.421064 [NOTICE] sofia_media.c:92 Pre-Answer > sofia/internal/1001 at 192.168.64.197! > 2015-02-19 05:16:04.421064 [NOTICE] mod_dptools.c:1258 Channel > [sofia/internal/1001 at 192.168.64.197] has been answered > Exception in thread "Thread-2" java.lang.ClassNotFoundException: PhoneTest > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at java.lang.ClassLoader.loadClass(ClassLoader.java:425) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:274) > at org.freeswitch.Launcher.launch(Launcher.java:65) > ************************************************************ > > *here is my dialplan - * > > ------------------------------- > > > > data="/usr/local/freeswitch/scripts/java/jar1.jar PhoneTest"/> > > > > ------------------------- > > > Class file is placed exactly at the path mentioned in dialplan. Still it > is complaining. > > Any point I might be missing here? > > > ?Thanks? > > Anurag Rana > M.Tech CSE, IIIT-Delhi, > https://sites.google.com/site/homepagerana/ > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150223/e1ad64c2/attachment.html From brian at freeswitch.org Mon Feb 23 18:58:54 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 09:58:54 -0600 Subject: [Freeswitch-users] TLS/SRTP on selected destinations In-Reply-To: References: Message-ID: Setting rtp_secure_media=optional:AES_CM_128_HMAC_SHA1_32 Should be what you want, it will send both the AVP/SAVP profiles. This is what I have mine set to right now and it will prefer srtp but offer both. On Mon, Feb 23, 2015 at 8:20 AM, Victor Medina wrote: > Hi guys! > > I have configured my FS server to support TLS/SRTP... but I am facing the > problem of providing the service only to selected destinations. Calls fails > when calling to endpoints with no tls/srtp, for example a ext registered in > the UDP port. Also fails when an outgoing call is routed to an external > provider with no support. > > Using tls ONLY works just fine if connecting to external or udp only > endpoints, it seems like FS is taking care of signalling from endpoint to > the server and from there is goes as needed to the b-legs. > > When using SRTP however it fails. > > Can I configure FS to support TLS/SRTP to the server and from there using > it as needed? For example: > > A_LEG: TLS/SRTP - > B_LEG: EXT with UDP only > A_LEG: TLS/SRTP -> B_LEG: EXT with TLS/SRTP > A_LEG: TLS/SRTP -> B_LEG: external channel, provider with no TLS/SRTP > > Thanks in advance with any help. > > -- > > V?ctor E. Medina M. > Software > [image: Zoiper Click2Dial]+58424 291 4561[image: ve] > BB #79A8AFA2 /@VMCibersys > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/519590af/attachment-0001.html From s.safarov at gmail.com Mon Feb 23 19:00:28 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Mon, 23 Feb 2015 19:00:28 +0300 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: <1424688503339.68739@ghosttelecom.com> References: <1424688503339.68739@ghosttelecom.com> Message-ID: Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau wrote: > Hi, > > > Anyone come across any issues using nibblebill on centos 6 to a remote > Mysql DB on Centos 5? > > > Doesn't matter what version of Freeswitch I am using, if I deploy it on > our existing centos 5 servers to a mysql db deployed also on a centos 5 > server it works fine. > > If I deploy on a centos 6 platform I get strange issues with the odbc > interface. > > ISQL connection works fine but when I plug the details into the dsn in the > nibblebill configuration it doesn't work? > > If I try dsn freeswitch:user:passwd then the module fails to initialise > the database and complains that it cannot connect to odbc. > > The only combination that works is just setting dsn to freeswitch which > seems to get by the db handle code but then fails with a 'cannot find > table' error. > > > The first configuration works fine on centos 5 with the same software > and config and to the same remote db. > > > The only difference I can see is the odbc drivers which are later > versions on centos6. > > > Could this be something to do with new passwords formats on mysql? The > versions of mysql being used are using the old format but setting the > old_passwords entry in my.cnf makes no difference, set or unset. > > > Any ideas? > > > Regards > > > Chris > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150223/263baf7c/attachment.html From brian at freeswitch.org Mon Feb 23 19:01:38 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 10:01:38 -0600 Subject: [Freeswitch-users] Monitoring peak performance In-Reply-To: <54EB3263.2070107@digitalmail.com> References: <54EB3263.2070107@digitalmail.com> Message-ID: The status command should give you enough, we also have some min-cpu options to make sure you don't tank the box with a call spike. On Mon, Feb 23, 2015 at 8:00 AM, Alex Lake wrote: > Just putting in some instrumentation to my Freeswitch hosts - wondering > what the best way is to report back on how heavily loaded the system is. > > Things like how many call setups over the last x minutes, maximum number > of simultaneously active channels... > > Does the freeswitch API expose any of these useful bits of information, > or is that best done by CDR analysis or inline instrumentation code? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/bff66a78/attachment.html From brian at freeswitch.org Mon Feb 23 19:04:35 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 10:04:35 -0600 Subject: [Freeswitch-users] To and From fields in SIP OPTIONS In-Reply-To: References: Message-ID: Those are perfectly valid OPTIONS packets, how exactly is the vendor claiming it breaks them? On Mon, Feb 23, 2015 at 4:14 AM, Stanislav Sinyagin wrote: > It appears that in the OPTIONS ping packet, To and From fields contain > only the domain name. > > In sofia.c: > > if (ping_freq) { > if (ping_freq >= 5) { > gateway->ping_freq = ping_freq; > gateway->ping_max = ping_max; > gateway->ping_min = ping_min; > gateway->ping_monitoring = ping_monitoring; > gateway->ping = switch_epoch_time_now(NULL) + > ping_freq; > gateway->options_to_uri = > switch_core_sprintf(gateway->pool, "", > !zstr(from_domain) ? from_domain : proxy); > gateway->options_from_uri = gateway->options_to_uri; > } else { > switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_ERROR, "ERROR: invalid ping!\n"); > } > } > > > > Is there a reason why To and From fields don;t contain the register > username? This seems to break some other vendor gateways. > > > thanks, > stan > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/7fbfb6d5/attachment.html From brian at freeswitch.org Mon Feb 23 19:06:22 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 10:06:22 -0600 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: What transport are you using for your VPN? Hopefully its UDP and not TCP. On Mon, Feb 23, 2015 at 1:30 AM, Achintha wrote: > hi > > we are experiencing voice quality issue with one of our vpn > connection.please let me know what are the accepted level for bellow cdr > parameters. > > rtp_audio_in_jitter_min_variance > rtp_audio_in_jitter_max_variance > rtp_audio_in_jitter_loss_rate > rtp_audio_in_jitter_burst_rate > rtp_audio_in_quality_percentage > > -- > Best Regards.. > Achintha Udukumbura > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/1c72a13d/attachment-0001.html From brian at freeswitch.org Mon Feb 23 19:08:01 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 10:08:01 -0600 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: References: <54E6B9A1.20708@dickson.st> <54E921B2.2000400@dickson.st> Message-ID: Sounds like someone may need to file a JIRA so that this is fixed if its really not working or the docs are just wrong. Either way, we should correct it. On Mon, Feb 23, 2015 at 12:52 AM, Sergey Safarov wrote: > Required debugging of source code to find reason of ignoring params > vm-mailfrom and email-from > > On Sun, Feb 22, 2015 at 3:24 AM, Jason Lewis wrote: > >> Hi Sergey, thanks for the tip. >> >> I dug around more and managed to get some actual output from the sendmail >> program (which in this case is a perl wrapper around postfix) >> >> it seems the from email address is invalid, but I'm not sure why. I have >> set it in the directory for this extension.... >> >> /> >> > /> >> > /> >> >> >> but in the logs I see this: >> >> Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> >> <1002 at 192.168.1.3> >> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax >> >> >> Thanks, >> >> Jason >> >> >> On 20/02/2015 7:10 pm, Sergey Safarov wrote: >> >> You mailer is not understand "mailer-app-args" has been configured in >> "switch.conf.xml" >> >> Remove extra arg or add required >> >> ??, 20 ????. 2015, 7:49, Jason Lewis : >> >>> Hi, >>> >>> I've been trying to make freeswitch email voicemails but as far as I can >>> tell, it never even calls sendmail. >>> >>> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no >>> avail. I can successfully send an email from the commandline using >>> sendmail. (sendmail in this case is provided by postfix) >>> >>> I see no emails in the postfix mail logs when I leave a voicemail >>> message. >>> >>> I also tried creating a shell just to see if it even gets called from >>> fs, but it does not get called when a voicemail is deposited: >>> #!/bin/bash >>> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >>> >>> After every change, I have run reloadxml and reload mod_voicemail. I >>> have also tried restarting freeswitch. >>> >>> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit >>> (-1 64bit) >>> >>> my configuration is based on the vanilla configuration with only very >>> minor changes. >>> >>> I'm at a loss as to how to debug further, but I'm pretty sure the >>> mailer-app is never called. Is there some setting I'm missing or >>> something obvious I'm not doing? >>> >>> >>> My config: >>> 1001.xml: >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> value="$${outbound_caller_name}"/> >>> >> value="$${outbound_caller_id}"/> >>> >>> >>> >>> >>> >>> and in switch.conf.xml I have the following set: >>> >>> >>> >>> >>> >>> I made a log at level 7 and put it on the pastebin: >>> >>> https://pastebin.freeswitch.org/23921 >>> >>> >>> Jason Lewis >>> http://emacstragic.net >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> >> -- >> Jason Lewishttp://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150223/bf6a814d/attachment.html From brian at freeswitch.org Mon Feb 23 19:09:08 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 10:09:08 -0600 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) In-Reply-To: References: Message-ID: You also don't outline which rev of FreeSWITCH you're running, If you're using WebRTC you MUST, I repeat MUST MUST MUST run master. If the issue persists, file a JIRA with all the details of the issue you're experiencing. On Mon, Feb 23, 2015 at 12:36 AM, Sergey Safarov wrote: > Probably FS trying establish connection with different IP addresses > (54.187.44.182, 67.180.21.132, 166.170.42.141) and has not getting > response. When timeout reached FS trying next IP address. > Verify it by command > tcpdump -ni host 54.187.44.182 or host > 67.180.21.132 or host 166.170.42.141 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/05ee2ac6/attachment-0001.html From tfred31 at yahoo.com Mon Feb 23 19:14:36 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Mon, 23 Feb 2015 08:14:36 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424708076.8750.YahooMailBasic@web160201.mail.bf1.yahoo.com> Thank you for your replies I just now copied my FreeSWITCH.log data into the pastebin. Since I had just done a full Re-Install of my FreeSWITCH thereby removing any previous modification attempts, I did not include my dialplan, internal & external xml files. They are now just the after-install defaults. I did that Re-Install out of frustration due to my previous xml file modifications only introducing more problems and solving none. I need to understand: 1. Which xml files to modify and which ones to leave alone 2. How/Where to modify these xml files I sincerely thank you for your assistance. TF From mishehu at freeswitch.org Mon Feb 23 19:32:01 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Mon, 23 Feb 2015 10:32:01 -0600 Subject: [Freeswitch-users] freeswitch + flashphoner web call server In-Reply-To: <12f8f87df41ead55280e0b4731aecd4c@spingine.com> References: <12f8f87df41ead55280e0b4731aecd4c@spingine.com> Message-ID: <54EB5601.4070504@freeswitch.org> Just curious to know if FreeSWITCH's mod_rtmp didn't fit your needs. I've tested some of Flashphoner's products against FreeSWITCH (the products sent SIP calls to my FreeSWITCH), but for my needs I never needed nor desired the extra hop in there. Of course, if you meant RTMFP instead of RTMP, then I could understand easily why you are using the extra hop. I don't remember exactly though how it was that I set that up as it was a couple years ago. My guess is that Flashphoner registered each client as a SIP registration to my FreeSWITCH. If that is the case, then you need to set up entries in the appropriate directory include directory under directory/${directoryname} -- Yossi Neiman On 02/23/2015 08:09 AM, jdayola at spingine.com wrote: > Hi Guys, > > Have anyone tried using flashphoner web call server? I already have a > freeswitch and a flashponer webcallserver running. My problem is how to > make freeswitch use the flashphoner webcallserver. Which freeswitch xml > file do I need to edit to make use of the flashphoner webcallserver. Im > using a flex phone client for my flex desktop application. Do you have > any suggestions on the best approach for sip to rtmp gateway? > > Regards, > jdayola > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 chris at ghosttelecom.com Mon Feb 23 19:54:56 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Mon, 23 Feb 2015 16:54:56 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: References: <1424688503339.68739@ghosttelecom.com>, Message-ID: <1424710495674.9237@ghosttelecom.com> Hi, Thanks for responding. Tried that. I assume you are looking for traffic arriving at the db server? Either way, this filter shows nothing at the source end and and nothing at the destination either when completing a call. I have added some log entries to track what was happening. Here are the errors with the dsn set up as normal... Loading... 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC Database! 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve handle2: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve handle1: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] ? And just with the dsn name... Loading... 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [no such table: accounts] UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE billingid='1204' and plan='0' 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] no such table: accounts 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] Here is the isql output. This is with USER and PASSWORD set in odbc.ini but the above errors are the same whether they are set or not in the ini file. [root at GC007MS ~]# isql freeswitch +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> ^C Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Sergey Safarov Sent: 23 February 2015 16:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150223/92c01237/attachment-0001.html From victor.chukalovskiy at gmail.com Mon Feb 23 19:56:25 2015 From: victor.chukalovskiy at gmail.com (Victor Chukalovskiy) Date: Mon, 23 Feb 2015 11:56:25 -0500 Subject: [Freeswitch-users] To and From fields in SIP OPTIONS In-Reply-To: References: Message-ID: <54EB5BB9.6020808@gmail.com> Hello, I should add that FS OPTIONS indeed cause trouble to some far-end implementations. Not just because they only contain domains as indicated by Stanislav. But also because it's always the same domain both in From: and To: headers. Example: From: ;tag=ZZZ1Na2KacXcm To: " While this is probably standard-complaint, some implementations expect From: header to contain FS own IP. Example: From: ;tag=ZZZ1Na2KacXcm To: " Moreover, SIP gateway param "from-domain" has no effects on OPTIONS request From: header.... this param seem to be only parsed for INVITE & REGISTER requests. Presently I don't have time for JIRA / feature request, so putting it here in case someone struggles with the same. Maybe someone will be able to go ahead and improve this. Cheers, -Victor On 15-02-23 11:04 AM, Brian West wrote: > Those are perfectly valid OPTIONS packets, how exactly is the vendor > claiming it breaks them? > > On Mon, Feb 23, 2015 at 4:14 AM, Stanislav Sinyagin > > wrote: > > It appears that in the OPTIONS ping packet, To and From fields contain > only the domain name. > > In sofia.c: > > if (ping_freq) { > if (ping_freq >= 5) { > gateway->ping_freq = ping_freq; > gateway->ping_max = ping_max; > gateway->ping_min = ping_min; > gateway->ping_monitoring = ping_monitoring; > gateway->ping = switch_epoch_time_now(NULL) + > ping_freq; > gateway->options_to_uri = > switch_core_sprintf(gateway->pool, "", > !zstr(from_domain) ? from_domain : proxy); > gateway->options_from_uri = > gateway->options_to_uri; > } else { > switch_log_printf(SWITCH_CHANNEL_LOG, > SWITCH_LOG_ERROR, "ERROR: invalid ping!\n"); > } > } > > > > Is there a reason why To and From fields don;t contain the register > username? This seems to break some other vendor gateways. > > > thanks, > stan > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > > *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/20150223/68692b04/attachment.html From mike at jerris.com Mon Feb 23 20:02:29 2015 From: mike at jerris.com (Michael Jerris) Date: Mon, 23 Feb 2015 12:02:29 -0500 Subject: [Freeswitch-users] Bypass media only if encryption is compatible? In-Reply-To: <54E8D3BB.1010002@virtues.net> References: <54E8D3BB.1010002@virtues.net> Message-ID: <45C88D54-B23D-458E-85CE-58626773764B@jerris.com> Its a bit of a chicken/egg situation. How would we know till we offer things up and see what the responses are, at which point its too late as we have already done our offer. Its possible you could play games with bypass_media_after_bridge to get something that comes close to this maybe, but I think even then its too late to make the decision. > On Feb 21, 2015, at 1:51 PM, Thomas Auge wrote: > > Hello List :) > > Is there a way to enable bypass media only when the two devices are compatible in terms of encryption? > > Chrome insists on DTLS, which many devices don't support yet, but it seems a waste of resources and latency to bridge > when it's not necessary. > > Thanks, > > Thomas > From victor.medina at cibersys.com Mon Feb 23 20:06:39 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Mon, 23 Feb 2015 12:36:39 -0430 Subject: [Freeswitch-users] TLS/SRTP on selected destinations In-Reply-To: References: Message-ID: Hi Brian. Should I remove from vars.xml? Thanks! 2015-02-23 11:28 GMT-04:30 Brian West : > Setting > > rtp_secure_media=optional:AES_CM_128_HMAC_SHA1_32 > > Should be what you want, it will send both the AVP/SAVP profiles. This is > what I have mine set to right now and it will prefer srtp but offer both. > > On Mon, Feb 23, 2015 at 8:20 AM, Victor Medina > wrote: > >> Hi guys! >> >> I have configured my FS server to support TLS/SRTP... but I am facing the >> problem of providing the service only to selected destinations. Calls fails >> when calling to endpoints with no tls/srtp, for example a ext registered in >> the UDP port. Also fails when an outgoing call is routed to an external >> provider with no support. >> >> Using tls ONLY works just fine if connecting to external or udp only >> endpoints, it seems like FS is taking care of signalling from endpoint to >> the server and from there is goes as needed to the b-legs. >> >> When using SRTP however it fails. >> >> Can I configure FS to support TLS/SRTP to the server and from there using >> it as needed? For example: >> >> A_LEG: TLS/SRTP - > B_LEG: EXT with UDP only >> A_LEG: TLS/SRTP -> B_LEG: EXT with TLS/SRTP >> A_LEG: TLS/SRTP -> B_LEG: external channel, provider with no TLS/SRTP >> >> Thanks in advance with any help. >> >> -- >> >> V?ctor E. Medina M. >> Software >> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >> BB #79A8AFA2 /@VMCibersys >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/1c4e01d6/attachment-0001.html From brian at freeswitch.org Mon Feb 23 20:14:16 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 11:14:16 -0600 Subject: [Freeswitch-users] TLS/SRTP on selected destinations In-Reply-To: References: Message-ID: Thats only used in the vanilla configs to detect the suites in the SDP. On Mon, Feb 23, 2015 at 11:06 AM, Victor Medina wrote: > Hi Brian. > > Should I remove > > data="rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"/> > > > from vars.xml? > > Thanks! > > 2015-02-23 11:28 GMT-04:30 Brian West : > > Setting >> >> rtp_secure_media=optional:AES_CM_128_HMAC_SHA1_32 >> >> Should be what you want, it will send both the AVP/SAVP profiles. This >> is what I have mine set to right now and it will prefer srtp but offer both. >> >> On Mon, Feb 23, 2015 at 8:20 AM, Victor Medina < >> victor.medina at cibersys.com> wrote: >> >>> Hi guys! >>> >>> I have configured my FS server to support TLS/SRTP... but I am facing >>> the problem of providing the service only to selected destinations. Calls >>> fails when calling to endpoints with no tls/srtp, for example a ext >>> registered in the UDP port. Also fails when an outgoing call is routed to >>> an external provider with no support. >>> >>> Using tls ONLY works just fine if connecting to external or udp only >>> endpoints, it seems like FS is taking care of signalling from endpoint to >>> the server and from there is goes as needed to the b-legs. >>> >>> When using SRTP however it fails. >>> >>> Can I configure FS to support TLS/SRTP to the server and from there >>> using it as needed? For example: >>> >>> A_LEG: TLS/SRTP - > B_LEG: EXT with UDP only >>> A_LEG: TLS/SRTP -> B_LEG: EXT with TLS/SRTP >>> A_LEG: TLS/SRTP -> B_LEG: external channel, provider with no TLS/SRTP >>> >>> Thanks in advance with any help. >>> >>> -- >>> >>> V?ctor E. Medina M. >>> Software >>> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >>> BB #79A8AFA2 /@VMCibersys >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 >> > > > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150223/747870b9/attachment.html From luis.daniel.lucio at gmail.com Mon Feb 23 20:26:33 2015 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Mon, 23 Feb 2015 12:26:33 -0500 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: <1424710495674.9237@ghosttelecom.com> References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com> Message-ID: As far as I remember do next 1. Same odbc.ini on both servers 2. Be sure mysql user has permitions LD On Feb 23, 2015 11:55 AM, "Chris Martineau" wrote: > Hi, > > Thanks for responding. > > > Tried that. I assume you are looking for traffic arriving at the db > server? > > Either way, this filter shows nothing at the source end and and nothing at > the destination either when completing a call. > > I have added some log entries to track what was happening. > > > Here are the errors with the dsn set up as normal... > > Loading... > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 > Stopping: mod_nibblebill > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 > mod_nibblebill unloaded. > 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC > Database! > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 > Successfully Loaded [mod_nibblebill] > Call end... > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve > handle2: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to > database! > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve > handle1: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this > query: [SELECT balance AS nibble_balance FROM accounts WHERE > billingid='1204' and plan='0'] > > > > And just with the dsn name... > Loading... > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 > Stopping: mod_nibblebill > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 > mod_nibblebill unloaded. > 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 > Successfully Loaded [mod_nibblebill] > Call end... > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: > [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR > [no such table: accounts] > UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE > billingid='1204' and plan='0' > 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to > database! > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: > [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT > balance AS nibble_balance FROM accounts WHERE billingid='1204' and > plan='0'] no such table: accounts > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this > query: [SELECT balance AS nibble_balance FROM accounts WHERE > billingid='1204' and plan='0'] > > > > Here is the isql output. > > This is with USER and PASSWORD set in odbc.ini but the above errors are > the same whether they are set or not in the ini file. > > [root at GC007MS ~]# isql freeswitch > +---------------------------------------+ > | Connected! | > | | > | sql-statement | > | help [tablename] | > | quit | > | | > +---------------------------------------+ > SQL> ^C > > > Regards > > Chris > > > > > ------------------------------ > *From:* freeswitch-users-bounces at lists.freeswitch.org < > freeswitch-users-bounces at lists.freeswitch.org> on behalf of Sergey > Safarov > *Sent:* 23 February 2015 16:00 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Nibblebill issues on centos 6? > > Can you save tcpdump of mysql connection and parce it in wireshark? > tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap > > I think FS has compiled with version of mysql lib is different then used > server on CentOS 5 > > On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: > >> Hi, >> >> >> Anyone come across any issues using nibblebill on centos 6 to a remote >> Mysql DB on Centos 5? >> >> >> Doesn't matter what version of Freeswitch I am using, if I deploy it on >> our existing centos 5 servers to a mysql db deployed also on a centos 5 >> server it works fine. >> >> If I deploy on a centos 6 platform I get strange issues with the odbc >> interface. >> >> ISQL connection works fine but when I plug the details into the dsn in >> the nibblebill configuration it doesn't work? >> >> If I try dsn freeswitch:user:passwd then the module fails to initialise >> the database and complains that it cannot connect to odbc. >> >> The only combination that works is just setting dsn to freeswitch which >> seems to get by the db handle code but then fails with a 'cannot find >> table' error. >> >> >> The first configuration works fine on centos 5 with the same software >> and config and to the same remote db. >> >> >> The only difference I can see is the odbc drivers which are later >> versions on centos6. >> >> >> Could this be something to do with new passwords formats on mysql? The >> versions of mysql being used are using the old format but setting the >> old_passwords entry in my.cnf makes no difference, set or unset. >> >> >> Any ideas? >> >> >> Regards >> >> >> Chris >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150223/ae84db70/attachment-0001.html From brian at freeswitch.org Mon Feb 23 21:45:47 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 23 Feb 2015 12:45:47 -0600 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: <1424710495674.9237@ghosttelecom.com> References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com> Message-ID: Probably helpful if you compile FreeSWITCH with ODBC support! :) On Mon, Feb 23, 2015 at 10:54 AM, Chris Martineau wrote: > Hi, > > Thanks for responding. > > > Tried that. I assume you are looking for traffic arriving at the db > server? > > Either way, this filter shows nothing at the source end and and nothing at > the destination either when completing a call. > > I have added some log entries to track what was happening. > > > Here are the errors with the dsn set up as normal... > > Loading... > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 > Stopping: mod_nibblebill > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 > mod_nibblebill unloaded. > 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC > Database! > 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 > Successfully Loaded [mod_nibblebill] > Call end... > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve > handle2: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to > database! > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC > NOT AVAILABLE! Can't connect to DSN freeswitch > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve > handle1: [freeswitch:opensips:opensipsrw] > 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this > query: [SELECT balance AS nibble_balance FROM accounts WHERE > billingid='1204' and plan='0'] > > ? > > And just with the dsn name... > Loading... > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 > Stopping: mod_nibblebill > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 > mod_nibblebill unloaded. > 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 > Successfully Loaded [mod_nibblebill] > Call end... > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: > [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR > [no such table: accounts] > UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE > billingid='1204' and plan='0' > 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to > database! > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: > [freeswitch] Global: [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: > [freeswitch] > 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT > balance AS nibble_balance FROM accounts WHERE billingid='1204' and > plan='0'] no such table: accounts > 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this > query: [SELECT balance AS nibble_balance FROM accounts WHERE > billingid='1204' and plan='0'] > > > > Here is the isql output. > > This is with USER and PASSWORD set in odbc.ini but the above errors are > the same whether they are set or not in the ini file. > > [root at GC007MS ~]# isql freeswitch > +---------------------------------------+ > | Connected! | > | | > | sql-statement | > | help [tablename] | > | quit | > | | > +---------------------------------------+ > SQL> ^C > > > Regards > > Chris > > > > > ------------------------------ > *From:* freeswitch-users-bounces at lists.freeswitch.org < > freeswitch-users-bounces at lists.freeswitch.org> on behalf of Sergey > Safarov > *Sent:* 23 February 2015 16:00 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Nibblebill issues on centos 6? > > Can you save tcpdump of mysql connection and parce it in wireshark? > tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap > > I think FS has compiled with version of mysql lib is different then used > server on CentOS 5 > > On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: > >> Hi, >> >> >> Anyone come across any issues using nibblebill on centos 6 to a remote >> Mysql DB on Centos 5? >> >> >> Doesn't matter what version of Freeswitch I am using, if I deploy it on >> our existing centos 5 servers to a mysql db deployed also on a centos 5 >> server it works fine. >> >> If I deploy on a centos 6 platform I get strange issues with the odbc >> interface. >> >> ISQL connection works fine but when I plug the details into the dsn in >> the nibblebill configuration it doesn't work? >> >> If I try dsn freeswitch:user:passwd then the module fails to initialise >> the database and complains that it cannot connect to odbc. >> >> The only combination that works is just setting dsn to freeswitch which >> seems to get by the db handle code but then fails with a 'cannot find >> table' error. >> >> >> The first configuration works fine on centos 5 with the same software >> and config and to the same remote db. >> >> >> The only difference I can see is the odbc drivers which are later >> versions on centos6. >> >> >> Could this be something to do with new passwords formats on mysql? The >> versions of mysql being used are using the old format but setting the >> old_passwords entry in my.cnf makes no difference, set or unset. >> >> >> Any ideas? >> >> >> Regards >> >> >> Chris >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150223/4624a208/attachment.html From victor.medina at cibersys.com Mon Feb 23 21:46:49 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Mon, 23 Feb 2015 14:16:49 -0430 Subject: [Freeswitch-users] TLS/SRTP on selected destinations In-Reply-To: References: Message-ID: OK. Ill be testing this. Thank you Brian. 2015-02-23 12:44 GMT-04:30 Brian West : > Thats only used in the vanilla configs to detect the suites in the SDP. > > On Mon, Feb 23, 2015 at 11:06 AM, Victor Medina < > victor.medina at cibersys.com> wrote: > >> Hi Brian. >> >> Should I remove >> >> > data="rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"/> >> >> >> from vars.xml? >> >> Thanks! >> >> 2015-02-23 11:28 GMT-04:30 Brian West : >> >> Setting >>> >>> rtp_secure_media=optional:AES_CM_128_HMAC_SHA1_32 >>> >>> Should be what you want, it will send both the AVP/SAVP profiles. This >>> is what I have mine set to right now and it will prefer srtp but offer both. >>> >>> On Mon, Feb 23, 2015 at 8:20 AM, Victor Medina < >>> victor.medina at cibersys.com> wrote: >>> >>>> Hi guys! >>>> >>>> I have configured my FS server to support TLS/SRTP... but I am facing >>>> the problem of providing the service only to selected destinations. Calls >>>> fails when calling to endpoints with no tls/srtp, for example a ext >>>> registered in the UDP port. Also fails when an outgoing call is routed to >>>> an external provider with no support. >>>> >>>> Using tls ONLY works just fine if connecting to external or udp only >>>> endpoints, it seems like FS is taking care of signalling from endpoint to >>>> the server and from there is goes as needed to the b-legs. >>>> >>>> When using SRTP however it fails. >>>> >>>> Can I configure FS to support TLS/SRTP to the server and from there >>>> using it as needed? For example: >>>> >>>> A_LEG: TLS/SRTP - > B_LEG: EXT with UDP only >>>> A_LEG: TLS/SRTP -> B_LEG: EXT with TLS/SRTP >>>> A_LEG: TLS/SRTP -> B_LEG: external channel, provider with no TLS/SRTP >>>> >>>> Thanks in advance with any help. >>>> >>>> -- >>>> >>>> V?ctor E. Medina M. >>>> Software >>>> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >>>> BB #79A8AFA2 /@VMCibersys >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 >>> >> >> >> >> -- >> >> V?ctor E. Medina M. >> Software >> +58424 291 4561 >> BB #79A8AFA2 /@VMCibersys >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/3da08cfa/attachment-0001.html From ssinyagin at gmail.com Mon Feb 23 22:14:41 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 23 Feb 2015 20:14:41 +0100 Subject: [Freeswitch-users] To and From fields in SIP OPTIONS In-Reply-To: References: Message-ID: The vendor seems to expect a valid username in To field. At the moment we had to disable pings, because the remote side replied with Forbidden and put our address to a blacklist. I will dig for more details. On Feb 23, 2015 5:05 PM, "Brian West" wrote: > Those are perfectly valid OPTIONS packets, how exactly is the vendor > claiming it breaks them? > > On Mon, Feb 23, 2015 at 4:14 AM, Stanislav Sinyagin > wrote: > >> It appears that in the OPTIONS ping packet, To and From fields contain >> only the domain name. >> >> In sofia.c: >> >> if (ping_freq) { >> if (ping_freq >= 5) { >> gateway->ping_freq = ping_freq; >> gateway->ping_max = ping_max; >> gateway->ping_min = ping_min; >> gateway->ping_monitoring = ping_monitoring; >> gateway->ping = switch_epoch_time_now(NULL) + >> ping_freq; >> gateway->options_to_uri = >> switch_core_sprintf(gateway->pool, "", >> !zstr(from_domain) ? from_domain : proxy); >> gateway->options_from_uri = gateway->options_to_uri; >> } else { >> switch_log_printf(SWITCH_CHANNEL_LOG, >> SWITCH_LOG_ERROR, "ERROR: invalid ping!\n"); >> } >> } >> >> >> >> Is there a reason why To and From fields don;t contain the register >> username? This seems to break some other vendor gateways. >> >> >> thanks, >> stan >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150223/713c6c5f/attachment.html From bordmi at rarus.ru Tue Feb 24 00:08:56 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Tue, 24 Feb 2015 00:08:56 +0300 Subject: [Freeswitch-users] Some strange thing in LUA Message-ID: Hi, All! In log i found next: 2015-02-24 00:09:05.202353 [ERR] mod_lua.cpp:203 No matching function for overloaded 'new_Event' stack traceback: /usr/local/freeswitch/scripts/lua/debugger.lua:1447: in function [C]: ? [C]: in function 'Event' /usr/local/freeswitch/scripts/lua/event_fire.lua:23: in main chunk line 23 in event_fire.lua: local event = freeswitch.Event("CUSTOM",event_subclass) I don`t overload new_Event. What`s up? -- with best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/015eaa8b/attachment.html From bordmi at rarus.ru Tue Feb 24 00:13:03 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Tue, 24 Feb 2015 00:13:03 +0300 Subject: [Freeswitch-users] How to play file into session not endlessly? In-Reply-To: <00fb01d04c93$933a4f40$b9aeedc0$@botecomm.com> References: <00fb01d04c93$933a4f40$b9aeedc0$@botecomm.com> Message-ID: No-no-no, session:playAndGetDigits don`t work with DTMF in the time of playing. session:setInputCallback + session:streamFile solves my problem. A little bad thing: I couldn`t send a parameters to callback, but this is not very bad for me. 2015-02-20 1:29 GMT+03:00 Bote Man : > It is possible that play_and_get_digits will do what you wish. > > > > https://freeswitch.org/confluence/display/FREESWITCH/play+and+get+digits > > > > Bote > > > > > > *From:* Dmitriy Borisov > *Sent:* Thursday, 19 February, 2015 10:50 > *Subject:* [Freeswitch-users] How to play file into session not endlessly? > > > > I have next task: play sound file list to session only once. Callee must > to control session by DTMF. Session must to hangup when sound file list are > played if no keys a pressed by callee. > > > > Session is created and controlled by Lua. > > > > How? > > > > -- > > with best regards, > > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/03e557e5/attachment.html From msc at freeswitch.org Tue Feb 24 01:53:11 2015 From: msc at freeswitch.org (Michael Collins) Date: Mon, 23 Feb 2015 14:53:11 -0800 Subject: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? In-Reply-To: References: Message-ID: On Sat, Feb 21, 2015 at 5:11 PM, Andrew Keil wrote: > To FreeSWITCH users, > > > > Quick question. > > > > Is there a way as the first dialplan action (inside the actual dialplan > xml) to call a similar function to what I can call inside Lua (ie. > session:setAutoHangup(false))? So that all the dialplan applications or > actions can be completed without remote disconnect (hangup) interrupting > the xml dialplan flow? > > > > Obviously I could call a Lua script to perform > ?session:setAutoHangup(false)?, however it would be nice to see it inside > the dialplan itself for clarity. > Perhaps this would do what you need? https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+set+zombie+exec -MC > > > Kind Regards, > > > > Andrew Keil > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/b6493af8/attachment-0001.html From krice at freeswitch.org Tue Feb 24 02:23:32 2015 From: krice at freeswitch.org (Ken Rice) Date: Mon, 23 Feb 2015 23:23:32 +0000 Subject: [Freeswitch-users] FreeSWITCH Week in Review (Master Branch) February 14th-20th Message-ID: <54ebb674600dd_3fb18db3287274f@ip-10-156-210-184.mail> New Post on freeswitch.org from Kathleen check it out at http://ift.tt/1Flzi7G FreeSWITCH Week in Review (Master Branch) February 14th-20th Hello, again. This passed week in the FreeSWITCH master branch we had 54 commits. The features for this week include: a simplification of command line arguments to allow for using -base instead of specifying each directory when using alternate configs, added support for URL attribute in the grammar tag for mod_rayo (this is useful for MRCP engines to look up their grammars directly), implement cookie-file option for mod_xml_cdr, allowing the removal of User-Agent header from the sip message, and the addition of multiple and reversed ranges for XML dialplan date and time conditions. Join us on Wednesdays at 12:00 CT for some more FreeSWITCH fun! And head over to freeswitch.com to learn more about FreeSWITCH support. New features that were added: FS-7284 A simplification of command line arguments to allow for using -base instead of specifying each directory when using alternate configs. FS-7285 Allow eavesdrop to bridge only one leg FS-7164 Added support for URL attribute in the grammar tag for mod_rayo. This is useful for MRCP engines to look up their grammars directly. FS-7299 Implement cookie-file option for mod_xml_cdr FS-7302?Added params to fs_encode.c:-c for path to conf_dir -k for path to log_dir -m for path to mod_dir FS-7309 Allow removal of User-Agent header from the sip message FS-7304 Multiple and reversed ranges for XML dialplan date and time conditions Improvements in cross platform build supports: FS-7122 Revert a previous patch until a fix can be found to allow for old configs as well Changes to packaging: FS-7318 Debian rules update to handle a pre-bootstrapped orig file The following bugs were squashed: FS-7294 Enable -Werror when building with clang compiler FS-7250 Removed the FreeSWITCH core handler for SIG_CHLD beacuse it isn?t necessary anymore and it causes dependant libraries that tried to start a child process to hang waiting on a signal that FreeSWITCH core intercepted. FS-7066 Fixed a bug causing higher cpu load averages on older kernels with related tickets FS-7253 FS-7231 FS-7296?Fix build error on newest gcc FS-7298 Fix race condition when callcenter member cancels the call. FS-7297 FS-7297 Update the install target in the makefile for mod_com_g729 FS-7301 FS-7301 Fix for issue faxing to numbers with a pass through tone FS-7192 FS-7192 Exclude Expires header in INVITEs responding to a auth challenge in mod_sofia FS-7308 FS-7308 Only log SLA SQL query SQL when debugging is enabled in mod_sofia FS-7306 FS-7306 Fix for fs_encode in mod_spandsp sleeping too much FS-7230 FS-7230 Fixed a memory leak from 1.4.14. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150223/324ac930/attachment.html From bote_radio at botecomm.com Tue Feb 24 04:18:26 2015 From: bote_radio at botecomm.com (Bote Man) Date: Mon, 23 Feb 2015 20:18:26 -0500 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: <1424708076.8750.YahooMailBasic@web160201.mail.bf1.yahoo.com> References: <1424708076.8750.YahooMailBasic@web160201.mail.bf1.yahoo.com> Message-ID: <012701d04fcf$cb087ca0$611975e0$@botecomm.com> Actually, the vanilla configuration files that come with FreeSWITCH allow you to run it as-is. Where to go from here depends entirely on your needs. Start with vars.xml to set global constants. Most are commented sufficiently in the file. Then the sip_profiles allow you to tweak any settings, where each profile represents a unique i.p. address and port on your system. The directory contains known stations that will register with FS and contains 20 example extensions from 1000 through 1019 to get you started, but by no means limits you. The dialplan has a gazillion examples, many of which you should move to other files to hold them and simplify your learning and troubleshooting. Then just play with it to understand how to read the log output and explore how changes to the configuration files affect the operation of FreeSWITCH. This can be invaluable later on when you need to make changes or troubleshoot a live production switch. The Confluence wiki is growing and should give you a good start: http://freeswitch.org/confluence Bote -----Original Message----- From: T Fred Farmington Sent: Monday, 23 February, 2015 11:15 Subject: [Freeswitch-users] Where to go from here? Thank you for your replies I just now copied my FreeSWITCH.log data into the pastebin. Since I had just done a full Re-Install of my FreeSWITCH thereby removing any previous modification attempts, I did not include my dialplan, internal & external xml files. They are now just the after-install defaults. I did that Re-Install out of frustration due to my previous xml file modifications only introducing more problems and solving none. I need to understand: 1. Which xml files to modify and which ones to leave alone 2. How/Where to modify these xml files I sincerely thank you for your assistance. TF From jason at dickson.st Tue Feb 24 05:52:26 2015 From: jason at dickson.st (Jason Lewis) Date: Tue, 24 Feb 2015 13:52:26 +1100 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: References: <54E6B9A1.20708@dickson.st> <54EA5B78.3010504@dickson.st> Message-ID: <54EBE76A.2040709@dickson.st> Thanks Sergey, I had configured the domain variable to the fqdn of the machine. I eventually got it working though, I was missing two key lines from my user config: I'm not sure how I managed to miss those but anyway, that seems to have resolved things. It seems as though vm-mailfrom is still being ignored though. Currently I have it set to: but voicemails get delivered from: 1001 at freeswitch.xyz.com.au Is this worth investigating further? Jason Sergey Safarov wrote on 23/02/2015 5:05 PM: > Try configure "domain" variable in vars.xml > > > > After it verify that user registered with domain name > > freeswitch at internal> sofia status profile internal reg > > Registrations: > ================================================================================================= > Call-ID: 1B26-2327-466848134BEBC9719CDE-002 at SipHost > User: 1201 at you_domain_name > Contact: "1201" > > Agent: 204 12-3868-2416-0.10.56.1-DS > Status: Registered(UDP-NAT)(unknown) EXP(2015-02-23 06:05:22) > EXPSECS(139) > Ping-Status:Reachable > Host: fs1.you_domain_name > IP: 10.21.18.22 > Port: 5060 > Auth-User: 1201 > Auth-Realm: you_domain_name > MWI-Account:1201 at you_domain_name > > Sergey > > > On Mon, Feb 23, 2015 at 1:43 AM, Jason Lewis > wrote: > > So I've managed to see some output from the sendmail program in > the FS logs. It appears that my fs instance isn't correctly > setting its domain? > > the FS box has a fqdn, and I also set the domain parameter in the > vars.xml file, but still the voicemail is sent with a from address > of an IP address. > > Any ideas? > > Net::SMTP>>> Net::SMTP(2.33) > Net::SMTP>>> Net::Cmd(2.30) > Net::SMTP>>> Exporter(5.71) > Net::SMTP>>> IO::Socket::INET(1.35) > Net::SMTP>>> IO::Socket(1.37) > Net::SMTP>>> IO::Handle(1.35) > Net::SMTP=GLOB(0x23f7748)<<< 220 mb.xyz.com.au > ESMTP Postfix (Debian/GNU) > Net::SMTP=GLOB(0x23f7748)>>> EHLO localhost.localdomain > Net::SMTP=GLOB(0x23f7748)<<< 250-mb.bongalong.st > > Net::SMTP=GLOB(0x23f7748)<<< 250-PIPELINING > Net::SMTP=GLOB(0x23f7748)<<< 250-SIZE 10240000 > Net::SMTP=GLOB(0x23f7748)<<< 250-VRFY > Net::SMTP=GLOB(0x23f7748)<<< 250-ETRN > Net::SMTP=GLOB(0x23f7748)<<< 250-STARTTLS > Net::SMTP=GLOB(0x23f7748)<<< 250-ENHANCEDSTATUSCODES > Net::SMTP=GLOB(0x23f7748)<<< 250-8BITMIME > Net::SMTP=GLOB(0x23f7748)<<< 250 DSN > Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> > > Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax > Net::SMTP=GLOB(0x23f7748)>>> RCPT TO: > > Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need MAIL command > Net::SMTP=GLOB(0x23f7748)>>> DATA > Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need RCPT command > Net::SMTP=GLOB(0x23f7748)>>> QUIT > Net::SMTP=GLOB(0x23f7748)<<< 221 2.0.0 Bye > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 > Session 3 (loopback/voicemail-a) Ended > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 > Close Channel loopback/voicemail-a [CS_DESTROY] > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 > Session 4 (loopback/voicemail-b) Ended > 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 > Close Channel loopback/voicemail-b [CS_DESTROY] > > > On 20/02/2015 7:10 pm, Sergey Safarov wrote: >> >> You mailer is not understand "mailer-app-args" has been >> configured in "switch.conf.xml" >> >> Remove extra arg or add required >> >> >> ??, 20 ????. 2015, 7:49, Jason Lewis > >: >> >> Hi, >> >> I've been trying to make freeswitch email voicemails but as >> far as I can >> tell, it never even calls sendmail. >> >> I have setting mailer-app to "sendmail" and >> "/usr/sbin/sendmail" to no >> avail. I can successfully send an email from the commandline >> using >> sendmail. (sendmail in this case is provided by postfix) >> >> I see no emails in the postfix mail logs when I leave a >> voicemail message. >> >> I also tried creating a shell just to see if it even gets >> called from >> fs, but it does not get called when a voicemail is deposited: >> #!/bin/bash >> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >> >> After every change, I have run reloadxml and reload >> mod_voicemail. I >> have also tried restarting freeswitch. >> >> I am running the debian packages of FreeSWITCH Version >> 1.4.15-1~64bit >> (-1 64bit) >> >> my configuration is based on the vanilla configuration with >> only very >> minor changes. >> >> I'm at a loss as to how to debug further, but I'm pretty sure the >> mailer-app is never called. Is there some setting I'm missing or >> something obvious I'm not doing? >> >> >> My config: >> 1001.xml: >> >> >> >> >> >> >> > value="vm at freeswitch.xyz.com.au >> "/> >> >> >> >> > value="domestic,international,local"/> >> >> >> > value="Extension 1001"/> >> >> > value="$${outbound_caller_name}"/> >> > value="$${outbound_caller_id}"/> >> >> >> >> >> >> and in switch.conf.xml I have the following set: >> >> >> >> >> >> I made a log at level 7 and put it on the pastebin: >> >> https://pastebin.freeswitch.org/23921 >> >> >> Jason Lewis >> http://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > -- > Jason Lewis > http://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -- Jason Lewis http://emacstragic.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/d8c6e5fe/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 834 bytes Desc: OpenPGP digital signature Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/d8c6e5fe/attachment-0001.bin From jdayola at spingine.com Tue Feb 24 09:39:35 2015 From: jdayola at spingine.com (jdayola at spingine.com) Date: Tue, 24 Feb 2015 14:39:35 +0800 Subject: [Freeswitch-users] freeswitch + flashphoner web call server In-Reply-To: <54EB5601.4070504@freeswitch.org> References: <12f8f87df41ead55280e0b4731aecd4c@spingine.com> <54EB5601.4070504@freeswitch.org> Message-ID: Actually I was able to make calls using the flashphoner client that I registered to my freeswitch server. My problem is how to make it work using my own flex client. Im not entirely sure if I even need flashphoner web call server for my problem. Im using fusionpbx on top of freeswitch. I already had a working callcenter setup using xlite or zoiper for testing environment. When I started using a flex client as replacement for the xlite/zoiper client the agents can no longer receive the calls. I already enabled mod_rtmp but It looks like im missing something. I've already read the mod_rtmp enty but Im still a bit confused. Sorry Im still a noob at this. On 2015-02-24 12:32 am, I put the Who? in Mishehu wrote: > Just curious to know if FreeSWITCH's mod_rtmp didn't fit your needs. > I've tested some of Flashphoner's products against FreeSWITCH (the > products sent SIP calls to my FreeSWITCH), but for my needs I never > needed nor desired the extra hop in there. Of course, if you meant > RTMFP instead of RTMP, then I could understand easily why you are using > the extra hop. I don't remember exactly though how it was that I set > that up as it was a couple years ago. My guess is that Flashphoner > registered each client as a SIP registration to my FreeSWITCH. If that > is the case, then you need to set up entries in the appropriate > directory include directory under directory/${directoryname} > > -- > Yossi Neiman > > On 02/23/2015 08:09 AM, jdayola at spingine.com wrote: > >> Hi Guys, >> >> Have anyone tried using flashphoner web call server? I already have a >> freeswitch and a flashponer webcallserver running. My problem is how >> to >> make freeswitch use the flashphoner webcallserver. Which freeswitch >> xml >> file do I need to edit to make use of the flashphoner webcallserver. >> Im >> using a flex phone client for my flex desktop application. Do you have >> any suggestions on the best approach for sip to rtmp gateway? >> >> Regards, >> jdayola >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 gb at cm.nl Tue Feb 24 11:19:00 2015 From: gb at cm.nl (Grant Bagdasarian) Date: Tue, 24 Feb 2015 08:19:00 +0000 Subject: [Freeswitch-users] ESL and Event Socket for .NET In-Reply-To: <004601d04f75$304f3690$90eda3b0$@botecomm.com> References: <00ea9115-2a0a-410f-8224-8c142720bf06@drkngs.net> <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> <004601d04f75$304f3690$90eda3b0$@botecomm.com> Message-ID: <00a729f96bc6464f98836f5d30c7b14c@CM-EX-V01.cm.local> I used procmon.exe to monitor the executable and which files it loads. It showed it loaded the ESL.DLL successfully. I even made the user administrator on the server, but that didn?t work either. After searching the internet for a while, I came across this: https://github.com/danbarua/NEventSocket This guy made a pretty neat .NET API using Rx and no use of ManagedEsl, ESL.DLL. I didn?t know that was possible. The ESL libraries have given me a lot of trouble ?. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Bote Man Sent: Monday, February 23, 2015 3:30 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET My best guess is that it is a permissions problem, either the FS process can?t access the directory or the file itself. Bote From: Grant Bagdasarian Sent: Monday, 23 February, 2015 06:24 Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Hello, This seems to be a very old thread, but I?m experiencing the same error like the one below. I?m using the ManagedEsl and ESL.dll from 1.4.15. I?ve compiled both myself and they work on my development machine. The application is contained in a Windows Service, and when installed on a production server as a Service, I get the same error ?Unable to load DSLL ?ESL???. I ran procmon.exe to see if the application executable could find the ESL.dll, and it could, so I don?t know why this error occurs. Any ideas? Grant From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ira Tessler Sent: Friday, October 31, 2014 8:19 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Dave - Can you compile a new version? I tried with VS 2013 and get the following error when running my application: System.TypeInitializationException: The type initializer for 'ESLPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'ESL': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at ESLPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_ESL(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) at ESLPINVOKE.SWIGExceptionHelper..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.SWIGExceptionHelper..ctor() at ESLPINVOKE..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.new_ESLconnection__SWIG_3(String jarg1, String jarg2, String jarg3) at ESLconnection..ctor(String host, String port, String password) at CallRecordingEvent.PollEvents.InboundMode(String serverName, String eslPrivateIPAddress, String eslPort, String eslPassword) in c:\Users\ira\Source\Workspaces\Freeswitch\Freeswitch\CallRecordingEvent\PollEvents.cs:line 38 Ira Tessler ira at connectmevoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/f56ad9a9/attachment.html From chris at ghosttelecom.com Tue Feb 24 11:55:06 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Tue, 24 Feb 2015 08:55:06 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com>, Message-ID: <1424768106775.46283@ghosttelecom.com> Hi As I understand it you install the relevant drivers and then install freeswitch which detects the presence of the drivers and compiles appropriately? I have compiled a number of times as I have changed versions to test. Is there some way I can tell if it has compiled with odbc? Is there a way to force it? ? Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Brian West Sent: 23 February 2015 18:45 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Probably helpful if you compile FreeSWITCH with ODBC support! :) On Mon, Feb 23, 2015 at 10:54 AM, Chris Martineau > wrote: Hi, Thanks for responding. Tried that. I assume you are looking for traffic arriving at the db server? Either way, this filter shows nothing at the source end and and nothing at the destination either when completing a call. I have added some log entries to track what was happening. Here are the errors with the dsn set up as normal... Loading... 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC Database! 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve handle2: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve handle1: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] ? And just with the dsn name... Loading... 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [no such table: accounts] UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE billingid='1204' and plan='0' 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] no such table: accounts 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] Here is the isql output. This is with USER and PASSWORD set in odbc.ini but the above errors are the same whether they are set or not in the ini file. [root at GC007MS ~]# isql freeswitch +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> ^C Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org > on behalf of Sergey Safarov > Sent: 23 February 2015 16:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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/20150224/5d40f13e/attachment-0001.html From chris at ghosttelecom.com Tue Feb 24 11:56:44 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Tue, 24 Feb 2015 08:56:44 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com>, Message-ID: <1424768204390.59216@ghosttelecom.com> Hi, Both have same odbc.ini isql and other machines work with the same user so permissions must be okay. Thanks Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Luis Daniel Lucio Quiroz Sent: 23 February 2015 17:26 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? As far as I remember do next 1. Same odbc.ini on both servers 2. Be sure mysql user has permitions LD On Feb 23, 2015 11:55 AM, "Chris Martineau" > wrote: Hi, Thanks for responding. Tried that. I assume you are looking for traffic arriving at the db server? Either way, this filter shows nothing at the source end and and nothing at the destination either when completing a call. I have added some log entries to track what was happening. Here are the errors with the dsn set up as normal... Loading... 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC Database! 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve handle2: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve handle1: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] And just with the dsn name... Loading... 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [no such table: accounts] UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE billingid='1204' and plan='0' 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] no such table: accounts 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] Here is the isql output. This is with USER and PASSWORD set in odbc.ini but the above errors are the same whether they are set or not in the ini file. [root at GC007MS ~]# isql freeswitch +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> ^C Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org > on behalf of Sergey Safarov > Sent: 23 February 2015 16:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150224/7e446072/attachment.html From chris at ghosttelecom.com Tue Feb 24 12:36:00 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Tue, 24 Feb 2015 09:36:00 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com>, Message-ID: <1424770560059.94479@ghosttelecom.com> Did a grep on the configure and got this, so I assume it is in there? [root at GC007MS freeswitch.git]# ./configure | grep odbc checking for odbc header in /usr/include... found checking for SQLDisconnect in -lodbc... yes checking whether to include odbc... yes ?Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Brian West Sent: 23 February 2015 18:45 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Probably helpful if you compile FreeSWITCH with ODBC support! :) On Mon, Feb 23, 2015 at 10:54 AM, Chris Martineau > wrote: Hi, Thanks for responding. Tried that. I assume you are looking for traffic arriving at the db server? Either way, this filter shows nothing at the source end and and nothing at the destination either when completing a call. I have added some log entries to track what was happening. Here are the errors with the dsn set up as normal... Loading... 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC Database! 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve handle2: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve handle1: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] ? And just with the dsn name... Loading... 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [no such table: accounts] UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE billingid='1204' and plan='0' 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] no such table: accounts 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] Here is the isql output. This is with USER and PASSWORD set in odbc.ini but the above errors are the same whether they are set or not in the ini file. [root at GC007MS ~]# isql freeswitch +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> ^C Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org > on behalf of Sergey Safarov > Sent: 23 February 2015 16:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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/20150224/a7fe7bd7/attachment-0001.html From chris at ghosttelecom.com Tue Feb 24 12:58:14 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Tue, 24 Feb 2015 09:58:14 +0000 Subject: [Freeswitch-users] Nibblebill issues on centos 6? In-Reply-To: References: <1424688503339.68739@ghosttelecom.com> <1424710495674.9237@ghosttelecom.com>, Message-ID: <1424771894866.87010@ghosttelecom.com> ?After going into the directory and doing a ./configure and make it now works. However when I did it via the global makefile from the freeswitch install site which creates everything it didn't work. I did this for head and 1.4 after the drivers had been install so did this more than once and neither built with odbc? Thanks Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Brian West Sent: 23 February 2015 18:45 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Probably helpful if you compile FreeSWITCH with ODBC support! :) On Mon, Feb 23, 2015 at 10:54 AM, Chris Martineau > wrote: Hi, Thanks for responding. Tried that. I assume you are looking for traffic arriving at the db server? Either way, this filter shows nothing at the source end and and nothing at the destination either when completing a call. I have added some log entries to track what was happening. Here are the errors with the dsn set up as normal... Loading... 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:32:21.693244 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:32:21.693244 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:32:21.693244 [CRIT] mod_nibblebill.c:294 Cannot Open ODBC Database! 2015-02-23 16:32:21.693244 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:202 Unable to retrieve handle2: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch:opensips:opensipsrw] Global: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [CRIT] switch_core_sqldb.c:482 Failure! ODBC NOT AVAILABLE! Can't connect to DSN freeswitch 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:183 Unable to retrieve handle1: [freeswitch:opensips:opensipsrw] 2015-02-23 16:45:38.933258 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] ? And just with the dsn name... Loading... 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1935 Stopping: mod_nibblebill 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1955 mod_nibblebill unloaded. 2015-02-23 16:33:37.473239 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:33:37.473239 [CONSOLE] switch_loadable_module.c:1465 Successfully Loaded [mod_nibblebill] Call end... 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:195 Reached here okay2: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [no such table: accounts] UPDATE accounts SET balance=balance-round(0.030000+0.0004,3) WHERE billingid='1204' and plan='0' 2015-02-23 16:34:10.793251 [CRIT] mod_nibblebill.c:584 Failed to log to database! 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:147 Handle using: [freeswitch] Global: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:176 Reached here okay1: [freeswitch] 2015-02-23 16:34:10.793251 [ERR] switch_core_sqldb.c:1196 SQL ERR: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] no such table: accounts 2015-02-23 16:34:10.793251 [ERR] mod_nibblebill.c:429 Error running this query: [SELECT balance AS nibble_balance FROM accounts WHERE billingid='1204' and plan='0'] Here is the isql output. This is with USER and PASSWORD set in odbc.ini but the above errors are the same whether they are set or not in the ini file. [root at GC007MS ~]# isql freeswitch +---------------------------------------+ | Connected! | | | | sql-statement | | help [tablename] | | quit | | | +---------------------------------------+ SQL> ^C Regards Chris ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org > on behalf of Sergey Safarov > Sent: 23 February 2015 16:00 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Nibblebill issues on centos 6? Can you save tcpdump of mysql connection and parce it in wireshark? tcpdump -ni eth0 port 3306 -s 65535 -w /tmp/mysql.pcap I think FS has compiled with version of mysql lib is different then used server on CentOS 5 On Mon, Feb 23, 2015 at 1:48 PM, Chris Martineau > wrote: Hi, Anyone come across any issues using nibblebill on centos 6 to a remote Mysql DB on Centos 5? Doesn't matter what version of Freeswitch I am using, if I deploy it on our existing centos 5 servers to a mysql db deployed also on a centos 5 server it works fine. If I deploy on a centos 6 platform I get strange issues with the odbc interface. ISQL connection works fine but when I plug the details into the dsn in the nibblebill configuration it doesn't work? If I try dsn freeswitch:user:passwd then the module fails to initialise the database and complains that it cannot connect to odbc. The only combination that works is just setting dsn to freeswitch which seems to get by the db handle code but then fails with a 'cannot find table' error. The first configuration works fine on centos 5 with the same software and config and to the same remote db. The only difference I can see is the odbc drivers which are later versions on centos6. Could this be something to do with new passwords formats on mysql? The versions of mysql being used are using the old format but setting the old_passwords entry in my.cnf makes no difference, set or unset. Any ideas? Regards Chris _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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/20150224/abd20581/attachment-0001.html From fdelawarde at wirelessmundi.com Tue Feb 24 14:12:10 2015 From: fdelawarde at wirelessmundi.com (=?windows-1252?Q?Fran=E7ois?=) Date: Tue, 24 Feb 2015 12:12:10 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: <54E887C7.1090206@coppice.org> References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> <54E770ED.30609@wirelessmundi.com> <54E887C7.1090206@coppice.org> Message-ID: <54EC5C8A.5080208@wirelessmundi.com> Of course a modem over GSM wouldn't be able to handle V32 rates. Sorry for the simplification, I was talking about CSD which is actually digital (the thing that was there even before GPRS/EDGE). As you said, the network has an interface that converts it to V32 to communicate with analog landline modems... Still in place here in Spain, used for small sensors like telemedecine... Regards, Fran?ois. On 02/21/2015 02:27 PM, Steve Underwood wrote: > I wonder what you mean by using V.32 over a GSM modem? A GSM voice > channel cannot handle V.32. In the past many GSM networks had a modem > adaptor at the interface between the telephone network and the GSM > network, but I don't think many of those are still in place. > > Regards, > Steve > > On 02/21/2015 01:37 AM, Fran?ois wrote: >> I don't know about v.150, but lots of devices (telecare and other >> sh..ty IoT stuff) use V32 over crappy GSM modems. Right now can't talk >> to those without a "real" modem. >> >> Yeah, I know in 2015 they should be using IP over modern data >> connections (or even GPRS), but you know how it is... >> >> AFAIK, SpanDSP seems to be missing those "data modem" stuff (V32 at >> 9600 and V92 at 56k)... >> >> Fran?ois. >> >> >> On 02/20/2015 05:13 PM, Michael Jerris wrote: >>> One of the reasons that has kept any work ever happening on this is >>> we can't seem to find a single device that actually claims to support >>> v.150. Spandsp already has quite a bit of the modem code for 9600 >>> and 14400 but its not exposed to a data modem interface. >>> >>> >>>> On Feb 20, 2015, at 11:08 AM, Brian West >>> > wrote: >>>> >>>> You want v.150.1, GOOD LUCK! >>>> >>>> On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois >>>> > >>>> wrote: >>>> >>>> Interesting.. Looks like some type of T38 for data-modem over >>>> VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. >>>> >>>> Also I was thinking of using a PRI line (freetdm) to avoid VoIP >>>> issues. >>>> >>>> Thanks, >>>> Fran?ois. >>>> >>>> >>>> On 02/20/2015 03:53 PM, Sergey Safarov wrote: >>>>> I not know FS support this scenario but this may be help you >>>>> >>>>> http://www.voip-info.org/wiki/view/Modem+over+VOIP >>>>> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >>>>> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >>>>> >>>>> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >>>>> >>>> > wrote: >>>>> >>>>> Self answer: Apparently SpanDSP does not support V32 nor >>>>> V90/V92. >>>>> >>>>> Also I can't seem to find any other solution. The objective >>>>> was to fetch >>>>> data from remote GSM sensors using simple protocols over >>>>> V32 and similar... >>>>> >>>>> Fran?ois. >>>>> >>>>> >>>>> On 02/20/2015 11:07 AM, Fran?ois wrote: >>>>> > Hi all, >>>>> > >>>>> > As seen in the HylaFax wiki entry, mod_spandsp can be >>>>> used as a soft-modem. >>>>> > https://wiki.freeswitch.org/wiki/HylaFax >>>>> > >>>>> > Can it also be used as a data modem (not just fax modem) >>>>> with V32, V92 >>>>> > or similar protocols? >>>>> > >>>>> > If not, does anyone know of any data-modem software that >>>>> could work >>>>> > along with FreeSWITCH? >>>>> > >>>>> > Thanks, >>>>> > Fran?ois. >>>>> > >>>>> > >>>>> _________________________________________________________________________ >>>>> > Professional FreeSWITCH Consulting Services: >>>>> > consulting at freeswitch.org >>>>> > http://www.freeswitchsolutions.com >>>>> >>>>> > >>>>> > Official FreeSWITCH Sites >>>>> > http://www.freeswitch.org >>>>> > http://confluence.freeswitch.org >>>>> >>>>> > http://www.cluecon.com >>>>> > >>>>> > FreeSWITCH-users mailing list >>>>> > FreeSWITCH-users at 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 >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> */Brian West/* >>>> brian at freeswitch.org >>>> >>>> >>>> */Twitter: @FreeSWITCH , @briankwest/* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 fdelawarde at wirelessmundi.com Tue Feb 24 14:22:35 2015 From: fdelawarde at wirelessmundi.com (=?windows-1252?Q?Fran=E7ois?=) Date: Tue, 24 Feb 2015 12:22:35 +0100 Subject: [Freeswitch-users] Data modem (V32, V92) with SpanDSP In-Reply-To: References: <54E70747.4050301@wirelessmundi.com> <54E7467D.8030105@wirelessmundi.com> <54E74F17.2090103@wirelessmundi.com> <1AD58244-FBC7-43C9-85CB-C4B562DD47CA@jerris.com> <54E770ED.30609@wirelessmundi.com> Message-ID: <54EC5EFB.3060904@wirelessmundi.com> Actually it's digital but later converted for compatibility with analog modems, but your point is still valid! Unfortunately, things don't get dropped as soon as we'd like them to... Think about that abomination called T.38, when we've had email since the 70s! :-S Fran?ois. On 02/20/2015 09:39 PM, Brian West wrote: > Yes audio inside of a data connection over a data connection is how it > should be done. /me bashes head on desk, this seems futile... There > is this thin called the INTERNET, its already a data network, we > should probably start using it! :P > > On Fri, Feb 20, 2015 at 11:37 AM, Fran?ois > > > wrote: > > I don't know about v.150, but lots of devices (telecare and other > sh..ty IoT stuff) use V32 over crappy GSM modems. Right now can't > talk to those without a "real" modem. > > Yeah, I know in 2015 they should be using IP over modern data > connections (or even GPRS), but you know how it is... > > AFAIK, SpanDSP seems to be missing those "data modem" stuff (V32 > at 9600 and V92 at 56k)... > > Fran?ois. > > > > On 02/20/2015 05:13 PM, Michael Jerris wrote: >> One of the reasons that has kept any work ever happening on this >> is we can't seem to find a single device that actually claims to >> support v.150. Spandsp already has quite a bit of the modem code >> for 9600 and 14400 but its not exposed to a data modem interface. >> >> >>> On Feb 20, 2015, at 11:08 AM, Brian West >> > wrote: >>> >>> You want v.150.1, GOOD LUCK! >>> >>> On Fri, Feb 20, 2015 at 9:13 AM, Fran?ois >>> >> > wrote: >>> >>> Interesting.. Looks like some type of T38 for data-modem >>> over VoIP. Unfortunately FS/SpanDSP don't support this AFAIK. >>> >>> Also I was thinking of using a PRI line (freetdm) to avoid >>> VoIP issues. >>> >>> Thanks, >>> Fran?ois. >>> >>> >>> On 02/20/2015 03:53 PM, Sergey Safarov wrote: >>>> I not know FS support this scenario but this may be help you >>>> >>>> http://www.voip-info.org/wiki/view/Modem+over+VOIP >>>> http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t4/mer_cg_15_1_4M.html >>>> https://support.sonus.net/display/VXDOC/V.150.1+Device+Support >>>> >>>> On Fri, Feb 20, 2015 at 5:36 PM, Fran?ois >>>> >>> > wrote: >>>> >>>> Self answer: Apparently SpanDSP does not support V32 >>>> nor V90/V92. >>>> >>>> Also I can't seem to find any other solution. The >>>> objective was to fetch >>>> data from remote GSM sensors using simple protocols >>>> over V32 and similar... >>>> >>>> Fran?ois. >>>> >>>> >>>> On 02/20/2015 11:07 AM, Fran?ois wrote: >>>> > Hi all, >>>> > >>>> > As seen in the HylaFax wiki entry, mod_spandsp can be >>>> used as a soft-modem. >>>> > https://wiki.freeswitch.org/wiki/HylaFax >>>> > >>>> > Can it also be used as a data modem (not just fax >>>> modem) with V32, V92 >>>> > or similar protocols? >>>> > >>>> > If not, does anyone know of any data-modem software >>>> that could work >>>> > along with FreeSWITCH? >>>> > >>>> > Thanks, >>>> > Fran?ois. >>>> > >>>> > >>>> _________________________________________________________________________ >>>> > Professional FreeSWITCH Consulting Services: >>>> > consulting at freeswitch.org >>>> >>>> > http://www.freeswitchsolutions.com >>>> >>>> > >>>> > Official FreeSWITCH Sites >>>> > http://www.freeswitch.org >>>> > http://confluence.freeswitch.org >>>> >>>> > http://www.cluecon.com >>>> > >>>> > FreeSWITCH-users mailing list >>>> > FreeSWITCH-users at 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 >>> >>> >>> >>> >>> -- >>> >>> */Brian West/* >>> brian at freeswitch.org >>> >>> >>> */Twitter: @FreeSWITCH , @briankwest/* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> >>> *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 > > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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/20150224/ed5e8875/attachment-0001.html From steveayre at gmail.com Tue Feb 24 15:14:35 2015 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 24 Feb 2015 12:14:35 +0000 Subject: [Freeswitch-users] To and From fields in SIP OPTIONS In-Reply-To: References: Message-ID: I have a vendor gateway that also does this. While we're going to be making a feature request that it accepts pings to the gateway address, currently their pings only respond if you ping an extension that actually exists on the gateway. On 23 February 2015 at 19:14, Stanislav Sinyagin wrote: > The vendor seems to expect a valid username in To field. At the moment we > had to disable pings, because the remote side replied with Forbidden and > put our address to a blacklist. I will dig for more details. > On Feb 23, 2015 5:05 PM, "Brian West" wrote: > >> Those are perfectly valid OPTIONS packets, how exactly is the vendor >> claiming it breaks them? >> >> On Mon, Feb 23, 2015 at 4:14 AM, Stanislav Sinyagin >> wrote: >> >>> It appears that in the OPTIONS ping packet, To and From fields contain >>> only the domain name. >>> >>> In sofia.c: >>> >>> if (ping_freq) { >>> if (ping_freq >= 5) { >>> gateway->ping_freq = ping_freq; >>> gateway->ping_max = ping_max; >>> gateway->ping_min = ping_min; >>> gateway->ping_monitoring = ping_monitoring; >>> gateway->ping = switch_epoch_time_now(NULL) + >>> ping_freq; >>> gateway->options_to_uri = >>> switch_core_sprintf(gateway->pool, "", >>> !zstr(from_domain) ? from_domain : proxy); >>> gateway->options_from_uri = gateway->options_to_uri; >>> } else { >>> switch_log_printf(SWITCH_CHANNEL_LOG, >>> SWITCH_LOG_ERROR, "ERROR: invalid ping!\n"); >>> } >>> } >>> >>> >>> >>> Is there a reason why To and From fields don;t contain the register >>> username? This seems to break some other vendor gateways. >>> >>> >>> thanks, >>> stan >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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/20150224/3d4d7119/attachment.html From victor.medina at cibersys.com Tue Feb 24 16:20:36 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 08:50:36 -0430 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) In-Reply-To: References: Message-ID: Reading on this issues... I am also testing Freeswitch for WebRTC, currently on 1.4.15+git~20141229T185951Z~507a0f22c5~64bit (git 507a0f2 2014-12-29 18:59:51Z 64bit). I noted some estrange behavior but was going to check them before posting in case was my fault for misconfiguring it. .- I can call from one softphone to the webrtc endpoint using JsSIP, but WebRTC to softphone won't work .- I tried compilling master on Ubuntu LTS, but I simply won't, libzrtp issues Ill report em as soon as Im done with this email. The thing is thata very same machine builds 1.4 just fine, even with the same modules.conf. 2015-02-23 11:39 GMT-04:30 Brian West : > You also don't outline which rev of FreeSWITCH you're running, If you're > using WebRTC you MUST, I repeat MUST MUST MUST run master. If the issue > persists, file a JIRA with all the details of the issue you're > experiencing. > > On Mon, Feb 23, 2015 at 12:36 AM, Sergey Safarov > wrote: > >> Probably FS trying establish connection with different IP addresses >> (54.187.44.182, 67.180.21.132, 166.170.42.141) and has not getting >> response. When timeout reached FS trying next IP address. >> Verify it by command >> tcpdump -ni host 54.187.44.182 or host >> 67.180.21.132 or host 166.170.42.141 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/5942e8a3/attachment.html From victor.medina at cibersys.com Tue Feb 24 16:39:10 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 09:09:10 -0430 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP Message-ID: Hi guys. Im getting errors when trying to build FS_MASTER with libZRTP. Im using Ubuntu LTS. libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ libcryptomath.la" "libcryptomath.la" ) gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || echo './'`tables/aes_tables.c mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto -lcrypto -lcrypto libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. ./.libs/libcryptomath.a -lssl -lcrypto make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo CCLD libfreeswitch_spandsp.la *** Warning: Linking the shared library libfreeswitch_spandsp.la against the *** static library libs/libzrtp/third_party/bnlib/libbn.a is not portable! cd libs/libzrtp && make make[1]: Entering directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such file or directory Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or directory Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or directory Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or directory Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or directory Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or directory Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or directory Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or directory Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or directory Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or directory Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or directory Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file or directory Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or directory Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or directory Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or directory Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or directory Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or directory Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or directory Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or directory Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or directory Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or directory Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or directory Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file or directory Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such file or directory Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such file or directory Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file or directory Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file or directory Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or directory Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or directory make[1]: *** No rule to make target `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' make: *** [libs/libzrtp/libzrtp.a] Error 2 ?Thanks in advance.? -- V?ctor E. Medina M. Software [image: Zoiper Click2Dial]+58424 291 4561 [image: ve] BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/d5da24dd/attachment-0001.html From s.safarov at gmail.com Tue Feb 24 17:21:01 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 24 Feb 2015 18:21:01 +0400 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: <54EBE76A.2040709@dickson.st> References: <54E6B9A1.20708@dickson.st> <54EA5B78.3010504@dickson.st> <54EBE76A.2040709@dickson.st> Message-ID: If you want to FS correctly processed parameters vm-mailfrom and email-from, write a request to https://freeswitch.org/jira/ On Tue, Feb 24, 2015 at 5:52 AM, Jason Lewis wrote: > Thanks Sergey, > > I had configured the domain variable to the fqdn of the machine. I > eventually got it working though, I was missing two key lines from my user > config: > > > > I'm not sure how I managed to miss those but anyway, that seems to have > resolved things. > > It seems as though vm-mailfrom is still being ignored though. Currently I > have it set to: > > /> > > but voicemails get delivered from: > > 1001 at freeswitch.xyz.com.au > > Is this worth investigating further? > > Jason > > Sergey Safarov wrote on 23/02/2015 5:05 PM: > > Try configure "domain" variable in vars.xml > > > > After it verify that user registered with domain name > > freeswitch at internal> sofia status profile internal reg > > Registrations: > > ================================================================================================= > Call-ID: 1B26-2327-466848134BEBC9719CDE-002 at SipHost > User: 1201 at you_domain_name > Contact: "1201" > > Agent: 204 12-3868-2416-0.10.56.1-DS > Status: Registered(UDP-NAT)(unknown) EXP(2015-02-23 06:05:22) > EXPSECS(139) > Ping-Status: Reachable > Host: fs1.you_domain_name > IP: 10.21.18.22 > Port: 5060 > Auth-User: 1201 > Auth-Realm: you_domain_name > MWI-Account: 1201 at you_domain_name > > Sergey > > > On Mon, Feb 23, 2015 at 1:43 AM, Jason Lewis wrote: > >> So I've managed to see some output from the sendmail program in the FS >> logs. It appears that my fs instance isn't correctly setting its domain? >> >> the FS box has a fqdn, and I also set the domain parameter in the >> vars.xml file, but still the voicemail is sent with a from address of an IP >> address. >> >> Any ideas? >> >> Net::SMTP>>> Net::SMTP(2.33) >> Net::SMTP>>> Net::Cmd(2.30) >> Net::SMTP>>> Exporter(5.71) >> Net::SMTP>>> IO::Socket::INET(1.35) >> Net::SMTP>>> IO::Socket(1.37) >> Net::SMTP>>> IO::Handle(1.35) >> Net::SMTP=GLOB(0x23f7748)<<< 220 mb.xyz.com.au ESMTP Postfix (Debian/GNU) >> Net::SMTP=GLOB(0x23f7748)>>> EHLO localhost.localdomain >> Net::SMTP=GLOB(0x23f7748)<<< 250-mb.bongalong.st >> Net::SMTP=GLOB(0x23f7748)<<< 250-PIPELINING >> Net::SMTP=GLOB(0x23f7748)<<< 250-SIZE 10240000 >> Net::SMTP=GLOB(0x23f7748)<<< 250-VRFY >> Net::SMTP=GLOB(0x23f7748)<<< 250-ETRN >> Net::SMTP=GLOB(0x23f7748)<<< 250-STARTTLS >> Net::SMTP=GLOB(0x23f7748)<<< 250-ENHANCEDSTATUSCODES >> Net::SMTP=GLOB(0x23f7748)<<< 250-8BITMIME >> Net::SMTP=GLOB(0x23f7748)<<< 250 DSN >> Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> >> <1002 at 192.168.1.3> >> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax >> Net::SMTP=GLOB(0x23f7748)>>> RCPT TO: >> >> Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need MAIL command >> Net::SMTP=GLOB(0x23f7748)>>> DATA >> Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need RCPT command >> Net::SMTP=GLOB(0x23f7748)>>> QUIT >> Net::SMTP=GLOB(0x23f7748)<<< 221 2.0.0 Bye >> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 3 >> (loopback/voicemail-a) Ended >> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close >> Channel loopback/voicemail-a [CS_DESTROY] >> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 4 >> (loopback/voicemail-b) Ended >> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close >> Channel loopback/voicemail-b [CS_DESTROY] >> >> >> On 20/02/2015 7:10 pm, Sergey Safarov wrote: >> >> You mailer is not understand "mailer-app-args" has been configured in >> "switch.conf.xml" >> >> Remove extra arg or add required >> >> ??, 20 ????. 2015, 7:49, Jason Lewis : >> >>> Hi, >>> >>> I've been trying to make freeswitch email voicemails but as far as I can >>> tell, it never even calls sendmail. >>> >>> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no >>> avail. I can successfully send an email from the commandline using >>> sendmail. (sendmail in this case is provided by postfix) >>> >>> I see no emails in the postfix mail logs when I leave a voicemail >>> message. >>> >>> I also tried creating a shell just to see if it even gets called from >>> fs, but it does not get called when a voicemail is deposited: >>> #!/bin/bash >>> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >>> >>> After every change, I have run reloadxml and reload mod_voicemail. I >>> have also tried restarting freeswitch. >>> >>> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit >>> (-1 64bit) >>> >>> my configuration is based on the vanilla configuration with only very >>> minor changes. >>> >>> I'm at a loss as to how to debug further, but I'm pretty sure the >>> mailer-app is never called. Is there some setting I'm missing or >>> something obvious I'm not doing? >>> >>> >>> My config: >>> 1001.xml: >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >> value="$${outbound_caller_name}"/> >>> >> value="$${outbound_caller_id}"/> >>> >>> >>> >>> >>> >>> and in switch.conf.xml I have the following set: >>> >>> >>> >>> >>> >>> I made a log at level 7 and put it on the pastebin: >>> >>> https://pastebin.freeswitch.org/23921 >>> >>> >>> Jason Lewis >>> http://emacstragic.net >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> >> -- >> Jason Lewishttp://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > -- > Jason Lewishttp://emacstragic.net > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/e221d7ce/attachment-0001.html From alipey at gmail.com Tue Feb 24 17:50:51 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 24 Feb 2015 09:50:51 -0500 Subject: [Freeswitch-users] "Only 1 of the same file per channel please" Error message Message-ID: Hello, Can someone tell me why I get this error message time to time? I have no way to duplicate it in the lab but I see these errors time to time in production and I'm not sure what causes them. Thanks, Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/aa26a73b/attachment.html From victor.medina at cibersys.com Tue Feb 24 18:45:11 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 11:15:11 -0430 Subject: [Freeswitch-users] Testing WebRTC - FS/master Message-ID: Hi guys! I am currently testing WebRTC peers in FS/master. I am seeing some very strage messages in the console messages... ?2015-02-24 15:08:48.982146 [INFO] switch_core_media.c:5742 Activating VIDEO RTCP ICE 2015-02-24 15:08:48.982146 [NOTICE] switch_rtp.c:4012 Activating RTCP video ICE: a53ce8c8:e5uaURjkW7HYp2q9 192.168.0.22:60544 2015-02-24 15:08:48.982146 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS client 2015-02-24 15:08:48.982146 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/test001 at cibersys.me! 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose audio Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57540 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57541 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No audio RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539] 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote audio ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp audio addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose video Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57543 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57544 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No video RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542] 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote video ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp video addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5321 Activating Audio ICE 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP audio ICE: FdnOx4U9rnHRTmEB:9QvMJrEjEGezGFdk 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5364 Activating RTCP PORT 57539 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5372 Skipping RTCP ICE (Same as RTP) 2015-02-24 15:08:55.242147 [INFO] switch_rtp.c:3104 Activate RTP/RTCP audio DTLS server 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:4411 sofia/internal/7um30ccl at su3passsu9im.invalid Starting Video thread 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5691 Activating Video ICE 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP video ICE: HafKsDarj6JzQCem:D5srzbzvDWkbATuh 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5729 Activating VIDEO RTCP PORT 57542 mux 1 2015-02-24 15:08:55.262155 [INFO] switch_core_media.c:5739 Skipping VIDEO RTCP ICE (Same as VIDEO RTP) 2015-02-24 15:08:55.262155 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS server 2015-02-24 15:08:55.262155 [NOTICE] sofia.c:7484 Channel [sofia/internal/7um30ccl at su3passsu9im.invalid] has been answered 2015-02-24 15:08:55.262155 [NOTICE] switch_ivr_originate.c:3519 Channel [sofia/internal/test001 at cibersys.me] has been answered 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57542 to 208.84.81.64:9312 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57539 to 208.84.81.64:9311 2015-02-24 15:08:55.482147 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60538 to 208.84.81.64:9293 2015-02-24 15:08:55.662144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60542 to 208.84.81.64:9295 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2927 Changing audio DTLS state from HANDSHAKE to SETUP 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2835 audio Fingerprint Verified. 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3377 Activating Audio Secure RTP SEND 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3355 Activating Audio Secure RTP RECV 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2875 Changing audio DTLS state from SETUP to READY 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2927 Changing video DTLS state from HANDSHAKE to SETUP 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2835 video Fingerprint Verified. 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3377 Activating Video Secure RTP SEND 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3355 Activating Video Secure RTP RECV 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2875 Changing video DTLS state from SETUP to READY 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 video DTLS packet not written 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 audio DTLS packet not written 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 video DTLS packet not written 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 audio DTLS packet not written 2015-02-24 15:08:59.502152 [ERR] switch_rtp.c:2976 audio DTLS packet not written 2015-02-24 15:08:59.522149 [ERR] switch_rtp.c:2976 video DTLS packet not written 2015-02-24 15:09:03.502146 [ERR] switch_rtp.c:2976 audio DTLS packet not written 2015-02-24 15:09:03.582144 [ERR] switch_rtp.c:2976 video DTLS packet not written 2015-02-24 15:09:03.882145 [NOTICE] sofia.c:952 Hangup sofia/internal/7um30ccl at su3passsu9im.invalid [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] 2015-02-24 15:09:03.902145 [NOTICE] switch_ivr_bridge.c:1608 Hangup sofia/internal/test001 at cibersys.me [CS_EXECUTE] [NORMAL_CLEARING] 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 13 (sofia/internal/7um30ccl at su3passsu9im.invalid) Ended 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/7um30ccl at su3passsu9im.invalid [CS_DESTROY] 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 12 (sofia/internal/test001 at cibersys.me) Ended 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/test001 at cibersys.me [CS_DESTROY] Testing JsTry, Chrome & Firefox _LATEST_ 1.- I can call from WebRTC enpoint to WebRTC endpoint, WebRTC/Softphone(Zoiper Biz/Latest) & Softphone(Zoiper Biz/Latest)/WebRTC , no video, no audio, but calls are placed 2.- Testing the ECHO doesn't work neither I am suspecting some sort of NAT problem. Any advice? ? -- V?ctor E. Medina M. Software [image: Zoiper Click2Dial]+58424 291 4561 [image: ve] BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/f62962ef/attachment.html From flokrrr at gmail.com Tue Feb 24 18:47:22 2015 From: flokrrr at gmail.com (Florent Krieg) Date: Tue, 24 Feb 2015 16:47:22 +0100 Subject: [Freeswitch-users] Dealing with rtp_audio_in and out variables Message-ID: Hi there, Does anybody know if we can access rtp_audio_* variables from the dialplan (after a bridge is terminated for instance)? Or are they only available in the CDR (through mod_xml_cdr)? I'm talking about: [...] 169076 168732 983 981 72 0 0 0 2 0 [...] If it's possible to read them, could you tell me how? Thanks in advance Florent -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/e527257c/attachment.html From brian at freeswitch.org Tue Feb 24 18:51:34 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 24 Feb 2015 09:51:34 -0600 Subject: [Freeswitch-users] freeswitch never seems to call sendmail when trying to email voicemails In-Reply-To: References: <54E6B9A1.20708@dickson.st> <54EA5B78.3010504@dickson.st> <54EBE76A.2040709@dickson.st> Message-ID: When you file the JIRA please attach your voicemail.conf.xml. On Tue, Feb 24, 2015 at 8:21 AM, Sergey Safarov wrote: > If you want to FS correctly processed parameters vm-mailfrom > and email-from, write a request to https://freeswitch.org/jira/ > > On Tue, Feb 24, 2015 at 5:52 AM, Jason Lewis wrote: > >> Thanks Sergey, >> >> I had configured the domain variable to the fqdn of the machine. I >> eventually got it working though, I was missing two key lines from my user >> config: >> >> >> >> I'm not sure how I managed to miss those but anyway, that seems to have >> resolved things. >> >> It seems as though vm-mailfrom is still being ignored though. Currently I >> have it set to: >> >> > /> >> >> but voicemails get delivered from: >> >> 1001 at freeswitch.xyz.com.au >> >> Is this worth investigating further? >> >> Jason >> >> Sergey Safarov wrote on 23/02/2015 5:05 PM: >> >> Try configure "domain" variable in vars.xml >> >> >> >> After it verify that user registered with domain name >> >> freeswitch at internal> sofia status profile internal reg >> >> Registrations: >> >> ================================================================================================= >> Call-ID: 1B26-2327-466848134BEBC9719CDE-002 at SipHost >> User: 1201 at you_domain_name >> Contact: "1201" >> >> Agent: 204 12-3868-2416-0.10.56.1-DS >> Status: Registered(UDP-NAT)(unknown) EXP(2015-02-23 06:05:22) >> EXPSECS(139) >> Ping-Status: Reachable >> Host: fs1.you_domain_name >> IP: 10.21.18.22 >> Port: 5060 >> Auth-User: 1201 >> Auth-Realm: you_domain_name >> MWI-Account: 1201 at you_domain_name >> >> Sergey >> >> >> On Mon, Feb 23, 2015 at 1:43 AM, Jason Lewis wrote: >> >>> So I've managed to see some output from the sendmail program in the FS >>> logs. It appears that my fs instance isn't correctly setting its domain? >>> >>> the FS box has a fqdn, and I also set the domain parameter in the >>> vars.xml file, but still the voicemail is sent with a from address of an IP >>> address. >>> >>> Any ideas? >>> >>> Net::SMTP>>> Net::SMTP(2.33) >>> Net::SMTP>>> Net::Cmd(2.30) >>> Net::SMTP>>> Exporter(5.71) >>> Net::SMTP>>> IO::Socket::INET(1.35) >>> Net::SMTP>>> IO::Socket(1.37) >>> Net::SMTP>>> IO::Handle(1.35) >>> Net::SMTP=GLOB(0x23f7748)<<< 220 mb.xyz.com.au ESMTP Postfix >>> (Debian/GNU) >>> Net::SMTP=GLOB(0x23f7748)>>> EHLO localhost.localdomain >>> Net::SMTP=GLOB(0x23f7748)<<< 250-mb.bongalong.st >>> Net::SMTP=GLOB(0x23f7748)<<< 250-PIPELINING >>> Net::SMTP=GLOB(0x23f7748)<<< 250-SIZE 10240000 >>> Net::SMTP=GLOB(0x23f7748)<<< 250-VRFY >>> Net::SMTP=GLOB(0x23f7748)<<< 250-ETRN >>> Net::SMTP=GLOB(0x23f7748)<<< 250-STARTTLS >>> Net::SMTP=GLOB(0x23f7748)<<< 250-ENHANCEDSTATUSCODES >>> Net::SMTP=GLOB(0x23f7748)<<< 250-8BITMIME >>> Net::SMTP=GLOB(0x23f7748)<<< 250 DSN >>> Net::SMTP=GLOB(0x23f7748)>>> MAIL FROM:<1002 at 192.168.1.3> >>> <1002 at 192.168.1.3> >>> Net::SMTP=GLOB(0x23f7748)<<< 501 5.1.7 Bad sender address syntax >>> Net::SMTP=GLOB(0x23f7748)>>> RCPT TO: >>> >>> Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need MAIL command >>> Net::SMTP=GLOB(0x23f7748)>>> DATA >>> Net::SMTP=GLOB(0x23f7748)<<< 503 5.5.1 Error: need RCPT command >>> Net::SMTP=GLOB(0x23f7748)>>> QUIT >>> Net::SMTP=GLOB(0x23f7748)<<< 221 2.0.0 Bye >>> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 3 >>> (loopback/voicemail-a) Ended >>> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close >>> Channel loopback/voicemail-a [CS_DESTROY] >>> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1633 Session 4 >>> (loopback/voicemail-b) Ended >>> 2015-02-22 11:08:14.145852 [NOTICE] switch_core_session.c:1637 Close >>> Channel loopback/voicemail-b [CS_DESTROY] >>> >>> >>> On 20/02/2015 7:10 pm, Sergey Safarov wrote: >>> >>> You mailer is not understand "mailer-app-args" has been configured in >>> "switch.conf.xml" >>> >>> Remove extra arg or add required >>> >>> ??, 20 ????. 2015, 7:49, Jason Lewis : >>> >>>> Hi, >>>> >>>> I've been trying to make freeswitch email voicemails but as far as I can >>>> tell, it never even calls sendmail. >>>> >>>> I have setting mailer-app to "sendmail" and "/usr/sbin/sendmail" to no >>>> avail. I can successfully send an email from the commandline using >>>> sendmail. (sendmail in this case is provided by postfix) >>>> >>>> I see no emails in the postfix mail logs when I leave a voicemail >>>> message. >>>> >>>> I also tried creating a shell just to see if it even gets called from >>>> fs, but it does not get called when a voicemail is deposited: >>>> #!/bin/bash >>>> echo $(date --rfc-3339=ns): $* >> /tmp/freeswitchsendmail.log >>>> >>>> After every change, I have run reloadxml and reload mod_voicemail. I >>>> have also tried restarting freeswitch. >>>> >>>> I am running the debian packages of FreeSWITCH Version 1.4.15-1~64bit >>>> (-1 64bit) >>>> >>>> my configuration is based on the vanilla configuration with only very >>>> minor changes. >>>> >>>> I'm at a loss as to how to debug further, but I'm pretty sure the >>>> mailer-app is never called. Is there some setting I'm missing or >>>> something obvious I'm not doing? >>>> >>>> >>>> My config: >>>> 1001.xml: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> value="$${outbound_caller_name}"/> >>>> >>> value="$${outbound_caller_id}"/> >>>> >>>> >>>> >>>> >>>> >>>> and in switch.conf.xml I have the following set: >>>> >>>> >>>> >>>> >>>> >>>> I made a log at level 7 and put it on the pastebin: >>>> >>>> https://pastebin.freeswitch.org/23921 >>>> >>>> >>>> Jason Lewis >>>> http://emacstragic.net >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> >>> >>> -- >>> Jason Lewishttp://emacstragic.net >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> >> -- >> Jason Lewishttp://emacstragic.net >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150224/38ee2c08/attachment-0001.html From mike at jerris.com Tue Feb 24 19:58:21 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 11:58:21 -0500 Subject: [Freeswitch-users] freeswitch + flashphoner web call server In-Reply-To: References: <12f8f87df41ead55280e0b4731aecd4c@spingine.com> <54EB5601.4070504@freeswitch.org> Message-ID: maybe webrtc and mod_verto would be a good solution for you? > On Feb 24, 2015, at 1:39 AM, jdayola at spingine.com wrote: > > Actually I was able to make calls using the flashphoner client that I > registered to my freeswitch server. My problem is how to make it work > using my own flex client. Im not entirely sure if I even need > flashphoner web call server for my problem. Im using fusionpbx on top of > freeswitch. I already had a working callcenter setup using xlite or > zoiper for testing environment. When I started using a flex client as > replacement for the xlite/zoiper client the agents can no longer receive > the calls. I already enabled mod_rtmp but It looks like im missing > something. I've already read the mod_rtmp enty but Im still a bit > confused. Sorry Im still a noob at this. > > On 2015-02-24 12:32 am, I put the Who? in Mishehu wrote: >> Just curious to know if FreeSWITCH's mod_rtmp didn't fit your needs. >> I've tested some of Flashphoner's products against FreeSWITCH (the >> products sent SIP calls to my FreeSWITCH), but for my needs I never >> needed nor desired the extra hop in there. Of course, if you meant >> RTMFP instead of RTMP, then I could understand easily why you are using >> the extra hop. I don't remember exactly though how it was that I set >> that up as it was a couple years ago. My guess is that Flashphoner >> registered each client as a SIP registration to my FreeSWITCH. If that >> is the case, then you need to set up entries in the appropriate >> directory include directory under directory/${directoryname} >> >> -- >> Yossi Neiman >> >> On 02/23/2015 08:09 AM, jdayola at spingine.com wrote: >> >>> Hi Guys, >>> >>> Have anyone tried using flashphoner web call server? I already have a >>> freeswitch and a flashponer webcallserver running. My problem is how >>> to >>> make freeswitch use the flashphoner webcallserver. Which freeswitch >>> xml >>> file do I need to edit to make use of the flashphoner webcallserver. >>> Im >>> using a flex phone client for my flex desktop application. Do you have >>> any suggestions on the best approach for sip to rtmp gateway? >>> >>> Regards, >>> jdayola From mike at jerris.com Tue Feb 24 20:00:14 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 12:00:14 -0500 Subject: [Freeswitch-users] ESL and Event Socket for .NET In-Reply-To: <00a729f96bc6464f98836f5d30c7b14c@CM-EX-V01.cm.local> References: <00ea9115-2a0a-410f-8224-8c142720bf06@drkngs.net> <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> <004601d04f75$304f3690$90eda3b0$@botecomm.com> <00a729f96bc6464f98836f5d30c7b14c@CM-EX-V01.cm.local> Message-ID: Is it built against the debug c runtime lib? > On Feb 24, 2015, at 3:19 AM, Grant Bagdasarian wrote: > > I used procmon.exe to monitor the executable and which files it loads. It showed it loaded the ESL.DLL successfully. > I even made the user administrator on the server, but that didn?t work either. > > After searching the internet for a while, I came across this: https://github.com/danbarua/NEventSocket > This guy made a pretty neat .NET API using Rx and no use of ManagedEsl, ESL.DLL. I didn?t know that was possible. > The ESL libraries have given me a lot of trouble L. > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Bote Man > Sent: Monday, February 23, 2015 3:30 PM > To: 'FreeSWITCH Users Help' > Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET > > My best guess is that it is a permissions problem, either the FS process can?t access the directory or the file itself. > > Bote > > > From: Grant Bagdasarian > Sent: Monday, 23 February, 2015 06:24 > Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET > > Hello, > > This seems to be a very old thread, but I?m experiencing the same error like the one below. > I?m using the ManagedEsl and ESL.dll from 1.4.15. I?ve compiled both myself and they work on my development machine. > The application is contained in a Windows Service, and when installed on a production server as a Service, I get the same error ?Unable to load DSLL ?ESL???. > > I ran procmon.exe to see if the application executable could find the ESL.dll, and it could, so I don?t know why this error occurs. > > Any ideas? > > Grant > > From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of Ira Tessler > Sent: Friday, October 31, 2014 8:19 PM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET > > Dave - > > Can you compile a new version? I tried with VS 2013 and get the following error when running my application: > > System.TypeInitializationException: The type initializer for 'ESLPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'ESL': The specified module could not be found. (Exception from HRESULT: 0x8007007E) > at ESLPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_ESL(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) > at ESLPINVOKE.SWIGExceptionHelper..cctor() > --- End of inner exception stack trace --- > at ESLPINVOKE.SWIGExceptionHelper..ctor() > at ESLPINVOKE..cctor() > --- End of inner exception stack trace --- > at ESLPINVOKE.new_ESLconnection__SWIG_3(String jarg1, String jarg2, String jarg3) > at ESLconnection..ctor(String host, String port, String password) > at CallRecordingEvent.PollEvents.InboundMode(String serverName, String eslPrivateIPAddress, String eslPort, String eslPassword) in c:\Users\ira\Source\Workspaces\Freeswitch\Freeswitch\CallRecordingEvent\PollEvents.cs:line 38 > > Ira Tessler > ira at connectmevoice.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/0d0ee8b7/attachment.html From mike at jerris.com Tue Feb 24 20:06:31 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 12:06:31 -0500 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: Message-ID: which ubuntu version are you referring to? > On Feb 24, 2015, at 8:39 AM, Victor Medina wrote: > > Hi guys. > > Im getting errors when trying to build FS_MASTER with libZRTP. Im using Ubuntu LTS. > > > libtool: link: ( cd ".libs" && rm -f "libcryptomath.la " && ln -s "../libcryptomath.la " "libcryptomath.la " ) > gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || echo './'`tables/aes_tables.c > mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po > /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto -lcrypto -lcrypto > libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. ./.libs/libcryptomath.a -lssl -lcrypto > make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' > CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo > CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo > CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo > CCLD libfreeswitch_spandsp.la > > *** Warning: Linking the shared library libfreeswitch_spandsp.la against the > *** static library libs/libzrtp/third_party/bnlib/libbn.a is not portable! > cd libs/libzrtp && make > make[1]: Entering directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' > Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory > Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such > file or directory > Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or directory > Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or directory > Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or directory > Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or directory > Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or directory > Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or directory > Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or directory > Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or directory > Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or directory > Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or directory > Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file or directory > Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or directory > Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or directory > Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or directory > Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory > Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory > Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory > Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or directory > Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or directory > Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory > Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or directory > Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or directory > Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or directory > Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or directory > Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or directory > Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file or directory > Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such file or directory > Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such file or directory > Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file or directory > Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file or directory > Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or directory > Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or directory > make[1]: *** No rule to make target `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. > make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' > make: *** [libs/libzrtp/libzrtp.a] Error 2 > > ?Thanks in advance.? > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/4cf4a899/attachment-0001.html From victor.medina at cibersys.com Tue Feb 24 20:10:40 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 12:40:40 -0430 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: Message-ID: My friend..... Ubuntu 14.04.2 LTS + ALL UPDATES 2015-02-24 12:36 GMT-04:30 Michael Jerris : > which ubuntu version are you referring to? > > On Feb 24, 2015, at 8:39 AM, Victor Medina > wrote: > > Hi guys. > > Im getting errors when trying to build FS_MASTER with libZRTP. Im using > Ubuntu LTS. > > > libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ > libcryptomath.la" "libcryptomath.la" ) > gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 > -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include > -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations > -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g > -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF > .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || > echo './'`tables/aes_tables.c > mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po > /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 > -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include > -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. > -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto > -lcrypto -lcrypto > libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations > -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g > -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. > ./.libs/libcryptomath.a -lssl -lcrypto > make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' > CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo > CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo > CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo > CCLD libfreeswitch_spandsp.la > > *** Warning: Linking the shared library libfreeswitch_spandsp.la against > the > *** static library libs/libzrtp/third_party/bnlib/libbn.a is not portable! > cd libs/libzrtp && make > make[1]: Entering directory > `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' > Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory > Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such > file or directory > Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or > directory > Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or > directory > Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or > directory > Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or > directory > Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or > directory > Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or > directory > Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or > directory > Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or > directory > Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or directory > Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or > directory > Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file or > directory > Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or > directory > Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or > directory > Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or directory > Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory > Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory > Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory > Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or > directory > Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or > directory > Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory > Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or > directory > Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or directory > Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or directory > Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or > directory > Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or > directory > Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file or > directory > Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such file > or directory > Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such file > or directory > Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file or > directory > Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file or > directory > Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or > directory > Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or > directory > make[1]: *** No rule to make target > `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. > make[1]: Leaving directory > `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' > make: *** [libs/libzrtp/libzrtp.a] Error 2 > > ?Thanks in advance.? > > -- > > V?ctor E. Medina M. > Software > [image: Zoiper Click2Dial]+58424 291 4561[image: ve] > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/746f26e3/attachment.html From mike at jerris.com Tue Feb 24 20:10:55 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 12:10:55 -0500 Subject: [Freeswitch-users] "Only 1 of the same file per channel please" Error message In-Reply-To: References: Message-ID: <38D3B051-EF4B-4AFD-925A-93CCC6C24D42@jerris.com> src/switch_ivr_async.c:944: switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Only 1 of the same file per channel please!\n" looks like trying to do displace with same file multiple times on the same channel... This could be from displace app or uuid_displace, or from mod_callcenter, or a few other places. > On Feb 24, 2015, at 9:50 AM, Ali Pey wrote: > > Hello, > > Can someone tell me why I get this error message time to time? I have no way to duplicate it in the lab but I see these errors time to time in production and I'm not sure what causes them. > > Thanks, > Ali Pey -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/84cf879c/attachment.html From mike at jerris.com Tue Feb 24 20:13:11 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 12:13:11 -0500 Subject: [Freeswitch-users] Testing WebRTC - FS/master In-Reply-To: References: Message-ID: <6C987384-CDBA-4BB4-BCC9-20442C8034D2@jerris.com> What exactly is the network setup here? Looks like you are not getting any candidates with public addresses? > On Feb 24, 2015, at 10:45 AM, Victor Medina wrote: > > Hi guys! > > I am currently testing WebRTC peers in FS/master. > > I am seeing some very strage messages in the console messages... > > ?2015-02-24 15:08:48.982146 [INFO] switch_core_media.c:5742 Activating VIDEO RTCP ICE > 2015-02-24 15:08:48.982146 [NOTICE] switch_rtp.c:4012 Activating RTCP video ICE: a53ce8c8:e5uaURjkW7HYp2q9 192.168.0.22:60544 > 2015-02-24 15:08:48.982146 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS client > 2015-02-24 15:08:48.982146 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/test001 at cibersys.me ! > 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose audio Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57540 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57541 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No audio RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539] > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote audio ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp audio addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate > 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose video Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57543 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57544 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No video RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542] > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote video ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp video addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5321 Activating Audio ICE > 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP audio ICE: FdnOx4U9rnHRTmEB:9QvMJrEjEGezGFdk 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5364 Activating RTCP PORT 57539 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5372 Skipping RTCP ICE (Same as RTP) > 2015-02-24 15:08:55.242147 [INFO] switch_rtp.c:3104 Activate RTP/RTCP audio DTLS server > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:4411 sofia/internal/7um30ccl at su3passsu9im.invalid Starting Video thread > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5691 Activating Video ICE > 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP video ICE: HafKsDarj6JzQCem:D5srzbzvDWkbATuh 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5729 Activating VIDEO RTCP PORT 57542 mux 1 > 2015-02-24 15:08:55.262155 [INFO] switch_core_media.c:5739 Skipping VIDEO RTCP ICE (Same as VIDEO RTP) > 2015-02-24 15:08:55.262155 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS server > 2015-02-24 15:08:55.262155 [NOTICE] sofia.c:7484 Channel [sofia/internal/7um30ccl at su3passsu9im.invalid] has been answered > 2015-02-24 15:08:55.262155 [NOTICE] switch_ivr_originate.c:3519 Channel [sofia/internal/test001 at cibersys.me ] has been answered > 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57542 to 208.84.81.64:9312 > 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57539 to 208.84.81.64:9311 > 2015-02-24 15:08:55.482147 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60538 to 208.84.81.64:9293 > 2015-02-24 15:08:55.662144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60542 to 208.84.81.64:9295 > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2927 Changing audio DTLS state from HANDSHAKE to SETUP > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2835 audio Fingerprint Verified. > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3377 Activating Audio Secure RTP SEND > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3355 Activating Audio Secure RTP RECV > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2875 Changing audio DTLS state from SETUP to READY > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2927 Changing video DTLS state from HANDSHAKE to SETUP > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2835 video Fingerprint Verified. > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3377 Activating Video Secure RTP SEND > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3355 Activating Video Secure RTP RECV > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2875 Changing video DTLS state from SETUP to READY > 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 video DTLS packet not written > 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 audio DTLS packet not written > 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 video DTLS packet not written > 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 audio DTLS packet not written > 2015-02-24 15:08:59.502152 [ERR] switch_rtp.c:2976 audio DTLS packet not written > 2015-02-24 15:08:59.522149 [ERR] switch_rtp.c:2976 video DTLS packet not written > 2015-02-24 15:09:03.502146 [ERR] switch_rtp.c:2976 audio DTLS packet not written > 2015-02-24 15:09:03.582144 [ERR] switch_rtp.c:2976 video DTLS packet not written > 2015-02-24 15:09:03.882145 [NOTICE] sofia.c:952 Hangup sofia/internal/7um30ccl at su3passsu9im.invalid [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] > 2015-02-24 15:09:03.902145 [NOTICE] switch_ivr_bridge.c:1608 Hangup sofia/internal/test001 at cibersys.me [CS_EXECUTE] [NORMAL_CLEARING] > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 13 (sofia/internal/7um30ccl at su3passsu9im.invalid) Ended > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/7um30ccl at su3passsu9im.invalid [CS_DESTROY] > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 12 (sofia/internal/test001 at cibersys.me ) Ended > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/test001 at cibersys.me [CS_DESTROY] > > > Testing JsTry, Chrome & Firefox _LATEST_ > > 1.- I can call from WebRTC enpoint to WebRTC endpoint, WebRTC/Softphone(Zoiper Biz/Latest) & Softphone(Zoiper Biz/Latest)/WebRTC , no video, no audio, but calls are placed > 2.- Testing the ECHO doesn't work neither > > I am suspecting some sort of NAT problem. > > > Any advice? > ? > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/ad45ce69/attachment-0001.html From adam.ben.ayoun1 at gmail.com Tue Feb 24 20:02:23 2015 From: adam.ben.ayoun1 at gmail.com (Adam Ben-Ayoun) Date: Tue, 24 Feb 2015 19:02:23 +0200 Subject: [Freeswitch-users] WebRTC connection delay (Auto Changing stun/rtp/dtls port from) In-Reply-To: References: Message-ID: Yes, it seems like a similar issue. In fact, I installed the master version and it seems to solve the issue. On 24 February 2015 at 15:20, Victor Medina wrote: > Reading on this issues... > > I am also testing Freeswitch for WebRTC, currently on > 1.4.15+git~20141229T185951Z~507a0f22c5~64bit (git 507a0f2 2014-12-29 > 18:59:51Z 64bit). I noted some estrange behavior but was going to check > them before posting in case was my fault for misconfiguring it. > > .- I can call from one softphone to the webrtc endpoint using JsSIP, but > WebRTC to softphone won't work > .- I tried compilling master on Ubuntu LTS, but I simply won't, libzrtp > issues Ill report em as soon as Im done with this email. The thing is thata > very same machine builds 1.4 just fine, even with the same modules.conf. > > > > 2015-02-23 11:39 GMT-04:30 Brian West : > >> You also don't outline which rev of FreeSWITCH you're running, If you're >> using WebRTC you MUST, I repeat MUST MUST MUST run master. If the issue >> persists, file a JIRA with all the details of the issue you're >> experiencing. >> >> On Mon, Feb 23, 2015 at 12:36 AM, Sergey Safarov >> wrote: >> >>> Probably FS trying establish connection with different IP addresses >>> (54.187.44.182, 67.180.21.132, 166.170.42.141) and has not getting >>> response. When timeout reached FS trying next IP address. >>> Verify it by command >>> tcpdump -ni host 54.187.44.182 or host >>> 67.180.21.132 or host 166.170.42.141 >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 >> > > > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/607af3d1/attachment.html From mike at jerris.com Tue Feb 24 20:16:29 2015 From: mike at jerris.com (Michael Jerris) Date: Tue, 24 Feb 2015 12:16:29 -0500 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: Message-ID: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> This might be an ubuntu specific issue. I haven't seen this at all on debian. Sorry. > On Feb 24, 2015, at 12:10 PM, Victor Medina wrote: > > My friend..... > > Ubuntu 14.04.2 LTS + ALL UPDATES > > 2015-02-24 12:36 GMT-04:30 Michael Jerris >: > which ubuntu version are you referring to? > >> On Feb 24, 2015, at 8:39 AM, Victor Medina > wrote: >> >> Hi guys. >> >> Im getting errors when trying to build FS_MASTER with libZRTP. Im using Ubuntu LTS. >> >> >> libtool: link: ( cd ".libs" && rm -f "libcryptomath.la " && ln -s "../libcryptomath.la " "libcryptomath.la " ) >> gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || echo './'`tables/aes_tables.c >> mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po >> /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto -lcrypto -lcrypto >> libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. ./.libs/libcryptomath.a -lssl -lcrypto >> make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' >> CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo >> CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo >> CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo >> CCLD libfreeswitch_spandsp.la >> >> *** Warning: Linking the shared library libfreeswitch_spandsp.la against the >> *** static library libs/libzrtp/third_party/bnlib/libbn.a is not portable! >> cd libs/libzrtp && make >> make[1]: Entering directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >> Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory >> Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such >> file or directory >> Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or directory >> Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or directory >> Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or directory >> Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or directory >> Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or directory >> Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or directory >> Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or directory >> Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or directory >> Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or directory >> Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or directory >> Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file or directory >> Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or directory >> Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or directory >> Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or directory >> Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory >> Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory >> Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory >> Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or directory >> Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or directory >> Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory >> Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or directory >> Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or directory >> Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or directory >> Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or directory >> Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or directory >> Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file or directory >> Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such file or directory >> Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such file or directory >> Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file or directory >> Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file or directory >> Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or directory >> Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or directory >> make[1]: *** No rule to make target `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. >> make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >> make: *** [libs/libzrtp/libzrtp.a] Error 2 >> >> ?Thanks in advance.? >> >> -- >> >> V?ctor E. Medina M. >> Software >> +58424 291 4561 <> >> BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/f4d36f2c/attachment-0001.html From alipey at gmail.com Tue Feb 24 20:24:13 2015 From: alipey at gmail.com (Ali Pey) Date: Tue, 24 Feb 2015 12:24:13 -0500 Subject: [Freeswitch-users] "Only 1 of the same file per channel please" Error message In-Reply-To: <38D3B051-EF4B-4AFD-925A-93CCC6C24D42@jerris.com> References: <38D3B051-EF4B-4AFD-925A-93CCC6C24D42@jerris.com> Message-ID: Thank you Michael. I use uuid_displace a few places. I will check those. Regards, Ali Pey On Tue, Feb 24, 2015 at 12:10 PM, Michael Jerris wrote: > src/switch_ivr_async.c:944: > switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Only > 1 of the same file per channel please!\n" > > > looks like trying to do displace with same file multiple times on the same > channel... This could be from displace app or uuid_displace, or from > mod_callcenter, or a few other places. > > > On Feb 24, 2015, at 9:50 AM, Ali Pey wrote: > > Hello, > > Can someone tell me why I get this error message time to time? I have no > way to duplicate it in the lab but I see these errors time to time in > production and I'm not sure what causes them. > > Thanks, > Ali Pey > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/8f324b76/attachment.html From brian at freeswitch.org Tue Feb 24 20:26:58 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 24 Feb 2015 11:26:58 -0600 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> References: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> Message-ID: Please file a JIRA. On Tue, Feb 24, 2015 at 11:16 AM, Michael Jerris wrote: > This might be an ubuntu specific issue. I haven't seen this at all on > debian. Sorry. > > On Feb 24, 2015, at 12:10 PM, Victor Medina > wrote: > > My friend..... > > Ubuntu 14.04.2 LTS + ALL UPDATES > > 2015-02-24 12:36 GMT-04:30 Michael Jerris : > >> which ubuntu version are you referring to? >> >> On Feb 24, 2015, at 8:39 AM, Victor Medina >> wrote: >> >> Hi guys. >> >> Im getting errors when trying to build FS_MASTER with libZRTP. Im using >> Ubuntu LTS. >> >> >> libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ >> libcryptomath.la" "libcryptomath.la" ) >> gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 >> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >> -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations >> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >> -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF >> .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || >> echo './'`tables/aes_tables.c >> mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po >> /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 >> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >> -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. >> -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto >> -lcrypto -lcrypto >> libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations >> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >> -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. >> ./.libs/libcryptomath.a -lssl -lcrypto >> make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' >> CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo >> CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo >> CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo >> CCLD libfreeswitch_spandsp.la >> >> *** Warning: Linking the shared library libfreeswitch_spandsp.la against >> the >> *** static library libs/libzrtp/third_party/bnlib/libbn.a is not portable! >> cd libs/libzrtp && make >> make[1]: Entering directory >> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >> Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory >> Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such >> file or directory >> Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or >> directory >> Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or >> directory >> Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or >> directory >> Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or >> directory >> Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or >> directory >> Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or >> directory >> Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or >> directory >> Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or >> directory >> Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or >> directory >> Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or >> directory >> Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file >> or directory >> Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or >> directory >> Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or >> directory >> Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or directory >> Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory >> Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory >> Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory >> Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or >> directory >> Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or >> directory >> Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory >> Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or >> directory >> Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or >> directory >> Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or directory >> Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or >> directory >> Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or >> directory >> Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file or >> directory >> Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such >> file or directory >> Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such file >> or directory >> Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file >> or directory >> Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file >> or directory >> Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or >> directory >> Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or >> directory >> make[1]: *** No rule to make target >> `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. >> make[1]: Leaving directory >> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >> make: *** [libs/libzrtp/libzrtp.a] Error 2 >> >> ?Thanks in advance.? >> >> -- >> >> V?ctor E. Medina M. >> Software >> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >> BB #79A8AFA2 /@VMCibersys >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150224/216cb0d9/attachment.html From brian at freeswitch.org Tue Feb 24 20:39:31 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 24 Feb 2015 11:39:31 -0600 Subject: [Freeswitch-users] Dealing with rtp_audio_in and out variables In-Reply-To: References: Message-ID: No you can not, those are added to the file at the end of the session. On Tue, Feb 24, 2015 at 9:47 AM, Florent Krieg wrote: > Hi there, > > Does anybody know if we can access rtp_audio_* variables from the dialplan > (after a bridge is terminated for instance)? > Or are they only available in the CDR (through mod_xml_cdr)? > > I'm talking about: > [...] > 169076 > 168732 > 983 > 981 > 72 > 0 > 0 > 0 > 2 > 0 > [...] > > If it's possible to read them, could you tell me how? > > Thanks in advance > Florent > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150224/d6e11435/attachment-0001.html From flokrrr at gmail.com Tue Feb 24 20:59:24 2015 From: flokrrr at gmail.com (Florent Krieg) Date: Tue, 24 Feb 2015 18:59:24 +0100 Subject: [Freeswitch-users] Dealing with rtp_audio_in and out variables In-Reply-To: References: Message-ID: Thank you very much Brian. 2015-02-24 18:39 GMT+01:00 Brian West : > No you can not, those are added to the file at the end of the session. > > On Tue, Feb 24, 2015 at 9:47 AM, Florent Krieg wrote: > >> Hi there, >> >> Does anybody know if we can access rtp_audio_* variables from the >> dialplan (after a bridge is terminated for instance)? >> Or are they only available in the CDR (through mod_xml_cdr)? >> >> I'm talking about: >> [...] >> 169076 >> 168732 >> 983 >> 981 >> 72 >> 0 >> 0 >> 0 >> 2 >> 0 >> [...] >> >> If it's possible to read them, could you tell me how? >> >> Thanks in advance >> Florent >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150224/71e7a990/attachment.html From tfred31 at yahoo.com Tue Feb 24 20:57:49 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Tue, 24 Feb 2015 09:57:49 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424800669.57658.YahooMailBasic@web160202.mail.bf1.yahoo.com> It appears to me that the vanilla configuration files that come with FreeSWITCH allow you to run in a very limited mode. As I indicated before I can get my in-house softphones to successfully call into the FreeSWITCH and reach one of the default extensions. When I do this I hear the associated FreeSWITCH default voice recordings But when I try to call in via my outside SIP line, I cannot get the connection. I see the call arrive in the FS_CLI and in the log files, but I only get a Busy signal and no connection is made. Editing my sip_profiles - internal & external xml files did not change that behavior. Either: 1. I made the wrong edits in those files 2. I did not edit enough files 3. or I have no idea what I am doing. I would rather understand what should be done than just 'groping in the dark' making edits here and there based on a partial understanding (or lack of understanding) of some web reference. I thought that the FreeSWITCH 1.2. book would help, but nowhere does it say: If you want to receive 'outside' calls, do this...... My current SIP line is configured very simply. * No SIP authentication required * A single IP address on Port 5060 upd * DTMF type is set to RFC2833 * Rtp will be from 208.85.184.41 udp ports 10,000 to 59,000 (although we are doing voice only at this time) I have a number of things that I would like the FreeSWITCH phone switch to do, but I feel that I need to take 'baby steps'. So my First goal is to just successfully receive an 'outside' call to one of the existing default extensions - similar to how the softphones work now. My second 'baby step' goal would be to to use one of my softphones to place a call OUT on the same SIP line. After that I can look at beginning to understand how to configure the various internal extensions to do various tasks. Thanks for your continued patience and support. From ing.antonyam at gmail.com Tue Feb 24 21:38:12 2015 From: ing.antonyam at gmail.com (Antony Aguirre Morales) Date: Tue, 24 Feb 2015 12:38:12 -0600 Subject: [Freeswitch-users] Freeswitch + XML_CURL Message-ID: Hi, Now, I have a freeswitch server and xml_curl are working correctly. I would like add a second freeswitch server but this second freeswitch (FS) should make the queries to the DB which are linked with the first freeswitch. How can I configure both FS for making the queries to the same DB or I have to configure DB for multiple domanins? FS1 -> 192.168.15.1 FS2 -> 192.168.15.2 BD xml_curl -> 192.168.15.3 extension en xml_curl :
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/e538c447/attachment.html From jalsot at gmail.com Tue Feb 24 22:15:15 2015 From: jalsot at gmail.com (Tamas Jalsovszky) Date: Tue, 24 Feb 2015 20:15:15 +0100 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: Great idea. Do you have any evidence whether other malloc libs (tcmalloc, jemalloc) gives better performance over glibc ones? T. On Wed, Feb 18, 2015 at 5:13 PM, Brian West wrote: > The webpage for TCMalloc states: > > You can use tcmalloc in applications you didn't compile yourself, by using > LD_PRELOAD: > > $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah > > On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey wrote: > >> Hello, >> >> Is there a way to switch to TCMalloc without recompiling freeswitch? >> >> Can someone please point me to (or provide) some instructions? >> (Preferably for Centos 6) >> >> >> Thanks, >> Ali Pey >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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/20150224/19a9bfaa/attachment-0001.html From ssinyagin at gmail.com Tue Feb 24 22:18:01 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Tue, 24 Feb 2015 20:18:01 +0100 Subject: [Freeswitch-users] Active channels on gateways In-Reply-To: References: Message-ID: You can use "limit"application before bridging and it will increase a counter. You can also see the limit usage from the CLI. On Feb 22, 2015 7:03 PM, "Zolt?n Szab?" wrote: > Is there any way to tell how much channels are on a gateway? > > If I run show channels or show calls, these return the channels but the > entries do not contain the gateway name, so I can not count by gw. > > Thanks, > Zoltan > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150224/56dabe6a/attachment.html From gb at cm.nl Tue Feb 24 22:38:05 2015 From: gb at cm.nl (Grant Bagdasarian) Date: Tue, 24 Feb 2015 19:38:05 +0000 Subject: [Freeswitch-users] ESL and Event Socket for .NET In-Reply-To: References: <00ea9115-2a0a-410f-8224-8c142720bf06@drkngs.net> <78c0158315604cdea72e23821d8b228c@CM-EX-V01.cm.local> <004601d04f75$304f3690$90eda3b0$@botecomm.com> <00a729f96bc6464f98836f5d30c7b14c@CM-EX-V01.cm.local>, Message-ID: <759d1cf532274370997782d7e4650438@CM-EX-V01.cm.local> ?I fixed it. The ESL.DLL library was being loaded just fine but the MSVCR110.DLL could not be found, which is apparently used by the ESL.DLL. Make sure to install the Visual C++ Redistributable for Visual Studio 2012 Update 4. http://www.microsoft.com/en-us/download/details.aspx?id=30679 ? ________________________________ From: freeswitch-users-bounces at lists.freeswitch.org on behalf of Michael Jerris Sent: Tuesday, February 24, 2015 6:00 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Is it built against the debug c runtime lib? On Feb 24, 2015, at 3:19 AM, Grant Bagdasarian > wrote: I used procmon.exe to monitor the executable and which files it loads. It showed it loaded the ESL.DLL successfully. I even made the user administrator on the server, but that didn?t work either. After searching the internet for a while, I came across this: https://github.com/danbarua/NEventSocket This guy made a pretty neat .NET API using Rx and no use of ManagedEsl, ESL.DLL. I didn?t know that was possible. The ESL libraries have given me a lot of trouble ?. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Bote Man Sent: Monday, February 23, 2015 3:30 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET My best guess is that it is a permissions problem, either the FS process can?t access the directory or the file itself. Bote From: Grant Bagdasarian Sent: Monday, 23 February, 2015 06:24 Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Hello, This seems to be a very old thread, but I?m experiencing the same error like the one below. I?m using the ManagedEsl and ESL.dll from 1.4.15. I?ve compiled both myself and they work on my development machine. The application is contained in a Windows Service, and when installed on a production server as a Service, I get the same error ?Unable to load DSLL ?ESL???. I ran procmon.exe to see if the application executable could find the ESL.dll, and it could, so I don?t know why this error occurs. Any ideas? Grant From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ira Tessler Sent: Friday, October 31, 2014 8:19 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ESL and Event Socket for .NET Dave - Can you compile a new version? I tried with VS 2013 and get the following error when running my application: System.TypeInitializationException: The type initializer for 'ESLPINVOKE' threw an exception. ---> System.TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: Unable to load DLL 'ESL': The specified module could not be found. (Exception from HRESULT: 0x8007007E) at ESLPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_ESL(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) at ESLPINVOKE.SWIGExceptionHelper..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.SWIGExceptionHelper..ctor() at ESLPINVOKE..cctor() --- End of inner exception stack trace --- at ESLPINVOKE.new_ESLconnection__SWIG_3(String jarg1, String jarg2, String jarg3) at ESLconnection..ctor(String host, String port, String password) at CallRecordingEvent.PollEvents.InboundMode(String serverName, String eslPrivateIPAddress, String eslPort, String eslPassword) in c:\Users\ira\Source\Workspaces\Freeswitch\Freeswitch\CallRecordingEvent\PollEvents.cs:line 38 Ira Tessler ira at connectmevoice.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/3502d3ea/attachment-0001.html From bote_radio at botecomm.com Tue Feb 24 22:59:33 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 24 Feb 2015 14:59:33 -0500 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: <1424800669.57658.YahooMailBasic@web160202.mail.bf1.yahoo.com> References: <1424800669.57658.YahooMailBasic@web160202.mail.bf1.yahoo.com> Message-ID: <024d01d0506c$693c8b90$3bb5a2b0$@botecomm.com> I assume that this is a reply to my previous message, but since you created a new message it broke the thread. There is no boiler plate guide to receiving calls from a VoIP provider, each one does whatever it chooses and you as the paying customer have no say in the matter so the easiest path is to conform to their method. (Is this really the way it's supposed to be?) Fortunately, FreeSWITCH makes this easy. Your job, should you decide to accept it, is to determine what information is being sent to your FS installation and in which fields it appears, then edit the dialplan that services that inbound call to recognize the number and do the right thing with it, another choice that is entirely yours. I'm assuming that it should ring one or more extensions in which case you might not even need to touch the "transfer" line in the dialplan since it transfers to extension 1000. The vanilla public dialplan file that ships with FS looks for destination_number = 5551212 which I'm just guessing is not a number that they will send to you, so it doesn't match the one and only condition test in the dialplan and terminates the call, so your SIP provider returns a busy to the caller. For instance, in my case I discovered by reading the FS logs that CallCentric sends my DID/DNIS in the sip_to_user field (at least that's the variable in which FS stuffs it), so I modified my public dialplan in conf/dialplan/public/callcentric.xml to test that field against my number: I have no idea what will work in your case which is why you need to get your hands dirty looking at the logs. Once you get inbound calls transferring to your desired extension(s) I'm sure you will be eager to delve into it more. Bote -----Original Message----- From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of T Fred Farmington Sent: Tuesday, 24 February, 2015 12:58 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Where to go from here? It appears to me that the vanilla configuration files that come with FreeSWITCH allow you to run in a very limited mode. As I indicated before I can get my in-house softphones to successfully call into the FreeSWITCH and reach one of the default extensions. When I do this I hear the associated FreeSWITCH default voice recordings But when I try to call in via my outside SIP line, I cannot get the connection. I see the call arrive in the FS_CLI and in the log files, but I only get a Busy signal and no connection is made. Editing my sip_profiles - internal & external xml files did not change that behavior. Either: 1. I made the wrong edits in those files 2. I did not edit enough files 3. or I have no idea what I am doing. I would rather understand what should be done than just 'groping in the dark' making edits here and there based on a partial understanding (or lack of understanding) of some web reference. I thought that the FreeSWITCH 1.2. book would help, but nowhere does it say: If you want to receive 'outside' calls, do this...... My current SIP line is configured very simply. * No SIP authentication required * A single IP address on Port 5060 upd * DTMF type is set to RFC2833 * Rtp will be from 208.85.184.41 udp ports 10,000 to 59,000 (although we are doing voice only at this time) I have a number of things that I would like the FreeSWITCH phone switch to do, but I feel that I need to take 'baby steps'. So my First goal is to just successfully receive an 'outside' call to one of the existing default extensions - similar to how the softphones work now. My second 'baby step' goal would be to to use one of my softphones to place a call OUT on the same SIP line. After that I can look at beginning to understand how to configure the various internal extensions to do various tasks. Thanks for your continued patience and support. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 rstevens at robcoit.com Tue Feb 24 23:51:58 2015 From: rstevens at robcoit.com (Robert Stevens) Date: Tue, 24 Feb 2015 20:51:58 +0000 Subject: [Freeswitch-users] disabling DTMF info packets via dtmf_type or dtmf-type Message-ID: <1424811118170.97836@robcoit.com> Hello, During my testing, I have noticed, that if you do not set dtmf_type as a channel variable or dtmf-type as a sofia profile parameter, and if the SDP does not support rfc2833, then FS will failover to INFO packets. This of course is fine on the face of it. According to https://freeswitch.org/confluence/display/FREESWITCH/Variables, you can set dtmf_type to either info, rfc2833, or none as a channel variable. I have noticed however, that if dtmf_type is set to 'none', FS will still failover to INFO packets when the SDP does not contain a rfc2833 media attribute. The dtmf-type sofia profile parameter does work as expected when I set it as a profile parameter, but I would like to set it in the dialplan and the only way to do this, I would presume, is via dtmf_type. However, it currently is not working (I always get the 'no rfc2833 found in sdp switching to info' log entry) and see info packets when the sofia siptrace is enabled). I would think this is a bug. I tried several workarounds to mitigate but was not successful. Specifically I tried setting dtmf-type in the sofia profile params to 'rfc2833' thinking that it would be hard coded to be rfc2833 and not do the switchover to INFO, but alas, it still did the switchover. Does anyone have any insight on this? I think it is a bug and will file a JIRA on it shortly. Best regards, Robert Stevens rstevens at robcoit.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/062740ad/attachment.html From brian at freeswitch.org Tue Feb 24 23:59:10 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 24 Feb 2015 14:59:10 -0600 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> Message-ID: In the future, FILE A JIRA, https://freeswitch.org/jira/browse/FS-7322, its fixed. On Tue, Feb 24, 2015 at 11:26 AM, Brian West wrote: > Please file a JIRA. > > On Tue, Feb 24, 2015 at 11:16 AM, Michael Jerris wrote: > >> This might be an ubuntu specific issue. I haven't seen this at all on >> debian. Sorry. >> >> On Feb 24, 2015, at 12:10 PM, Victor Medina >> wrote: >> >> My friend..... >> >> Ubuntu 14.04.2 LTS + ALL UPDATES >> >> 2015-02-24 12:36 GMT-04:30 Michael Jerris : >> >>> which ubuntu version are you referring to? >>> >>> On Feb 24, 2015, at 8:39 AM, Victor Medina >>> wrote: >>> >>> Hi guys. >>> >>> Im getting errors when trying to build FS_MASTER with libZRTP. Im using >>> Ubuntu LTS. >>> >>> >>> libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ >>> libcryptomath.la" "libcryptomath.la" ) >>> gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 >>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>> -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations >>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>> -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF >>> .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || >>> echo './'`tables/aes_tables.c >>> mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po >>> /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 >>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>> -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. >>> -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto >>> -lcrypto -lcrypto >>> libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations >>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>> -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. >>> ./.libs/libcryptomath.a -lssl -lcrypto >>> make[1]: Leaving directory `/home/ubuntu/tmp/freeswitch-master/libs/srtp' >>> CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo >>> CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo >>> CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo >>> CCLD libfreeswitch_spandsp.la >>> >>> *** Warning: Linking the shared library libfreeswitch_spandsp.la >>> against the >>> *** static library libs/libzrtp/third_party/bnlib/libbn.a is not >>> portable! >>> cd libs/libzrtp && make >>> make[1]: Entering directory >>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>> Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory >>> Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such >>> file or directory >>> Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or >>> directory >>> Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or >>> directory >>> Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or >>> directory >>> Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or >>> directory >>> Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or >>> directory >>> Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or >>> directory >>> Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or >>> directory >>> Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or >>> directory >>> Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or >>> directory >>> Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or >>> directory >>> Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file >>> or directory >>> Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or >>> directory >>> Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or >>> directory >>> Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or >>> directory >>> Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or directory >>> Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory >>> Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory >>> Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or >>> directory >>> Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or >>> directory >>> Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory >>> Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or >>> directory >>> Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or >>> directory >>> Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or >>> directory >>> Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or >>> directory >>> Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or >>> directory >>> Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file >>> or directory >>> Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such >>> file or directory >>> Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such >>> file or directory >>> Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file >>> or directory >>> Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file >>> or directory >>> Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file or >>> directory >>> Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file or >>> directory >>> make[1]: *** No rule to make target >>> `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. >>> make[1]: Leaving directory >>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>> make: *** [libs/libzrtp/libzrtp.a] Error 2 >>> >>> ?Thanks in advance.? >>> >>> -- >>> >>> V?ctor E. Medina M. >>> Software >>> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >>> BB #79A8AFA2 /@VMCibersys >>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150224/a4a2d600/attachment-0001.html From tfred31 at yahoo.com Wed Feb 25 00:25:46 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Tue, 24 Feb 2015 13:25:46 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424813146.58424.YahooMailBasic@web160204.mail.bf1.yahoo.com> "I assume that this is a reply to my previous message, but since you created a new message it broke the thread." My apologies, I am still getting used to the Account settings in this list. On other lists I can typically set options (or default to) to receive email notifications for my own postings and optionally not others (which, as a novice, is what I want for now) But as it was, I was not receiving any email notifications for this posting. That is why I could not Reply. I changed my account setting, so maybe I guessed correctly this time. ==================== Regardless, I just now edited my conf/dialplan/public/00_inbound_did.xml file I added an entire 'extension' definition for my 'outside' SIP DID based on what is appearing in my freeswitch.log file Which I HOPE will tell FreeSWITCH to receive the 'outside' call and route it to the default extension 1000 But with only that change, I still only get a BUSY when I dial it on the 'outside' SIP line. The freeswitch.log shows the call being 'seen' as: sofia/internal/@ Do I also need to modify conf/vars.xml and/or conf/sip_profiles/ as well to get the connection? Thanks From eloy.coto at gmail.com Tue Feb 24 20:55:24 2015 From: eloy.coto at gmail.com (Eloy Coto Pereiro) Date: Tue, 24 Feb 2015 17:55:24 +0000 Subject: [Freeswitch-users] Mod_shout libfacc support Message-ID: Hi, I'm trying to play a libfaac[0] files into my Freeswitch, but I can't get it working. Play mp3 files work ok, but encoding with libfacc doesn't work. This is my config in mod_shout: In the other hand, I tried mod_vlc to play mp4 files, but It didn't work too. I compiled from sources, and tried with debian backports too. In both cases http request work, reply 200 ok and with data. Play mp3 with both modules work ok. In the other hand, mod_shout and mod_vlc are loaded correctly, and module_exists return always True. Any idea? Is libfaac supported? [0] https://trac.ffmpeg.org/wiki/Encode/AAC#libfaac Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/f1e24db1/attachment.html From brian at freeswitch.org Wed Feb 25 00:42:29 2015 From: brian at freeswitch.org (Brian West) Date: Tue, 24 Feb 2015 15:42:29 -0600 Subject: [Freeswitch-users] Mod_shout libfacc support In-Reply-To: References: Message-ID: Currently isn't supported. On Tue, Feb 24, 2015 at 11:55 AM, Eloy Coto Pereiro wrote: > Hi, > > I'm trying to play a libfaac[0] files into my Freeswitch, but I can't get > it working. Play mp3 files work ok, but encoding with libfacc doesn't work. > > This is my config in mod_shout: > > > > In the other hand, I tried mod_vlc to play mp4 files, but It didn't work > too. I compiled from sources, and tried with debian backports too. > > > > In both cases http request work, reply 200 ok and with data. Play mp3 with > both modules work ok. > > In the other hand, mod_shout and mod_vlc are loaded correctly, and > module_exists return always True. > > Any idea? Is libfaac supported? > > [0] https://trac.ffmpeg.org/wiki/Encode/AAC#libfaac > > Regards > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150224/a2e50647/attachment.html From tfred31 at yahoo.com Wed Feb 25 00:43:18 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Tue, 24 Feb 2015 13:43:18 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424814198.22145.YahooMailBasic@web160204.mail.bf1.yahoo.com> After my attempt to Connect with the 'outside' SIP line, I did notice in the log the following: [DEBUG] sofia.c:8732 IP Rejected by acl "domains". Falling back to Digest auth. With that in mind, and going by what I had read before, I edited the conf/autoload_configs/acl_conf.xml file and made the following entries But I still got a BUSY on the next attempt. And the freeswitch.log is still showing: [DEBUG] sofia.c:8732 IP Rejected by acl "domains". Falling back to Digest auth. What am I still missing? Thanks From victor.medina at cibersys.com Wed Feb 25 00:56:32 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 17:26:32 -0430 Subject: [Freeswitch-users] Testing WebRTC - FS/master In-Reply-To: <6C987384-CDBA-4BB4-BCC9-20442C8034D2@jerris.com> References: <6C987384-CDBA-4BB4-BCC9-20442C8034D2@jerris.com> Message-ID: our freeswitch server is connected to a vm @amazon web services... And from my office to Amazon. 2015-02-24 12:43 GMT-04:30 Michael Jerris : > What exactly is the network setup here? Looks like you are not getting > any candidates with public addresses? > > On Feb 24, 2015, at 10:45 AM, Victor Medina > wrote: > > Hi guys! > > I am currently testing WebRTC peers in FS/master. > > I am seeing some very strage messages in the console messages... > > ?2015-02-24 15:08:48.982146 [INFO] switch_core_media.c:5742 Activating > VIDEO RTCP ICE > 2015-02-24 15:08:48.982146 [NOTICE] switch_rtp.c:4012 Activating RTCP > video ICE: a53ce8c8:e5uaURjkW7HYp2q9 192.168.0.22:60544 > 2015-02-24 15:08:48.982146 [INFO] switch_rtp.c:3104 Activate RTP/RTCP > video DTLS client > 2015-02-24 15:08:48.982146 [NOTICE] sofia_media.c:92 Pre-Answer > sofia/internal/test001 at cibersys.me! > 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate > ACL defined, Defaulting to wan.auto > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose audio > Candidate cid: 1 proto: udp type: host addr: > 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio > Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57540 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio > Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57541 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No audio RTCP > candidate found; defaulting to the same as RTP > [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539] > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting > remote audio ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on > candidate > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting > remote rtcp audio addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based > on candidate > 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate > ACL defined, Defaulting to wan.auto > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose video > Candidate cid: 1 proto: udp type: host addr: > 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video > Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57543 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video > Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57544 > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No video RTCP > candidate found; defaulting to the same as RTP > [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542] > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting > remote video ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on > candidate > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting > remote rtcp video addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based > on candidate > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5321 Activating > Audio ICE > 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP audio > ICE: FdnOx4U9rnHRTmEB:9QvMJrEjEGezGFdk > 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5364 Activating RTCP > PORT 57539 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5372 Skipping RTCP > ICE (Same as RTP) > 2015-02-24 15:08:55.242147 [INFO] switch_rtp.c:3104 Activate RTP/RTCP > audio DTLS server > 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:4411 > sofia/internal/7um30ccl at su3passsu9im.invalid Starting Video thread > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5691 Activating > Video ICE > 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP video > ICE: HafKsDarj6JzQCem:D5srzbzvDWkbATuh > 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 > 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5729 Activating > VIDEO RTCP PORT 57542 mux 1 > 2015-02-24 15:08:55.262155 [INFO] switch_core_media.c:5739 Skipping VIDEO > RTCP ICE (Same as VIDEO RTP) > 2015-02-24 15:08:55.262155 [INFO] switch_rtp.c:3104 Activate RTP/RTCP > video DTLS server > 2015-02-24 15:08:55.262155 [NOTICE] sofia.c:7484 Channel [ > sofia/internal/7um30ccl at su3passsu9im.invalid] has been answered > 2015-02-24 15:08:55.262155 [NOTICE] switch_ivr_originate.c:3519 Channel > [sofia/internal/test001 at cibersys.me] has been answered > 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57542 to > 208.84.81.64:9312 > 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57539 to > 208.84.81.64:9311 > 2015-02-24 15:08:55.482147 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 192.168.0.22:60538 to 208.84.81.64:9293 > 2015-02-24 15:08:55.662144 [NOTICE] switch_rtp.c:1151 Auto Changing > stun/rtp/dtls port from 192.168.0.22:60542 to 208.84.81.64:9295 > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2927 Changing audio DTLS > state from HANDSHAKE to SETUP > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2835 audio Fingerprint > Verified. > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3377 Activating Audio > Secure RTP SEND > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3355 Activating Audio > Secure RTP RECV > 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2875 Changing audio DTLS > state from SETUP to READY > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2927 Changing video DTLS > state from HANDSHAKE to SETUP > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2835 video Fingerprint > Verified. > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3377 Activating Video > Secure RTP SEND > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3355 Activating Video > Secure RTP RECV > 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2875 Changing video DTLS > state from SETUP to READY > 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 video DTLS packet not > written > 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 audio DTLS packet not > written > 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 video DTLS packet not > written > 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 audio DTLS packet not > written > 2015-02-24 15:08:59.502152 [ERR] switch_rtp.c:2976 audio DTLS packet not > written > 2015-02-24 15:08:59.522149 [ERR] switch_rtp.c:2976 video DTLS packet not > written > 2015-02-24 15:09:03.502146 [ERR] switch_rtp.c:2976 audio DTLS packet not > written > 2015-02-24 15:09:03.582144 [ERR] switch_rtp.c:2976 video DTLS packet not > written > 2015-02-24 15:09:03.882145 [NOTICE] sofia.c:952 Hangup > sofia/internal/7um30ccl at su3passsu9im.invalid [CS_EXCHANGE_MEDIA] > [NORMAL_CLEARING] > 2015-02-24 15:09:03.902145 [NOTICE] switch_ivr_bridge.c:1608 Hangup > sofia/internal/test001 at cibersys.me [CS_EXECUTE] [NORMAL_CLEARING] > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 13 ( > sofia/internal/7um30ccl at su3passsu9im.invalid) Ended > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close > Channel sofia/internal/7um30ccl at su3passsu9im.invalid [CS_DESTROY] > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 12 > (sofia/internal/test001 at cibersys.me) Ended > 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close > Channel sofia/internal/test001 at cibersys.me [CS_DESTROY] > > > Testing JsTry, Chrome & Firefox _LATEST_ > > 1.- I can call from WebRTC enpoint to WebRTC endpoint, > WebRTC/Softphone(Zoiper Biz/Latest) & Softphone(Zoiper Biz/Latest)/WebRTC , > no video, no audio, but calls are placed > 2.- Testing the ECHO doesn't work neither > > I am suspecting some sort of NAT problem. > > > Any advice? > ? > > -- > > V?ctor E. Medina M. > Software > [image: Zoiper Click2Dial]+58424 291 4561[image: ve] > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/8e2ff5d2/attachment-0001.html From victor.medina at cibersys.com Wed Feb 25 00:59:12 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 17:29:12 -0430 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> Message-ID: Brian, I was going to do it!=) thank you! I was in a meeting. 2015-02-24 16:29 GMT-04:30 Brian West : > In the future, FILE A JIRA, > > https://freeswitch.org/jira/browse/FS-7322, its fixed. > > > > On Tue, Feb 24, 2015 at 11:26 AM, Brian West wrote: > >> Please file a JIRA. >> >> On Tue, Feb 24, 2015 at 11:16 AM, Michael Jerris wrote: >> >>> This might be an ubuntu specific issue. I haven't seen this at all on >>> debian. Sorry. >>> >>> On Feb 24, 2015, at 12:10 PM, Victor Medina >>> wrote: >>> >>> My friend..... >>> >>> Ubuntu 14.04.2 LTS + ALL UPDATES >>> >>> 2015-02-24 12:36 GMT-04:30 Michael Jerris : >>> >>>> which ubuntu version are you referring to? >>>> >>>> On Feb 24, 2015, at 8:39 AM, Victor Medina >>>> wrote: >>>> >>>> Hi guys. >>>> >>>> Im getting errors when trying to build FS_MASTER with libZRTP. Im using >>>> Ubuntu LTS. >>>> >>>> >>>> libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ >>>> libcryptomath.la" "libcryptomath.la" ) >>>> gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 >>>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>>> -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations >>>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>>> -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF >>>> .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || >>>> echo './'`tables/aes_tables.c >>>> mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po >>>> /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 >>>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>>> -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. >>>> -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto >>>> -lcrypto -lcrypto >>>> libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations >>>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>>> -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. >>>> ./.libs/libcryptomath.a -lssl -lcrypto >>>> make[1]: Leaving directory >>>> `/home/ubuntu/tmp/freeswitch-master/libs/srtp' >>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo >>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo >>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo >>>> CCLD libfreeswitch_spandsp.la >>>> >>>> *** Warning: Linking the shared library libfreeswitch_spandsp.la >>>> against the >>>> *** static library libs/libzrtp/third_party/bnlib/libbn.a is not >>>> portable! >>>> cd libs/libzrtp && make >>>> make[1]: Entering directory >>>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>>> Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory >>>> Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such >>>> file or directory >>>> Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or >>>> directory >>>> Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or >>>> directory >>>> Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or >>>> directory >>>> Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or >>>> directory >>>> Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or >>>> directory >>>> Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or >>>> directory >>>> Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or >>>> directory >>>> Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or >>>> directory >>>> Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or >>>> directory >>>> Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or >>>> directory >>>> Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such file >>>> or directory >>>> Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or >>>> directory >>>> Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or >>>> directory >>>> Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or >>>> directory >>>> Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or >>>> directory >>>> Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or directory >>>> Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or directory >>>> Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or >>>> directory >>>> Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or >>>> directory >>>> Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or directory >>>> Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file or >>>> directory >>>> Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or >>>> directory >>>> Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or >>>> directory >>>> Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or >>>> directory >>>> Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or >>>> directory >>>> Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file >>>> or directory >>>> Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such >>>> file or directory >>>> Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such >>>> file or directory >>>> Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such file >>>> or directory >>>> Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such file >>>> or directory >>>> Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file >>>> or directory >>>> Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file >>>> or directory >>>> make[1]: *** No rule to make target >>>> `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. >>>> make[1]: Leaving directory >>>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>>> make: *** [libs/libzrtp/libzrtp.a] Error 2 >>>> >>>> ?Thanks in advance.? >>>> >>>> -- >>>> >>>> V?ctor E. Medina M. >>>> Software >>>> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >>>> BB #79A8AFA2 /@VMCibersys >>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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 > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/fe7b85e7/attachment.html From andrew.keil at visytel.com Wed Feb 25 00:59:38 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Tue, 24 Feb 2015 21:59:38 +0000 Subject: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? In-Reply-To: References: Message-ID: Michael, Yes this is what I was after. Thanks so much! Best Regards, Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: Tuesday, 24 February 2015 9:53 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re- Lua feature session:setAutoHangup(false), can this be done inside the dialplan xml? On Sat, Feb 21, 2015 at 5:11 PM, Andrew Keil > wrote: To FreeSWITCH users, Quick question. Is there a way as the first dialplan action (inside the actual dialplan xml) to call a similar function to what I can call inside Lua (ie. session:setAutoHangup(false))? So that all the dialplan applications or actions can be completed without remote disconnect (hangup) interrupting the xml dialplan flow? Obviously I could call a Lua script to perform ?session:setAutoHangup(false)?, however it would be nice to see it inside the dialplan itself for clarity. Perhaps this would do what you need? https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+set+zombie+exec -MC Kind Regards, Andrew Keil -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/ce3aa8c8/attachment-0001.html From victor.medina at cibersys.com Wed Feb 25 01:02:35 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Tue, 24 Feb 2015 17:32:35 -0430 Subject: [Freeswitch-users] Build FS/Master fails on ZRTP In-Reply-To: References: <796F11E8-1523-468F-B20B-99F9736AA33B@jerris.com> Message-ID: Ill rebuilt tomorrow! Again, thank you man. 2015-02-24 17:29 GMT-04:30 Victor Medina : > Brian, I was going to do it!=) thank you! I was in a meeting. > > 2015-02-24 16:29 GMT-04:30 Brian West : > > In the future, FILE A JIRA, >> >> https://freeswitch.org/jira/browse/FS-7322, its fixed. >> >> >> >> On Tue, Feb 24, 2015 at 11:26 AM, Brian West >> wrote: >> >>> Please file a JIRA. >>> >>> On Tue, Feb 24, 2015 at 11:16 AM, Michael Jerris >>> wrote: >>> >>>> This might be an ubuntu specific issue. I haven't seen this at all on >>>> debian. Sorry. >>>> >>>> On Feb 24, 2015, at 12:10 PM, Victor Medina >>>> wrote: >>>> >>>> My friend..... >>>> >>>> Ubuntu 14.04.2 LTS + ALL UPDATES >>>> >>>> 2015-02-24 12:36 GMT-04:30 Michael Jerris : >>>> >>>>> which ubuntu version are you referring to? >>>>> >>>>> On Feb 24, 2015, at 8:39 AM, Victor Medina >>>>> wrote: >>>>> >>>>> Hi guys. >>>>> >>>>> Im getting errors when trying to build FS_MASTER with libZRTP. Im >>>>> using Ubuntu LTS. >>>>> >>>>> >>>>> libtool: link: ( cd ".libs" && rm -f "libcryptomath.la" && ln -s "../ >>>>> libcryptomath.la" "libcryptomath.la" ) >>>>> gcc -DHAVE_CONFIG_H -I. -I./crypto/include -fPIC -Wall -O4 >>>>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>>>> -I./include -I./crypto/include -fPIC -Wall -O4 -fexpensive-optimizations >>>>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>>>> -O2 -Wall -std=c99 -pedantic -MT aes_tables.o -MD -MP -MF >>>>> .deps/aes_tables.Tpo -c -o aes_tables.o `test -f 'tables/aes_tables.c' || >>>>> echo './'`tables/aes_tables.c >>>>> mv -f .deps/aes_tables.Tpo .deps/aes_tables.Po >>>>> /bin/bash ./libtool --tag=CC --mode=link gcc -fPIC -Wall -O4 >>>>> -fexpensive-optimizations -funroll-loops -I./src -Icrypto/include >>>>> -I./include -I./crypto/include -g -O2 -Wall -std=c99 -pedantic -L. >>>>> -lssl -lcrypto -o aes_tables aes_tables.o libcryptomath.la -lcrypto >>>>> -lcrypto -lcrypto >>>>> libtool: link: gcc -fPIC -Wall -O4 -fexpensive-optimizations >>>>> -funroll-loops -I./src -Icrypto/include -I./include -I./crypto/include -g >>>>> -O2 -Wall -std=c99 -pedantic -o aes_tables aes_tables.o -L. >>>>> ./.libs/libcryptomath.a -lssl -lcrypto >>>>> make[1]: Leaving directory >>>>> `/home/ubuntu/tmp/freeswitch-master/libs/srtp' >>>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-plc.lo >>>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-alloc.lo >>>>> CC libs/spandsp/src/libfreeswitch_spandsp_la-bit_operations.lo >>>>> CCLD libfreeswitch_spandsp.la >>>>> >>>>> *** Warning: Linking the shared library libfreeswitch_spandsp.la >>>>> against the >>>>> *** static library libs/libzrtp/third_party/bnlib/libbn.a is not >>>>> portable! >>>>> cd libs/libzrtp && make >>>>> make[1]: Entering directory >>>>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>>>> Makefile:743: src/.deps/libzrtp_a-zrtp.Po: No such file or directory >>>>> Makefile:744: src/.deps/libzrtp_a-zrtp_crc.Po: No such >>>>> file or directory >>>>> Makefile:745: src/.deps/libzrtp_a-zrtp_crypto_aes.Po: No such file or >>>>> directory >>>>> Makefile:746: src/.deps/libzrtp_a-zrtp_crypto_atl.Po: No such file or >>>>> directory >>>>> Makefile:747: src/.deps/libzrtp_a-zrtp_crypto_ec.Po: No such file or >>>>> directory >>>>> Makefile:748: src/.deps/libzrtp_a-zrtp_crypto_ecdh.Po: No such file or >>>>> directory >>>>> Makefile:749: src/.deps/libzrtp_a-zrtp_crypto_hash.Po: No such file or >>>>> directory >>>>> Makefile:750: src/.deps/libzrtp_a-zrtp_crypto_pk.Po: No such file or >>>>> directory >>>>> Makefile:751: src/.deps/libzrtp_a-zrtp_crypto_sas.Po: No such file or >>>>> directory >>>>> Makefile:752: src/.deps/libzrtp_a-zrtp_datatypes.Po: No such file or >>>>> directory >>>>> Makefile:753: src/.deps/libzrtp_a-zrtp_engine.Po: No such file or >>>>> directory >>>>> Makefile:754: src/.deps/libzrtp_a-zrtp_iface_cache.Po: No such file or >>>>> directory >>>>> Makefile:755: src/.deps/libzrtp_a-zrtp_iface_scheduler.Po: No such >>>>> file or directory >>>>> Makefile:756: src/.deps/libzrtp_a-zrtp_iface_sys.Po: No such file or >>>>> directory >>>>> Makefile:757: src/.deps/libzrtp_a-zrtp_initiator.Po: No such file or >>>>> directory >>>>> Makefile:758: src/.deps/libzrtp_a-zrtp_legal.Po: No such file or >>>>> directory >>>>> Makefile:759: src/.deps/libzrtp_a-zrtp_list.Po: No such file or >>>>> directory >>>>> Makefile:760: src/.deps/libzrtp_a-zrtp_log.Po: No such file or >>>>> directory >>>>> Makefile:761: src/.deps/libzrtp_a-zrtp_pbx.Po: No such file or >>>>> directory >>>>> Makefile:762: src/.deps/libzrtp_a-zrtp_protocol.Po: No such file or >>>>> directory >>>>> Makefile:763: src/.deps/libzrtp_a-zrtp_responder.Po: No such file or >>>>> directory >>>>> Makefile:764: src/.deps/libzrtp_a-zrtp_rng.Po: No such file or >>>>> directory >>>>> Makefile:765: src/.deps/libzrtp_a-zrtp_srtp_builtin.Po: No such file >>>>> or directory >>>>> Makefile:766: src/.deps/libzrtp_a-zrtp_string.Po: No such file or >>>>> directory >>>>> Makefile:767: src/.deps/libzrtp_a-zrtp_utils.Po: No such file or >>>>> directory >>>>> Makefile:768: src/.deps/libzrtp_a-zrtp_utils_proto.Po: No such file or >>>>> directory >>>>> Makefile:769: test/.deps/cache_test-cache_test.Po: No such file or >>>>> directory >>>>> Makefile:770: test/cmockery/.deps/cache_test-cmockery.Po: No such file >>>>> or directory >>>>> Makefile:771: third_party/bgaes/.deps/libzrtp_a-aes_modes.Po: No such >>>>> file or directory >>>>> Makefile:772: third_party/bgaes/.deps/libzrtp_a-aescrypt.Po: No such >>>>> file or directory >>>>> Makefile:773: third_party/bgaes/.deps/libzrtp_a-aeskey.Po: No such >>>>> file or directory >>>>> Makefile:774: third_party/bgaes/.deps/libzrtp_a-aestab.Po: No such >>>>> file or directory >>>>> Makefile:775: third_party/bgaes/.deps/libzrtp_a-sha1.Po: No such file >>>>> or directory >>>>> Makefile:776: third_party/bgaes/.deps/libzrtp_a-sha2.Po: No such file >>>>> or directory >>>>> make[1]: *** No rule to make target >>>>> `third_party/bgaes/.deps/libzrtp_a-sha2.Po'. Stop. >>>>> make[1]: Leaving directory >>>>> `/home/ubuntu/tmp/freeswitch-master/libs/libzrtp' >>>>> make: *** [libs/libzrtp/libzrtp.a] Error 2 >>>>> >>>>> ?Thanks in advance.? >>>>> >>>>> -- >>>>> >>>>> V?ctor E. Medina M. >>>>> Software >>>>> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >>>>> BB #79A8AFA2 /@VMCibersys >>>>> >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 >> > > > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > -- V?ctor E. Medina M. Software +58424 291 4561 BB #79A8AFA2 /@VMCibersys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/627b164e/attachment.html From covici at ccs.covici.com Wed Feb 25 01:12:55 2015 From: covici at ccs.covici.com (covici at ccs.covici.com) Date: Tue, 24 Feb 2015 17:12:55 -0500 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: <1424813146.58424.YahooMailBasic@web160204.mail.bf1.yahoo.com> References: <1424813146.58424.YahooMailBasic@web160204.mail.bf1.yahoo.com> Message-ID: <30398.1424815975@ccs.covici.com> You may need to change the external profile to listen on 5060 if that is where velocity wants it. Also, the message about falling back to digest just means that fs cannot find the ip address in any allowed acl, so it must use user/password instead. T Fred Farmington wrote: > "I assume that this is a reply to my previous message, but since you created a new message it broke the thread." > > My apologies, I am still getting used to the Account settings in this list. > On other lists I can typically set options (or default to) to receive email notifications for my own postings and optionally not others (which, as a novice, is what I want for now) > But as it was, I was not receiving any email notifications for this posting. That is why I could not Reply. > > I changed my account setting, so maybe I guessed correctly this time. > > ==================== > > Regardless, I just now edited my conf/dialplan/public/00_inbound_did.xml file > > I added an entire 'extension' definition for my 'outside' SIP DID based on what is appearing in my freeswitch.log file > > > > > > > Which I HOPE will tell FreeSWITCH to receive the 'outside' call and route it to the default extension 1000 > > But with only that change, I still only get a BUSY when I dial it on the 'outside' SIP line. > > The freeswitch.log shows the call being 'seen' as: sofia/internal/@ > > Do I also need to modify conf/vars.xml and/or conf/sip_profiles/ as well to get the connection? > > 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 -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From bote_radio at botecomm.com Wed Feb 25 03:06:26 2015 From: bote_radio at botecomm.com (Bote Man) Date: Tue, 24 Feb 2015 19:06:26 -0500 Subject: [Freeswitch-users] Where to go from here? In-Reply-To: <1424814198.22145.YahooMailBasic@web160204.mail.bf1.yahoo.com> References: <1424814198.22145.YahooMailBasic@web160204.mail.bf1.yahoo.com> Message-ID: <02a201d0508e$e68999e0$b39ccda0$@botecomm.com> The answer lies in your FreeSWITCH logs. My best guess is that your provider is dumping calls to FS port 5060 which is typically used for registering internal stations. So FS looks up your service provider's i.p. address in the ACL, doesn't find it, challenges it for authentication credentials which it clearly doesn't have, and hangs up. FreeSWITCH is really a back-to-back user agent so I have mine register with CallCentric and they work out the ports amongst themselves. Since FS shouldn't require this much tweaking if you use port 5080 in the external profile, I recommend you take steps to move to that configuration. If you can map their port 5060 connections to port 5080 inside your LAN that might work. If you can't do that, ask them to send to your port 5080, it's a reasonable request. But really the FS logs tell you what is happening. Ultimately, if you want to use FS you need to understand what the logs tell you so now is the best time to get acquainted with them. Look for a green line similar to: "Processing XYZ <3012893223>->1000 in context default" I'll bet that's where your problem lies. The "default" context is used by registered extensions and uses the dialplan named "default.xml", whereas you want those calls to arrive at your public profile and use the public context which is drastically limited in what can be dialed (for good reason). Once you steer them to the right port in FS it should do what you want. Bote -----Original Message----- From: T Fred Farmington Sent: Tuesday, 24 February, 2015 16:43 Subject: [Freeswitch-users] Where to go from here? After my attempt to Connect with the 'outside' SIP line, I did notice in the log the following: [DEBUG] sofia.c:8732 IP Rejected by acl "domains". Falling back to Digest auth. With that in mind, and going by what I had read before, I edited the conf/autoload_configs/acl_conf.xml file and made the following entries But I still got a BUSY on the next attempt. And the freeswitch.log is still showing: [DEBUG] sofia.c:8732 IP Rejected by acl "domains". Falling back to Digest auth. What am I still missing? Thanks From avstarventures at gmail.com Wed Feb 25 03:35:20 2015 From: avstarventures at gmail.com (Andrew V) Date: Tue, 24 Feb 2015 18:35:20 -0600 Subject: [Freeswitch-users] How to measure QOS? Message-ID: How do you measure quality of service across all calls? What are ways to avoid bad quality of service? Say the call volume is in your control. Is it as easy as not letting the call volume get out of control? The attached is a hypothesis of the relationship between QOS and the number of concurrent calls. Does it work that way? What other factors need to be taken into account? [image: Inline image 1] -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/17570921/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8152 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150224/17570921/attachment.png From andretodd at verizon.net Wed Feb 25 03:43:58 2015 From: andretodd at verizon.net (Andre DeMattia) Date: Tue, 24 Feb 2015 19:43:58 -0500 Subject: [Freeswitch-users] fs_path question Message-ID: <06a301d05094$24bd9310$6e38b930$@verizon.net> Hello, I?m using fs_path to a proxy server with OpenSIPs. When I add ;[fs_path=sip:ip:5060] if I don?t add the [] brackets I get 403 errors. When I added the brackets [], the call works however the CDR?s are now having odd results. I have two FreeSWITCH servers that I need to gateway calls between. Sip_A is on a public network with a static IP address. Sip_B is on a private network that is NAT'd. I am trying to pass calls from devices connected to Sip_B, through Sip_A and on to another server. I am also trying to pass calls from Sip_A into Sip_B. I don't have access to the firewall at the location of Sip_B so I am not able to forward standard ports into Sip_B. I am fairly new to FreeSWITCH, so I'm not certain how to solve this problem well. Many of the documents I have read online recommend using ACLs and port forwards for this. However, the private network does not have a static IP address that I can give access to and, as mentioned, I cannot make port forwards. Instead, I have created an extension on Sip_A and a gateway on Sip_B that registers using the extension on Sip_A. That works fine for passing calls from Sip_B through Sip_A and on. Sip_B has been maintaining a registered connection to Sip_A through the NAT'd connection for several days now without trouble. Not knowing a better solution, I have been searching for a gateway configuration on Sip_A that would allow it to route calls back over the registered extension from Sip_B. I have not found a way to accomplish it yet. As an alternative, I have also tried without success to create a passive gateway on Sip_A that the gateway on Sip_B could register with. Any help is appreciated! Thanks, Robert From achinthau at gmail.com Wed Feb 25 07:40:27 2015 From: achinthau at gmail.com (Achintha) Date: Wed, 25 Feb 2015 10:10:27 +0530 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: hi brian we are using UDP. On Mon, Feb 23, 2015 at 9:36 PM, Brian West wrote: > What transport are you using for your VPN? Hopefully its UDP and not TCP. > > On Mon, Feb 23, 2015 at 1:30 AM, Achintha wrote: > >> hi >> >> we are experiencing voice quality issue with one of our vpn >> connection.please let me know what are the accepted level for bellow cdr >> parameters. >> >> rtp_audio_in_jitter_min_variance >> rtp_audio_in_jitter_max_variance >> rtp_audio_in_jitter_loss_rate >> rtp_audio_in_jitter_burst_rate >> rtp_audio_in_quality_percentage >> >> -- >> Best Regards.. >> Achintha Udukumbura >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/c3a8fad9/attachment-0001.html From brian at freeswitch.org Wed Feb 25 09:09:52 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 25 Feb 2015 00:09:52 -0600 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: Acceptable is a subjective matter here, if you are traversing the public internet then your kinda at a disadvantage in most cases! Describe wget your experiencing please! On Tuesday, February 24, 2015, Achintha wrote: > hi brian > > we are using UDP. > > On Mon, Feb 23, 2015 at 9:36 PM, Brian West > wrote: > >> What transport are you using for your VPN? Hopefully its UDP and not TCP. >> >> On Mon, Feb 23, 2015 at 1:30 AM, Achintha > > wrote: >> >>> hi >>> >>> we are experiencing voice quality issue with one of our vpn >>> connection.please let me know what are the accepted level for bellow cdr >>> parameters. >>> >>> rtp_audio_in_jitter_min_variance >>> rtp_audio_in_jitter_max_variance >>> rtp_audio_in_jitter_loss_rate >>> rtp_audio_in_jitter_burst_rate >>> rtp_audio_in_quality_percentage >>> >>> -- >>> Best Regards.. >>> Achintha Udukumbura >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> >> *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 >> > > > > -- > Best Regards.. > Achintha Udukumbura > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com *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/20150225/d205d99f/attachment.html From s.safarov at gmail.com Wed Feb 25 10:07:31 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 25 Feb 2015 11:07:31 +0400 Subject: [Freeswitch-users] server to NAT'd server gateways In-Reply-To: <54ED355D.3080704@oldhamtechnology.com> References: <54ED355D.3080704@oldhamtechnology.com> Message-ID: 1) Create VPN connection betwen Sip_B (client) and Sip_A (server); 2) On VPN interface configure static IP address; 3) Configure station on Sip_B and gateway on Sib_A; 4) Route call from Sip_A to Sip_B like you has configured routing call Sip_B to Sip_A; 5) To allow FS listen on VPN IP when VPN connection is down cconfigure sysctl variable "net.ipv4.ip_nonlocal_bind = 1" https://wiki.freeswitch.org/wiki/Freeswitch_HA On Wed, Feb 25, 2015 at 5:37 AM, Robert Oldham wrote: > I have two FreeSWITCH servers that I need to gateway calls between. > Sip_A is on a public network with a static IP address. Sip_B is on a > private network that is NAT'd. I am trying to pass calls from devices > connected to Sip_B, through Sip_A and on to another server. I am also > trying to pass calls from Sip_A into Sip_B. I don't have access to the > firewall at the location of Sip_B so I am not able to forward standard > ports into Sip_B. > > I am fairly new to FreeSWITCH, so I'm not certain how to solve this > problem well. Many of the documents I have read online recommend using > ACLs and port forwards for this. However, the private network does not > have a static IP address that I can give access to and, as mentioned, I > cannot make port forwards. Instead, I have created an extension on Sip_A > and a gateway on Sip_B that registers using the extension on Sip_A. That > works fine for passing calls from Sip_B through Sip_A and on. Sip_B has > been maintaining a registered connection to Sip_A through the NAT'd > connection for several days now without trouble. > > Not knowing a better solution, I have been searching for a gateway > configuration on Sip_A that would allow it to route calls back over the > registered extension from Sip_B. I have not found a way to accomplish it > yet. As an alternative, I have also tried without success to create a > passive gateway on Sip_A that the gateway on Sip_B could register with. > > Any help is appreciated! > > Thanks, > Robert > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/1ac1a65c/attachment.html From s.safarov at gmail.com Wed Feb 25 10:25:26 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Wed, 25 Feb 2015 11:25:26 +0400 Subject: [Freeswitch-users] purpose of realm parameter in the gateway configuration Message-ID: Can anyone help me understand the purpose "realm" parameter in the gateway configuration if all of its functions are implemented parameter "from-domain" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/49b43878/attachment.html From ssinyagin at gmail.com Wed Feb 25 10:33:13 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 25 Feb 2015 08:33:13 +0100 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: I'd say QoS drops even more abruptly if you hit the bandwidth or performance limits. tshark, a text terminal version of Wireshark, can analyze the quality of RTP streams and print a report that you can parse. Keep in mind that the analysis itself is quite CPU-intensive, so what I usually do is collect the RTP streams with tcpdump, and then run tshark in low-priority mode. Here in scripts/ you can find a simple script that launches tshark and analyses the output: https://github.com/voxserv/voip_qos_probe There is also a library for comparing WAV streams -- this would be the best for QoS measurements, and you would also be able to get the PSTN path into the test. But I didn't yet try it, as the customer was satisfied with RTP analysis: http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ https://github.com/openpreserve/scape-xcorrsound I hope this helps :) On Wed, Feb 25, 2015 at 1:35 AM, Andrew V wrote: > How do you measure quality of service across all calls? > What are ways to avoid bad quality of service? > Say the call volume is in your control. > Is it as easy as not letting the call volume get out of control? > The attached is a hypothesis of the relationship between QOS and the > number of concurrent calls. Does it work that way? > What other factors need to be taken into account? > > [image: Inline image 1] > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/9e9c4c56/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8152 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/9e9c4c56/attachment-0001.png From ssinyagin at gmail.com Wed Feb 25 10:53:12 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 25 Feb 2015 08:53:12 +0100 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: by the way, here are freely available test speech samples: http://www.voiptroubleshooter.com/open_speech/ http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php http://alt-usage-english.org/audio_archive.shtml http://www.itu.int/net/itu-t/sigdb/menu.aspx http://www.voxforge.org/ On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin wrote: > I'd say QoS drops even more abruptly if you hit the bandwidth or > performance limits. > > tshark, a text terminal version of Wireshark, can analyze the quality of > RTP streams and print a report that you can parse. Keep in mind that the > analysis itself is quite CPU-intensive, so what I usually do is collect the > RTP streams with tcpdump, and then run tshark in low-priority mode. > > Here in scripts/ you can find a simple script that launches tshark and > analyses the output: > https://github.com/voxserv/voip_qos_probe > > There is also a library for comparing WAV streams -- this would be the > best for QoS measurements, and you would also be able to get the PSTN path > into the test. But I didn't yet try it, as the customer was satisfied with > RTP analysis: > > http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ > https://github.com/openpreserve/scape-xcorrsound > > I hope this helps :) > > > > > > > On Wed, Feb 25, 2015 at 1:35 AM, Andrew V > wrote: > >> How do you measure quality of service across all calls? >> What are ways to avoid bad quality of service? >> Say the call volume is in your control. >> Is it as easy as not letting the call volume get out of control? >> The attached is a hypothesis of the relationship between QOS and the >> number of concurrent calls. Does it work that way? >> What other factors need to be taken into account? >> >> [image: Inline image 1] >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150225/d855e602/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8152 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/d855e602/attachment.png From achinthau at gmail.com Wed Feb 25 11:53:00 2015 From: achinthau at gmail.com (Achintha) Date: Wed, 25 Feb 2015 14:23:00 +0530 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: hi brian In this setup sip extension registers to FreeSwitch from VPN. When the extension user dials an outbound call, it gets connected, but some times the voice is not clear. We have captured a FreeSwitch generated JSON CDR output for a call which had the above mentioned voice quality issue. http://pastebin.com/q3Vh4Kju On Wed, Feb 25, 2015 at 11:39 AM, Brian West wrote: > Acceptable is a subjective matter here, if you are traversing the public > internet then your kinda at a disadvantage in most cases! Describe wget > your experiencing please! > > > On Tuesday, February 24, 2015, Achintha wrote: > >> hi brian >> >> we are using UDP. >> >> On Mon, Feb 23, 2015 at 9:36 PM, Brian West wrote: >> >>> What transport are you using for your VPN? Hopefully its UDP and not >>> TCP. >>> >>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha wrote: >>> >>>> hi >>>> >>>> we are experiencing voice quality issue with one of our vpn >>>> connection.please let me know what are the accepted level for bellow cdr >>>> parameters. >>>> >>>> rtp_audio_in_jitter_min_variance >>>> rtp_audio_in_jitter_max_variance >>>> rtp_audio_in_jitter_loss_rate >>>> rtp_audio_in_jitter_burst_rate >>>> rtp_audio_in_quality_percentage >>>> >>>> -- >>>> Best Regards.. >>>> Achintha Udukumbura >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >>> *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 >>> >> >> >> >> -- >> Best Regards.. >> Achintha Udukumbura >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > *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 > -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/cac20fde/attachment-0001.html From ssinyagin at gmail.com Wed Feb 25 12:06:34 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 25 Feb 2015 10:06:34 +0100 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: Achintha, it also makes sense to try different codecs. For example, SILK and iLBC are known to tolerate the network issues better than G.711. On Wed, Feb 25, 2015 at 9:53 AM, Achintha wrote: > hi brian > > In this setup sip extension registers to FreeSwitch from VPN. > When the extension user dials an outbound call, it gets connected, but > some times the voice is not clear. > > We have captured a FreeSwitch generated JSON CDR output for a call which > had the above mentioned voice quality issue. > > http://pastebin.com/q3Vh4Kju > > > On Wed, Feb 25, 2015 at 11:39 AM, Brian West wrote: > >> Acceptable is a subjective matter here, if you are traversing the public >> internet then your kinda at a disadvantage in most cases! Describe wget >> your experiencing please! >> >> >> On Tuesday, February 24, 2015, Achintha wrote: >> >>> hi brian >>> >>> we are using UDP. >>> >>> On Mon, Feb 23, 2015 at 9:36 PM, Brian West >>> wrote: >>> >>>> What transport are you using for your VPN? Hopefully its UDP and not >>>> TCP. >>>> >>>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha wrote: >>>> >>>>> hi >>>>> >>>>> we are experiencing voice quality issue with one of our vpn >>>>> connection.please let me know what are the accepted level for bellow cdr >>>>> parameters. >>>>> >>>>> rtp_audio_in_jitter_min_variance >>>>> rtp_audio_in_jitter_max_variance >>>>> rtp_audio_in_jitter_loss_rate >>>>> rtp_audio_in_jitter_burst_rate >>>>> rtp_audio_in_quality_percentage >>>>> >>>>> -- >>>>> Best Regards.. >>>>> Achintha Udukumbura >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>>> *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 >>>> >>> >>> >>> >>> -- >>> Best Regards.. >>> Achintha Udukumbura >>> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> *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 >> > > > > -- > Best Regards.. > Achintha Udukumbura > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/e2266da2/attachment.html From achinthau at gmail.com Wed Feb 25 12:14:38 2015 From: achinthau at gmail.com (Achintha) Date: Wed, 25 Feb 2015 14:44:38 +0530 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: hi Stanislav in their phones they cant enable SILK and iLBC, they have only G711,G722 and G729. we tried this with G729, but no different than G711. On Wed, Feb 25, 2015 at 2:36 PM, Stanislav Sinyagin wrote: > Achintha, it also makes sense to try different codecs. For example, SILK > and iLBC are known to tolerate the network issues better than G.711. > > > > On Wed, Feb 25, 2015 at 9:53 AM, Achintha wrote: > >> hi brian >> >> In this setup sip extension registers to FreeSwitch from VPN. >> When the extension user dials an outbound call, it gets connected, but >> some times the voice is not clear. >> >> We have captured a FreeSwitch generated JSON CDR output for a call which >> had the above mentioned voice quality issue. >> >> http://pastebin.com/q3Vh4Kju >> >> >> On Wed, Feb 25, 2015 at 11:39 AM, Brian West >> wrote: >> >>> Acceptable is a subjective matter here, if you are traversing the public >>> internet then your kinda at a disadvantage in most cases! Describe wget >>> your experiencing please! >>> >>> >>> On Tuesday, February 24, 2015, Achintha wrote: >>> >>>> hi brian >>>> >>>> we are using UDP. >>>> >>>> On Mon, Feb 23, 2015 at 9:36 PM, Brian West >>>> wrote: >>>> >>>>> What transport are you using for your VPN? Hopefully its UDP and not >>>>> TCP. >>>>> >>>>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha wrote: >>>>> >>>>>> hi >>>>>> >>>>>> we are experiencing voice quality issue with one of our vpn >>>>>> connection.please let me know what are the accepted level for bellow cdr >>>>>> parameters. >>>>>> >>>>>> rtp_audio_in_jitter_min_variance >>>>>> rtp_audio_in_jitter_max_variance >>>>>> rtp_audio_in_jitter_loss_rate >>>>>> rtp_audio_in_jitter_burst_rate >>>>>> rtp_audio_in_quality_percentage >>>>>> >>>>>> -- >>>>>> Best Regards.. >>>>>> Achintha Udukumbura >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at 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 >>>>> >>>>> *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 >>>>> >>>> >>>> >>>> >>>> -- >>>> Best Regards.. >>>> Achintha Udukumbura >>>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> *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 >>> >> >> >> >> -- >> Best Regards.. >> Achintha Udukumbura >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/d914c62c/attachment-0001.html From ssinyagin at gmail.com Wed Feb 25 12:49:10 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Wed, 25 Feb 2015 10:49:10 +0100 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: is there a possibility to send calls directly without VPN encryption? Then the intermediate routers have a chance to apply QoS to the voice traffic. On Wed, Feb 25, 2015 at 10:14 AM, Achintha wrote: > hi Stanislav > > in their phones they cant enable SILK and iLBC, they have only G711,G722 > and G729. we tried this with G729, but no different than G711. > > On Wed, Feb 25, 2015 at 2:36 PM, Stanislav Sinyagin > wrote: > >> Achintha, it also makes sense to try different codecs. For example, SILK >> and iLBC are known to tolerate the network issues better than G.711. >> >> >> >> On Wed, Feb 25, 2015 at 9:53 AM, Achintha wrote: >> >>> hi brian >>> >>> In this setup sip extension registers to FreeSwitch from VPN. >>> When the extension user dials an outbound call, it gets connected, but >>> some times the voice is not clear. >>> >>> We have captured a FreeSwitch generated JSON CDR output for a call which >>> had the above mentioned voice quality issue. >>> >>> http://pastebin.com/q3Vh4Kju >>> >>> >>> On Wed, Feb 25, 2015 at 11:39 AM, Brian West >>> wrote: >>> >>>> Acceptable is a subjective matter here, if you are traversing the >>>> public internet then your kinda at a disadvantage in most cases! Describe >>>> wget your experiencing please! >>>> >>>> >>>> On Tuesday, February 24, 2015, Achintha wrote: >>>> >>>>> hi brian >>>>> >>>>> we are using UDP. >>>>> >>>>> On Mon, Feb 23, 2015 at 9:36 PM, Brian West >>>>> wrote: >>>>> >>>>>> What transport are you using for your VPN? Hopefully its UDP and not >>>>>> TCP. >>>>>> >>>>>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha >>>>>> wrote: >>>>>> >>>>>>> hi >>>>>>> >>>>>>> we are experiencing voice quality issue with one of our vpn >>>>>>> connection.please let me know what are the accepted level for bellow cdr >>>>>>> parameters. >>>>>>> >>>>>>> rtp_audio_in_jitter_min_variance >>>>>>> rtp_audio_in_jitter_max_variance >>>>>>> rtp_audio_in_jitter_loss_rate >>>>>>> rtp_audio_in_jitter_burst_rate >>>>>>> rtp_audio_in_quality_percentage >>>>>>> >>>>>>> -- >>>>>>> Best Regards.. >>>>>>> Achintha Udukumbura >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at 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 >>>>>> >>>>>> *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 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Best Regards.. >>>>> Achintha Udukumbura >>>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> *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 >>>> >>> >>> >>> >>> -- >>> Best Regards.. >>> Achintha Udukumbura >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Best Regards.. > Achintha Udukumbura > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/9b31a5a1/attachment.html From achinthau at gmail.com Wed Feb 25 12:55:14 2015 From: achinthau at gmail.com (Achintha) Date: Wed, 25 Feb 2015 15:25:14 +0530 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: hi stanislav VPNs haven't any encryption.it is only for voice and data. On Wed, Feb 25, 2015 at 3:19 PM, Stanislav Sinyagin wrote: > is there a possibility to send calls directly without VPN encryption? Then > the intermediate routers have a chance to apply QoS to the voice traffic. > > > > On Wed, Feb 25, 2015 at 10:14 AM, Achintha wrote: > >> hi Stanislav >> >> in their phones they cant enable SILK and iLBC, they have only G711,G722 >> and G729. we tried this with G729, but no different than G711. >> >> On Wed, Feb 25, 2015 at 2:36 PM, Stanislav Sinyagin >> wrote: >> >>> Achintha, it also makes sense to try different codecs. For example, SILK >>> and iLBC are known to tolerate the network issues better than G.711. >>> >>> >>> >>> On Wed, Feb 25, 2015 at 9:53 AM, Achintha wrote: >>> >>>> hi brian >>>> >>>> In this setup sip extension registers to FreeSwitch from VPN. >>>> When the extension user dials an outbound call, it gets connected, but >>>> some times the voice is not clear. >>>> >>>> We have captured a FreeSwitch generated JSON CDR output for a call >>>> which had the above mentioned voice quality issue. >>>> >>>> http://pastebin.com/q3Vh4Kju >>>> >>>> >>>> On Wed, Feb 25, 2015 at 11:39 AM, Brian West >>>> wrote: >>>> >>>>> Acceptable is a subjective matter here, if you are traversing the >>>>> public internet then your kinda at a disadvantage in most cases! Describe >>>>> wget your experiencing please! >>>>> >>>>> >>>>> On Tuesday, February 24, 2015, Achintha wrote: >>>>> >>>>>> hi brian >>>>>> >>>>>> we are using UDP. >>>>>> >>>>>> On Mon, Feb 23, 2015 at 9:36 PM, Brian West >>>>>> wrote: >>>>>> >>>>>>> What transport are you using for your VPN? Hopefully its UDP and >>>>>>> not TCP. >>>>>>> >>>>>>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha >>>>>>> wrote: >>>>>>> >>>>>>>> hi >>>>>>>> >>>>>>>> we are experiencing voice quality issue with one of our vpn >>>>>>>> connection.please let me know what are the accepted level for bellow cdr >>>>>>>> parameters. >>>>>>>> >>>>>>>> rtp_audio_in_jitter_min_variance >>>>>>>> rtp_audio_in_jitter_max_variance >>>>>>>> rtp_audio_in_jitter_loss_rate >>>>>>>> rtp_audio_in_jitter_burst_rate >>>>>>>> rtp_audio_in_quality_percentage >>>>>>>> >>>>>>>> -- >>>>>>>> Best Regards.. >>>>>>>> Achintha Udukumbura >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at 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 >>>>>>> >>>>>>> *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 >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Best Regards.. >>>>>> Achintha Udukumbura >>>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> *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 >>>>> >>>> >>>> >>>> >>>> -- >>>> Best Regards.. >>>> Achintha Udukumbura >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> >> >> >> >> -- >> Best Regards.. >> Achintha Udukumbura >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Best Regards.. Achintha Udukumbura -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/6f6e2f8d/attachment-0001.html From paul.atreides83 at googlemail.com Wed Feb 25 14:12:22 2015 From: paul.atreides83 at googlemail.com (Paul Atreides) Date: Wed, 25 Feb 2015 12:12:22 +0100 Subject: [Freeswitch-users] OpenBSD 5.6 Message-ID: Hi, is anyone using the current OpenBSD Version with Freeswitch successfully in production? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/7c82feba/attachment.html From manish.talwar at nexxuspg.com Wed Feb 25 14:07:24 2015 From: manish.talwar at nexxuspg.com (Manish Talwar) Date: Wed, 25 Feb 2015 11:07:24 +0000 Subject: [Freeswitch-users] =?utf-8?q?Implementing_telecom=E2=80=8B_module?= =?utf-8?q?_with_FreeSwitch?= Message-ID: <1424911092386.69803@nexxuspg.com> Hi, We have successfully implemented FreeSwitch with our IVR application using httapi module and its running fine now. After implementing IVR application, we are looking for implementing telecom? module with FreeSwitch now. We have a plan to activating a set of 20 number, for this we have a "sangoma wanpipe driver" on the server and some kernel modules loaded that will communicate with a Sangoma A104 card installed there. Incoming Qatari +974 phone calls will arrive and will be translated on our server to SIP traffic for our IVR system to process. One or more of the numbers will be reserved as office numbers. I have looked into telecom service of FreeSwitch and found freeTDM module for implementing telecom with FreeSwitch. Can we achieve this telecom implementation by freeTDM module of FreeSwitch? If yes, then please help me for implementing ?telecom? module ?with FreeSwitch with freeTDM and let me know all details about it. Also, please let me know any other useful information regarding this module. Thanks, Regards, Manish Talwar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/6d9260fb/attachment.html From bote_radio at botecomm.com Wed Feb 25 16:58:18 2015 From: bote_radio at botecomm.com (Bote Man) Date: Wed, 25 Feb 2015 08:58:18 -0500 Subject: [Freeswitch-users] server to NAT'd server gateways In-Reply-To: References: <54ED355D.3080704@oldhamtechnology.com> Message-ID: <033101d05103$1cd90200$568b0600$@botecomm.com> FYI, I have just moved the High Availability and keepalived pages to Confluence. https://freeswitch.org/confluence/display/FREESWITCH/High+Availability Bote From: Sergey Safarov Sent: Wednesday, 25 February, 2015 02:08 Subject: Re: [Freeswitch-users] server to NAT'd server gateways 1) Create VPN connection betwen Sip_B (client) and Sip_A (server); 2) On VPN interface configure static IP address; 3) Configure station on Sip_B and gateway on Sib_A; 4) Route call from Sip_A to Sip_B like you has configured routing call Sip_B to Sip_A; 5) To allow FS listen on VPN IP when VPN connection is down cconfigure sysctl variable "net.ipv4.ip_nonlocal_bind = 1" https://wiki.freeswitch.org/wiki/Freeswitch_HA On Wed, Feb 25, 2015 at 5:37 AM, Robert Oldham wrote: I have two FreeSWITCH servers that I need to gateway calls between. Sip_A is on a public network with a static IP address. Sip_B is on a private network that is NAT'd. I am trying to pass calls from devices connected to Sip_B, through Sip_A and on to another server. I am also trying to pass calls from Sip_A into Sip_B. I don't have access to the firewall at the location of Sip_B so I am not able to forward standard ports into Sip_B. I am fairly new to FreeSWITCH, so I'm not certain how to solve this problem well. Many of the documents I have read online recommend using ACLs and port forwards for this. However, the private network does not have a static IP address that I can give access to and, as mentioned, I cannot make port forwards. Instead, I have created an extension on Sip_A and a gateway on Sip_B that registers using the extension on Sip_A. That works fine for passing calls from Sip_B through Sip_A and on. Sip_B has been maintaining a registered connection to Sip_A through the NAT'd connection for several days now without trouble. Not knowing a better solution, I have been searching for a gateway configuration on Sip_A that would allow it to route calls back over the registered extension from Sip_B. I have not found a way to accomplish it yet. As an alternative, I have also tried without success to create a passive gateway on Sip_A that the gateway on Sip_B could register with. Any help is appreciated! Thanks, Robert _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150225/cb4ffee6/attachment-0001.html From vipkilla at gmail.com Wed Feb 25 18:32:11 2015 From: vipkilla at gmail.com (Vik Killa) Date: Wed, 25 Feb 2015 10:32:11 -0500 Subject: [Freeswitch-users] fs_path question In-Reply-To: <06a301d05094$24bd9310$6e38b930$@verizon.net> References: <06a301d05094$24bd9310$6e38b930$@verizon.net> Message-ID: how are you originating the call? are using xml dialplan and bridge app? I don't use the [] brackets at all with ;fs_path= On Tue, Feb 24, 2015 at 7:43 PM, Andre DeMattia wrote: > Hello, I?m using fs_path to a proxy server with OpenSIPs. When I add > ;[fs_path=sip:ip:5060] if I don?t add the [] brackets I get 403 errors. > When I added the brackets [], the call works however the CDR?s are now > having odd results. > > > > tried to change the brackets to \? and the results are 5060? > > > > Could this be a bug or am I doing something wrong? > > Andre > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/3a9eea52/attachment.html From cmrienzo at gmail.com Wed Feb 25 18:39:53 2015 From: cmrienzo at gmail.com (Christopher Rienzo) Date: Wed, 25 Feb 2015 10:39:53 -0500 Subject: [Freeswitch-users] invalidating entries in http_cache? In-Reply-To: References: Message-ID: FYI: FS-7323 was just committed to master that provides new ways to invalidate cached files. new API: http_cache_remove new file param: {refresh=true} Also- if you want your cached files to be refreshed sooner, set the expiration server side with max-age or change the default config if max-age is not set. Chris On Sat, Feb 7, 2015 at 7:52 AM, wrote: > I recommend giving all files and their updates unique names. If you can't > go that, removal from the file system will trigger a new download. > > > > On Feb 7, 2015, at 04:19, Neil Patel wrote: > > > > Hi All, > > > > We are using mod_http_cache to store remote media for playback over IVR > (lua). Once in a while the file at source gets updated/overwritten, so we > want FS to be able to detect an invalid cache entry and re-download from > the given URL. > > > > Is there a way to dirty/clear a single http_cache entry? I don't believe > there is a checksum mechanism, but that would do the trick. Is there a way > to force-download a URL? Neither http_pre_fetch nor http_get does this. I > don't see any way in the docs, so am considering managing this > independently and manually removing files from the http_cache folder when > we overwrite a source file. > > > > Thanks, > > Neil > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150225/173c1497/attachment.html From mike at jerris.com Wed Feb 25 19:21:16 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 25 Feb 2015 11:21:16 -0500 Subject: [Freeswitch-users] OpenBSD 5.6 In-Reply-To: References: Message-ID: <8FC8AEEE-6658-4C34-80C3-047EAF429FF6@jerris.com> Brian and I did a bunch of build testing to make that all work with an earlier 5. I don't know off the top of my head if anyone is using it in production but it should build pretty clean out of the box. > On Feb 25, 2015, at 6:12 AM, Paul Atreides wrote: > > Hi, > > is anyone using the current OpenBSD Version with Freeswitch successfully in production? > > Thank you From pfbuyersclub at yahoo.com Wed Feb 25 19:13:56 2015 From: pfbuyersclub at yahoo.com (dragoncloud) Date: Wed, 25 Feb 2015 09:13:56 -0700 (MST) Subject: [Freeswitch-users] updated xml file not seen by freeswitch Message-ID: <1424880836683-7596148.post@n2.nabble.com> Hi, Don't know how I did this, but, I put in the wrong IP address in my xml file for freeswitch. I've edited and corrected it, but, freeswitch is still showing the incorrect one and it's in NOREG status. Can anyone tell me how to get freeswicth to see the new xml file? I've done "sofia profile external rescan reloadxml" but that doesn't do it. I've even tried "sofia profile (profile name) killgw (gateway name)" to get rid of the incorrect one, but, to no avail. Any help would be appreciated!? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/updated-xml-file-not-seen-by-freeswitch-tp7596148.html Sent from the freeswitch-users mailing list archive at Nabble.com. From luis.daniel.lucio at gmail.com Wed Feb 25 16:14:31 2015 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Wed, 25 Feb 2015 08:14:31 -0500 Subject: [Freeswitch-users] accepted level for parameters on freeswitch In-Reply-To: References: Message-ID: Without vpn, no issues/? BY anychance are you using openvpn? On Feb 25, 2015 4:55 AM, "Achintha" wrote: > hi stanislav > > VPNs haven't any encryption.it is only for voice and data. > > > On Wed, Feb 25, 2015 at 3:19 PM, Stanislav Sinyagin > wrote: > >> is there a possibility to send calls directly without VPN encryption? >> Then the intermediate routers have a chance to apply QoS to the voice >> traffic. >> >> >> >> On Wed, Feb 25, 2015 at 10:14 AM, Achintha wrote: >> >>> hi Stanislav >>> >>> in their phones they cant enable SILK and iLBC, they have only >>> G711,G722 and G729. we tried this with G729, but no different than G711. >>> >>> On Wed, Feb 25, 2015 at 2:36 PM, Stanislav Sinyagin >> > wrote: >>> >>>> Achintha, it also makes sense to try different codecs. For example, >>>> SILK and iLBC are known to tolerate the network issues better than G.711. >>>> >>>> >>>> >>>> On Wed, Feb 25, 2015 at 9:53 AM, Achintha wrote: >>>> >>>>> hi brian >>>>> >>>>> In this setup sip extension registers to FreeSwitch from VPN. >>>>> When the extension user dials an outbound call, it gets connected, but >>>>> some times the voice is not clear. >>>>> >>>>> We have captured a FreeSwitch generated JSON CDR output for a call >>>>> which had the above mentioned voice quality issue. >>>>> >>>>> http://pastebin.com/q3Vh4Kju >>>>> >>>>> >>>>> On Wed, Feb 25, 2015 at 11:39 AM, Brian West >>>>> wrote: >>>>> >>>>>> Acceptable is a subjective matter here, if you are traversing the >>>>>> public internet then your kinda at a disadvantage in most cases! Describe >>>>>> wget your experiencing please! >>>>>> >>>>>> >>>>>> On Tuesday, February 24, 2015, Achintha wrote: >>>>>> >>>>>>> hi brian >>>>>>> >>>>>>> we are using UDP. >>>>>>> >>>>>>> On Mon, Feb 23, 2015 at 9:36 PM, Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> What transport are you using for your VPN? Hopefully its UDP and >>>>>>>> not TCP. >>>>>>>> >>>>>>>> On Mon, Feb 23, 2015 at 1:30 AM, Achintha >>>>>>>> wrote: >>>>>>>> >>>>>>>>> hi >>>>>>>>> >>>>>>>>> we are experiencing voice quality issue with one of our vpn >>>>>>>>> connection.please let me know what are the accepted level for bellow cdr >>>>>>>>> parameters. >>>>>>>>> >>>>>>>>> rtp_audio_in_jitter_min_variance >>>>>>>>> rtp_audio_in_jitter_max_variance >>>>>>>>> rtp_audio_in_jitter_loss_rate >>>>>>>>> rtp_audio_in_jitter_burst_rate >>>>>>>>> rtp_audio_in_quality_percentage >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Best Regards.. >>>>>>>>> Achintha Udukumbura >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at 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 >>>>>>>> >>>>>>>> *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 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Best Regards.. >>>>>>> Achintha Udukumbura >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> *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 >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Best Regards.. >>>>> Achintha Udukumbura >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at 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 >>>> >>> >>> >>> >>> -- >>> Best Regards.. >>> Achintha Udukumbura >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> > > > > -- > Best Regards.. > Achintha Udukumbura > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/d02266b3/attachment-0001.html From luis.daniel.lucio at gmail.com Wed Feb 25 16:16:57 2015 From: luis.daniel.lucio at gmail.com (Luis Daniel Lucio Quiroz) Date: Wed, 25 Feb 2015 08:16:57 -0500 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: You shall try to void transcoding as much as possible On Feb 25, 2015 2:54 AM, "Stanislav Sinyagin" wrote: > by the way, here are freely available test speech samples: > > http://www.voiptroubleshooter.com/open_speech/ > http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php > http://alt-usage-english.org/audio_archive.shtml > http://www.itu.int/net/itu-t/sigdb/menu.aspx > http://www.voxforge.org/ > > > > > On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin > wrote: > >> I'd say QoS drops even more abruptly if you hit the bandwidth or >> performance limits. >> >> tshark, a text terminal version of Wireshark, can analyze the quality of >> RTP streams and print a report that you can parse. Keep in mind that the >> analysis itself is quite CPU-intensive, so what I usually do is collect the >> RTP streams with tcpdump, and then run tshark in low-priority mode. >> >> Here in scripts/ you can find a simple script that launches tshark and >> analyses the output: >> https://github.com/voxserv/voip_qos_probe >> >> There is also a library for comparing WAV streams -- this would be the >> best for QoS measurements, and you would also be able to get the PSTN path >> into the test. But I didn't yet try it, as the customer was satisfied with >> RTP analysis: >> >> http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ >> https://github.com/openpreserve/scape-xcorrsound >> >> I hope this helps :) >> >> >> >> >> >> >> On Wed, Feb 25, 2015 at 1:35 AM, Andrew V >> wrote: >> >>> How do you measure quality of service across all calls? >>> What are ways to avoid bad quality of service? >>> Say the call volume is in your control. >>> Is it as easy as not letting the call volume get out of control? >>> The attached is a hypothesis of the relationship between QOS and the >>> number of concurrent calls. Does it work that way? >>> What other factors need to be taken into account? >>> >>> [image: Inline image 1] >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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/20150225/5a711e12/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8152 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/5a711e12/attachment.png From mike at jerris.com Wed Feb 25 19:25:47 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 25 Feb 2015 11:25:47 -0500 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: We make fairly heavy use of memory pools, which probably reduce malloc. I suspect that using them is of little benefit but would be interested to hear to the contrary. > On Feb 24, 2015, at 2:15 PM, Tamas Jalsovszky wrote: > > Great idea. Do you have any evidence whether other malloc libs (tcmalloc, jemalloc) gives better performance over glibc ones? > > T. > > On Wed, Feb 18, 2015 at 5:13 PM, Brian West > wrote: > The webpage for TCMalloc states: > > You can use tcmalloc in applications you didn't compile yourself, by using LD_PRELOAD: > > $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah > > > On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey > wrote: > Hello, > > Is there a way to switch to TCMalloc without recompiling freeswitch? > > Can someone please point me to (or provide) some instructions? (Preferably for Centos 6) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150225/45a81937/attachment.html From mike at jerris.com Wed Feb 25 19:28:14 2015 From: mike at jerris.com (Michael Jerris) Date: Wed, 25 Feb 2015 11:28:14 -0500 Subject: [Freeswitch-users] Testing WebRTC - FS/master In-Reply-To: References: <6C987384-CDBA-4BB4-BCC9-20442C8034D2@jerris.com> Message-ID: <36C110C6-098F-42F6-BC39-F6308EA23182@jerris.com> I would dig into the candidates you are actually receiving and see if you are actually seeing any with public adresses, from this it seemed not. > On Feb 24, 2015, at 4:56 PM, Victor Medina wrote: > > our freeswitch server is connected to a vm @amazon web services... And from my office to Amazon. > > 2015-02-24 12:43 GMT-04:30 Michael Jerris >: > What exactly is the network setup here? Looks like you are not getting any candidates with public addresses? > >> On Feb 24, 2015, at 10:45 AM, Victor Medina > wrote: >> >> Hi guys! >> >> I am currently testing WebRTC peers in FS/master. >> >> I am seeing some very strage messages in the console messages... >> >> ?2015-02-24 15:08:48.982146 [INFO] switch_core_media.c:5742 Activating VIDEO RTCP ICE >> 2015-02-24 15:08:48.982146 [NOTICE] switch_rtp.c:4012 Activating RTCP video ICE: a53ce8c8:e5uaURjkW7HYp2q9 192.168.0.22:60544 >> 2015-02-24 15:08:48.982146 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS client >> 2015-02-24 15:08:48.982146 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/test001 at cibersys.me ! >> 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose audio Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57540 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57541 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No audio RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539] >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote audio ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp audio addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on candidate >> 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO candidate ACL defined, Defaulting to wan.auto >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose video Candidate cid: 1 proto: udp type: host addr: 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57543 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57544 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No video RTCP candidate found; defaulting to the same as RTP [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542] >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting remote video ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting remote rtcp video addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on candidate >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5321 Activating Audio ICE >> 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP audio ICE: FdnOx4U9rnHRTmEB:9QvMJrEjEGezGFdk 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5364 Activating RTCP PORT 57539 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5372 Skipping RTCP ICE (Same as RTP) >> 2015-02-24 15:08:55.242147 [INFO] switch_rtp.c:3104 Activate RTP/RTCP audio DTLS server >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:4411 sofia/internal/7um30ccl at su3passsu9im.invalid Starting Video thread >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5691 Activating Video ICE >> 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP video ICE: HafKsDarj6JzQCem:D5srzbzvDWkbATuh 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5729 Activating VIDEO RTCP PORT 57542 mux 1 >> 2015-02-24 15:08:55.262155 [INFO] switch_core_media.c:5739 Skipping VIDEO RTCP ICE (Same as VIDEO RTP) >> 2015-02-24 15:08:55.262155 [INFO] switch_rtp.c:3104 Activate RTP/RTCP video DTLS server >> 2015-02-24 15:08:55.262155 [NOTICE] sofia.c:7484 Channel [sofia/internal/7um30ccl at su3passsu9im.invalid ] has been answered >> 2015-02-24 15:08:55.262155 [NOTICE] switch_ivr_originate.c:3519 Channel [sofia/internal/test001 at cibersys.me ] has been answered >> 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57542 to 208.84.81.64:9312 >> 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57539 to 208.84.81.64:9311 >> 2015-02-24 15:08:55.482147 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60538 to 208.84.81.64:9293 >> 2015-02-24 15:08:55.662144 [NOTICE] switch_rtp.c:1151 Auto Changing stun/rtp/dtls port from 192.168.0.22:60542 to 208.84.81.64:9295 >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2927 Changing audio DTLS state from HANDSHAKE to SETUP >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2835 audio Fingerprint Verified. >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3377 Activating Audio Secure RTP SEND >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3355 Activating Audio Secure RTP RECV >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2875 Changing audio DTLS state from SETUP to READY >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2927 Changing video DTLS state from HANDSHAKE to SETUP >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2835 video Fingerprint Verified. >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3377 Activating Video Secure RTP SEND >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3355 Activating Video Secure RTP RECV >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2875 Changing video DTLS state from SETUP to READY >> 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 video DTLS packet not written >> 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 audio DTLS packet not written >> 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 video DTLS packet not written >> 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 audio DTLS packet not written >> 2015-02-24 15:08:59.502152 [ERR] switch_rtp.c:2976 audio DTLS packet not written >> 2015-02-24 15:08:59.522149 [ERR] switch_rtp.c:2976 video DTLS packet not written >> 2015-02-24 15:09:03.502146 [ERR] switch_rtp.c:2976 audio DTLS packet not written >> 2015-02-24 15:09:03.582144 [ERR] switch_rtp.c:2976 video DTLS packet not written >> 2015-02-24 15:09:03.882145 [NOTICE] sofia.c:952 Hangup sofia/internal/7um30ccl at su3passsu9im.invalid [CS_EXCHANGE_MEDIA] [NORMAL_CLEARING] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_ivr_bridge.c:1608 Hangup sofia/internal/test001 at cibersys.me [CS_EXECUTE] [NORMAL_CLEARING] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 13 (sofia/internal/7um30ccl at su3passsu9im.invalid ) Ended >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/7um30ccl at su3passsu9im.invalid [CS_DESTROY] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 12 (sofia/internal/test001 at cibersys.me ) Ended >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close Channel sofia/internal/test001 at cibersys.me [CS_DESTROY] >> >> >> Testing JsTry, Chrome & Firefox _LATEST_ >> >> 1.- I can call from WebRTC enpoint to WebRTC endpoint, WebRTC/Softphone(Zoiper Biz/Latest) & Softphone(Zoiper Biz/Latest)/WebRTC , no video, no audio, but calls are placed >> 2.- Testing the ECHO doesn't work neither >> >> I am suspecting some sort of NAT problem. >> >> >> Any advice? >> ? >> >> -- >> >> V?ctor E. Medina M. >> Software >> +58424 291 4561 <> >> BB #79A8AFA2 /@VMCibersys >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/0693133e/attachment-0001.html From mishehu at freeswitch.org Wed Feb 25 20:29:06 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Wed, 25 Feb 2015 11:29:06 -0600 Subject: [Freeswitch-users] fs_path question In-Reply-To: <06a301d05094$24bd9310$6e38b930$@verizon.net> References: <06a301d05094$24bd9310$6e38b930$@verizon.net> Message-ID: <54EE0662.1050701@freeswitch.org> If you are sending the calls to 5060, there is no need to explicitly set it. I use fs_path all the time, and this is what the destination looks like for me: -- Yossi Neiman On 02/24/2015 06:43 PM, Andre DeMattia wrote: > Hello, I?m using fs_path to a proxy server with OpenSIPs. When I add > ;[fs_path=sip:ip:5060] if I don?t add the [] brackets I get 403 > errors. When I added the brackets [], the call works however the CDR?s > are now having odd results. > > I?ve tried to change the brackets to \? and the results are 5060? > > Could this be a bug or am I doing something wrong? > > Andre > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/9dcd57f7/attachment.html From brian at freeswitch.org Wed Feb 25 20:32:06 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 25 Feb 2015 11:32:06 -0600 Subject: [Freeswitch-users] OpenBSD 5.6 In-Reply-To: <8FC8AEEE-6658-4C34-80C3-047EAF429FF6@jerris.com> References: <8FC8AEEE-6658-4C34-80C3-047EAF429FF6@jerris.com> Message-ID: You'll have to sort the openssl vs libressl stuff. On Wed, Feb 25, 2015 at 10:21 AM, Michael Jerris wrote: > Brian and I did a bunch of build testing to make that all work with an > earlier 5. I don't know off the top of my head if anyone is using it in > production but it should build pretty clean out of the box. > > > On Feb 25, 2015, at 6:12 AM, Paul Atreides < > paul.atreides83 at googlemail.com> wrote: > > > > Hi, > > > > is anyone using the current OpenBSD Version with Freeswitch successfully > in production? > > > > Thank you > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150225/38ba4a89/attachment.html From tfred31 at yahoo.com Wed Feb 25 20:55:26 2015 From: tfred31 at yahoo.com (T Fred Farmington) Date: Wed, 25 Feb 2015 09:55:26 -0800 Subject: [Freeswitch-users] Where to go from here? Message-ID: <1424886926.45237.YahooMailBasic@web160206.mail.bf1.yahoo.com> Let me begin with my apologies for again starting a new thread on this same topic. I am still not receiving the email notifications for postings so I am unable to Reply to them and thereby keep the thread contiguous. ================================= I tried having my SIP line vendor change the port to 5080 and that initially helped, but did not, by itself, fully establish the connection. I then made changes to the following configuration xml files conf\vars.xml I changed the default Password I defined the external_sip_ip & external_rtp_ip to be those of my SIP vendor conf/dialplan\public\00_inbound_did.xml I added in a new 'extension' which reflected the phone number of the 'caller' and defined the Action to take With these changes things started working (albeit in a simplistic manner) Then, in order to minimize the variables, I had my SIP line vendor return to its original port 5060 Things continued to work as before. So the 'outside' line port did not seem to make any significant difference. I will likely start a new thread about how to install in-house SIP phones onto the FreeSWITCH system (which xml files to modify, etc.) if I cannot make the correct guesses on my own. ( I hope that the list admin can 'knit' these various threads back into a single consolidated thread ) Thank you for your advice/assistance. From bote_radio at botecomm.com Wed Feb 25 21:15:22 2015 From: bote_radio at botecomm.com (Bote Man) Date: Wed, 25 Feb 2015 13:15:22 -0500 Subject: [Freeswitch-users] updated xml file not seen by freeswitch In-Reply-To: <1424880836683-7596148.post@n2.nabble.com> References: <1424880836683-7596148.post@n2.nabble.com> Message-ID: <038c01d05127$05af66e0$110e34a0$@botecomm.com> Restart FreeSWITCH. In which file did you edit the i.p. address? I put all of mine in vars.xml and the pre-processor variables get read by the sip_profiles. Bote -----Original Message----- From: dragoncloud Sent: Wednesday, 25 February, 2015 11:14 Subject: [Freeswitch-users] updated xml file not seen by freeswitch Hi, Don't know how I did this, but, I put in the wrong IP address in my xml file for freeswitch. I've edited and corrected it, but, freeswitch is still showing the incorrect one and it's in NOREG status. Can anyone tell me how to get freeswicth to see the new xml file? I've done "sofia profile external rescan reloadxml" but that doesn't do it. I've even tried "sofia profile (profile name) killgw (gateway name)" to get rid of the incorrect one, but, to no avail. Any help would be appreciated!? -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/updated-xml-file-not-seen-by-freeswitch-tp7596148.html Sent from the freeswitch-users mailing list archive at Nabble.com. _________________________________________________________________________ From alipey at gmail.com Wed Feb 25 23:49:09 2015 From: alipey at gmail.com (Ali Pey) Date: Wed, 25 Feb 2015 15:49:09 -0500 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: We haven't measured the effect in Production yet, but in the lab, it made a big difference. The main problem that tcmalloc fixed for us was the threads locking on malloc and calloc and killing the CPU. I strongly recommend tcmalloc. In low traffic, it won't make a big difference, but in high traffic, you definitely need tcmalloc. I will provide an update when I have better measurement from our production servers. Regards, Ali Pey On Wed, Feb 25, 2015 at 11:25 AM, Michael Jerris wrote: > We make fairly heavy use of memory pools, which probably reduce malloc. I > suspect that using them is of little benefit but would be interested to > hear to the contrary. > > On Feb 24, 2015, at 2:15 PM, Tamas Jalsovszky wrote: > > Great idea. Do you have any evidence whether other malloc libs (tcmalloc, > jemalloc) gives better performance over glibc ones? > > T. > > On Wed, Feb 18, 2015 at 5:13 PM, Brian West wrote: > >> The webpage for TCMalloc states: >> >> You can use tcmalloc in applications you didn't compile yourself, by >> using LD_PRELOAD: >> >> $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah >> >> On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey wrote: >> >>> Hello, >>> >>> Is there a way to switch to TCMalloc without recompiling freeswitch? >>> >>> Can someone please point me to (or provide) some instructions? >>> (Preferably for Centos 6) >>> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/beb2ee90/attachment-0001.html From victor.medina at cibersys.com Thu Feb 26 03:12:56 2015 From: victor.medina at cibersys.com (Victor Medina) Date: Wed, 25 Feb 2015 19:42:56 -0430 Subject: [Freeswitch-users] Testing WebRTC - FS/master In-Reply-To: <36C110C6-098F-42F6-BC39-F6308EA23182@jerris.com> References: <6C987384-CDBA-4BB4-BCC9-20442C8034D2@jerris.com> <36C110C6-098F-42F6-BC39-F6308EA23182@jerris.com> Message-ID: Are there any open ports requierements? El 25/02/2015 12:00, "Michael Jerris" escribi?: > I would dig into the candidates you are actually receiving and see if you > are actually seeing any with public adresses, from this it seemed not. > > > On Feb 24, 2015, at 4:56 PM, Victor Medina > wrote: > > our freeswitch server is connected to a vm @amazon web services... And > from my office to Amazon. > > 2015-02-24 12:43 GMT-04:30 Michael Jerris : > >> What exactly is the network setup here? Looks like you are not getting >> any candidates with public addresses? >> >> On Feb 24, 2015, at 10:45 AM, Victor Medina >> wrote: >> >> Hi guys! >> >> I am currently testing WebRTC peers in FS/master. >> >> I am seeing some very strage messages in the console messages... >> >> ?2015-02-24 15:08:48.982146 [INFO] switch_core_media.c:5742 Activating >> VIDEO RTCP ICE >> 2015-02-24 15:08:48.982146 [NOTICE] switch_rtp.c:4012 Activating RTCP >> video ICE: a53ce8c8:e5uaURjkW7HYp2q9 192.168.0.22:60544 >> 2015-02-24 15:08:48.982146 [INFO] switch_rtp.c:3104 Activate RTP/RTCP >> video DTLS client >> 2015-02-24 15:08:48.982146 [NOTICE] sofia_media.c:92 Pre-Answer >> sofia/internal/test001 at cibersys.me! >> 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO >> candidate ACL defined, Defaulting to wan.auto >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose audio >> Candidate cid: 1 proto: udp type: host addr: >> 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio >> Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57540 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save audio >> Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57541 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No audio >> RTCP candidate found; defaulting to the same as RTP >> [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539] >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting >> remote audio ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based on >> candidate >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting >> remote rtcp audio addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 based >> on candidate >> 2015-02-24 15:08:55.242147 [WARNING] switch_core_media.c:2757 NO >> candidate ACL defined, Defaulting to wan.auto >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2790 Choose video >> Candidate cid: 1 proto: udp type: host addr: >> 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video >> Candidate cid: 1 proto: udp type: host addr: 192.168.56.1:57543 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2795 Save video >> Candidate cid: 1 proto: udp type: host addr: 192.168.0.19:57544 >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2884 No video >> RTCP candidate found; defaulting to the same as RTP >> [2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542] >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2919 setting >> remote video ice addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based on >> candidate >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:2944 setting >> remote rtcp video addr to 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 based >> on candidate >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5321 Activating >> Audio ICE >> 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP >> audio ICE: FdnOx4U9rnHRTmEB:9QvMJrEjEGezGFdk >> 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57539 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5364 Activating >> RTCP PORT 57539 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5372 Skipping RTCP >> ICE (Same as RTP) >> 2015-02-24 15:08:55.242147 [INFO] switch_rtp.c:3104 Activate RTP/RTCP >> audio DTLS server >> 2015-02-24 15:08:55.242147 [NOTICE] switch_core_media.c:4411 >> sofia/internal/7um30ccl at su3passsu9im.invalid Starting Video thread >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5691 Activating >> Video ICE >> 2015-02-24 15:08:55.242147 [NOTICE] switch_rtp.c:4012 Activating RTP >> video ICE: HafKsDarj6JzQCem:D5srzbzvDWkbATuh >> 2001::9d38:6abd:1cdf:dd44:2fab:aebf:57542 >> 2015-02-24 15:08:55.242147 [INFO] switch_core_media.c:5729 Activating >> VIDEO RTCP PORT 57542 mux 1 >> 2015-02-24 15:08:55.262155 [INFO] switch_core_media.c:5739 Skipping VIDEO >> RTCP ICE (Same as VIDEO RTP) >> 2015-02-24 15:08:55.262155 [INFO] switch_rtp.c:3104 Activate RTP/RTCP >> video DTLS server >> 2015-02-24 15:08:55.262155 [NOTICE] sofia.c:7484 Channel [ >> sofia/internal/7um30ccl at su3passsu9im.invalid] has been answered >> 2015-02-24 15:08:55.262155 [NOTICE] switch_ivr_originate.c:3519 Channel >> [sofia/internal/test001 at cibersys.me] has been answered >> 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing >> stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57542 to >> 208.84.81.64:9312 >> 2015-02-24 15:08:55.302144 [NOTICE] switch_rtp.c:1151 Auto Changing >> stun/rtp/dtls port from 2001:0:9d38:6abd:1cdf:dd44:2fab:aebf:57539 to >> 208.84.81.64:9311 >> 2015-02-24 15:08:55.482147 [NOTICE] switch_rtp.c:1151 Auto Changing >> stun/rtp/dtls port from 192.168.0.22:60538 to 208.84.81.64:9293 >> 2015-02-24 15:08:55.662144 [NOTICE] switch_rtp.c:1151 Auto Changing >> stun/rtp/dtls port from 192.168.0.22:60542 to 208.84.81.64:9295 >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2927 Changing audio DTLS >> state from HANDSHAKE to SETUP >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2835 audio Fingerprint >> Verified. >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3377 Activating Audio >> Secure RTP SEND >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:3355 Activating Audio >> Secure RTP RECV >> 2015-02-24 15:08:55.862149 [INFO] switch_rtp.c:2875 Changing audio DTLS >> state from SETUP to READY >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2927 Changing video DTLS >> state from HANDSHAKE to SETUP >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2835 video Fingerprint >> Verified. >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3377 Activating Video >> Secure RTP SEND >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:3355 Activating Video >> Secure RTP RECV >> 2015-02-24 15:08:56.022146 [INFO] switch_rtp.c:2875 Changing video DTLS >> state from SETUP to READY >> 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 video DTLS packet not >> written >> 2015-02-24 15:08:56.502150 [ERR] switch_rtp.c:2976 audio DTLS packet not >> written >> 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 video DTLS packet not >> written >> 2015-02-24 15:08:57.502148 [ERR] switch_rtp.c:2976 audio DTLS packet not >> written >> 2015-02-24 15:08:59.502152 [ERR] switch_rtp.c:2976 audio DTLS packet not >> written >> 2015-02-24 15:08:59.522149 [ERR] switch_rtp.c:2976 video DTLS packet not >> written >> 2015-02-24 15:09:03.502146 [ERR] switch_rtp.c:2976 audio DTLS packet not >> written >> 2015-02-24 15:09:03.582144 [ERR] switch_rtp.c:2976 video DTLS packet not >> written >> 2015-02-24 15:09:03.882145 [NOTICE] sofia.c:952 Hangup >> sofia/internal/7um30ccl at su3passsu9im.invalid [CS_EXCHANGE_MEDIA] >> [NORMAL_CLEARING] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_ivr_bridge.c:1608 Hangup >> sofia/internal/test001 at cibersys.me [CS_EXECUTE] [NORMAL_CLEARING] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 13 >> (sofia/internal/7um30ccl at su3passsu9im.invalid) Ended >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close >> Channel sofia/internal/7um30ccl at su3passsu9im.invalid [CS_DESTROY] >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1641 Session 12 >> (sofia/internal/test001 at cibersys.me) Ended >> 2015-02-24 15:09:03.902145 [NOTICE] switch_core_session.c:1645 Close >> Channel sofia/internal/test001 at cibersys.me [CS_DESTROY] >> >> >> Testing JsTry, Chrome & Firefox _LATEST_ >> >> 1.- I can call from WebRTC enpoint to WebRTC endpoint, >> WebRTC/Softphone(Zoiper Biz/Latest) & Softphone(Zoiper Biz/Latest)/WebRTC , >> no video, no audio, but calls are placed >> 2.- Testing the ECHO doesn't work neither >> >> I am suspecting some sort of NAT problem. >> >> >> Any advice? >> ? >> >> -- >> >> V?ctor E. Medina M. >> Software >> [image: Zoiper Click2Dial]+58424 291 4561[image: ve] >> BB #79A8AFA2 /@VMCibersys >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> > > > > -- > > V?ctor E. Medina M. > Software > +58424 291 4561 > BB #79A8AFA2 /@VMCibersys > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150225/d9086c5c/attachment-0001.html From brian at freeswitch.org Thu Feb 26 03:30:06 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 25 Feb 2015 18:30:06 -0600 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: Where are you running on where malloc and calloc were locking up a thread and killing the CPU? On Wed, Feb 25, 2015 at 2:49 PM, Ali Pey wrote: > We haven't measured the effect in Production yet, but in the lab, it made > a big difference. > > The main problem that tcmalloc fixed for us was the threads locking on > malloc and calloc and killing the CPU. I strongly recommend tcmalloc. In > low traffic, it won't make a big difference, but in high traffic, you > definitely need tcmalloc. > > I will provide an update when I have better measurement from our > production servers. > > Regards, > Ali Pey > > > On Wed, Feb 25, 2015 at 11:25 AM, Michael Jerris wrote: > >> We make fairly heavy use of memory pools, which probably reduce malloc. >> I suspect that using them is of little benefit but would be interested to >> hear to the contrary. >> >> On Feb 24, 2015, at 2:15 PM, Tamas Jalsovszky wrote: >> >> Great idea. Do you have any evidence whether other malloc libs (tcmalloc, >> jemalloc) gives better performance over glibc ones? >> >> T. >> >> On Wed, Feb 18, 2015 at 5:13 PM, Brian West wrote: >> >>> The webpage for TCMalloc states: >>> >>> You can use tcmalloc in applications you didn't compile yourself, by >>> using LD_PRELOAD: >>> >>> $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah >>> >>> On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey wrote: >>> >>>> Hello, >>>> >>>> Is there a way to switch to TCMalloc without recompiling freeswitch? >>>> >>>> Can someone please point me to (or provide) some instructions? >>>> (Preferably for Centos 6) >>>> >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 *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/20150225/b9c48318/attachment.html From chris at ghosttelecom.com Thu Feb 26 13:24:35 2015 From: chris at ghosttelecom.com (Chris Martineau) Date: Thu, 26 Feb 2015 10:24:35 +0000 Subject: [Freeswitch-users] rtcp on a leg only Message-ID: <1424946277982.19848@ghosttelecom.com> ?Hi, I have read in a number of places that you can have rtcp on 1 leg only but can see no examples or description of how to do this. I only want to send rtcp on the incoming a leg is this possible, and if so how do you do it? Thanks Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150226/57c71b1c/attachment.html From steveayre at gmail.com Thu Feb 26 13:29:58 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 10:29:58 +0000 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: Two clarify this point... Most codecs are lossless, but don't necessarily throw the same information away so going through multiple codecs can throw out more information than using a single codec. Probably not an issue as long as the call isn't being transcoded *many* times. Also (software) transcoding uses more CPU and therefore it reduces the capacity of your server, which means you may get audio issues from an overloaded CPU at lower volumes. Most of the time audio issues will be network related - either jitter or packet loss. Wireshark will reveal those. There are also a number of rtp statistics in the XML CDR which includes information on RTP packet loss and jitter, and a computed quality score. On 25 February 2015 at 13:16, Luis Daniel Lucio Quiroz < luis.daniel.lucio at gmail.com> wrote: > You shall try to void transcoding as much as possible > On Feb 25, 2015 2:54 AM, "Stanislav Sinyagin" wrote: > >> by the way, here are freely available test speech samples: >> >> http://www.voiptroubleshooter.com/open_speech/ >> http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php >> http://alt-usage-english.org/audio_archive.shtml >> http://www.itu.int/net/itu-t/sigdb/menu.aspx >> http://www.voxforge.org/ >> >> >> >> >> On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin >> wrote: >> >>> I'd say QoS drops even more abruptly if you hit the bandwidth or >>> performance limits. >>> >>> tshark, a text terminal version of Wireshark, can analyze the quality of >>> RTP streams and print a report that you can parse. Keep in mind that the >>> analysis itself is quite CPU-intensive, so what I usually do is collect the >>> RTP streams with tcpdump, and then run tshark in low-priority mode. >>> >>> Here in scripts/ you can find a simple script that launches tshark and >>> analyses the output: >>> https://github.com/voxserv/voip_qos_probe >>> >>> There is also a library for comparing WAV streams -- this would be the >>> best for QoS measurements, and you would also be able to get the PSTN path >>> into the test. But I didn't yet try it, as the customer was satisfied with >>> RTP analysis: >>> >>> http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ >>> https://github.com/openpreserve/scape-xcorrsound >>> >>> I hope this helps :) >>> >>> >>> >>> >>> >>> >>> On Wed, Feb 25, 2015 at 1:35 AM, Andrew V >>> wrote: >>> >>>> How do you measure quality of service across all calls? >>>> What are ways to avoid bad quality of service? >>>> Say the call volume is in your control. >>>> Is it as easy as not letting the call volume get out of control? >>>> The attached is a hypothesis of the relationship between QOS and the >>>> number of concurrent calls. Does it work that way? >>>> What other factors need to be taken into account? >>>> >>>> [image: Inline image 1] >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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/20150226/bf8d7871/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 8152 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150226/bf8d7871/attachment-0001.png From steveayre at gmail.com Thu Feb 26 13:31:41 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 10:31:41 +0000 Subject: [Freeswitch-users] updated xml file not seen by freeswitch In-Reply-To: <038c01d05127$05af66e0$110e34a0$@botecomm.com> References: <1424880836683-7596148.post@n2.nabble.com> <038c01d05127$05af66e0$110e34a0$@botecomm.com> Message-ID: If the IP is for a profile try: sofia profile $name restart If the IP is for a gateway: sofia profile $pfname killgw $gwname sofia profile $pfname rescan There'll be no need to reloadxml, FreeSWITCH will do that for you on restart/rescan. On 25 February 2015 at 18:15, Bote Man wrote: > Restart FreeSWITCH. > > In which file did you edit the i.p. address? I put all of mine in vars.xml > and the pre-processor variables get read by the sip_profiles. > > Bote > > -----Original Message----- > From: dragoncloud > Sent: Wednesday, 25 February, 2015 11:14 > Subject: [Freeswitch-users] updated xml file not seen by freeswitch > > Hi, Don't know how I did this, but, I put in the wrong IP address in my > xml file for freeswitch. I've edited and corrected it, but, freeswitch is > still showing the incorrect one and it's in NOREG status. Can anyone tell > me how to get freeswicth to see the new xml file? I've done "sofia > profile external rescan reloadxml" but that doesn't do it. I've even tried > "sofia profile (profile name) killgw (gateway name)" to get rid of the > incorrect one, but, to no avail. Any help would be appreciated!? > > > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/updated-xml-file-not-seen-by-freeswitch-tp7596148.html > Sent from the freeswitch-users mailing list archive at Nabble.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150226/81222aee/attachment.html From blasterjr at gmail.com Thu Feb 26 15:25:30 2015 From: blasterjr at gmail.com (Chris Tunbridge) Date: Thu, 26 Feb 2015 05:25:30 -0700 Subject: [Freeswitch-users] How to play file into session not endlessly? In-Reply-To: References: <00fb01d04c93$933a4f40$b9aeedc0$@botecomm.com> Message-ID: bordmi i use playAndGetDigits from lua as an IVR and i can capture digits while the files are playing. If you're having trouble collecting the digits make sure you're receiving info or rfc2833 DTMF if its inband, make sure to do start_dtmf first. On Mon, Feb 23, 2015 at 2:13 PM, ???????, ??????? / Dmitriy Borisov < bordmi at rarus.ru> wrote: > No-no-no, session:playAndGetDigits don`t work with DTMF in the time of > playing. > > session:setInputCallback + session:streamFile solves my problem. A little > bad thing: I couldn`t send a parameters to callback, but this is not very > bad for me. > > 2015-02-20 1:29 GMT+03:00 Bote Man : > >> It is possible that play_and_get_digits will do what you wish. >> >> >> >> https://freeswitch.org/confluence/display/FREESWITCH/play+and+get+digits >> >> >> >> Bote >> >> >> >> >> >> *From:* Dmitriy Borisov >> *Sent:* Thursday, 19 February, 2015 10:50 >> *Subject:* [Freeswitch-users] How to play file into session not >> endlessly? >> >> >> >> I have next task: play sound file list to session only once. Callee must >> to control session by DTMF. Session must to hangup when sound file list are >> played if no keys a pressed by callee. >> >> >> >> Session is created and controlled by Lua. >> >> >> >> How? >> >> >> >> -- >> >> with best regards, >> >> Dmitriy Borisov >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 best regards, > Dmitriy Borisov > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150226/2c0c49ee/attachment.html From alipey at gmail.com Thu Feb 26 16:37:37 2015 From: alipey at gmail.com (Ali Pey) Date: Thu, 26 Feb 2015 08:37:37 -0500 Subject: [Freeswitch-users] TCMalloc and freeswitch In-Reply-To: References: Message-ID: Brian, We use lots of Perl code and many Perl session in our environment. That's where malloc and calloc were getting locking the thread and would stay there forever until we restarted the freeswitch. On Wed, Feb 25, 2015 at 7:30 PM, Brian West wrote: > Where are you running on where malloc and calloc were locking up a thread > and killing the CPU? > > On Wed, Feb 25, 2015 at 2:49 PM, Ali Pey wrote: > >> We haven't measured the effect in Production yet, but in the lab, it made >> a big difference. >> >> The main problem that tcmalloc fixed for us was the threads locking on >> malloc and calloc and killing the CPU. I strongly recommend tcmalloc. In >> low traffic, it won't make a big difference, but in high traffic, you >> definitely need tcmalloc. >> >> I will provide an update when I have better measurement from our >> production servers. >> >> Regards, >> Ali Pey >> >> >> On Wed, Feb 25, 2015 at 11:25 AM, Michael Jerris wrote: >> >>> We make fairly heavy use of memory pools, which probably reduce malloc. >>> I suspect that using them is of little benefit but would be interested to >>> hear to the contrary. >>> >>> On Feb 24, 2015, at 2:15 PM, Tamas Jalsovszky wrote: >>> >>> Great idea. Do you have any evidence whether other malloc libs >>> (tcmalloc, jemalloc) gives better performance over glibc ones? >>> >>> T. >>> >>> On Wed, Feb 18, 2015 at 5:13 PM, Brian West >>> wrote: >>> >>>> The webpage for TCMalloc states: >>>> >>>> You can use tcmalloc in applications you didn't compile yourself, by >>>> using LD_PRELOAD: >>>> >>>> $ LD_PRELOAD="/usr/lib/libtcmalloc.so" blahblah >>>> >>>> On Wed, Feb 18, 2015 at 9:59 AM, Ali Pey wrote: >>>> >>>>> Hello, >>>>> >>>>> Is there a way to switch to TCMalloc without recompiling freeswitch? >>>>> >>>>> Can someone please point me to (or provide) some instructions? >>>>> (Preferably for Centos 6) >>>>> >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> Official FreeSWITCH Sites >>> >>> >>> http://www.freeswitch.org >>> >>> http://confluence.freeswitch.org >>> >>> >>> >>> http://www.cluecon.com >>> >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > > > *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/20150226/c8f2654c/attachment-0001.html From mike at jerris.com Thu Feb 26 19:21:54 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 26 Feb 2015 11:21:54 -0500 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: <9627DCEE-436D-4667-BC18-AD5E43FE229D@jerris.com> most codecs are lossless? > On Feb 26, 2015, at 5:29 AM, Steven Ayre wrote: > > Two clarify this point... Most codecs are lossless, but don't necessarily throw the same information away so going through multiple codecs can throw out more information than using a single codec. Probably not an issue as long as the call isn't being transcoded *many* times. Also (software) transcoding uses more CPU and therefore it reduces the capacity of your server, which means you may get audio issues from an overloaded CPU at lower volumes. > > Most of the time audio issues will be network related - either jitter or packet loss. Wireshark will reveal those. There are also a number of rtp statistics in the XML CDR which includes information on RTP packet loss and jitter, and a computed quality score. > > > > On 25 February 2015 at 13:16, Luis Daniel Lucio Quiroz > wrote: > You shall try to void transcoding as much as possible > > On Feb 25, 2015 2:54 AM, "Stanislav Sinyagin" > wrote: > by the way, here are freely available test speech samples: > > http://www.voiptroubleshooter.com/open_speech/ > http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php > http://alt-usage-english.org/audio_archive.shtml > http://www.itu.int/net/itu-t/sigdb/menu.aspx > http://www.voxforge.org/ > > > > > On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin > wrote: > I'd say QoS drops even more abruptly if you hit the bandwidth or performance limits. > > tshark, a text terminal version of Wireshark, can analyze the quality of RTP streams and print a report that you can parse. Keep in mind that the analysis itself is quite CPU-intensive, so what I usually do is collect the RTP streams with tcpdump, and then run tshark in low-priority mode. > > Here in scripts/ you can find a simple script that launches tshark and analyses the output: > https://github.com/voxserv/voip_qos_probe > > There is also a library for comparing WAV streams -- this would be the best for QoS measurements, and you would also be able to get the PSTN path into the test. But I didn't yet try it, as the customer was satisfied with RTP analysis: > http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ > https://github.com/openpreserve/scape-xcorrsound > > I hope this helps :) > > > > > > > On Wed, Feb 25, 2015 at 1:35 AM, Andrew V > wrote: > How do you measure quality of service across all calls? > What are ways to avoid bad quality of service? > Say the call volume is in your control. > Is it as easy as not letting the call volume get out of control? > The attached is a hypothesis of the relationship between QOS and the number of concurrent calls. Does it work that way? > What other factors need to be taken into account? > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150226/dbbe58b1/attachment.html From ssinyagin at gmail.com Thu Feb 26 19:24:49 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 26 Feb 2015 17:24:49 +0100 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: <9627DCEE-436D-4667-BC18-AD5E43FE229D@jerris.com> References: <9627DCEE-436D-4667-BC18-AD5E43FE229D@jerris.com> Message-ID: On Thu, Feb 26, 2015 at 5:21 PM, Michael Jerris wrote: > most codecs are lossless? 8-)) > > On Feb 26, 2015, at 5:29 AM, Steven Ayre wrote: > > Two clarify this point... Most codecs are lossless, but don't necessarily > throw the same information away so going through multiple codecs can throw > out more information than using a single codec. Probably not an issue as > long as the call isn't being transcoded *many* times. Also (software) > transcoding uses more CPU and therefore it reduces the capacity of your > server, which means you may get audio issues from an overloaded CPU at lower > volumes. > > Most of the time audio issues will be network related - either jitter or > packet loss. Wireshark will reveal those. There are also a number of rtp > statistics in the XML CDR which includes information on RTP packet loss and > jitter, and a computed quality score. > > > > On 25 February 2015 at 13:16, Luis Daniel Lucio Quiroz > wrote: >> >> You shall try to void transcoding as much as possible >> >> On Feb 25, 2015 2:54 AM, "Stanislav Sinyagin" wrote: >>> >>> by the way, here are freely available test speech samples: >>> >>> http://www.voiptroubleshooter.com/open_speech/ >>> http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php >>> http://alt-usage-english.org/audio_archive.shtml >>> http://www.itu.int/net/itu-t/sigdb/menu.aspx >>> http://www.voxforge.org/ >>> >>> >>> >>> >>> On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin >>> wrote: >>>> >>>> I'd say QoS drops even more abruptly if you hit the bandwidth or >>>> performance limits. >>>> >>>> tshark, a text terminal version of Wireshark, can analyze the quality of >>>> RTP streams and print a report that you can parse. Keep in mind that the >>>> analysis itself is quite CPU-intensive, so what I usually do is collect the >>>> RTP streams with tcpdump, and then run tshark in low-priority mode. >>>> >>>> Here in scripts/ you can find a simple script that launches tshark and >>>> analyses the output: >>>> https://github.com/voxserv/voip_qos_probe >>>> >>>> There is also a library for comparing WAV streams -- this would be the >>>> best for QoS measurements, and you would also be able to get the PSTN path >>>> into the test. But I didn't yet try it, as the customer was satisfied with >>>> RTP analysis: >>>> >>>> http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ >>>> https://github.com/openpreserve/scape-xcorrsound >>>> >>>> I hope this helps :) >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Wed, Feb 25, 2015 at 1:35 AM, Andrew V >>>> wrote: >>>>> >>>>> How do you measure quality of service across all calls? >>>>> What are ways to avoid bad quality of service? >>>>> Say the call volume is in your control. >>>>> Is it as easy as not letting the call volume get out of control? >>>>> The attached is a hypothesis of the relationship between QOS and the >>>>> number of concurrent calls. Does it work that way? >>>>> What other factors need to be taken into account? >>>>> >>>>> >>>>> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 andrew.keil at visytel.com Fri Feb 27 01:50:36 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Thu, 26 Feb 2015 22:50:36 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it Message-ID: To FreeSWITCH users, I am currently experimenting with Lua scripts on FreeSWITCH (latest build) and found an interesting issue with FreeSWITCH default CDRs (inside log/cdr-csv/1000.csv). See below for my simple Lua script called from a diaplan as follows: What I noticed is that placing a call into FreeSWITCH via a SIP phone (calling 9101) and landing on myservice.lua everything processes as expected. If I hangup after 3 seconds then I should expect the CDR to show ${billsec} = 3. However this is not the case since both ${duration} and ${billsec} are actually set once the Lua script completes (not based on HANGUP). So inside 1000.csv I see duration and billsec both having 8 seconds. You will see below that inside my hangup handler (function myHangupHook(s, status, arg)) I fire an event and wait up to 5000ms for an event to be returned (currently I am not returning an event so the 5000ms will take place). This explains the extra 5 seconds after the 3 seconds of the call. My question is since FreeSWITCH knows that the HANGUP has taken place why is the ${billsec} not correct (ie. should be 3 seconds)? I tried adding "session:hangup()" as the first line inside my hangup handler (function myHangupHook(s, status, arg)) and this made no difference. Is there a solution to this issue? Perhaps there is a different CDR variable that will contain the correct duration based on when HANGUP was actually received. Thanks in advance for any assistance with this. Regards, Andrew Keil Simple Lua Script: -- myservice.lua -- To test a simple service function MainService() freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") -- answer the call freeswitch.consoleLog("INFO", "ANSWER CALLER\n") session:answer(); -- sleep a second freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") session:sleep(1000); freeswitch.consoleLog("INFO", "Playing 12345\n") session:say("12345", "en", "number", "pronounced"); freeswitch.consoleLog("INFO", "Finished playing 12345\n") if (session:ready()) then -- hangup freeswitch.consoleLog("INFO", "HANGUP\n") session:hangup() end end -------------------------------------------------------------------------------------------- -- Functions section ... function myHangupHook(s, status, arg) freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") -- send hangup event test (after caller hangs up) local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") event:addHeader("hi", "there") event:addHeader("channel-uuid", channeluuid) -- Add Event consumer if a response is required! local con = freeswitch.EventConsumer("CUSTOM", "visytel::HANGUP!") -- fire event freeswitch.consoleLog("INFO", "Fire HANGUP event\n") event:fire() -- Wait for 5000ms to test response local retevent = con:pop(1, 5000) if retevent then freeswitch.consoleLog("INFO", "Reply received!\n") freeswitch.consoleLog("INFO", string.format("Reply received: %s\n",retevent:getHeader("Result"))) end end -- Setup handlers here myparam="empty"; session:setHangupHook("myHangupHook", "myparam") -- Source channel-uuid here {used inside myHangupHook handler and for all fired events inside the header channeluuid = session:getVariable("uuid"); MainService() -- End of lua script -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150226/48a00acc/attachment-0001.html From robert at oldhamtechnology.com Fri Feb 27 02:14:07 2015 From: robert at oldhamtechnology.com (Robert Oldham) Date: Thu, 26 Feb 2015 16:14:07 -0700 Subject: [Freeswitch-users] server to NAT'd server gateways In-Reply-To: <033101d05103$1cd90200$568b0600$@botecomm.com> References: <54ED355D.3080704@oldhamtechnology.com> <033101d05103$1cd90200$568b0600$@botecomm.com> Message-ID: <54EFA8BF.9080103@oldhamtechnology.com> Bote, Thank you for noting this in response to my query. It was helpful in resolving my problems. Robert On 02/25/2015 06:58 AM, Bote Man wrote: > > FYI, I have just moved the High Availability and keepalived pages to > Confluence. > > > > https://freeswitch.org/confluence/display/FREESWITCH/High+Availability > > > > Bote > > > > > > *From:*Sergey Safarov > *Sent:* Wednesday, 25 February, 2015 02:08 > *Subject:* Re: [Freeswitch-users] server to NAT'd server gateways > > > > 1) Create VPN connection betwen Sip_B (client) and Sip_A (server); > > 2) On VPN interface configure static IP address; > > 3) Configure station on Sip_B and gateway on Sib_A; > > 4) Route call from Sip_A to Sip_B like you has configured routing call > Sip_B to Sip_A; > > 5) To allow FS listen on VPN IP when VPN connection is down cconfigure > sysctl variable "net.ipv4.ip_nonlocal_bind = 1" > > https://wiki.freeswitch.org/wiki/Freeswitch_HA > > > > On Wed, Feb 25, 2015 at 5:37 AM, Robert Oldham > > wrote: > > I have two FreeSWITCH servers that I need to gateway calls between. > Sip_A is on a public network with a static IP address. Sip_B is on a > private network that is NAT'd. I am trying to pass calls from devices > connected to Sip_B, through Sip_A and on to another server. I am also > trying to pass calls from Sip_A into Sip_B. I don't have access to the > firewall at the location of Sip_B so I am not able to forward standard > ports into Sip_B. > > I am fairly new to FreeSWITCH, so I'm not certain how to solve this > problem well. Many of the documents I have read online recommend using > ACLs and port forwards for this. However, the private network does not > have a static IP address that I can give access to and, as mentioned, I > cannot make port forwards. Instead, I have created an extension on Sip_A > and a gateway on Sip_B that registers using the extension on Sip_A. That > works fine for passing calls from Sip_B through Sip_A and on. Sip_B has > been maintaining a registered connection to Sip_A through the NAT'd > connection for several days now without trouble. > > Not knowing a better solution, I have been searching for a gateway > configuration on Sip_A that would allow it to route calls back over the > registered extension from Sip_B. I have not found a way to accomplish it > yet. As an alternative, I have also tried without success to create a > passive gateway on Sip_A that the gateway on Sip_B could register with. > > Any help is appreciated! > > Thanks, > Robert > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150226/e7afc9b9/attachment.html From steveayre at gmail.com Fri Feb 27 02:14:24 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 23:14:24 +0000 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: <9627DCEE-436D-4667-BC18-AD5E43FE229D@jerris.com> Message-ID: Whoops, obviously meant the opposite. Running on a caffeine deficit at the time obviously... On 26 February 2015 at 16:24, Stanislav Sinyagin wrote: > On Thu, Feb 26, 2015 at 5:21 PM, Michael Jerris wrote: > > most codecs are lossless? > > 8-)) > > > > > > On Feb 26, 2015, at 5:29 AM, Steven Ayre wrote: > > > > Two clarify this point... Most codecs are lossless, but don't necessarily > > throw the same information away so going through multiple codecs can > throw > > out more information than using a single codec. Probably not an issue as > > long as the call isn't being transcoded *many* times. Also (software) > > transcoding uses more CPU and therefore it reduces the capacity of your > > server, which means you may get audio issues from an overloaded CPU at > lower > > volumes. > > > > Most of the time audio issues will be network related - either jitter or > > packet loss. Wireshark will reveal those. There are also a number of rtp > > statistics in the XML CDR which includes information on RTP packet loss > and > > jitter, and a computed quality score. > > > > > > > > On 25 February 2015 at 13:16, Luis Daniel Lucio Quiroz > > wrote: > >> > >> You shall try to void transcoding as much as possible > >> > >> On Feb 25, 2015 2:54 AM, "Stanislav Sinyagin" > wrote: > >>> > >>> by the way, here are freely available test speech samples: > >>> > >>> http://www.voiptroubleshooter.com/open_speech/ > >>> > http://www.pscr.gov/projects/audio_quality/mrt_library/mrt_library2.php > >>> http://alt-usage-english.org/audio_archive.shtml > >>> http://www.itu.int/net/itu-t/sigdb/menu.aspx > >>> http://www.voxforge.org/ > >>> > >>> > >>> > >>> > >>> On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin < > ssinyagin at gmail.com> > >>> wrote: > >>>> > >>>> I'd say QoS drops even more abruptly if you hit the bandwidth or > >>>> performance limits. > >>>> > >>>> tshark, a text terminal version of Wireshark, can analyze the quality > of > >>>> RTP streams and print a report that you can parse. Keep in mind that > the > >>>> analysis itself is quite CPU-intensive, so what I usually do is > collect the > >>>> RTP streams with tcpdump, and then run tshark in low-priority mode. > >>>> > >>>> Here in scripts/ you can find a simple script that launches tshark and > >>>> analyses the output: > >>>> https://github.com/voxserv/voip_qos_probe > >>>> > >>>> There is also a library for comparing WAV streams -- this would be the > >>>> best for QoS measurements, and you would also be able to get the PSTN > path > >>>> into the test. But I didn't yet try it, as the customer was satisfied > with > >>>> RTP analysis: > >>>> > >>>> > http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ > >>>> https://github.com/openpreserve/scape-xcorrsound > >>>> > >>>> I hope this helps :) > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> On Wed, Feb 25, 2015 at 1:35 AM, Andrew V > >>>> wrote: > >>>>> > >>>>> How do you measure quality of service across all calls? > >>>>> What are ways to avoid bad quality of service? > >>>>> Say the call volume is in your control. > >>>>> Is it as easy as not letting the call volume get out of control? > >>>>> The attached is a hypothesis of the relationship between QOS and the > >>>>> number of concurrent calls. Does it work that way? > >>>>> What other factors need to be taken into account? > >>>>> > >>>>> > >>>>> > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at 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/20150226/7f832f12/attachment-0001.html From robert at oldhamtechnology.com Fri Feb 27 02:16:10 2015 From: robert at oldhamtechnology.com (Robert Oldham) Date: Thu, 26 Feb 2015 16:16:10 -0700 Subject: [Freeswitch-users] server to NAT'd server gateways In-Reply-To: References: <54ED355D.3080704@oldhamtechnology.com> Message-ID: <54EFA93A.9090503@oldhamtechnology.com> Sergey, Thank you. Your suggested solution worked perfectly. I really appreciate your taking the time to help me! Robert On 02/25/2015 12:07 AM, Sergey Safarov wrote: > 1) Create VPN connection betwen Sip_B (client) and Sip_A (server); > 2) On VPN interface configure static IP address; > 3) Configure station on Sip_B and gateway on Sib_A; > 4) Route call from Sip_A to Sip_B like you has configured routing call > Sip_B to Sip_A; > 5) To allow FS listen on VPN IP when VPN connection is down cconfigure > sysctl variable "net.ipv4.ip_nonlocal_bind = 1" > https://wiki.freeswitch.org/wiki/Freeswitch_HA > > On Wed, Feb 25, 2015 at 5:37 AM, Robert Oldham > > wrote: > > I have two FreeSWITCH servers that I need to gateway calls between. > Sip_A is on a public network with a static IP address. Sip_B is on a > private network that is NAT'd. I am trying to pass calls from devices > connected to Sip_B, through Sip_A and on to another server. I am also > trying to pass calls from Sip_A into Sip_B. I don't have access to the > firewall at the location of Sip_B so I am not able to forward standard > ports into Sip_B. > > I am fairly new to FreeSWITCH, so I'm not certain how to solve this > problem well. Many of the documents I have read online recommend using > ACLs and port forwards for this. However, the private network does not > have a static IP address that I can give access to and, as > mentioned, I > cannot make port forwards. Instead, I have created an extension on > Sip_A > and a gateway on Sip_B that registers using the extension on > Sip_A. That > works fine for passing calls from Sip_B through Sip_A and on. > Sip_B has > been maintaining a registered connection to Sip_A through the NAT'd > connection for several days now without trouble. > > Not knowing a better solution, I have been searching for a gateway > configuration on Sip_A that would allow it to route calls back > over the > registered extension from Sip_B. I have not found a way to > accomplish it > yet. As an alternative, I have also tried without success to create a > passive gateway on Sip_A that the gateway on Sip_B could register > with. > > Any help is appreciated! > > Thanks, > Robert > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150226/dab04cd1/attachment.html From steveayre at gmail.com Fri Feb 27 02:32:44 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 23:32:44 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: Message-ID: CDR processing should be done in the reporting not hangup state. On 26 February 2015 at 22:50, Andrew Keil wrote: > To FreeSWITCH users, > > > > I am currently experimenting with Lua scripts on FreeSWITCH (latest build) > and found an interesting issue with FreeSWITCH default CDRs (inside > log/cdr-csv/1000.csv). > > > > See below for my simple Lua script called from a diaplan as follows: > > > > > > > > > > > > data="myservice.lua"/> > > > > > > > > > > What I noticed is that placing a call into FreeSWITCH via a SIP phone > (calling 9101) and landing on myservice.lua everything processes as > expected. If I hangup after 3 seconds then I should expect the CDR to show > ${billsec} = 3. However this is not the case since both ${duration} and > ${billsec} are actually set once the Lua script completes (not based on > HANGUP). So inside 1000.csv I see duration and billsec both having 8 > seconds. > > > > You will see below that inside my hangup handler (function myHangupHook(s, > status, arg)) I fire an event and wait up to 5000ms for an event to be > returned (currently I am not returning an event so the 5000ms will take > place). This explains the extra 5 seconds after the 3 seconds of the call. > > > > My question is since FreeSWITCH knows that the HANGUP has taken place why > is the ${billsec} not correct (ie. should be 3 seconds)? > > > > I tried adding ?session:hangup()? as the first line inside my hangup > handler (function myHangupHook(s, status, arg)) and this made no difference. > > > > Is there a solution to this issue? Perhaps there is a different CDR > variable that will contain the correct duration based on when HANGUP was > actually received. > > > > Thanks in advance for any assistance with this. > > > > Regards, > > > > Andrew Keil > > > > > > Simple Lua Script: > > > > -- myservice.lua > > -- To test a simple service > > > > function MainService() > > freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") > > > > -- answer the call > > freeswitch.consoleLog("INFO", "ANSWER CALLER\n") > > session:answer(); > > > > -- sleep a second > > freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") > > session:sleep(1000); > > > > freeswitch.consoleLog("INFO", "Playing 12345\n") > > session:say("12345", "en", "number", "pronounced"); > > freeswitch.consoleLog("INFO", "Finished playing 12345\n") > > > > if (session:ready()) then > > -- hangup > > freeswitch.consoleLog("INFO", "HANGUP\n") > > session:hangup() > > end > > end > > > > > > > -------------------------------------------------------------------------------------------- > > > > > > -- Functions section ? > > > > function myHangupHook(s, status, arg) > > freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") > > > > -- send hangup event test (after caller hangs up) > > local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") > > event:addHeader("hi", "there") > > event:addHeader("channel-uuid", channeluuid) > > -- Add Event consumer if a response is required! > > local con = freeswitch.EventConsumer("CUSTOM", > "visytel::HANGUP!") > > -- fire event > > freeswitch.consoleLog("INFO", "Fire HANGUP event\n") > > event:fire() > > -- Wait for 5000ms to test response > > local retevent = con:pop(1, 5000) > > if retevent then > > freeswitch.consoleLog("INFO", "Reply > received!\n") > > freeswitch.consoleLog("INFO", > string.format("Reply received: %s\n",retevent:getHeader("Result"))) > > end > > end > > > > -- Setup handlers here > > myparam="empty"; > > session:setHangupHook("myHangupHook", "myparam") > > > > -- Source channel-uuid here {used inside myHangupHook handler and for all > fired events inside the header > > channeluuid = session:getVariable("uuid"); > > > > MainService() > > > > > > -- End of lua script > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150226/2f00f436/attachment-0001.html From steveayre at gmail.com Fri Feb 27 02:34:57 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 23:34:57 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: Message-ID: Apologies, jumped the gun a little. A more relevant answer is that during the hangup state the call is still in the process of hanging up, it isn't hung up and ended until the hangup_complete event. So your 5s sleep is extending the life of the call. On 26 February 2015 at 23:32, Steven Ayre wrote: > CDR processing should be done in the reporting not hangup state. > > On 26 February 2015 at 22:50, Andrew Keil wrote: > >> To FreeSWITCH users, >> >> >> >> I am currently experimenting with Lua scripts on FreeSWITCH (latest >> build) and found an interesting issue with FreeSWITCH default CDRs (inside >> log/cdr-csv/1000.csv). >> >> >> >> See below for my simple Lua script called from a diaplan as follows: >> >> >> >> >> >> >> >> >> >> >> >> > data="myservice.lua"/> >> >> >> >> >> >> >> >> >> >> What I noticed is that placing a call into FreeSWITCH via a SIP phone >> (calling 9101) and landing on myservice.lua everything processes as >> expected. If I hangup after 3 seconds then I should expect the CDR to show >> ${billsec} = 3. However this is not the case since both ${duration} and >> ${billsec} are actually set once the Lua script completes (not based on >> HANGUP). So inside 1000.csv I see duration and billsec both having 8 >> seconds. >> >> >> >> You will see below that inside my hangup handler (function >> myHangupHook(s, status, arg)) I fire an event and wait up to 5000ms for an >> event to be returned (currently I am not returning an event so the 5000ms >> will take place). This explains the extra 5 seconds after the 3 seconds of >> the call. >> >> >> >> My question is since FreeSWITCH knows that the HANGUP has taken place why >> is the ${billsec} not correct (ie. should be 3 seconds)? >> >> >> >> I tried adding ?session:hangup()? as the first line inside my hangup >> handler (function myHangupHook(s, status, arg)) and this made no difference. >> >> >> >> Is there a solution to this issue? Perhaps there is a different CDR >> variable that will contain the correct duration based on when HANGUP was >> actually received. >> >> >> >> Thanks in advance for any assistance with this. >> >> >> >> Regards, >> >> >> >> Andrew Keil >> >> >> >> >> >> Simple Lua Script: >> >> >> >> -- myservice.lua >> >> -- To test a simple service >> >> >> >> function MainService() >> >> freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") >> >> >> >> -- answer the call >> >> freeswitch.consoleLog("INFO", "ANSWER CALLER\n") >> >> session:answer(); >> >> >> >> -- sleep a second >> >> freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") >> >> session:sleep(1000); >> >> >> >> freeswitch.consoleLog("INFO", "Playing 12345\n") >> >> session:say("12345", "en", "number", "pronounced"); >> >> freeswitch.consoleLog("INFO", "Finished playing 12345\n") >> >> >> >> if (session:ready()) then >> >> -- hangup >> >> freeswitch.consoleLog("INFO", "HANGUP\n") >> >> session:hangup() >> >> end >> >> end >> >> >> >> >> >> >> -------------------------------------------------------------------------------------------- >> >> >> >> >> >> -- Functions section ? >> >> >> >> function myHangupHook(s, status, arg) >> >> freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") >> >> >> >> -- send hangup event test (after caller hangs up) >> >> local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") >> >> event:addHeader("hi", "there") >> >> event:addHeader("channel-uuid", channeluuid) >> >> -- Add Event consumer if a response is required! >> >> local con = freeswitch.EventConsumer("CUSTOM", >> "visytel::HANGUP!") >> >> -- fire event >> >> freeswitch.consoleLog("INFO", "Fire HANGUP event\n") >> >> event:fire() >> >> -- Wait for 5000ms to test response >> >> local retevent = con:pop(1, 5000) >> >> if retevent then >> >> freeswitch.consoleLog("INFO", "Reply >> received!\n") >> >> freeswitch.consoleLog("INFO", >> string.format("Reply received: %s\n",retevent:getHeader("Result"))) >> >> end >> >> end >> >> >> >> -- Setup handlers here >> >> myparam="empty"; >> >> session:setHangupHook("myHangupHook", "myparam") >> >> >> >> -- Source channel-uuid here {used inside myHangupHook handler and for all >> fired events inside the header >> >> channeluuid = session:getVariable("uuid"); >> >> >> >> MainService() >> >> >> >> >> >> -- End of lua script >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150226/75a3a858/attachment.html From steveayre at gmail.com Fri Feb 27 02:47:08 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 26 Feb 2015 23:47:08 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: Message-ID: Sorry, jumped the gun a little based on the subject. A more relevant answer is that during the hangup state the call is still in the process of hanging up, it isn't hung up and ended until the hangup_complete event. So your 5s sleep is extending the life of the call. Is it perhaps possible to subscribe to the hangup event and process it asyncronously? On 26 February 2015 at 23:32, Steven Ayre wrote: > CDR processing should be done in the reporting not hangup state. > > On 26 February 2015 at 22:50, Andrew Keil wrote: > >> To FreeSWITCH users, >> >> >> >> I am currently experimenting with Lua scripts on FreeSWITCH (latest >> build) and found an interesting issue with FreeSWITCH default CDRs (inside >> log/cdr-csv/1000.csv). >> >> >> >> See below for my simple Lua script called from a diaplan as follows: >> >> >> >> >> >> >> >> >> >> >> >> > data="myservice.lua"/> >> >> >> >> >> >> >> >> >> >> What I noticed is that placing a call into FreeSWITCH via a SIP phone >> (calling 9101) and landing on myservice.lua everything processes as >> expected. If I hangup after 3 seconds then I should expect the CDR to show >> ${billsec} = 3. However this is not the case since both ${duration} and >> ${billsec} are actually set once the Lua script completes (not based on >> HANGUP). So inside 1000.csv I see duration and billsec both having 8 >> seconds. >> >> >> >> You will see below that inside my hangup handler (function >> myHangupHook(s, status, arg)) I fire an event and wait up to 5000ms for an >> event to be returned (currently I am not returning an event so the 5000ms >> will take place). This explains the extra 5 seconds after the 3 seconds of >> the call. >> >> >> >> My question is since FreeSWITCH knows that the HANGUP has taken place why >> is the ${billsec} not correct (ie. should be 3 seconds)? >> >> >> >> I tried adding ?session:hangup()? as the first line inside my hangup >> handler (function myHangupHook(s, status, arg)) and this made no difference. >> >> >> >> Is there a solution to this issue? Perhaps there is a different CDR >> variable that will contain the correct duration based on when HANGUP was >> actually received. >> >> >> >> Thanks in advance for any assistance with this. >> >> >> >> Regards, >> >> >> >> Andrew Keil >> >> >> >> >> >> Simple Lua Script: >> >> >> >> -- myservice.lua >> >> -- To test a simple service >> >> >> >> function MainService() >> >> freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") >> >> >> >> -- answer the call >> >> freeswitch.consoleLog("INFO", "ANSWER CALLER\n") >> >> session:answer(); >> >> >> >> -- sleep a second >> >> freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") >> >> session:sleep(1000); >> >> >> >> freeswitch.consoleLog("INFO", "Playing 12345\n") >> >> session:say("12345", "en", "number", "pronounced"); >> >> freeswitch.consoleLog("INFO", "Finished playing 12345\n") >> >> >> >> if (session:ready()) then >> >> -- hangup >> >> freeswitch.consoleLog("INFO", "HANGUP\n") >> >> session:hangup() >> >> end >> >> end >> >> >> >> >> >> >> -------------------------------------------------------------------------------------------- >> >> >> >> >> >> -- Functions section ? >> >> >> >> function myHangupHook(s, status, arg) >> >> freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") >> >> >> >> -- send hangup event test (after caller hangs up) >> >> local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") >> >> event:addHeader("hi", "there") >> >> event:addHeader("channel-uuid", channeluuid) >> >> -- Add Event consumer if a response is required! >> >> local con = freeswitch.EventConsumer("CUSTOM", >> "visytel::HANGUP!") >> >> -- fire event >> >> freeswitch.consoleLog("INFO", "Fire HANGUP event\n") >> >> event:fire() >> >> -- Wait for 5000ms to test response >> >> local retevent = con:pop(1, 5000) >> >> if retevent then >> >> freeswitch.consoleLog("INFO", "Reply >> received!\n") >> >> freeswitch.consoleLog("INFO", >> string.format("Reply received: %s\n",retevent:getHeader("Result"))) >> >> end >> >> end >> >> >> >> -- Setup handlers here >> >> myparam="empty"; >> >> session:setHangupHook("myHangupHook", "myparam") >> >> >> >> -- Source channel-uuid here {used inside myHangupHook handler and for all >> fired events inside the header >> >> channeluuid = session:getVariable("uuid"); >> >> >> >> MainService() >> >> >> >> >> >> -- End of lua script >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150226/1e1f690c/attachment-0001.html From ssinyagin at gmail.com Fri Feb 27 03:15:01 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 27 Feb 2015 01:15:01 +0100 Subject: [Freeswitch-users] How to measure QOS? In-Reply-To: References: Message-ID: On Wed, Feb 25, 2015 at 8:33 AM, Stanislav Sinyagin wrote: > There is also a library for comparing WAV streams -- this would be the best for QoS measurements, and you would also be able to get the PSTN path into the test. But I didn't yet try it, as the customer was satisfied with RTP analysis: > http://openpreservation.org/knowledge/blogs/2012/07/09/xcorrsound-waveform-compare-new-audio-quality-assurance-tool/ > https://github.com/openpreserve/scape-xcorrsound I played a bit with the library, and it worked fairly well with a transcoded audio file: https://github.com/openpreserve/scape-xcorrsound/issues/16 I will give it some more complex tasks, like real telephony sound, going through some real network. From andrew.keil at visytel.com Fri Feb 27 05:27:27 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 27 Feb 2015 02:27:27 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: Message-ID: Steven, Many thanks for your fast response. I understand what you are saying, however even when I add ?session:hangup()? as the first line inside my hangup handler (function myHangupHook(s, status, arg)), that is prior to the pause of 5 seconds waiting for an event that never comes (at the moment) the resulting CDRs are based on when the Lua script completes (it seems) and not when the call disconnects. I fully understand that this is a two way conversation (ie. Remote Disconnect received then Release sent and Release Complete received). Does this mean there is no way (within Lua under FreeSWITCH) to clear up a call correctly, then complete some extra code within the Lua script, then end the Lua script and generate correct CDRs from within FreeSWITCH? Regarding subscribing to the HANGUP event or using the Lua script to fire events to a third party application I will be looking into this, however I thought I would first ask if I was missing something within FreeSWITCH. One more question is there a FreeSWITCH action to correctly release the call apart from session:hangup() {which obviously does not work when the remote end disconnects first}? I am more than happy to experiment with any ideas. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Steven Ayre Sent: Friday, 27 February 2015 10:47 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it Sorry, jumped the gun a little based on the subject. A more relevant answer is that during the hangup state the call is still in the process of hanging up, it isn't hung up and ended until the hangup_complete event. So your 5s sleep is extending the life of the call. Is it perhaps possible to subscribe to the hangup event and process it asyncronously? On 26 February 2015 at 23:32, Steven Ayre > wrote: CDR processing should be done in the reporting not hangup state. On 26 February 2015 at 22:50, Andrew Keil > wrote: To FreeSWITCH users, I am currently experimenting with Lua scripts on FreeSWITCH (latest build) and found an interesting issue with FreeSWITCH default CDRs (inside log/cdr-csv/1000.csv). See below for my simple Lua script called from a diaplan as follows: What I noticed is that placing a call into FreeSWITCH via a SIP phone (calling 9101) and landing on myservice.lua everything processes as expected. If I hangup after 3 seconds then I should expect the CDR to show ${billsec} = 3. However this is not the case since both ${duration} and ${billsec} are actually set once the Lua script completes (not based on HANGUP). So inside 1000.csv I see duration and billsec both having 8 seconds. You will see below that inside my hangup handler (function myHangupHook(s, status, arg)) I fire an event and wait up to 5000ms for an event to be returned (currently I am not returning an event so the 5000ms will take place). This explains the extra 5 seconds after the 3 seconds of the call. My question is since FreeSWITCH knows that the HANGUP has taken place why is the ${billsec} not correct (ie. should be 3 seconds)? I tried adding ?session:hangup()? as the first line inside my hangup handler (function myHangupHook(s, status, arg)) and this made no difference. Is there a solution to this issue? Perhaps there is a different CDR variable that will contain the correct duration based on when HANGUP was actually received. Thanks in advance for any assistance with this. Regards, Andrew Keil Simple Lua Script: -- myservice.lua -- To test a simple service function MainService() freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") -- answer the call freeswitch.consoleLog("INFO", "ANSWER CALLER\n") session:answer(); -- sleep a second freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") session:sleep(1000); freeswitch.consoleLog("INFO", "Playing 12345\n") session:say("12345", "en", "number", "pronounced"); freeswitch.consoleLog("INFO", "Finished playing 12345\n") if (session:ready()) then -- hangup freeswitch.consoleLog("INFO", "HANGUP\n") session:hangup() end end -------------------------------------------------------------------------------------------- -- Functions section ? function myHangupHook(s, status, arg) freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") -- send hangup event test (after caller hangs up) local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") event:addHeader("hi", "there") event:addHeader("channel-uuid", channeluuid) -- Add Event consumer if a response is required! local con = freeswitch.EventConsumer("CUSTOM", "visytel::HANGUP!") -- fire event freeswitch.consoleLog("INFO", "Fire HANGUP event\n") event:fire() -- Wait for 5000ms to test response local retevent = con:pop(1, 5000) if retevent then freeswitch.consoleLog("INFO", "Reply received!\n") freeswitch.consoleLog("INFO", string.format("Reply received: %s\n",retevent:getHeader("Result"))) end end -- Setup handlers here myparam="empty"; session:setHangupHook("myHangupHook", "myparam") -- Source channel-uuid here {used inside myHangupHook handler and for all fired events inside the header channeluuid = session:getVariable("uuid"); MainService() -- End of lua script _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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/20150227/f715a4c9/attachment-0001.html From anthony.minessale at gmail.com Fri Feb 27 09:03:39 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 27 Feb 2015 00:03:39 -0600 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: Message-ID: I would say you did not actually understand what he was saying based on your response. I can try to explain: The channel is busy executing your script. All scripts must exit immediately when the channel is transferred or hungup. That's why you must always wrap things in session:ready() If you hangup the call from your script the next thing you MUST do is exit from the script so the session can transition to the hangup state. Until then it will never be able to complete the EXECUTE state. What you can do is set the api_hangup_hook to another lua script that can run once the call is hungup or use CDRS to process billing data from another system designated for billing. You may not like the idea now but one day you will come to understand that doing call logic and billing all in the same script in the foreground of the call is not a good way to do things. On Thu, Feb 26, 2015 at 8:27 PM, Andrew Keil wrote: > Steven, > > > > Many thanks for your fast response. I understand what you are saying, > however even when I add ?session:hangup()? as the first line inside my > hangup handler (function myHangupHook(s, status, arg)), that is prior to > the pause of 5 seconds waiting for an event that never comes (at the > moment) the resulting CDRs are based on when the Lua script completes (it > seems) and not when the call disconnects. I fully understand that this is > a two way conversation (ie. Remote Disconnect received then Release sent > and Release Complete received). > > > > Does this mean there is no way (within Lua under FreeSWITCH) to clear up a > call correctly, then complete some extra code within the Lua script, then > end the Lua script and generate correct CDRs from within FreeSWITCH? > > > > Regarding subscribing to the HANGUP event or using the Lua script to fire > events to a third party application I will be looking into this, however I > thought I would first ask if I was missing something within FreeSWITCH. > > > > One more question is there a FreeSWITCH action to correctly release the > call apart from session:hangup() {which obviously does not work when the > remote end disconnects first}? > > > > I am more than happy to experiment with any ideas. > > > > Andrew > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Steven Ayre > *Sent:* Friday, 27 February 2015 10:47 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not > correct when using Lua scripts and running a hangup handler with any delays > inside it > > > > Sorry, jumped the gun a little based on the subject. > > > > A more relevant answer is that during the hangup state the call is still > in the process of hanging up, it isn't hung up and ended until the > hangup_complete event. So your 5s sleep is extending the life of the call. > > > > Is it perhaps possible to subscribe to the hangup event and process it > asyncronously? > > > > On 26 February 2015 at 23:32, Steven Ayre wrote: > > CDR processing should be done in the reporting not hangup state. > > > > On 26 February 2015 at 22:50, Andrew Keil wrote: > > To FreeSWITCH users, > > > > I am currently experimenting with Lua scripts on FreeSWITCH (latest build) > and found an interesting issue with FreeSWITCH default CDRs (inside > log/cdr-csv/1000.csv). > > > > See below for my simple Lua script called from a diaplan as follows: > > > > > > > > > > > > data="myservice.lua"/> > > > > > > > > > > What I noticed is that placing a call into FreeSWITCH via a SIP phone > (calling 9101) and landing on myservice.lua everything processes as > expected. If I hangup after 3 seconds then I should expect the CDR to show > ${billsec} = 3. However this is not the case since both ${duration} and > ${billsec} are actually set once the Lua script completes (not based on > HANGUP). So inside 1000.csv I see duration and billsec both having 8 > seconds. > > > > You will see below that inside my hangup handler (function myHangupHook(s, > status, arg)) I fire an event and wait up to 5000ms for an event to be > returned (currently I am not returning an event so the 5000ms will take > place). This explains the extra 5 seconds after the 3 seconds of the call. > > > > My question is since FreeSWITCH knows that the HANGUP has taken place why > is the ${billsec} not correct (ie. should be 3 seconds)? > > > > I tried adding ?session:hangup()? as the first line inside my hangup > handler (function myHangupHook(s, status, arg)) and this made no difference. > > > > Is there a solution to this issue? Perhaps there is a different CDR > variable that will contain the correct duration based on when HANGUP was > actually received. > > > > Thanks in advance for any assistance with this. > > > > Regards, > > > > Andrew Keil > > > > > > Simple Lua Script: > > > > -- myservice.lua > > -- To test a simple service > > > > function MainService() > > freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION\n") > > > > -- answer the call > > freeswitch.consoleLog("INFO", "ANSWER CALLER\n") > > session:answer(); > > > > -- sleep a second > > freeswitch.consoleLog("INFO", "Sleep for 1000ms\n") > > session:sleep(1000); > > > > freeswitch.consoleLog("INFO", "Playing 12345\n") > > session:say("12345", "en", "number", "pronounced"); > > freeswitch.consoleLog("INFO", "Finished playing 12345\n") > > > > if (session:ready()) then > > -- hangup > > freeswitch.consoleLog("INFO", "HANGUP\n") > > session:hangup() > > end > > end > > > > > > > -------------------------------------------------------------------------------------------- > > > > > > -- Functions section ? > > > > function myHangupHook(s, status, arg) > > freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. "\n") > > > > -- send hangup event test (after caller hangs up) > > local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") > > event:addHeader("hi", "there") > > event:addHeader("channel-uuid", channeluuid) > > -- Add Event consumer if a response is required! > > local con = freeswitch.EventConsumer("CUSTOM", > "visytel::HANGUP!") > > -- fire event > > freeswitch.consoleLog("INFO", "Fire HANGUP event\n") > > event:fire() > > -- Wait for 5000ms to test response > > local retevent = con:pop(1, 5000) > > if retevent then > > freeswitch.consoleLog("INFO", "Reply > received!\n") > > freeswitch.consoleLog("INFO", > string.format("Reply received: %s\n",retevent:getHeader("Result"))) > > end > > end > > > > -- Setup handlers here > > myparam="empty"; > > session:setHangupHook("myHangupHook", "myparam") > > > > -- Source channel-uuid here {used inside myHangupHook handler and for all > fired events inside the header > > channeluuid = session:getVariable("uuid"); > > > > MainService() > > > > > > -- End of lua script > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/5322c60d/attachment-0001.html From andrew.keil at visytel.com Fri Feb 27 13:44:44 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 27 Feb 2015 10:44:44 +0000 Subject: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it In-Reply-To: References: , Message-ID: <2AA5F07F6A1120CC.9C8A1B9D-FAFA-4FB7-9EF2-03FA3EC68C12@mail.outlook.com> Anthony, Many thanks for your detailed response. It now makes sense to me and I will adjust my code appropriately. Andrew _____________________________ From: Anthony Minessale > Sent: Friday, February 27, 2015 5:08 pm Subject: Re: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it To: FreeSWITCH Users Help > I would say you did not actually understand what he was saying based on your response. I can try to explain: The channel is busy executing your script. All scripts must exit immediately when the channel is transferred or hungup. That's why you must always wrap things in session:ready() If you hangup the call from your script the next thing you MUST do is exit from the script so the session can transition to the hangup state. Until then it will never be able to complete the EXECUTE state. What you can do is set the api_hangup_hook to another lua script that can run once the call is hungup or use CDRS to process billing data from another system designated for billing. You may not like the idea now but one day you will come to understand that doing call logic and billing all in the same script in the foreground of the call is not a good way to do things. On Thu, Feb 26, 2015 at 8:27 PM, Andrew Keil > wrote: Steven, Many thanks for your fast response. I understand what you are saying, however even when I add ?session:hangup()? as the first line inside my hangup handler (function myHangupHook(s, status, arg)), that is prior to the pause of 5 seconds waiting for an event that never comes (at the moment) the resulting CDRs are based on when the Lua script completes (it seems) and not when the call disconnects. I fully understand that this is a two way conversation (ie. Remote Disconnect received then Release sent and Release Complete received). Does this mean there is no way (within Lua under FreeSWITCH) to clear up a call correctly, then complete some extra code within the Lua script, then end the Lua script and generate correct CDRs from within FreeSWITCH? Regarding subscribing to the HANGUP event or using the Lua script to fire events to a third party application I will be looking into this, however I thought I would first ask if I was missing something within FreeSWITCH. One more question is there a FreeSWITCH action to correctly release the call apart from session:hangup() {which obviously does not work when the remote end disconnects first}? I am more than happy to experiment with any ideas. Andrew From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Steven Ayre Sent: Friday, 27 February 2015 10:47 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Re- FreeSWITCH CDRs ${billsec} not correct when using Lua scripts and running a hangup handler with any delays inside it Sorry, jumped the gun a little based on the subject. A more relevant answer is that during the hangup state the call is still in the process of hanging up, it isn't hung up and ended until the hangup_complete event. So your 5s sleep is extending the life of the call. Is it perhaps possible to subscribe to the hangup event and process it asyncronously? On 26 February 2015 at 23:32, Steven Ayre > wrote: CDR processing should be done in the reporting not hangup state. On 26 February 2015 at 22:50, Andrew Keil > wrote: To FreeSWITCH users, I am currently experimenting with Lua scripts on FreeSWITCH (latest build) and found an interesting issue with FreeSWITCH default CDRs (inside log/cdr-csv/1000.csv). See below for my simple Lua script called from a diaplan as follows: What I noticed is that placing a call into FreeSWITCH via a SIP phone (calling 9101) and landing on myservice.lua everything processes as expected. If I hangup after 3 seconds then I should expect the CDR to show ${billsec} = 3. However this is not the case since both ${duration} and ${billsec} are actually set once the Lua script completes (not based on HANGUP). So inside 1000.csv I see duration and billsec both having 8 seconds. You will see below that inside my hangup handler (function myHangupHook(s, status, arg)) I fire an event and wait up to 5000ms for an event to be returned (currently I am not returning an event so the 5000ms will take place). This explains the extra 5 seconds after the 3 seconds of the call. My question is since FreeSWITCH knows that the HANGUP has taken place why is the ${billsec} not correct (ie. should be 3 seconds)? I tried adding ?session:hangup()? as the first line inside my hangup handler (function myHangupHook(s, status, arg)) and this made no difference. Is there a solution to this issue? Perhaps there is a different CDR variable that will contain the correct duration based on when HANGUP was actually received. Thanks in advance for any assistance with this. Regards, Andrew Keil Simple Lua Script: -- myservice.lua -- To test a simple service function MainService() freeswitch.consoleLog("INFO", "MAIN SERVICE SECTION ") -- answer the call freeswitch.consoleLog("INFO", "ANSWER CALLER ") session:answer(); -- sleep a second freeswitch.consoleLog("INFO", "Sleep for 1000ms ") session:sleep(1000); freeswitch.consoleLog("INFO", "Playing 12345 ") session:say("12345", "en", "number", "pronounced"); freeswitch.consoleLog("INFO", "Finished playing 12345 ") if (session:ready()) then -- hangup freeswitch.consoleLog("INFO", "HANGUP ") session:hangup() end end -------------------------------------------------------------------------------------------- -- Functions section ? function myHangupHook(s, status, arg) freeswitch.consoleLog("INFO", "myHangupHook: " .. status .. " ") -- send hangup event test (after caller hangs up) local event = freeswitch.Event("CUSTOM", "visytel::HANGUP?") event:addHeader("hi", "there") event:addHeader("channel-uuid", channeluuid) -- Add Event consumer if a response is required! local con = freeswitch.EventConsumer("CUSTOM", "visytel::HANGUP!") -- fire event freeswitch.consoleLog("INFO", "Fire HANGUP event ") event:fire() -- Wait for 5000ms to test response local retevent = con:pop(1, 5000) if retevent then freeswitch.consoleLog("INFO", "Reply received! ") freeswitch.consoleLog("INFO", string.format("Reply received: %s ",retevent:getHeader("Result"))) end end -- Setup handlers here myparam="empty"; session:setHangupHook("myHangupHook", "myparam") -- Source channel-uuid here {used inside myHangupHook handler and for all fired events inside the header channeluuid = session:getVariable("uuid"); MainService() -- End of lua script _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/a26b311d/attachment-0001.html From idokan at gmail.com Fri Feb 27 14:08:11 2015 From: idokan at gmail.com (ik) Date: Fri, 27 Feb 2015 13:08:11 +0200 Subject: [Freeswitch-users] supporting multiple dtmf protocols Message-ID: Hello, I have the misfortune of forced to use a telco named Bezeq - the biggest telco in Israel. The SIP trunk they provide is very problematic. The one that I cannot overcome is that sometimes doing the call, it switches DTMF between Inband and rfc2833, and sometimes the whole DTMF sending is either inband or rfc2833 doing the entire call. I cannot make them to be more stable in this matter (I have tried talking with them), and I cannot replace them (I have tried to do so as well). How can I deal with such mess ? Thanks, Ido -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/1d1d548c/attachment.html From bordmi at rarus.ru Fri Feb 27 14:29:09 2015 From: bordmi at rarus.ru (=?UTF-8?B?0JHQvtGA0LjRgdC+0LIsINCU0LzQuNGC0YDQuNC5IC8gRG1pdHJpeSBCb3Jpc292?=) Date: Fri, 27 Feb 2015 15:29:09 +0400 Subject: [Freeswitch-users] supporting multiple dtmf protocols In-Reply-To: References: Message-ID: Hi! Maybe param name="liberal-dtmf" value="true" ? 2015-02-27 14:08 GMT+03:00 ik : > Hello, > > I have the misfortune of forced to use a telco named Bezeq - the biggest > telco in Israel. > The SIP trunk they provide is very problematic. > > The one that I cannot overcome is that sometimes doing the call, it > switches DTMF between Inband and rfc2833, and sometimes the whole DTMF > sending is either inband or rfc2833 doing the entire call. > > I cannot make them to be more stable in this matter (I have tried talking > with them), and I cannot replace them (I have tried to do so as well). > > How can I deal with such mess ? > > Thanks, > Ido > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 best regards, Dmitriy Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/32075d00/attachment.html From vladget at gmail.com Fri Feb 27 15:36:50 2015 From: vladget at gmail.com (Vladimir Getmanshchuk) Date: Fri, 27 Feb 2015 14:36:50 +0200 Subject: [Freeswitch-users] Values of read_codec/write_codec on different FS versions... Message-ID: Hello Everyone! I have two installations of FS with absolutely identical configurations. Both has SIP profiles with proxy-media enabled. But on freeswitch at internal> version FreeSWITCH Version 1.4.15~64bit ( 64bit) I have values in read_codec/write_codec variables at CDRs: "read_codec":"PROXY","write_codec":"PROXY" but on another one freeswitch at internal> version FreeSWITCH Version 1.4.5~64bit ( 64bit) I have: "read_codec":"G729","write_codec":"G729", "read_codec":"PCMA","write_codec":"PCMA", etc... So Why? -- Yours sincerely, Vladimir Getmanshchuk From mishehu at freeswitch.org Fri Feb 27 15:50:52 2015 From: mishehu at freeswitch.org (I put the Who? in Mishehu) Date: Fri, 27 Feb 2015 06:50:52 -0600 Subject: [Freeswitch-users] supporting multiple dtmf protocols In-Reply-To: References: Message-ID: <54F0682C.7090603@freeswitch.org> I see after all these years it's still the popular thing to think that Bezeq is the most terrible thing in the world. :-) Be thankful you don't have to deal with some American incumbent providers... Bezeq can be a walk in the park... :-) DTMF handling can be a fun little source of headache in general. To clarify, are you saying that midway through a call that the DTMF mode changes? Or are you saying that the DTMF mode for one call may be 2833 and the next call can randomly be inband audio? If you are saying that the mode changes during the call, what indication do you receive that this has happened? You can try the "liberal-dtmf" setting and see if that fixes the issue for you, but I believe that only allows SIP NOTIFY and 2833, and I don't believe it handles inband. (Hopefully somebody else will correct me if I'm mistaken.) -- Yossi Neiman On 02/27/2015 05:08 AM, ik wrote: > Hello, > > I have the misfortune of forced to use a telco named Bezeq - the > biggest telco in Israel. > The SIP trunk they provide is very problematic. > > The one that I cannot overcome is that sometimes doing the call, it > switches DTMF between Inband and rfc2833, and sometimes the whole DTMF > sending is either inband or rfc2833 doing the entire call. > > I cannot make them to be more stable in this matter (I have tried > talking with them), and I cannot replace them (I have tried to do so > as well). > > How can I deal with such mess ? > > Thanks, > Ido > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150227/70e9f86f/attachment.html From krice at freeswitch.org Fri Feb 27 18:01:01 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 27 Feb 2015 15:01:01 +0000 Subject: [Freeswitch-users] FreeSWITCH Friday FreeForAll Reminder! Message-ID: <54f086ad345a_7c2652d33469530@resque-worker-ip-10-158-132-148.mail> FreeSWITCHers, Do not forget to join us at 2PM CST for the FreeSWITCH Friday FreeFor All Visit http://ift.tt/1n3h0Pf and Click Call 888 with your WebRTC enabled Browser and headset, Call sip:888 at conference.freeswitch.org or see http://ift.tt/1prwIZL for access info! -- Ken FreeSWITCH.org ClueCon.com OSTAG.org irc.freenode.net #freeswitch Twitter: @FreeSWITCH @ClueCon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/824ff5ef/attachment.html From bote_radio at botecomm.com Fri Feb 27 19:35:26 2015 From: bote_radio at botecomm.com (Bote Man) Date: Fri, 27 Feb 2015 11:35:26 -0500 Subject: [Freeswitch-users] Values of read_codec/write_codec on different FS versions... In-Reply-To: References: Message-ID: <01aa01d052ab$64fafd00$2ef0f700$@botecomm.com> FS1> FreeSWITCH Version 1.4.15~64bit ( 64bit) FS2> FreeSWITCH Version 1.4.5~64bit ( 64bit) I would say that these are not "absolutely" identical. As the FreeSWITCH development team never sleeps it is likely that there are differences in the code that you now see. The first thing is to bring both machines up to the same release before comparing behaviors. Another suggestion is to confirm your G.729 license and configuration, if you are decoding that codec. Perhaps one machine has the necessary file(s) in the correct locations and the other machine does not? Hope this helps. Bote -----Original Message----- From: Vladimir Getmanshchuk Sent: Friday, 27 February, 2015 07:37 Subject: [Freeswitch-users] Values of read_codec/write_codec on different FS versions... Hello Everyone! I have two installations of FS with absolutely identical configurations. Both has SIP profiles with proxy-media enabled. But on freeswitch at internal> version FreeSWITCH Version 1.4.15~64bit ( 64bit) I have values in read_codec/write_codec variables at CDRs: "read_codec":"PROXY","write_codec":"PROXY" but on another one freeswitch at internal> version FreeSWITCH Version 1.4.5~64bit ( 64bit) I have: "read_codec":"G729","write_codec":"G729", "read_codec":"PCMA","write_codec":"PCMA", etc... So Why? -- Yours sincerely, Vladimir Getmanshchuk From zoell at zoell.us Fri Feb 27 20:37:38 2015 From: zoell at zoell.us (=?UTF-8?B?Wm9sdMOhbiBTemFiw7M=?=) Date: Fri, 27 Feb 2015 17:37:38 +0000 Subject: [Freeswitch-users] Nibblebill round to minute Message-ID: Hi, Is there any way to configure nibblebill to round up the billing of a call leg to minutes? So for example if the call is just 25 seconds long, I would like to bill one minute. If the call is 80 seconds, 2 minutes, etc. Many thanks, Zoltan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/029a894b/attachment-0001.html From italorossib at gmail.com Fri Feb 27 20:58:26 2015 From: italorossib at gmail.com (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 27 Feb 2015 14:58:26 -0300 Subject: [Freeswitch-users] Nibblebill round to minute In-Reply-To: References: Message-ID: On Fri, Feb 27, 2015 at 2:37 PM, Zolt?n Szab? wrote: > Hi, > > Is there any way to configure nibblebill to round up the billing of a call > leg to minutes? So for example if the call is just 25 seconds long, I would > like to bill one minute. If the call is 80 seconds, 2 minutes, etc. > > Many thanks, > Zoltan > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/061dc99d/attachment.html From italorossib at gmail.com Fri Feb 27 20:58:47 2015 From: italorossib at gmail.com (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 27 Feb 2015 14:58:47 -0300 Subject: [Freeswitch-users] Nibblebill round to minute In-Reply-To: References: Message-ID: https://freeswitch.org/confluence/display/FREESWITCH/mod_nibblebill On Fri, Feb 27, 2015 at 2:58 PM, ?talo Rossi wrote: > > > On Fri, Feb 27, 2015 at 2:37 PM, Zolt?n Szab? wrote: > >> Hi, >> >> Is there any way to configure nibblebill to round up the billing of a >> call leg to minutes? So for example if the call is just 25 seconds long, I >> would like to bill one minute. If the call is 80 seconds, 2 minutes, etc. >> >> Many thanks, >> Zoltan >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- ?talo Rossi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/4c4c11b1/attachment.html From brian at freeswitch.org Fri Feb 27 21:02:48 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 27 Feb 2015 12:02:48 -0600 Subject: [Freeswitch-users] Values of read_codec/write_codec on different FS versions... In-Reply-To: <01aa01d052ab$64fafd00$2ef0f700$@botecomm.com> References: <01aa01d052ab$64fafd00$2ef0f700$@botecomm.com> Message-ID: Someone's using Proxy Media mode... Thats why the codec says PROXY. On Fri, Feb 27, 2015 at 10:35 AM, Bote Man wrote: > FS1> FreeSWITCH Version 1.4.15~64bit ( 64bit) > FS2> FreeSWITCH Version 1.4.5~64bit ( 64bit) > > I would say that these are not "absolutely" identical. As the FreeSWITCH > development team never sleeps it is likely that there are differences in > the > code that you now see. The first thing is to bring both machines up to the > same release before comparing behaviors. > > Another suggestion is to confirm your G.729 license and configuration, if > you are decoding that codec. Perhaps one machine has the necessary file(s) > in the correct locations and the other machine does not? > > Hope this helps. > > Bote > > > -----Original Message----- > From: Vladimir Getmanshchuk > Sent: Friday, 27 February, 2015 07:37 > Subject: [Freeswitch-users] Values of read_codec/write_codec on different > FS > versions... > > Hello Everyone! > > I have two installations of FS with absolutely identical configurations. > Both has SIP profiles with proxy-media enabled. > > But on > freeswitch at internal> version > FreeSWITCH Version 1.4.15~64bit ( 64bit) > > I have values in read_codec/write_codec variables at CDRs: > "read_codec":"PROXY","write_codec":"PROXY" > > but on another one > freeswitch at internal> version > FreeSWITCH Version 1.4.5~64bit ( 64bit) > > I have: > "read_codec":"G729","write_codec":"G729", > "read_codec":"PCMA","write_codec":"PCMA", etc... > > So Why? > > > -- > Yours sincerely, > Vladimir Getmanshchuk > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 *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/20150227/291065b2/attachment.html From alipey at gmail.com Fri Feb 27 21:34:31 2015 From: alipey at gmail.com (Ali Pey) Date: Fri, 27 Feb 2015 13:34:31 -0500 Subject: [Freeswitch-users] Freeswitch 1.4.15 and a sudden jump in CPU usage In-Reply-To: References: <54DBA211.1050100@b-and-c.net> <54DBBC1D.7040103@b-and-c.net> Message-ID: FYI. Our particular problem was fixed by using TCMalloc. We use lots of perl sessions and threads happened to get locked on memory and stay there for ever. TCMalloc fixed the locking issue and also improved the performance overall. Regards, Ali Pey On Mon, Feb 16, 2015 at 12:45 PM, Ali Pey wrote: > Hello, > > We were able to duplicate this problem in Production last Friday by adding > load to one of the Freeswitch servers. I have attached the required debug > files to the Jira ticket: https://freeswitch.org/jira/browse/FS-7066 > > > I noticed that the CPU jump happens at around 390 channels and also > noticed that there were about 80 channels that seemed to be in a stuck > state. The Proxy server showed ~400 calls on that server, but the server > itself showed ~480 channels. A restart was required to fix the problem. > > Regards, > Ali Pey > > > On Mon, Feb 16, 2015 at 11:32 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> FYI, >> >> 100 ppl saying "Me too" doesn't really help. Each and every one needs to >> test latest master because out of all the people making this claim only one >> had some idea that a particular hunk of a recent patch helped cause this >> issue. The hunk in question has been reverted but nobody has reported on >> any of the actual JIRA. This is an open source community not a support >> hub. People need to do the leg work to solve issues and follow the policy >> laid out. If anyone wants more than that, we offer paid support. >> Claiming something is debian 7 when its a VM is not the same thing. This >> hardware type of issues is related to the kernel that is running on the >> machine, not a guest OS. >> >> Please help keep costs down and contribute meaningful content on this >> list and use JIRA where appropriate. >> >> >> >> On Mon, Feb 16, 2015 at 7:00 AM, Aqs Younas wrote: >> >>> Have this issue resolved? >>> >>> On 12 February 2015 at 20:53, Brian West wrote: >>> >>>> Cool, I'll keep an eye on it. >>>> >>>> >>>> On Thu, Feb 12, 2015 at 9:47 AM, Ali Pey wrote: >>>> >>>>> I believe it's agreed that we track this here: >>>>> >>>>> https://freeswitch.org/jira/browse/FS-7066 >>>>> >>>>> >>>>> I will try to collect the required data next time it happens. >>>>> >>>>> Thanks, >>>>> Ali Pey >>>>> >>>>> >>>>> >>>>> On Thu, Feb 12, 2015 at 10:43 AM, Brian West >>>>> wrote: >>>>> >>>>>> Do we have a JIRA on this yet? >>>>>> >>>>>> On Thu, Feb 12, 2015 at 4:31 AM, Dmitry Lysenko < >>>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>>> >>>>>>> Hi Ali, >>>>>>> >>>>>>> 2 years ago here, in mail-list, was a discussion >>>>>>> . >>>>>>> (memleak can be omitted) >>>>>>> Not sure, but It seems the symptoms was similar. >>>>>>> >>>>>>> Best Wishes, >>>>>>> Dmitry. >>>>>>> >>>>>>> 2015-02-12 2:53 GMT+02:00 Ali Pey : >>>>>>> >>>>>>>> Hi Dmitry, >>>>>>>> >>>>>>>> Can you elaborate a bit please? Are you saying that it won't happen >>>>>>>> with -np? Or it's just a suggestion? >>>>>>>> >>>>>>>> What's the relationship? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Ali Pey >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Feb 11, 2015 at 6:30 PM, Dmitry Lysenko < >>>>>>>> dvl36.ripe.nick at gmail.com> wrote: >>>>>>>> >>>>>>>>> Hello guys, >>>>>>>>> >>>>>>>>> Try to reproduce this bug with normal priority ("-np") command >>>>>>>>> line switch. >>>>>>>>> >>>>>>>>> Best Wishes, >>>>>>>>> Dmitry. >>>>>>>>> >>>>>>>>> 2015-02-11 22:54 GMT+02:00 Ali Pey : >>>>>>>>> >>>>>>>>>> Thanks Tristan. >>>>>>>>>> >>>>>>>>>> I have had rtp-timer-name set to none for a long time but I still >>>>>>>>>> see the sudden and random jumps in CPU. >>>>>>>>>> >>>>>>>>>> I haven't been able to reproduce it in our Dev/QA environment as >>>>>>>>>> well. If I can reproduce it, I will definitely do the logs as well. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wed, Feb 11, 2015 at 3:31 PM, Tristan Mah? >>>>>>>>> > wrote: >>>>>>>>>> >>>>>>>>>>> Hi Ali, >>>>>>>>>>> >>>>>>>>>>> What I see is kinda the same thing, I still need to provide >>>>>>>>>>> Anthony with the debug logs ( still had no chance to do the requested tests >>>>>>>>>>> on the production, could be related to some of our users UA/callflow and >>>>>>>>>>> cannot reproduce the issue in a lab ). The interesting part as discussed in >>>>>>>>>>> FS-7066 is the timer change is correcting the trouble, and without the >>>>>>>>>>> timer change, we eventually experience blocking of sofia profile ( seems >>>>>>>>>>> related to media playback ). >>>>>>>>>>> >>>>>>>>>>> I hope to have a chance soon to be able to furnish the debug >>>>>>>>>>> logs, if you can, do the same, Anthony gave the steps to provide him some >>>>>>>>>>> usefull logs on the bug comments. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Le 11/02/2015 10:58, Ali Pey a ?crit : >>>>>>>>>>> >>>>>>>>>>> Hi Tristan, >>>>>>>>>>> >>>>>>>>>>> Do you see a sudden jump or just more CPU usage? >>>>>>>>>>> >>>>>>>>>>> In my case, everything is good for a few days with less than >>>>>>>>>>> %10 CPU usage, then there is a sudden jump to ~%98 CPU usage and it doesn't >>>>>>>>>>> come down until a restart. After restart, it's good again with the same >>>>>>>>>>> load. >>>>>>>>>>> >>>>>>>>>>> Thanks, >>>>>>>>>>> Ali Pey >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wed, Feb 11, 2015 at 1:40 PM, Tristan Mah? < >>>>>>>>>>> t.mahe at b-and-c.net> wrote: >>>>>>>>>>> >>>>>>>>>>>> Maybe related to https://freeswitch.org/jira/browse/FS-7066 >>>>>>>>>>>> >>>>>>>>>>>> ? >>>>>>>>>>>> >>>>>>>>>>>> Le 11/02/2015 08:00, Giovanni Maruzzelli a ?crit : >>>>>>>>>>>> > somebody has tested if it's a regression, eg: is 1.4.14 >>>>>>>>>>>> having >>>>>>>>>>>> > same symptoms? >>>>>>>>>>>> > >>>>>>>>>>>> > -giovanni >>>>>>>>>>>> > >>>>>>>>>>>> > On Wed, Feb 11, 2015 at 4:57 PM, Moishe Grunstein < >>>>>>>>>>>> max at nysolutions.com> wrote: >>>>>>>>>>>> >> Why not a Jira? >>>>>>>>>>>> >> >>>>>>>>>>>> >> Thanks, >>>>>>>>>>>> >> >>>>>>>>>>>> >> Moishe Grunstein >>>>>>>>>>>> >> Tornado Computer Systems, Inc. >>>>>>>>>>>> >> 212.400.7650 888.IPPBX.US >>>>>>>>>>>> >> Service Request Email: support at nysolutions.com >>>>>>>>>>>> >> >>>>>>>>>>>> >> Computer Networking * Managed Services * IP Video >>>>>>>>>>>> Surveillance * Network Assessments * Web Solutions * Voice over IP * >>>>>>>>>>>> Disaster Recovery * Network Security * Site Surveys * CMS >>>>>>>>>>>> >> >>>>>>>>>>>> >> -----Original Message----- >>>>>>>>>>>> >> From: freeswitch-users-bounces at lists.freeswitch.org [mailto: >>>>>>>>>>>> freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of ?? >>>>>>>>>>>> >> Sent: Wednesday, February 11, 2015 10:49 AM >>>>>>>>>>>> >> To: FreeSWITCH Users Help >>>>>>>>>>>> >> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>>>>> sudden jump in CPU usage >>>>>>>>>>>> >> >>>>>>>>>>>> >> i think it's bug of freeswitch: >>>>>>>>>>>> >> >>>>>>>>>>>> >> -- the Freeswitch using more than 1000% CPU, and there is no >>>>>>>>>>>> other process eating CPU >>>>>>>>>>>> >> -- we move all SIP traffic from the server away, the cpu is >>>>>>>>>>>> low. and after sevral hours, if we move the SIP traffic back again, the FS >>>>>>>>>>>> eating all CPU again. the only way to recovery is to restart the FS. >>>>>>>>>>>> >> -- there is no DB such as mysql on the server, and we have >>>>>>>>>>>> add "nosql" >>>>>>>>>>>> >> option, no help >>>>>>>>>>>> >> >>>>>>>>>>>> >> On Wed, Feb 11, 2015 at 10:03 PM, John Nash < >>>>>>>>>>>> john.nash778 at gmail.com> wrote: >>>>>>>>>>>> >>> Dear Muhammad, >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> I think your issue is different than Ali Pey because CPU >>>>>>>>>>>> rises at a >>>>>>>>>>>> >>> specific time (approx) while running fine most of the time. >>>>>>>>>>>> In my >>>>>>>>>>>> >>> experience you should check following .. >>>>>>>>>>>> >>> - Check using top commands if its indeed freeswitch taking >>>>>>>>>>>> up CPU. It >>>>>>>>>>>> >>> may be logrotate or something. >>>>>>>>>>>> >>> - If you are using DB on same server, also check DB >>>>>>>>>>>> connections, May >>>>>>>>>>>> >>> be some long running query causing it (Like someone fires >>>>>>>>>>>> some billing >>>>>>>>>>>> >>> report at approx same time) >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> On the other hand when you say "it runs fine all day". You >>>>>>>>>>>> may want to >>>>>>>>>>>> >>> check that using top command at different time of day, may >>>>>>>>>>>> be CPU >>>>>>>>>>>> >>> usage keep on increasing and in your peak time it increases >>>>>>>>>>>> so much that you see symptoms. >>>>>>>>>>>> >>> (If this is true may be you and Ali pey have same issue >>>>>>>>>>>> perhaps some >>>>>>>>>>>> >>> CPU leak). >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> P.S. All points I mentioned are from my VOIP experiences in >>>>>>>>>>>> general. I >>>>>>>>>>>> >>> am NOT freeswitch expert. I have recently started >>>>>>>>>>>> experiments with >>>>>>>>>>>> >>> freeswitch so people who are using freeswitch or experts >>>>>>>>>>>> will give >>>>>>>>>>>> >>> more meaningful insight. >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> On Wed, Feb 11, 2015 at 7:16 PM, ?? >>>>>>>>>>>> wrote: >>>>>>>>>>>> >>>> we have add this option to grub and reboot one months ago. >>>>>>>>>>>> no help. >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> we have media-pass-through option, and have more than 10 >>>>>>>>>>>> thousands >>>>>>>>>>>> >>>> sessions. it works fine all day and the CPU will rise >>>>>>>>>>>> suddenly about >>>>>>>>>>>> >>>> 9:00 am every day. i should restart the FS to recovery. >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> On Wed, Feb 11, 2015 at 9:25 PM, Muhammad Naseer Bhatti >>>>>>>>>>>> >>>> wrote: >>>>>>>>>>>> >>>>> Try nohz=off reboot and see if that helps. >>>>>>>>>>>> >>>>> >>>>>>>>>>>> >>>>> Sent from my iPad >>>>>>>>>>>> >>>>> >>>>>>>>>>>> >>>>> On Feb 11, 2015, at 16:18, Aqs Younas < >>>>>>>>>>>> aqsyounas at gmail.com> wrote: >>>>>>>>>>>> >>>>> >>>>>>>>>>>> >>>>> I am facing same issue. Freeswitch taking more than 100% >>>>>>>>>>>> cpu usage >>>>>>>>>>>> >>>>> in htop even on 200 concurrent calls. For 1000 concurrent >>>>>>>>>>>> calls i >>>>>>>>>>>> >>>>> have to install 3 freeswitch instances due to this much >>>>>>>>>>>> cpu usage >>>>>>>>>>>> >>>>> taking by a single freeswitch node. My Dist is Debian 7. >>>>>>>>>>>> >>>>> >>>>>>>>>>>> >>>>> On 11 February 2015 at 17:35, Muhammad Naseer Bhatti >>>>>>>>>>>> >>>>> >>>>>>>>>>>> >>>>> wrote: >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> It looks like this is the same tickless kernel issue. I >>>>>>>>>>>> am using >>>>>>>>>>>> >>>>>> Debian >>>>>>>>>>>> >>>>>> 7 >>>>>>>>>>>> >>>>>> and the CPU usage shows very high. Adding nohz=off to >>>>>>>>>>>> grub options >>>>>>>>>>>> >>>>>> does makes it lower. I am gathering more information in >>>>>>>>>>>> order to >>>>>>>>>>>> >>>>>> file a Jira. >>>>>>>>>>>> >>>>>> Debian 6 on the other hand works very quietly on the same >>>>>>>>>>>> >>>>>> workload. We are talking about 200+% CPU utilization on >>>>>>>>>>>> Debian 7 >>>>>>>>>>>> >>>>>> and around 50% on Debian 6 showing in htop. I know so >>>>>>>>>>>> many other >>>>>>>>>>>> >>>>>> factors also involved but I am still digging out more. >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> ? >>>>>>>>>>>> >>>>>> Thanks, >>>>>>>>>>>> >>>>>> Muhammad Naseer Bhatti >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> From: ?? >>>>>>>>>>>> >>>>>> Reply: FreeSWITCH Users Help >>>>>>>>>>>> >>>>>> > >>>>>>>>>>>> >>>>>> Date: February 11, 2015 at 3:20:46 PM >>>>>>>>>>>> >>>>>> To: FreeSWITCH Users Help < >>>>>>>>>>>> freeswitch-users at lists.freeswitch.org>> >>>>>>>>>>>> >>>>>> Subject: Re: [Freeswitch-users] Freeswitch 1.4.15 and a >>>>>>>>>>>> sudden >>>>>>>>>>>> >>>>>> jump in CPU usage >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> same issue. >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> I have several FS 1.4.15 running on CentOS 6.5 x86_64, >>>>>>>>>>>> the CPU >>>>>>>>>>>> >>>>>> will be very high about 9:00 am every morning. there is >>>>>>>>>>>> no crontab >>>>>>>>>>>> >>>>>> at this time. >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> i will downgrade to 1.4.14 to see if there is such issue. >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> On Wed, Feb 11, 2015 at 1:14 AM, Ali Pey < >>>>>>>>>>>> alipey at gmail.com> wrote: >>>>>>>>>>>> >>>>>>> Hi Anthony, >>>>>>>>>>>> >>>>>>> >>>>>>>>>>>> >>>>>>> I do not know if I am hitting a bug and if this is a >>>>>>>>>>>> bug, I >>>>>>>>>>>> >>>>>>> don't have much info. I'm using this mailing list to >>>>>>>>>>>> see if >>>>>>>>>>>> >>>>>>> anyone else is experiencing this problem and if there >>>>>>>>>>>> is a >>>>>>>>>>>> >>>>>>> configuration change on Linux or Freeswitch that can >>>>>>>>>>>> fix this >>>>>>>>>>>> >>>>>>> problem. Jira would be to report bugs when you know >>>>>>>>>>>> there is a >>>>>>>>>>>> >>>>>>> bug. My problem could be (very likely) an environment >>>>>>>>>>>> related issue. >>>>>>>>>>>> >>>>>>> >>>>>>>>>>>> >>>>>>> Thanks. >>>>>>>>>>>> >>>>>>> >>>>>>>>>>>> >>>>>>> >>>>>>>>>>>> >>>>>>> On Tue, Feb 10, 2015 at 11:55 AM, Anthony Minessale >>>>>>>>>>>> >>>>>>> wrote: >>>>>>>>>>>> >>>>>>>> Also you will have better luck using JIRA. The mailing >>>>>>>>>>>> list is >>>>>>>>>>>> >>>>>>>> expressly NOT for reporting issues. >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> On Tue, Feb 10, 2015 at 10:51 AM, Michael Jerris >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>> you might want to use gcore to look at the threads >>>>>>>>>>>> and see >>>>>>>>>>>> >>>>>>>>> what is different when it in this state and not. >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> On Feb 10, 2015, at 11:28 AM, Ali Pey < >>>>>>>>>>>> alipey at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> Hello, >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> Normally our CPU usage during peak hours are less >>>>>>>>>>>> than %10; >>>>>>>>>>>> >>>>>>>>>> however, time to time, freeswitch uses more than %95 >>>>>>>>>>>> of the >>>>>>>>>>>> >>>>>>>>>> CPU and it stays there forever. The only way to get >>>>>>>>>>>> it back >>>>>>>>>>>> >>>>>>>>>> to normal is to restart freeswitch service. During >>>>>>>>>>>> the high >>>>>>>>>>>> >>>>>>>>>> CPU usage, freeswitch continues to operate but very >>>>>>>>>>>> very >>>>>>>>>>>> >>>>>>>>>> slow. >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> If I lower the traffic quite a bit, the CPU comes >>>>>>>>>>>> down, but >>>>>>>>>>>> >>>>>>>>>> adding back the traffic, the CPU usage goes right >>>>>>>>>>>> back up. >>>>>>>>>>>> >>>>>>>>>> After freeswitch restart, it becomes normal again >>>>>>>>>>>> with the >>>>>>>>>>>> >>>>>>>>>> same traffic. >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> Any ideas or suggestions? >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> Much appreciated. >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>>>> >>>>>>>>>> Ali Pey >>>>>>>>>>>> >>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> ______________________________________________________________ >>>>>>>>>>>> >>>>>>>>> ___________ Professional FreeSWITCH Consulting >>>>>>>>>>>> Services: >>>>>>>>>>>> >>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> >>>>>>>>>>>> >>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freesw >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>> itch-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 >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> _______________________________________________________________ >>>>>>>>>>>> >>>>>>>> __________ Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> >>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>> >>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswi >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>> tch-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/freeswit >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>> ch-users >>>>>>>>>>>> >>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> -- >>>>>>>>>>>> >>>>>> Peng Yong >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> __________________________________________________________________ >>>>>>>>>>>> >>>>>> _______ Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> >>>>>> consulting at freeswitch.org >>>>>>>>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> >>>>>> >>>>>>>>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> >>>>>> FreeSWITCH-users at 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 >>>>>>>>>>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> -- >>>>>>>>>>>> >>>> Peng Yong >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> _____________________________________________________________________ >>>>>>>>>>>> >>>> ____ Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> >>>> consulting at freeswitch.org >>>>>>>>>>>> >>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> Official FreeSWITCH Sites >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>> http://confluence.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>> FreeSWITCH-users mailing list >>>>>>>>>>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> >>>> >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> >>>>>>>>>>>> >>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-us >>>>>>>>>>>> >>>>>>>>>>>> >>>> ers >>>>>>>>>>>> >>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> 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-use >>>>>>>>>>>> >>>>>>>>>>>> >>> rs >>>>>>>>>>>> >>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >> >>>>>>>>>>>> >> >>>>>>>>>>>> >> -- >>>>>>>>>>>> >> Peng Yong >>>>>>>>>>>> >> >>>>>>>>>>>> >> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> >> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> >> consulting at freeswitch.org >>>>>>>>>>>> >> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> >> >>>>>>>>>>>> >> Official FreeSWITCH Sites >>>>>>>>>>>> >> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >> http://confluence.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> >> >>>>>>>>>>>> >> FreeSWITCH-users mailing list >>>>>>>>>>>> >> FreeSWITCH-users at 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.orghttp://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://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-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 >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> http://www.freeswitchbook.com >>>>>> >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> >>>>>> *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 >>>> >>>> >>>> *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 >>> >>> >> >> >> >> -- >> 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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> >> >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> >> >> >> http://www.cluecon.com >> >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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/20150227/3258f9df/attachment-0001.html From royce3 at gmail.com Fri Feb 27 22:01:22 2015 From: royce3 at gmail.com (Royce Mitchell III) Date: Fri, 27 Feb 2015 13:01:22 -0600 Subject: [Freeswitch-users] mod_callcenter - cc_warning_tone not working In-Reply-To: References: <31A79B0B4414EB4B83C7EAF307ED57DA04D9FB47@prod-exch01.corp.vseinc.com> <31A79B0B4414EB4B83C7EAF307ED57DA04D9FFAB@prod-exch01.corp.vseinc.com> Message-ID: Mark, I know this is an old thread, but I'm having the same problem, would you mind sharing a snippet of how you're accomplishing that? Thanks! Royce Mitchell, IT Consultant ITAS Solutions royce3 at itas-solutions.com On Sat, Aug 10, 2013 at 1:40 AM, Mark Berry wrote: > I've had the same problem. What I ended up having to do was have a > pre-bridge execute execute a script that displaces an audio beep to the > agent manually. Though it's not elegant , I'm able to achieve what i'm > needing with this method. > > > On Wed, Jul 24, 2013 at 7:42 AM, wrote: > >> All, >> >> >> >> Hopefully Marc Olivier Chouinard will catch this thread and have an >> answer for me? >> >> >> >> Brian >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Brian Edgar >> *Sent:* Monday, July 22, 2013 3:23 PM >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* [Freeswitch-users] mod_callcenter - cc_warning_tone not >> working >> >> >> >> Hello Experts, >> >> >> >> I have been working on setting up a call center in FS and am having a >> problem with the warning tone notification. It does not play any tones >> before the caller is bridged to the agent. I am using the latest stable >> build for 1.2 and I am using the example in the wiki: >> >> >> >> https://wiki.freeswitch.org/wiki/Mod_callcenter#uuid-standby >> >> >> >> Snippet: >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > data="cc_warning_tone=tone_stream://%(200,0,500,600,700)"/> >> >> >> >> >> >> >> >> >> >> >> >> >> >> I have tried changing the tone values to see if making it repeat or play >> longer would produce a positive result. No dice? >> >> >> >> On a second note, is there a way to play a file to the agent before the >> call is bridged? My call center services multiple brands and would like to >> have the agent greet the caller appropriately. >> >> >> >> Thank you, >> >> >> >> Brian Edgar >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> FreeSWITCH-powered IP PBX: The CudaTel Communication Server >> http://www.cudatel.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > FreeSWITCH-powered IP PBX: The CudaTel Communication Server > http://www.cudatel.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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/20150227/570f9026/attachment.html From royce3 at gmail.com Sat Feb 28 03:38:06 2015 From: royce3 at gmail.com (Royce Mitchell III) Date: Fri, 27 Feb 2015 18:38:06 -0600 Subject: [Freeswitch-users] originating a call from event socket Message-ID: I need to initiate a call on an agent's behalf, but I can't seem to get it to work. This is the closest I've gotten ( 7777 puts agent back in the call-queue ) uuid_setvar transfer_after_bridge 7777 uuid_transfer I have 2 problems: 1) the transfer_after_bridge isn't happening, or it's not going to the right place 2) I have to wait forever to get a uuid to control that call. I want to be able to allocate a uuid for the outbound leg before I initiate the call, but I can't figure out the syntax to make it work. I've tried this, but I get a fast busy: uuid_transfer {origination_uuid=} I've also tried this and it doesn't work either: originate {origination_uuid=}sofia/external/ &bridge() Please help, thanks Royce Mitchell, IT Consultant ITAS Solutions royce3 at itas-solutions.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/0e9b6056/attachment.html From msc at freeswitch.org Sat Feb 28 03:52:07 2015 From: msc at freeswitch.org (Michael Collins) Date: Fri, 27 Feb 2015 16:52:07 -0800 Subject: [Freeswitch-users] originating a call from event socket In-Reply-To: References: Message-ID: Use the create_uuid API to generate a uuid and then use that value in the braces. I agree that knowing the uuid beforehand makes life a lot easier. :) -MC On Fri, Feb 27, 2015 at 4:38 PM, Royce Mitchell III wrote: > I need to initiate a call on an agent's behalf, but I can't seem to get it > to work. > > This is the closest I've gotten ( 7777 puts agent back in the call-queue ) > > uuid_setvar transfer_after_bridge 7777 > > uuid_transfer > > I have 2 problems: > > 1) the transfer_after_bridge isn't happening, or it's not going to the > right place > > 2) I have to wait forever to get a uuid to control that call. > > I want to be able to allocate a uuid for the outbound leg before I > initiate the call, but I can't figure out the syntax to make it work. > > I've tried this, but I get a fast busy: > > uuid_transfer {origination_uuid=} > > I've also tried this and it doesn't work either: > > originate {origination_uuid=}sofia/external/ > &bridge() > > Please help, thanks > > > Royce Mitchell, IT Consultant > ITAS Solutions > royce3 at itas-solutions.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/05d97b8c/attachment-0001.html From ali.jibran44 at gmail.com Fri Feb 27 21:59:47 2015 From: ali.jibran44 at gmail.com (Ali Jibran) Date: Fri, 27 Feb 2015 23:59:47 +0500 Subject: [Freeswitch-users] mod_callcenter not updating Message-ID: I am using FreeSWITCH (Version 1.5.15b git 556cb5c 2015-02-05 00:55:29Z 64bit). For some reason "reload mod_callcenter" doesn't update when I edit callcenter.conf.xml. It only updates agents being added but the ones that have been removed do not go away. Is it some bug? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150227/af5f3de9/attachment.html From ssinyagin at gmail.com Sat Feb 28 10:41:36 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sat, 28 Feb 2015 08:41:36 +0100 Subject: [Freeswitch-users] originating a call from event socket In-Reply-To: References: Message-ID: here's my script that does this: https://github.com/voxserv/freeswitch-helper-scripts/tree/master/esl It does: uuid_create originate with &park() uuid_transfer On Sat, Feb 28, 2015 at 1:38 AM, Royce Mitchell III wrote: > I need to initiate a call on an agent's behalf, but I can't seem to get it > to work. > > This is the closest I've gotten ( 7777 puts agent back in the call-queue ) > > uuid_setvar transfer_after_bridge 7777 > > uuid_transfer > > I have 2 problems: > > 1) the transfer_after_bridge isn't happening, or it's not going to the right > place > > 2) I have to wait forever to get a uuid to control that call. > > I want to be able to allocate a uuid for the outbound leg before I initiate > the call, but I can't figure out the syntax to make it work. > > I've tried this, but I get a fast busy: > > uuid_transfer {origination_uuid=} > > I've also tried this and it doesn't work either: > > originate {origination_uuid=}sofia/external/ > &bridge() > > Please help, thanks > > > Royce Mitchell, IT Consultant > ITAS Solutions > royce3 at itas-solutions.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 From vladget at gmail.com Sat Feb 28 21:00:20 2015 From: vladget at gmail.com (Vladimir Getmanshchuk) Date: Sat, 28 Feb 2015 20:00:20 +0200 Subject: [Freeswitch-users] Values of read_codec/write_codec on different FS versions... In-Reply-To: References: <01aa01d052ab$64fafd00$2ef0f700$@botecomm.com> Message-ID: Bote, When I said identical configuration I mean files at FS configuration directory. G.729 license? No, I use proxy-media mode with no transcoding. Brian, Both FS boxes configured for proxing media: # grep inbound-proxy-media /usr/local/freeswitch/conf/sip_profiles/internal. xml I do not understand why FS version 1.4.15 trying to hide actual read/write codecs and change it by "PROXY"? Thank you. On Fri, Feb 27, 2015 at 8:02 PM, Brian West wrote: > Someone's using Proxy Media mode... Thats why the codec says PROXY. > > On Fri, Feb 27, 2015 at 10:35 AM, Bote Man > wrote: > >> FS1> FreeSWITCH Version 1.4.15~64bit ( 64bit) >> FS2> FreeSWITCH Version 1.4.5~64bit ( 64bit) >> >> I would say that these are not "absolutely" identical. As the FreeSWITCH >> development team never sleeps it is likely that there are differences in >> the >> code that you now see. The first thing is to bring both machines up to the >> same release before comparing behaviors. >> >> Another suggestion is to confirm your G.729 license and configuration, if >> you are decoding that codec. Perhaps one machine has the necessary file(s) >> in the correct locations and the other machine does not? >> >> Hope this helps. >> >> Bote >> >> >> -----Original Message----- >> From: Vladimir Getmanshchuk >> Sent: Friday, 27 February, 2015 07:37 >> Subject: [Freeswitch-users] Values of read_codec/write_codec on different >> FS >> versions... >> >> Hello Everyone! >> >> I have two installations of FS with absolutely identical configurations. >> Both has SIP profiles with proxy-media enabled. >> >> But on >> freeswitch at internal> version >> FreeSWITCH Version 1.4.15~64bit ( 64bit) >> >> I have values in read_codec/write_codec variables at CDRs: >> "read_codec":"PROXY","write_codec":"PROXY" >> >> but on another one >> freeswitch at internal> version >> FreeSWITCH Version 1.4.5~64bit ( 64bit) >> >> I have: >> "read_codec":"G729","write_codec":"G729", >> "read_codec":"PCMA","write_codec":"PCMA", etc... >> >> So Why? >> >> >> -- >> Yours sincerely, >> Vladimir Getmanshchuk >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > *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 > -- Yours sincerely, Vladimir Getmanshchuk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150228/374e8114/attachment.html