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 >> > > > ________________________________________________