From mike at jerris.com Tue Aug 1 00:35:21 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 31 Jul 2017 19:35:21 -0500 Subject: [Freeswitch-users] Reinvite Issue / no SDP In-Reply-To: References: <3402e82d-fae6-6303-40c0-afef4ed30467@1012.at> Message-ID: <9BE3440E-9E31-47DF-AD86-A2FC1320091E@jerris.com> Can you get me some info on this issue into a bug on Jira please (https://freeswitch.org/jira ) Thanks Mike > On Jul 31, 2017, at 10:10 AM, Michael Jerris wrote: > > does the sdp change but not change the version or is it 100% identical to the previous we sent? > > On Mon, Jul 31, 2017 at 5:28 AM Stefan Kainz 1012 > wrote: > Thank you for your answer! > > after investigating a few different cases, i came to the following conclusion: > Some PBX's seem to not to accept the SDP Offer in the OK Message when the Session Version ID is not increased from the SDP Version ID in the initial Call Setup. > Ever heard of such a behavior? > What would you suggest to get by this issue? > > I also testet it on Version 1.6 and 1.6.17. Same issue here. > Thank you in advance! > > regards, > Am 28.07.2017 um 15:55 schrieb Brian West: >> 1.4 has been EOL for quite some time, you should try the last 1.4 release and you should test on the latest 1.6 release, If the issue persists collect the data per the reporting guidelines and file a JIRA. >> >> Thanks, >> /b >> >> >> On Thu, Jul 27, 2017 at 5:42 AM, Stefan Kainz 1012 > wrote: >> Hello, >> >> We're using Freeswitch 1.4.18 on Debian 8. >> We ran into a problem with internal call transfers, when the PBX sends a >> re-invite without SDP offer. >> >> The Problem is as follows: >> >> 1) PSTN -> Freeswitch -> PBX -> Call is answered on extension 100, Audio >> in both directions >> 2) Extension 100 does an unattended transfer to extension 101 >> 2.1) PBX sends a re-invite without SDP. Freeswitch offers SDP in OK message >> 3) PBX acknoledges the OK message >> 4) Freeswitch is sending media as announced in SDP Offer, but PBX doesnt >> "receive" the audio. Also, no media from the PBX. >> >> Since we're a little desperate, we already tried the following settings: >> >> 1) 3pcc-enable true/false/proxy >> 2) inbound-late-negotiation is set to true >> 3) renegotiate-codec-on-reinvite true / false >> 4) disable-transfer true / false >> 5) enable-soa true / false ( it acutally does work when set to false, >> but the call gets hangup after a few seconds of audio - ack timeout ) >> >> We also tried to enable bypass_media, so that freeswitch doesnt mess >> with SDP. >> So, the SDP Offer is generated by a Sonus Media Gateway - still no luck. >> >> Any of you had some experience with such behavior? >> We would be very thankful for every advice! >> >> have a nice day! >> >> Stefan Kainz -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Tue Aug 1 00:58:38 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 31 Jul 2017 19:58:38 -0500 Subject: [Freeswitch-users] Question about DNS handling on FS In-Reply-To: <1021F9DF-3861-40EE-AFDD-5D914E860111@tm.net.uk> References: <1021F9DF-3861-40EE-AFDD-5D914E860111@tm.net.uk> Message-ID: <089AB6EB-5653-42CC-B7E1-2C7CAA07E369@jerris.com> Unfortunately this isn’t such a strait forward question to answer. Can you pinpoint where exactly you are looking for. DNS resolution is not handled globally, it is handled by the system, and individual libraries. In regards to the sip behavior with dns, we should be following sip specs on this behavior. Mike > On Jul 31, 2017, at 9:15 AM, Jospeh Waite wrote: > > Hi Guys > > Got a question, I’m wondering if anyone can answer. > > I am wondering how FS handles DNS resolution. > > I assume that if I set the TTL on the DNS entry to say 30 seconds that FS will accept that value and do a DNS lookup every 30 seconds? Is that correct. > > My second question is one a cll is in motion to a DNS defined endpoint, i.e. call bridged to a SIP endpoint by domain name, would it keep the IP for the call or the domain name? So would it re-DNS query when it comes to sending the BYE message at end of call if it was over 30 seconds, assuming the above 30sec TTL or would it keep the name/IP mapping for the whole call? > > Regards From nandy1925 at gmail.com Tue Aug 1 02:22:41 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Tue, 1 Aug 2017 02:22:41 +0000 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: My Internet provider just implemented CGN. So, my WAN IP is no longer public. With CGN, NAT is setup for outbound packets initiated from my end. But for inbound packets, when remote Vertp clients connect to my FS, CGN blocks them. Therefore, I can no longer experiment with Verto. That's why I need to try TURN/ICE service which is open to public to relay media to my FS. I understand STUN can only help in signalling. Thanks for the additional inputs. /Nandy On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga wrote: > TURN helps in Symmetric NAT scenarios only > > you should always try to get a direct connection first ( using STUN ) and > if everything else fails, you can use TURN. > > to check your NAT type, you can use stunclient program from > stunprotocol.org > > e.g.: /stunclient --mode full stun.ekiga.net 3479 > > On 31 July 2017 at 02:44, Brian West wrote: > >> What issue are you trying to solve with turn? >> >> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >> wrote: >> >>> >>> FS doesn't use turn... but verto client can use it if you pass the >>> parameter in init function ... like that: >>> >>> iceServers: [ >>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>> 'user'}, >>> {url: 'stun:ripslinger.undo.it',}, >>> {url: 'stun:stun.schlund.de',}, >>> {url: 'stun:stun.ekiga.net',}, >>> {url: 'stun:stun01.sipphone.com',}, >>> ], >>> >>> >>> >>> >>> On 28 July 2017 at 15:54, Brian West wrote: >>> >>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>> >>>> /b >>>> >>>> >>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>> wrote: >>>> >>>>> Hi folks, >>>>> >>>>> I just learned that our Internet provider implemented CGN when I'm >>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>> >>>>> sip_profiles/external.xml: >>>>> >>>>> >>>>> >>>>> /Nandy >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>>> freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Book a phone call (CST) >>>> >>>> Allison prompts for FreeSWITCH: >>>> >>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>> >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>> *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 >> >> Book a phone call (CST) >> >> Allison prompts for FreeSWITCH: >> >> *https://www.gofundme.com/allison-prompts-for-freeswitch* >> >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >> *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 > Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Tue Aug 1 03:31:12 2017 From: krice at freeswitch.org (Ken Rice) Date: Mon, 31 Jul 2017 22:31:12 -0500 Subject: [Freeswitch-users] ClueCon is coming! Message-ID: ClueCon is less than a week away! If you havent got your tickets go to https://cluecon.com and get them today! -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Tue Aug 1 04:51:41 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 31 Jul 2017 23:51:41 -0500 Subject: [Freeswitch-users] ClueCon is coming! In-Reply-To: References: Message-ID: Or tomorrow, Or the next 5 days, but after that you are pushing it! On Mon, Jul 31, 2017 at 10:31 PM, Ken Rice wrote: > ClueCon is less than a week away! > > If you havent got your tickets go to https://cluecon.com and get them > today! > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.hubert at hexanet.fr Tue Aug 1 06:36:01 2017 From: m.hubert at hexanet.fr (Mickael Hubert) Date: Tue, 1 Aug 2017 08:36:01 +0200 Subject: [Freeswitch-users] DTMF filter (RFC2833) Message-ID: Hi list, I'm looking for a way to filter ingress DTMF on A leg. I receive "bad" DTMFs from SIP provider (Signal A,B,C, etc ...) I want to filter only these DTMF, not all others. I receive only RFC2833 DTMF. Ex: Sip Provider -- (DTMF 1,A,2,C on A leg) --> FS --> (DTMF 1,2 on B leg) --> Do you have an idea for me please ? Thanks in adavance FS version: FreeSWITCH Version 1.3.13b+git~20130213T200819Z~cd7d1efc2a (git cd7d1ef 2013-02-13 20:08:19Z) -- Mickaël HUBERT Responsable du service VoIP Tel: (+33) 03.26.79.30.05 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Tue Aug 1 08:42:36 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 1 Aug 2017 10:42:36 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: the only issue with verto and no audio i experienced was with Symetroc NAT ... perhaps your carrier implements this. check with them to see if this is the case or test your connection using stunclient as per previous post On 31 July 2017 at 19:42, Brian West wrote: > Still makes no sense with FreeSWITCH we already have sufficient NAT > busting capabilities. > > On Mon, Jul 31, 2017 at 10:42 AM, Tihomir Culjaga > wrote: > >> TURN helps in Symmetric NAT scenarios only >> >> you should always try to get a direct connection first ( using STUN ) and >> if everything else fails, you can use TURN. >> >> to check your NAT type, you can use stunclient program from >> stunprotocol.org >> >> e.g.: /stunclient --mode full stun.ekiga.net 3479 >> >> On 31 July 2017 at 02:44, Brian West wrote: >> >>> What issue are you trying to solve with turn? >>> >>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>> wrote: >>> >>>> >>>> FS doesn't use turn... but verto client can use it if you pass the >>>> parameter in init function ... like that: >>>> >>>> iceServers: [ >>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>> 'user'}, >>>> {url: 'stun:ripslinger.undo.it',}, >>>> {url: 'stun:stun.schlund.de',}, >>>> {url: 'stun:stun.ekiga.net',}, >>>> {url: 'stun:stun01.sipphone.com',}, >>>> ], >>>> >>>> >>>> >>>> >>>> On 28 July 2017 at 15:54, Brian West wrote: >>>> >>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>> wrote: >>>>> >>>>>> Hi folks, >>>>>> >>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>> >>>>>> sip_profiles/external.xml: >>>>>> >>>>>> >>>>>> >>>>>> /Nandy >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Book a phone call (CST) >>>>> >>>>> Allison prompts for FreeSWITCH: >>>>> >>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>> >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>> *Skype:*briankwest >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Book a phone call (CST) >>> >>> Allison prompts for FreeSWITCH: >>> >>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>> >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>> *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 > > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 > <+1%20918-420-9002> | *M:*+1918424WEST (9378) > *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: From tculjaga at gmail.com Tue Aug 1 08:45:30 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 1 Aug 2017 10:45:30 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: btw Brian, is there any way around Symentroc NAT using pure FS config ? On 1 August 2017 at 10:42, Tihomir Culjaga wrote: > the only issue with verto and no audio i experienced was with Symetroc NAT > ... perhaps your carrier implements this. > > check with them to see if this is the case or test your connection using > stunclient as per previous post > > > On 31 July 2017 at 19:42, Brian West wrote: > >> Still makes no sense with FreeSWITCH we already have sufficient NAT >> busting capabilities. >> >> On Mon, Jul 31, 2017 at 10:42 AM, Tihomir Culjaga >> wrote: >> >>> TURN helps in Symmetric NAT scenarios only >>> >>> you should always try to get a direct connection first ( using STUN ) >>> and if everything else fails, you can use TURN. >>> >>> to check your NAT type, you can use stunclient program from >>> stunprotocol.org >>> >>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>> >>> On 31 July 2017 at 02:44, Brian West wrote: >>> >>>> What issue are you trying to solve with turn? >>>> >>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>> wrote: >>>> >>>>> >>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>> parameter in init function ... like that: >>>>> >>>>> iceServers: [ >>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>> 'user'}, >>>>> {url: 'stun:ripslinger.undo.it',}, >>>>> {url: 'stun:stun.schlund.de',}, >>>>> {url: 'stun:stun.ekiga.net',}, >>>>> {url: 'stun:stun01.sipphone.com',}, >>>>> ], >>>>> >>>>> >>>>> >>>>> >>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>> >>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>>> wrote: >>>>>> >>>>>>> Hi folks, >>>>>>> >>>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>>> >>>>>>> sip_profiles/external.xml: >>>>>>> >>>>>>> >>>>>>> >>>>>>> /Nandy >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>>> switch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Book a phone call (CST) >>>>>> >>>>>> Allison prompts for FreeSWITCH: >>>>>> >>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>> >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>>> *Skype:*briankwest >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>>> switch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Book a phone call (CST) >>>> >>>> Allison prompts for FreeSWITCH: >>>> >>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>> >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>> *Skype:*briankwest >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free >>>> switch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> *Twitter: @FreeSWITCH , @briankwest* >> >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Book a phone call (CST) >> >> Allison prompts for FreeSWITCH: >> >> *https://www.gofundme.com/allison-prompts-for-freeswitch* >> >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >> *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: From ak at hejdu.dk Tue Aug 1 09:10:34 2017 From: ak at hejdu.dk (Allan Kristensen) Date: Tue, 01 Aug 2017 09:10:34 +0000 Subject: [Freeswitch-users] World network tones in TGML Message-ID: Hello, Does anyone have/need a complete database of network tones in TGML ? These: https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.180-2010-PDF-E.pdf I'm thinking a lot of WebRTC clients doesn't have any built in support for generating network tones and must have these served as early media? (at least the ones I've worked with ;-). We need it for different reasons, but before we start building it, I just wanted to check if it was already existing out there? Best Regards, Allan Kristensen -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Tue Aug 1 12:26:22 2017 From: brian at freeswitch.org (Brian West) Date: Tue, 01 Aug 2017 12:26:22 +0000 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: What IP range did they use for CGNAT? On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon wrote: > My Internet provider just implemented CGN. So, my WAN IP is no longer > public. With CGN, NAT is setup for outbound packets initiated from my > end. But for inbound packets, when remote Vertp clients connect to my FS, > CGN blocks them. Therefore, I can no longer experiment with Verto. > > That's why I need to try TURN/ICE service which is open to public to relay > media to my FS. I understand STUN can only help in signalling. > > Thanks for the additional inputs. > > /Nandy > > > On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga > wrote: > >> TURN helps in Symmetric NAT scenarios only >> >> you should always try to get a direct connection first ( using STUN ) and >> if everything else fails, you can use TURN. >> >> to check your NAT type, you can use stunclient program from >> stunprotocol.org >> >> e.g.: /stunclient --mode full stun.ekiga.net 3479 >> >> On 31 July 2017 at 02:44, Brian West wrote: >> >>> What issue are you trying to solve with turn? >>> >>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>> wrote: >>> >>>> >>>> FS doesn't use turn... but verto client can use it if you pass the >>>> parameter in init function ... like that: >>>> >>>> iceServers: [ >>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>> 'user'}, >>>> {url: 'stun:ripslinger.undo.it',}, >>>> {url: 'stun:stun.schlund.de',}, >>>> {url: 'stun:stun.ekiga.net',}, >>>> {url: 'stun:stun01.sipphone.com',}, >>>> ], >>>> >>>> >>>> >>>> >>>> On 28 July 2017 at 15:54, Brian West wrote: >>>> >>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>> wrote: >>>>> >>>>>> Hi folks, >>>>>> >>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>> >>>>>> sip_profiles/external.xml: >>>>>> >>>>>> >>>>>> >>>>>> /Nandy >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Book a phone call (CST) >>>>> >>>>> Allison prompts for FreeSWITCH: >>>>> >>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>> >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>> *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 >>> >>> Book a phone call (CST) >>> >>> Allison prompts for FreeSWITCH: >>> >>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>> >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>> *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 >> > > > > Virus-free. > www.avast.com > > <#m_-1890732557483397505_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmrienzo at gmail.com Tue Aug 1 12:40:00 2017 From: cmrienzo at gmail.com (Christopher Rienzo) Date: Tue, 1 Aug 2017 08:40:00 -0400 Subject: [Freeswitch-users] DTMF filter (RFC2833) In-Reply-To: References: Message-ID: I don't think this exists in FS. You can create a small dialplan APP that installs a DTMF hook and drops all digits that aren't 0-9,#,* by returning SWITCH_STATUS_FALSE to drop and SWITCH_STATUS_SUCCESS to allow. mod_dptools.c and switch_ivr_async.c have examples of DTMF hooks. On Tue, Aug 1, 2017 at 2:36 AM, Mickael Hubert wrote: > Hi list, > I'm looking for a way to filter ingress DTMF on A leg. > I receive "bad" DTMFs from SIP provider (Signal A,B,C, etc ...) I want to > filter only these DTMF, not all others. > I receive only RFC2833 DTMF. > > Ex: > Sip Provider -- (DTMF 1,A,2,C on A leg) --> FS --> (DTMF 1,2 on B leg) --> > > Do you have an idea for me please ? > > Thanks in adavance > > > FS version: FreeSWITCH Version 1.3.13b+git~20130213T200819Z~cd7d1efc2a > (git cd7d1ef 2013-02-13 20:08:19Z) > > -- > Mickaël HUBERT > Responsable du service VoIP > Tel: (+33) 03.26.79.30.05 <+33%203%2026%2079%2030%2005> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nandy1925 at gmail.com Tue Aug 1 13:30:50 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Tue, 1 Aug 2017 13:30:50 +0000 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: They're using this network IP address 100.72.0.0/17. I still have to confirm if it's symmetric NAT using stunclient. On Tue, Aug 1, 2017 at 12:26 PM, Brian West wrote: > What IP range did they use for CGNAT? > > On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon > wrote: > >> My Internet provider just implemented CGN. So, my WAN IP is no longer >> public. With CGN, NAT is setup for outbound packets initiated from my >> end. But for inbound packets, when remote Vertp clients connect to my FS, >> CGN blocks them. Therefore, I can no longer experiment with Verto. >> >> That's why I need to try TURN/ICE service which is open to public to >> relay media to my FS. I understand STUN can only help in signalling. >> >> Thanks for the additional inputs. >> >> /Nandy >> >> >> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >> wrote: >> >>> TURN helps in Symmetric NAT scenarios only >>> >>> you should always try to get a direct connection first ( using STUN ) >>> and if everything else fails, you can use TURN. >>> >>> to check your NAT type, you can use stunclient program from >>> stunprotocol.org >>> >>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>> >>> On 31 July 2017 at 02:44, Brian West wrote: >>> >>>> What issue are you trying to solve with turn? >>>> >>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>> wrote: >>>> >>>>> >>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>> parameter in init function ... like that: >>>>> >>>>> iceServers: [ >>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>> 'user'}, >>>>> {url: 'stun:ripslinger.undo.it',}, >>>>> {url: 'stun:stun.schlund.de',}, >>>>> {url: 'stun:stun.ekiga.net',}, >>>>> {url: 'stun:stun01.sipphone.com',}, >>>>> ], >>>>> >>>>> >>>>> >>>>> >>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>> >>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>>> wrote: >>>>>> >>>>>>> Hi folks, >>>>>>> >>>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>>> >>>>>>> sip_profiles/external.xml: >>>>>>> >>>>>>> >>>>>>> >>>>>>> /Nandy >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>> options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Book a phone call (CST) >>>>>> >>>>>> Allison prompts for FreeSWITCH: >>>>>> >>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>> >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>>> *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 >>>> >>>> Book a phone call (CST) >>>> >>>> Allison prompts for FreeSWITCH: >>>> >>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>> >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>> *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 >>> >> >> >> >> Virus-free. >> www.avast.com >> >> <#m_6712329087328371914_m_-1890732557483397505_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 <(918)%20420-9001> | *F:*+19184209002 <(918)%20420-9002> > | *M:*+1918424WEST (9378) > *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: From hunterj91 at hotmail.com Tue Aug 1 14:33:01 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Tue, 1 Aug 2017 14:33:01 +0000 Subject: [Freeswitch-users] mod_verto and Verto communicator URL creation and invitation Message-ID: Hi Guys, I am playing with mod_verto and Verto communicator as I am looking for a jitsi meet replacement, as I need moderator commands. Its not clear from the documentation, and maybe I am missing something and need to develop something of my own, but is it possible to create unique URL's for each conference created (I assume so) and then send the URL as an invitation to a user, so they just need to click on it to access the conference without the need for username/password? Thanks! Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Tue Aug 1 16:25:42 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 01 Aug 2017 16:25:42 +0000 Subject: [Freeswitch-users] mod_verto and Verto communicator URL creation and invitation In-Reply-To: References: Message-ID: On FS the conference is dynamic so you can start as many as you want just by routing dialplans to it. On the html5 side you can use a single client with some kind of unique identifer to pass as the extension to call. https://cantina.freeswitch.org/verto/index.html#888 For example to auto dial ext 888 On Tue, Aug 1, 2017 at 9:33 AM Jonathan Hunter wrote: > Hi Guys, > > > I am playing with mod_verto and Verto communicator as I am looking for a > jitsi meet replacement, as I need moderator commands. > > > Its not clear from the documentation, and maybe I am missing something and > need to develop something of my own, but is it possible to create unique > URL's for each conference created (I assume so) and then send the URL as an > invitation to a user, so they just need to click on it to access the > conference without the need for username/password? > > > Thanks! > > > Jon > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Tue Aug 1 16:27:46 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 01 Aug 2017 16:27:46 +0000 Subject: [Freeswitch-users] World network tones in TGML In-Reply-To: References: Message-ID: We dont but if you do make it, we can add it as an xml file you could include to set them as variables of you format them with X-preprocess sets like vars.xml On Tue, Aug 1, 2017 at 4:11 AM Allan Kristensen wrote: > Hello, > > Does anyone have/need a complete database of network tones in TGML ? > > These: > https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.180-2010-PDF-E.pdf > > I'm thinking a lot of WebRTC clients doesn't have any built in support for > generating network tones and must have these served as early media? (at > least the ones I've worked with ;-). > > We need it for different reasons, but before we start building it, I just > wanted to check if it was already existing out there? > > Best Regards, > Allan Kristensen > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.melling at savageminds.com Tue Aug 1 16:57:26 2017 From: mark.melling at savageminds.com (Mark Melling) Date: Tue, 01 Aug 2017 16:57:26 +0000 Subject: [Freeswitch-users] Sending a custom event from Verto client Message-ID: Hi, Is it possible to send a custom event from a Verto client? (which can then be received by an ESL app) If so, how is this done? Any suggestions, pointers would be greatly appreciated. Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at williamcollsassoc.ca Tue Aug 1 19:31:20 2017 From: william at williamcollsassoc.ca (William Colls) Date: Tue, 1 Aug 2017 15:31:20 -0400 Subject: [Freeswitch-users] Slow pickup when placing a call Message-ID: Environment Freeswitch 1.6.11 on debian 8.6 Pine 64+ with 2Gb DDR3 memory, 1.2 GHz Quad-Core Cortex A53 64 bit CPU Recently, in the last two or three days, our system has suddenly slowed down. When I pick up a handset for one of our telephones, it can take up to 10 seconds before there is dial tone. When we have an incoming call, there is a delay of up to 5 seconds before we can hear/talk to the caller. Once the call is established, it is usually OK, but I had one incident, on a long distance call, where the call was dropped as the called party picked up the call (not sure if this part of the same problem). The system has been running in this configuration for more than six months with any problems. The system is very lightly loaded; 4 extensions, and two users, and only a few calls a day. Nothing, that I can see, in the logs to suggest where the problem might be. Not sure where to start looking. Suggestions? Thanks for your time. William. From tculjaga at gmail.com Tue Aug 1 20:01:37 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 1 Aug 2017 22:01:37 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: some private segment....10.x.x.x something on some carriers and 172.31.x.x on others no idea about others On 1 August 2017 at 14:26, Brian West wrote: > What IP range did they use for CGNAT? > > On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon > wrote: > >> My Internet provider just implemented CGN. So, my WAN IP is no longer >> public. With CGN, NAT is setup for outbound packets initiated from my >> end. But for inbound packets, when remote Vertp clients connect to my FS, >> CGN blocks them. Therefore, I can no longer experiment with Verto. >> >> That's why I need to try TURN/ICE service which is open to public to >> relay media to my FS. I understand STUN can only help in signalling. >> >> Thanks for the additional inputs. >> >> /Nandy >> >> >> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >> wrote: >> >>> TURN helps in Symmetric NAT scenarios only >>> >>> you should always try to get a direct connection first ( using STUN ) >>> and if everything else fails, you can use TURN. >>> >>> to check your NAT type, you can use stunclient program from >>> stunprotocol.org >>> >>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>> >>> On 31 July 2017 at 02:44, Brian West wrote: >>> >>>> What issue are you trying to solve with turn? >>>> >>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>> wrote: >>>> >>>>> >>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>> parameter in init function ... like that: >>>>> >>>>> iceServers: [ >>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>> 'user'}, >>>>> {url: 'stun:ripslinger.undo.it',}, >>>>> {url: 'stun:stun.schlund.de',}, >>>>> {url: 'stun:stun.ekiga.net',}, >>>>> {url: 'stun:stun01.sipphone.com',}, >>>>> ], >>>>> >>>>> >>>>> >>>>> >>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>> >>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>>> wrote: >>>>>> >>>>>>> Hi folks, >>>>>>> >>>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do I >>>>>>> place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>>> >>>>>>> sip_profiles/external.xml: >>>>>>> >>>>>>> >>>>>>> >>>>>>> /Nandy >>>>>>> >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>> options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Book a phone call (CST) >>>>>> >>>>>> Allison prompts for FreeSWITCH: >>>>>> >>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>> >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>>> *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 >>>> >>>> Book a phone call (CST) >>>> >>>> Allison prompts for FreeSWITCH: >>>> >>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>> >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>> *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 >>> >> >> >> >> Virus-free. >> www.avast.com >> >> <#m_-7449458713720335678_m_-1890732557483397505_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 > <+1%20918-420-9002> | *M:*+1918424WEST (9378) > *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: From lists at virtues.net Tue Aug 1 20:23:47 2017 From: lists at virtues.net (Thomas Auge) Date: Tue, 1 Aug 2017 16:23:47 -0400 Subject: [Freeswitch-users] Meaning of packet loss log message Message-ID: <96d27ffa-79dc-45f0-e5ba-cf16086f1d14@virtues.net> Hello list, I'm seeing log entries such as this: switch_core_media.c:2509 [VBR]: Correcting calculated ptime value from [40] to [20] to compensate for [1] lost packet(s) They are often accompanied by very audible clicks without any PLC. RTCP does not appear to report related packet loss according to Chrome's webRTC stats. This is between SIP and portaudio. Does anyone know at which stage that packet loss occurs, or what could be causing it? Thanks, Thomas From krice at freeswitch.org Tue Aug 1 20:38:19 2017 From: krice at freeswitch.org (Ken Rice) Date: Tue, 1 Aug 2017 15:38:19 -0500 Subject: [Freeswitch-users] ClueCon is coming! In-Reply-To: References: Message-ID: <811301d30b06$1d032110$57096330$@freeswitch.org> Wait? What? It’s under week away?? From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Anthony Minessale Sent: Monday, July 31, 2017 11:52 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ClueCon is coming! Or tomorrow, Or the next 5 days, but after that you are pushing it! On Mon, Jul 31, 2017 at 10:31 PM, Ken Rice > wrote: ClueCon is less than a week away! If you havent got your tickets go to https://cluecon.com and get them today! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at virtues.net Tue Aug 1 20:45:15 2017 From: lists at virtues.net (Thomas Auge) Date: Tue, 1 Aug 2017 16:45:15 -0400 Subject: [Freeswitch-users] Meaning of packet loss log message In-Reply-To: <96d27ffa-79dc-45f0-e5ba-cf16086f1d14@virtues.net> References: <96d27ffa-79dc-45f0-e5ba-cf16086f1d14@virtues.net> Message-ID: <05e738c8-6319-d30a-7446-d3a7d3a40256@virtues.net> P.S.: When adding real network packet loss, it gets reported properly and concealed well without any log messages. On 08/01/2017 04:23 PM, Thomas Auge wrote: > Hello list, > > I'm seeing log entries such as this: > > switch_core_media.c:2509 [VBR]: Correcting calculated ptime value from [40] to [20] to compensate for [1] lost packet(s) > > They are often accompanied by very audible clicks without any PLC. RTCP does not appear to report related packet loss > according to Chrome's webRTC stats. This is between SIP and portaudio. > > Does anyone know at which stage that packet loss occurs, or what could be causing it? > > Thanks, > > Thomas > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 anthony.minessale at gmail.com Tue Aug 1 21:23:18 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 01 Aug 2017 21:23:18 +0000 Subject: [Freeswitch-users] Meaning of packet loss log message In-Reply-To: <05e738c8-6319-d30a-7446-d3a7d3a40256@virtues.net> References: <96d27ffa-79dc-45f0-e5ba-cf16086f1d14@virtues.net> <05e738c8-6319-d30a-7446-d3a7d3a40256@virtues.net> Message-ID: Try turning off the autofix-timing in sofia On Tue, Aug 1, 2017 at 3:45 PM Thomas Auge wrote: > P.S.: When adding real network packet loss, it gets reported properly and > concealed well without any log messages. > > On 08/01/2017 04:23 PM, Thomas Auge wrote: > > Hello list, > > > > I'm seeing log entries such as this: > > > > switch_core_media.c:2509 [VBR]: Correcting calculated ptime value from > [40] to [20] to compensate for [1] lost packet(s) > > > > They are often accompanied by very audible clicks without any PLC. RTCP > does not appear to report related packet loss > > according to Chrome's webRTC stats. This is between SIP and portaudio. > > > > Does anyone know at which stage that packet loss occurs, or what could > be causing it? > > > > Thanks, > > > > Thomas > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Tue Aug 1 21:26:31 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 01 Aug 2017 21:26:31 +0000 Subject: [Freeswitch-users] Slow pickup when placing a call In-Reply-To: References: Message-ID: Maybe enable the SIP logging. sofia global siptrace on Dialtone delay is not usually a function of FS but moreso the phone? Did you try rebooting it? On Tue, Aug 1, 2017 at 2:31 PM William Colls wrote: > Environment > > Freeswitch 1.6.11 on debian 8.6 > Pine 64+ with 2Gb DDR3 memory, 1.2 GHz Quad-Core Cortex A53 64 bit CPU > > Recently, in the last two or three days, our system has suddenly > slowed down. When I pick up a handset for one of our telephones, it can > take up to 10 seconds before there is dial tone. When we have an > incoming call, there is a delay of up to 5 seconds before we can > hear/talk to the caller. Once the call is established, it is usually OK, > but I had one incident, on a long distance call, where the call was > dropped as the called party picked up the call (not sure if this part of > the same problem). > > The system has been running in this configuration for more than six > months with any problems. The system is very lightly loaded; 4 > extensions, and two users, and only a few calls a day. > > Nothing, that I can see, in the logs to suggest where the problem might be. > > Not sure where to start looking. > > Suggestions? > > Thanks for your time. > > William. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From rick at magicmail.mooo.com Tue Aug 1 22:52:44 2017 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Tue, 1 Aug 2017 23:52:44 +0100 Subject: [Freeswitch-users] Cluecon Question Message-ID: For someone who can’t fly (and apologies if this information is out there already - we’ve looked)… how much of ClueCon will be available for streaming? Is there a preferred method of catching as much as possible without being there? From mike at jerris.com Wed Aug 2 00:44:07 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 02 Aug 2017 00:44:07 +0000 Subject: [Freeswitch-users] Slow pickup when placing a call In-Reply-To: References: Message-ID: Also check ram usage On Tue, Aug 1, 2017 at 4:27 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > Maybe enable the SIP logging. > > sofia global siptrace on > > Dialtone delay is not usually a function of FS but moreso the phone? Did > you try rebooting it? > > > On Tue, Aug 1, 2017 at 2:31 PM William Colls > wrote: > >> Environment >> >> Freeswitch 1.6.11 on debian 8.6 >> Pine 64+ with 2Gb DDR3 memory, 1.2 GHz Quad-Core Cortex A53 64 bit CPU >> >> Recently, in the last two or three days, our system has suddenly >> slowed down. When I pick up a handset for one of our telephones, it can >> take up to 10 seconds before there is dial tone. When we have an >> incoming call, there is a delay of up to 5 seconds before we can >> hear/talk to the caller. Once the call is established, it is usually OK, >> but I had one incident, on a long distance call, where the call was >> dropped as the called party picked up the call (not sure if this part of >> the same problem). >> >> The system has been running in this configuration for more than six >> months with any problems. The system is very lightly loaded; 4 >> extensions, and two users, and only a few calls a day. >> >> Nothing, that I can see, in the logs to suggest where the problem might >> be. >> >> Not sure where to start looking. >> >> Suggestions? >> >> Thanks for your time. >> >> William. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomlynn.com Wed Aug 2 02:29:10 2017 From: tom at tomlynn.com (Tom Lynn) Date: Tue, 1 Aug 2017 19:29:10 -0700 Subject: [Freeswitch-users] Debian 8 installation Message-ID: I'm encountering a bit of catch 22 in as much as Freeswitch won't yet build on Debian 9, but the Debian folks seem to have pulled Debian 8. Does anybody know where installation media for 8 may be had while we're waiting on FS1.8? Thank you. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Wed Aug 2 03:16:27 2017 From: krice at freeswitch.org (Ken Rice) Date: Tue, 1 Aug 2017 22:16:27 -0500 Subject: [Freeswitch-users] Debian 8 installation In-Reply-To: References: Message-ID: <222EA481-E8DB-449D-AB84-D34A58AC12DD@freeswitch.org> they are still there just have to look a little harder https://www.debian.org/releases/jessie/debian-installer/ Sent from my iPhone > On Aug 1, 2017, at 21:29, Tom Lynn wrote: > > I'm encountering a bit of catch 22 in as much as Freeswitch won't yet build on Debian 9, but the Debian folks seem to have pulled Debian 8. Does anybody know where installation media for 8 may be had while we're waiting on FS1.8? > > Thank you. > Tom > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Wed Aug 2 04:54:52 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Tue, 1 Aug 2017 21:54:52 -0700 Subject: [Freeswitch-users] simonics & freeswitch inbound call immediately disconnects when answered In-Reply-To: <069e642c-3e4d-cce5-71a0-09d9df5a5905@gmail.com> References: <069e642c-3e4d-cce5-71a0-09d9df5a5905@gmail.com> Message-ID: <9c92ab34-8ea6-0c2c-a77d-54c8d482ec76@gmail.com> Thus said Jungle Boogie on Sat, 29 Jul 2017 22:05:56 -0700 On 07/29/2017 10:05 PM, jungle boogie wrote: > Hello All, > > I want to have my google voice telephone number registered with > freeswitch via simonics.com. I have my account already setup and I've > used it with sip credentials without freeswitch so I know it's setup > correctly. Solved! I had to add an answer tag into the dialplan/public/00.xml file: I'll create a page on confluence about this. From tculjaga at gmail.com Wed Aug 2 07:27:04 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 2 Aug 2017 09:27:04 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: another carrier is using :=) 89.201.184.0 89.201.185.0 89.201.186.0 89.201.187.0 this is just wrong ... :=) On 1 August 2017 at 22:01, Tihomir Culjaga wrote: > some private segment....10.x.x.x something on some carriers and 172.31.x.x > on others > > no idea about others > > On 1 August 2017 at 14:26, Brian West wrote: > >> What IP range did they use for CGNAT? >> >> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >> wrote: >> >>> My Internet provider just implemented CGN. So, my WAN IP is no longer >>> public. With CGN, NAT is setup for outbound packets initiated from my >>> end. But for inbound packets, when remote Vertp clients connect to my FS, >>> CGN blocks them. Therefore, I can no longer experiment with Verto. >>> >>> That's why I need to try TURN/ICE service which is open to public to >>> relay media to my FS. I understand STUN can only help in signalling. >>> >>> Thanks for the additional inputs. >>> >>> /Nandy >>> >>> >>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>> wrote: >>> >>>> TURN helps in Symmetric NAT scenarios only >>>> >>>> you should always try to get a direct connection first ( using STUN ) >>>> and if everything else fails, you can use TURN. >>>> >>>> to check your NAT type, you can use stunclient program from >>>> stunprotocol.org >>>> >>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>> >>>> On 31 July 2017 at 02:44, Brian West wrote: >>>> >>>>> What issue are you trying to solve with turn? >>>>> >>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>>> wrote: >>>>> >>>>>> >>>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>>> parameter in init function ... like that: >>>>>> >>>>>> iceServers: [ >>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>>> 'user'}, >>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>> {url: 'stun:stun.schlund.de',}, >>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>> ], >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>>> >>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>> >>>>>>> /b >>>>>>> >>>>>>> >>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon >>>>>> > wrote: >>>>>>> >>>>>>>> Hi folks, >>>>>>>> >>>>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do >>>>>>>> I place turn:numb.viagenie.ca in the config files? Is this correct? >>>>>>>> >>>>>>>> sip_profiles/external.xml: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> /Nandy >>>>>>>> >>>>>>>> ____________________________________________________________ >>>>>>>> _____________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>>>>>> freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Book a phone call (CST) >>>>>>> >>>>>>> Allison prompts for FreeSWITCH: >>>>>>> >>>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>>> >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>>>> *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 >>>>> >>>>> Book a phone call (CST) >>>>> >>>>> Allison prompts for FreeSWITCH: >>>>> >>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>> >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >>>>> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >>>>> *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 >>>> >>> >>> >>> >>> Virus-free. >>> www.avast.com >>> >>> <#m_1803904570601369112_m_-7449458713720335678_m_-1890732557483397505_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> *Twitter: @FreeSWITCH , @briankwest* >> >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Book a phone call (CST) >> >> Allison prompts for FreeSWITCH: >> >> *https://www.gofundme.com/allison-prompts-for-freeswitch* >> >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 <+1%20918-420-9001> | *F:*+19184209002 >> <+1%20918-420-9002> | *M:*+1918424WEST (9378) >> *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: From m.hubert at hexanet.fr Wed Aug 2 08:10:53 2017 From: m.hubert at hexanet.fr (Mickael Hubert) Date: Wed, 2 Aug 2017 10:10:53 +0200 Subject: [Freeswitch-users] DTMF filter (RFC2833) In-Reply-To: References: Message-ID: Hi thanks a lot for your answer. I'll try that, even I'm not A developer :( I'll try to add a small application to call it into my dialplan, who drop "bad" dtmf. hardest ;) bye 2017-08-01 14:40 GMT+02:00 Christopher Rienzo : > I don't think this exists in FS. You can create a small dialplan APP that > installs a DTMF hook and drops all digits that aren't 0-9,#,* by returning > SWITCH_STATUS_FALSE to drop and SWITCH_STATUS_SUCCESS to allow. > mod_dptools.c and switch_ivr_async.c have examples of DTMF hooks. > > > On Tue, Aug 1, 2017 at 2:36 AM, Mickael Hubert > wrote: > >> Hi list, >> I'm looking for a way to filter ingress DTMF on A leg. >> I receive "bad" DTMFs from SIP provider (Signal A,B,C, etc ...) I want to >> filter only these DTMF, not all others. >> I receive only RFC2833 DTMF. >> >> Ex: >> Sip Provider -- (DTMF 1,A,2,C on A leg) --> FS --> (DTMF 1,2 on B leg) --> >> >> Do you have an idea for me please ? >> >> Thanks in adavance >> >> >> FS version: FreeSWITCH Version 1.3.13b+git~20130213T200819Z~cd7d1efc2a >> (git cd7d1ef 2013-02-13 20:08:19Z) >> >> -- >> Mickaël HUBERT >> Responsable du service VoIP >> Tel: (+33) 03.26.79.30.05 <+33%203%2026%2079%2030%2005> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Mickaël HUBERT Responsable du service VoIP Tel: (+33) 03.26.79.30.05 -------------- next part -------------- An HTML attachment was scrubbed... URL: From hunterj91 at hotmail.com Wed Aug 2 08:44:30 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Wed, 2 Aug 2017 08:44:30 +0000 Subject: [Freeswitch-users] mod_verto and Verto communicator URL creation and invitation In-Reply-To: References: , Message-ID: Great thanks Anthony, I will give this a try. Many thanks! ________________________________ From: FreeSWITCH-users on behalf of Anthony Minessale Sent: 01 August 2017 16:25 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] mod_verto and Verto communicator URL creation and invitation On FS the conference is dynamic so you can start as many as you want just by routing dialplans to it. On the html5 side you can use a single client with some kind of unique identifer to pass as the extension to call. https://cantina.freeswitch.org/verto/index.html#888 For example to auto dial ext 888 On Tue, Aug 1, 2017 at 9:33 AM Jonathan Hunter > wrote: Hi Guys, I am playing with mod_verto and Verto communicator as I am looking for a jitsi meet replacement, as I need moderator commands. Its not clear from the documentation, and maybe I am missing something and need to develop something of my own, but is it possible to create unique URL's for each conference created (I assume so) and then send the URL as an invitation to a user, so they just need to click on it to access the conference without the need for username/password? Thanks! Jon _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomlynn.com Wed Aug 2 13:46:17 2017 From: tom at tomlynn.com (Tom Lynn) Date: Wed, 2 Aug 2017 06:46:17 -0700 Subject: [Freeswitch-users] Debian 8 installation In-Reply-To: <222EA481-E8DB-449D-AB84-D34A58AC12DD@freeswitch.org> References: <222EA481-E8DB-449D-AB84-D34A58AC12DD@freeswitch.org> Message-ID: Thanks, Ken. On Tue, Aug 1, 2017 at 8:16 PM, Ken Rice wrote: > they are still there just have to look a little harder > > https://www.debian.org/releases/jessie/debian-installer/ > > Sent from my iPhone > > On Aug 1, 2017, at 21:29, Tom Lynn wrote: > > I'm encountering a bit of catch 22 in as much as Freeswitch won't yet > build on Debian 9, but the Debian folks seem to have pulled Debian 8. Does > anybody know where installation media for 8 may be had while we're waiting > on FS1.8? > > Thank you. > Tom > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From djacob at wcgltd.com Tue Aug 1 12:28:40 2017 From: djacob at wcgltd.com (David Jacob) Date: Tue, 1 Aug 2017 12:28:40 +0000 Subject: [Freeswitch-users] freeswitch not sending notify when a subscribe is sent from webrtc client Message-ID: freeswitch not sending notify when a subscribe is sent from webrtc client - seeing in log "transport ws is not supported". do i have something setup wrong? Freeswitch not sending NOTIFY to webrtc client when webrtc send subscribe FreeSWITCH Version 1.6.19+git~20170725T210852Z~e61ee1a179~64bit (git e61ee1a 2017-07-25 21:08:52Z 64bit) I have followed the instructions on https://freeswitch.org/confluence/display/FREESWITCH/WebRTC to install webrtc. I am running fusionpbx with nginx web server. I have my own certs that i am using from godaddy I have set the following in my internal profile which is the profile my devices register to: fs_cli -x 'sofia status profile internal' | grep WSS-BIND-URL WSS-BIND-URL sips:mod_sofia at xxx.xxx.xxx.166:7443;transport=wss ssl_enable=true wss-binding = :7443 tls-cert-dir = /usr/local/freeswitch/certs Here is my webrtc client registering up: +OK log level [7] freeswitch at ramu_pbx_for_dev> sofia profile external siptrace on Enabled sip debugging on external 2017-07-31 15:05:07.932400 [CONSOLE] sofia_presence.c:1619 Event Thread Started freeswitch at ramu_pbx_for_dev> sofia loglevel all 9 Sofia log level for component [all] has been set to [9] tport.c:2749 tport_wakeup_pri() tport_wakeup_pri(0x7fa6ec004f70): events IN tport.c:862 tport_alloc_secondary() tport_alloc_secondary(0x7fa6ec004f70): new secondary tport 0x7fa6ec0535c0 tport.c:2292 tport_set_secondary_timer() tport(0x7fa6ec0535c0): set timer at 4998 ms because keepalive tport.c:2640 tport_accept() tport_accept(0x7fa6ec0535c0): new connection from wss/xxx.xxx.68.32:23568/sips tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec04ff10 from (wss/xxx.xxx.68.32:23568) has 571 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec04ff10 (571 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received REGISTER sip:devpbx.mydomainname SIP/2.0 (CSeq 81) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: REGISTER (81) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0841a0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec084760, ...) called nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0841a0): adding registrar usage tport.c:4160 tport_pend() tport_pend(0x7fa6ec0535c0): pending (nil) for wss/xxx.xxx.68.32:23568 (already 0) nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0841a0): event i_register 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0841a0): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0841a0): recv signal r_respond 401 Unauthorized nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec084760, ...) called 2017-07-31 15:05:24.892400 [WARNING] sofia_reg.c:1792 SIP auth challenge (REGISTER) on sofia profile 'internal' for [203 at devpbx.mydomainname] from ip xxx.xxx.68.32 nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0841a0): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec085640 608 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 608 bytes of 608 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 608 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 401 Unauthorized for REGISTER (81) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0502c0) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0841a0): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0841a0): removing registrar usage tport.c:4222 tport_release() tport_release(0x7fa6ec0535c0): (nil) by 0x7fa6ec0841a0 with (nil) tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:4470 nta_leg_destroy() nta_leg_destroy((nil)) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec084760) called tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec04ff10 from (wss/xxx.xxx.68.32:23568) has 826 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec04ff10 (826 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received REGISTER sip:devpbx.mydomainname SIP/2.0 (CSeq 82) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: REGISTER (82) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0838a0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec083e60, ...) called nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0838a0): adding registrar usage tport.c:4160 tport_pend() tport_pend(0x7fa6ec0535c0): pending (nil) for wss/xxx.xxx.68.32:23568 (already 0) nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0838a0): event i_register 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0838a0): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0838a0): recv signal r_respond 200 OK nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec083e60, ...) called tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec085da0 575 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 575 bytes of 575 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 575 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 200 OK for REGISTER (82) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0503a0) 2017-07-31 15:05:24.952399 [NOTICE] switch_cpp.cpp:1365 [ios registration detection] sql=SELECT count(*) as count FROM park WHERE lot = '8888203' and domain = 'devpbx.mydomainname' 2017-07-31 15:05:24.952399 [NOTICE] switch_cpp.cpp:1365 [ios registration detection] count=0 tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec084970 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec084970 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:204 at devpbx.mydomainname SIP/2.0 (CSeq 3785) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (3785) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0842d0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec085770, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec04f840) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0842d0): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0842d0): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) nua_stack.c:359 nua_application_event() nua: nua_application_event: entering tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec086cf0 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec086cf0 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:202 at devpbx.mydomainname SIP/2.0 (CSeq 9456) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (9456) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec08d910) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08e210, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec08ea80) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec08d910): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec08d910): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN nua_stack.c:359 nua_application_event() nua: nua_application_event: entering tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec08fb40 from (wss/xxx.xxx.68.32:23568) has 505 bytes, veclen = 1 nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec08fb40 (505 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:120 at devpbx.mydomainname SIP/2.0 (CSeq 864) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (864) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec092990) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec093290, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec093b00) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec092990): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec092990): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0842d0): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0842d0): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec085770, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0842d0): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec094da0 733 (0) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (3785) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0523b0) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0842d0): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0842d0): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec04f840) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec085770) called nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec08d910): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec08d910): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08e210, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 nua_stack.c:529 nua_signal() nua(0x7fa6ec08d910): sent signal r_destroy tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec094da0 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (9456) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec088960) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec08d910): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec08d910): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec08ea80) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec08e210) called tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec086cf0 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec086cf0 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:125 at devpbx.mydomainname SIP/2.0 (CSeq 9455) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (9455) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec094a00) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec086170, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec08e9a0) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec094a00): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec094a00): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec092990): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec092990): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec093290, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec092990): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec04ff10 732 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 732 bytes of 732 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 732 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (864) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec091900) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec092990): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec092990): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec093b00) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec093290) called nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec094a00): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec094a00): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec086170, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6ec094a00): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec04ff10 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (9455) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec087720) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec094a00): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec094a00): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec08e9a0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec086170) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80054c0): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80054c0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80054c0) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08dc70, ...) called nua.c:716 nua_notify() nua: nua_notify: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08dc70, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a8006400): sent signal r_notify nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec08dad0) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80072c0): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nta.c:10050 outgoing_resolve() nta(0x7fa6ec090d20): transport ws is not supported nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008180): sent signal r_notify nta.c:1350 set_timeout() nta: timer set to 32000 ms nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008fe0): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006400): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8006400) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec086330, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec086330, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0941c0) nua_stack.c:529 nua_signal() nua(0x7fa6a8009ea0): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec093f10): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80072c0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80072c0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0910c0, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0910c0, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a800ad00): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec084cf0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec095cf0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008180): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8008180) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec097990, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec097990, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec098fc0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec09a6f0): transport ws is not supported nta.c:1348 set_timeout() nta: timer shortened to 5000 ms nua_stack.c:271 nua_stack_event() nua(0x7fa6a80054c0): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008fe0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8008fe0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec09c550, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec09c550, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80054c0): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec09db30) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec09f280): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009ea0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8009ea0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a1550, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a1550, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0a2b80) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0a4390): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8006400): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ad00): recv signal r_notify nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800ad00) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a60a0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a60a0, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006400): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0a7680) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0a8e40): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a80072c0): event r_notify 503 DNS Error nua_stack.c:271 nua_stack_event() nua(0x7fa6a8008180): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80054c0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec08dad0) nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec08dc70) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a8008fe0): event r_notify 503 DNS Error nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80072c0): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a8009ea0): event r_notify 503 DNS Error nua_stack.c:529 nua_signal() nua(0x7fa6a8008180): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006400): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0941c0) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec086330) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008fe0): sent signal r_destroy nua_stack.c:271 nua_stack_event() nua(0x7fa6a800ad00): event r_notify 503 DNS Error nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009ea0): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80072c0): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec084cf0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0910c0) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008180): recv signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec098fc0) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec097990) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008fe0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec09db30) nua_stack.c:529 nua_signal() nua(0x7fa6a800ad00): sent signal r_destroy soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec09c550) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009ea0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0a2b80) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0a1550) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ad00): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0a7680) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0a60a0) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008a00): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008a00): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8008a00) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0505a0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0505a0, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008450): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec090c20) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80072c0): sent signal r_notify nta.c:10050 outgoing_resolve() nta(0x7fa6ec0a2b80): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8003a40): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008450): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8008450) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec099220, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec099220, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0ac050) nua_stack.c:529 nua_signal() nua(0x7fa6a80046b0): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0ad7e0): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800c180): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80072c0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80072c0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0af400, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0af400, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0b0a30) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800d040): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0b2240): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003a40): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8003a40) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b3ee0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b3ee0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0b5510) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0b6d20): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8008a00): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80046b0): recv signal r_notify nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80046b0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b8a70, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b8a70, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008a00): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0ba030) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0bb7a0): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8008450): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c180): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800c180) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0bd520, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0bd520, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008450): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0beb00) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0c0270): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800d040): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800d040) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c1f10, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c1f10, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0c3540) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0c4d50): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a80072c0): event r_notify 503 DNS Error nua_stack.c:271 nua_stack_event() nua(0x7fa6a8003a40): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008a00): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec090c20) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0505a0) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a80046b0): event r_notify 503 DNS Error nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80072c0): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008450): recv signal r_destroy nua_stack.c:529 nua_signal() nua(0x7fa6a8003a40): sent signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0ac050) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec099220) called nua_stack.c:271 nua_stack_event() nua(0x7fa6a800c180): event r_notify 503 DNS Error nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80046b0): sent signal r_destroy nua_stack.c:271 nua_stack_event() nua(0x7fa6a800d040): event r_notify 503 DNS Error nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80072c0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0b0a30) nua_stack.c:529 nua_signal() nua(0x7fa6a800c180): sent signal r_destroy soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0af400) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003a40): recv signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0b5510) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0b3ee0) called nua_stack.c:529 nua_signal() nua(0x7fa6a800d040): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80046b0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0ba030) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0b8a70) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c180): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0beb00) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0bd520) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800d040): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0c3540) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0c1f10) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006290): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006290): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8006290) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b8b50, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0b8b50, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800ad00): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0956d0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:10050 outgoing_resolve() nta(0x7fa6ec0bed20): transport ws is not supported nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800cb70): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ad00): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800ad00) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c7120, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c7120, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0c7fd0) nua_stack.c:529 nua_signal() nua(0x7fa6a800da60): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0c95a0): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800cb70): recv signal r_notify nua_stack.c:529 nua_signal() nua(0x7fa6a8003800): sent signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800cb70) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0cb180, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0cb180, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0cc7b0) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800e460): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:10050 outgoing_resolve() nta(0x7fa6ec0cdfc0): transport ws is not supported nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800f320): sent signal r_notify nua_stack.c:271 nua_stack_event() nua(0x7fa6a8006290): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800da60): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800da60) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0cfd40, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0cfd40, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006290): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0d1300) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0d2a70): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a800ad00): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003800): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8003800) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0d47f0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0d47f0, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800ad00): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0d5dd0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0d7540): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e460): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800e460) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0d91e0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0d91e0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0da810) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0dc020): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800f320): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800f320) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ddcc0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ddcc0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0df2f0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0e0b00): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a800cb70): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006290): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0956d0) nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0b8b50) called nua_stack.c:271 nua_stack_event() nua(0x7fa6a800da60): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ad00): recv signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0c7fd0) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0c7120) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a8003800): event r_notify 503 DNS Error nua_stack.c:529 nua_signal() nua(0x7fa6a800cb70): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800e460): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800da60): sent signal r_destroy nua_stack.c:271 nua_stack_event() nua(0x7fa6a800f320): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800cb70): recv signal r_destroy nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0cc7b0) nua_stack.c:529 nua_signal() nua(0x7fa6a800e460): sent signal r_destroy soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0cb180) called nua_stack.c:529 nua_signal() nua(0x7fa6a8003800): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800da60): recv signal r_destroy nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0d1300) nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0cfd40) called nua_stack.c:529 nua_signal() nua(0x7fa6a800f320): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003800): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0d5dd0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0d47f0) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e460): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0da810) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0d91e0) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800f320): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0df2f0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0ddcc0) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8005c20): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005c20): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8005c20) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec09a890) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0b8f00): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8005c20): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8005c20): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005c20): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec09a890) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0865f0) called tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec0933d0 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec0933d0 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:204 at devpbx.mydomainname SIP/2.0 (CSeq 5317) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (5317) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0e0530) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0b0950) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0e0530): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0e0530): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) nua_stack.c:359 nua_application_event() nua: nua_application_event: entering tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec0e2290 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec0e2290 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:202 at devpbx.mydomainname SIP/2.0 (CSeq 4184) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (4184) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0dba50) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec09a890) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0dba50): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0dba50): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0e0530): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0e0530): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0e0530): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec0dd7b0 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (5317) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0b0fa0) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0e0530): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0e0530): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0b0950) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0865f0) called nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0dba50): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0dba50): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 nua_stack.c:529 nua_signal() nua(0x7fa6ec0dba50): sent signal r_destroy tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec0dd7b0 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (4184) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0c24c0) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0dba50): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0dba50): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec09a890) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec087010) called tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec0c7120 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec0c7120 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:120 at devpbx.mydomainname SIP/2.0 (CSeq 2585) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (2585) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0d24a0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec09c940) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0d24a0): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0d24a0): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec0e2290 from (wss/xxx.xxx.68.32:23568) has 505 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec0e2290 (505 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:125 at devpbx.mydomainname SIP/2.0 (CSeq 989) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (989) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0b2680) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec085b20) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0b2680): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0b2680): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0d24a0): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0d24a0): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0d24a0): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec0dd7b0 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (2585) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0a1b00) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0d24a0): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0d24a0): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec09c940) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0865f0) called nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0b2680): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0b2680): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0b2680): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec0dd7b0 732 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 732 bytes of 732 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 732 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (989) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec0a30f0) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0b2680): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0b2680): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec085b20) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec087010) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8005f50): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005f50): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8005f50) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006e90): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec085650) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:10050 outgoing_resolve() nta(0x7fa6ec0c1a50): transport ws is not supported nua_stack.c:529 nua_signal() nua(0x7fa6a8007d50): sent signal r_notify nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006e90): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8006e90) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nua.c:716 nua_notify() nua: nua_notify: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec087010, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a8008c10): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0b9f50) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0bcf80): transport ws is not supported nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009a70): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8007d50): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8007d50) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08dc70, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec08dc70, ...) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec097bf0) nua_stack.c:529 nua_signal() nua(0x7fa6a800a930): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec08d430): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800b790): sent signal r_notify nua_stack.c:271 nua_stack_event() nua(0x7fa6a8005f50): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008c10): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8008c10) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ac520, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ac520, ...) called nua.c:716 nua_notify() nua: nua_notify: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006970): sent signal r_notify nua_stack.c:529 nua_signal() nua(0x7fa6a8005f50): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0c22c0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0cfa90): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009a70): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8009a70) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0e4b40, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0e4b40, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0e6130) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0e78c0): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8006e90): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800a930): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800a930) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0e9600, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0e9600, ...) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0eab90) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006e90): sent signal r_destroy nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0ec3a0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800b790): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800b790) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0edfd0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0edfd0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0ef600) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0f0e10): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8007d50): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006970): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8006970) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0f2b90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0f2b90, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8007d50): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0f2770) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0f58d0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005f50): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec085650) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0865f0) called nua_stack.c:271 nua_stack_event() nua(0x7fa6a8008c10): event r_notify 503 DNS Error nua_stack.c:271 nua_stack_event() nua(0x7fa6a8009a70): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006e90): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0b9f50) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec087010) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800a930): event r_notify 503 DNS Error nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8008c10): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800b790): event r_notify 503 DNS Error nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009a70): sent signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800a930): sent signal r_destroy nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800b790): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8007d50): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec097bf0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec08dc70) called nua_stack.c:271 nua_stack_event() nua(0x7fa6a8006970): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8008c10): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0c22c0) nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0ac520) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009a70): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0e6130) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0e4b40) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800a930): recv signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0eab90) nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0e9600) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8006970): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800b790): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0ef600) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0edfd0) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8006970): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0f2770) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0f2b90) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009490): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009490): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8009490) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c8280, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0c8280, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a800a540): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec09a200) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009a70): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0e4d60): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800a540): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800a540) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ef600, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a800b790): sent signal r_notify soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ef600, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0e64e0) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80045f0): sent signal r_notify nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0f8fa0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009a70): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8009a70) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0faa40, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0faa40, ...) called nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800d0f0): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0fc030) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec0fd7c0): transport ws is not supported nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a8009490): event r_notify 503 DNS Error nua_stack.c:529 nua_signal() nua(0x7fa6a800e000): sent signal r_notify nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800b790): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800b790) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ff500, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0ff500, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009490): sent signal r_destroy nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800aa10): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec100ae0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec102250): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80045f0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80045f0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec103ef0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec103ef0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec105520) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec106d30): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a800a540): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800d0f0): recv signal r_notify nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800d0f0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec108a80, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec108a80, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800a540): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec10a000) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec10b750): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8009a70): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e000): recv signal r_notify nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800e000) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec10d380, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec10d380, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8009a70): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec10d0b0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec1100e0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009490): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec09a200) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0c8280) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800aa10): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800aa10) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a5d90, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a5d90, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec1144c0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec115c50): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a800b790): event r_notify 503 DNS Error nua_stack.c:271 nua_stack_event() nua(0x7fa6a80045f0): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800a540): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0e64e0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0ef600) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800d0f0): event r_notify 503 DNS Error nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009a70): recv signal r_destroy nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0fc030) nua_stack.c:529 nua_signal() nua(0x7fa6a800b790): sent signal r_destroy nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0faa40) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800e000): event r_notify 503 DNS Error nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80045f0): sent signal r_destroy nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800d0f0): sent signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a800aa10): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800b790): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec100ae0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0ff500) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80045f0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec105520) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec103ef0) called nua_stack.c:529 nua_signal() nua(0x7fa6a800e000): sent signal r_destroy nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800d0f0): recv signal r_destroy nua_stack.c:529 nua_signal() nua(0x7fa6a800aa10): sent signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec10a000) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec108a80) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e000): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec10d0b0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec10d380) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800aa10): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec1144c0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0a5d90) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800ede0): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ede0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800ede0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a5d90, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0a5d90, ...) called nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80064e0): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec087ec0) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:10050 outgoing_resolve() nta(0x7fa6ec0ef8a0): transport ws is not supported nua_stack.c:529 nua_signal() nua(0x7fa6a8005150): sent signal r_notify nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80064e0): recv signal r_notify nua.c:716 nua_notify() nua: nua_notify: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80064e0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec114640, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec114640, ...) called nua_stack.c:529 nua_signal() nua(0x7fa6a800e2d0): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec118980) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nua_stack.c:529 nua_signal() nua(0x7fa6a8009b50): sent signal r_notify nta.c:10050 outgoing_resolve() nta(0x7fa6ec119fa0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005150): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8005150) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec11bbc0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec11bbc0, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8003dc0): sent signal r_notify nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec11d1f0) nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec11ea00): transport ws is not supported nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80100e0): sent signal r_notify nua_stack.c:271 nua_stack_event() nua(0x7fa6a800ede0): event r_notify 503 DNS Error nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800c020): sent signal r_notify nua_stack.c:529 nua_signal() nua(0x7fa6a800ede0): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e2d0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800e2d0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec120600, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec120600, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec121b90) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec1233a0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009b50): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8009b50) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec125040, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec125040, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec126670) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec127e80): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a80064e0): event r_notify 503 DNS Error nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003dc0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8003dc0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec129c00, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec129c00, ...) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80064e0): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec12b170) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec12c930): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80100e0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a80100e0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec12e7e0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec12e7e0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec12fe10) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec131620): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a8005150): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c020): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800c020) called nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec133240, ...) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec133240, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8005150): sent signal r_destroy nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec1347d0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec135fe0): transport ws is not supported nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800ede0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec087ec0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0a5d90) called nua_stack.c:271 nua_stack_event() nua(0x7fa6a800e2d0): event r_notify 503 DNS Error nua_stack.c:271 nua_stack_event() nua(0x7fa6a8009b50): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80064e0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec118980) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec114640) called nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a8003dc0): event r_notify 503 DNS Error nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua_stack.c:271 nua_stack_event() nua(0x7fa6a80100e0): event r_notify 503 DNS Error nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800e2d0): sent signal r_destroy nua_stack.c:529 nua_signal() nua(0x7fa6a8009b50): sent signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8005150): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec11d1f0) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec11bbc0) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a80100e0): sent signal r_destroy nua_stack.c:271 nua_stack_event() nua(0x7fa6a800c020): event r_notify 503 DNS Error nua_stack.c:529 nua_signal() nua(0x7fa6a8003dc0): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800e2d0): recv signal r_destroy nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec121b90) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec120600) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8009b50): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec126670) nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec125040) called nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800c020): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8003dc0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec12b170) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec129c00) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a80100e0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec12fe10) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec12e7e0) called nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c020): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec1347d0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec133240) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800c6d0): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c6d0): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a800c6d0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec0865f0, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0cfc60) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec094c70): transport ws is not supported nua_stack.c:271 nua_stack_event() nua(0x7fa6a800c6d0): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a800c6d0): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a800c6d0): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0cfc60) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec0865f0) called nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236201) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236202) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236203) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236204) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236205) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236206) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236207) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 7/47 term, 7/47 free nta.c:1296 agent_timer() nta: timer set next to 5 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236208) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236209) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236210) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236211) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236212) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236213) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236214) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 7/40 term, 7/40 free nta.c:1296 agent_timer() nta: timer set next to 8 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236251) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236252) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236253) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236254) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236255) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236256) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236257) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 7/33 term, 7/33 free nta.c:1296 agent_timer() nta: timer set next to 74 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236258) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 1/26 term, 1/26 free nta.c:1296 agent_timer() nta: timer set next to 1914 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236301) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236302) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236303) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 3/25 term, 3/25 free nta.c:1296 agent_timer() nta: timer set next to 1 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236304) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236305) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236306) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236307) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236308) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 5/22 term, 5/22 free nta.c:1296 agent_timer() nta: timer set next to 7 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236309) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 1/17 term, 1/17 free nta.c:1296 agent_timer() nta: timer set next to 1 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236310) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236311) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236312) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236313) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236314) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236351) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236352) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 7/16 term, 7/16 free nta.c:1296 agent_timer() nta: timer set next to 7 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236353) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 1/9 term, 1/9 free nta.c:1296 agent_timer() nta: timer set next to 1 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236354) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236355) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236356) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236357) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236358) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236359) nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236360) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 7/8 term, 7/8 free nta.c:1296 agent_timer() nta: timer set next to 72 ms nta.c:9101 outgoing_timer_dk() nta: timer K fired, terminate NOTIFY (914236361) nta.c:8799 outgoing_reclaim_queued() outgoing_reclaim_all((nil), (nil), 0x7fa7034cdd40) nta.c:8929 _nta_outgoing_timer() nta_outgoing_timer: 0/0 resent, 0/0 tout, 1/1 term, 1/1 free nta.c:1289 agent_timer() nta: timer not set Here is client sending the subscribe: tport.c:2773 tport_wakeup() tport_wakeup(0x7fa6ec0535c0): events IN tport.c:2864 tport_recv_event() tport_recv_event(0x7fa6ec0535c0) tport.c:3205 tport_recv_iovec() tport_recv_iovec(0x7fa6ec0535c0) msg 0x7fa6ec12b5b0 from (wss/xxx.xxx.68.32:23568) has 506 bytes, veclen = 1 tport.c:3023 tport_deliver() tport_deliver(0x7fa6ec0535c0): msg 0x7fa6ec12b5b0 (506 bytes) from wss/xxx.xxx.68.32:23568/sips next=(nil) nta.c:2880 agent_recv_request() nta: received SUBSCRIBE sip:201 at devpbx.mydomainname SIP/2.0 (CSeq 9830) nta.c:3174 agent_check_request_via() nta: Via check: received=xxx.xxx.68.32 nta.c:3085 agent_recv_request() nta: SUBSCRIBE (9830) going to a default leg nua_server.c:102 nua_stack_process_request() nua: nua_stack_process_request: entering nua_stack.c:899 nh_create() nua: nh_create: entering nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6ec0849f0) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec12c030, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec041250) nua_dialog.c:338 nua_dialog_usage_add() nua(0x7fa6ec0849f0): adding notify usage with event presence nua_stack.c:271 nua_stack_event() nua(0x7fa6ec0849f0): event i_subscribe 100 Trying tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua_dialog.c:564 nua_dialog_usage_set_refresh_range() nua(): refresh notify after 3600 seconds (in [3600..3600]) nua.c:879 nua_respond() nua: nua_respond: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0849f0): sent signal r_respond nua_stack.c:573 nua_stack_signal() nua(0x7fa6ec0849f0): recv signal r_respond 202 Accepted nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec12c030, ...) called nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6ec0849f0): sent signal r_destroy tport.c:3257 tport_tsend() tport_tsend(0x7fa6ec0535c0) tpn = WSS/xxx.xxx.68.32:23568 tport_type_ws.c:312 tport_send_stream_ws() tport_ws_writevec: vec 0x7fa6ec0537b0 0x7fa6ec12c4d0 733 (0) tport.c:3594 tport_vsend() tport_vsend(0x7fa6ec0535c0): 733 bytes of 733 to wss/xxx.xxx.68.32:23568 tport.c:3492 tport_send_msg() tport_vsend returned 733 tport.c:2296 tport_set_secondary_timer() tport(0x7fa6ec0535c0): reset timer nta.c:6791 incoming_reply() nta: sent 202 Accepted for SUBSCRIBE (9830) nta.c:5744 incoming_free() nta: incoming_free(0x7fa6ec084c70) nua_stack.c:569 nua_stack_signal() nua(0x7fa6ec0849f0): recv signal r_destroy nua_dialog.c:397 nua_dialog_usage_remove_at() nua(0x7fa6ec0849f0): removing notify usage with event presence nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec041250) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec12c030) called nua_common.c:108 nh_create_handle() nua: nh_create_handle: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:716 nua_notify() nua: nua_notify: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8004590): sent signal r_notify nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8004590): recv signal r_notify nua_params.c:480 nua_stack_set_params() nua: nua_stack_set_params: entering soa.c:280 soa_clone() soa_clone(static::0x7fa6ec001930, 0x7fa6ec001130, 0x7fa6a8004590) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec04f480, ...) called soa.c:403 soa_set_params() soa_set_params(static::0x7fa6ec04f480, ...) called nta.c:4417 nta_leg_tcreate() nta_leg_tcreate(0x7fa6ec0022b0) nta.c:2665 nta_tpn_by_url() nta: selecting scheme sip nta.c:10050 outgoing_resolve() nta(0x7fa6ec12c7a0): transport ws is not supported nta.c:1350 set_timeout() nta: timer set to 32000 ms nta.c:1348 set_timeout() nta: timer shortened to 5000 ms nua_stack.c:271 nua_stack_event() nua(0x7fa6a8004590): event r_notify 503 DNS Error nua_stack.c:359 nua_application_event() nua: nua_application_event: entering nua.c:366 nua_handle_magic() nua: nua_handle_magic: entering nua.c:342 nua_handle_bind() nua: nua_handle_bind: entering nua.c:921 nua_handle_destroy() nua: nua_handle_destroy: entering nua_stack.c:529 nua_signal() nua(0x7fa6a8004590): sent signal r_destroy nua_stack.c:569 nua_stack_signal() nua(0x7fa6a8004590): recv signal r_destroy nta.c:4470 nta_leg_destroy() nta_leg_destroy(0x7fa6ec0022b0) soa.c:356 soa_destroy() soa_destroy(static::0x7fa6ec04f480) called -------------- next part -------------- An HTML attachment was scrubbed... URL: From garrett.allen at teotech.com Tue Aug 1 19:49:38 2017 From: garrett.allen at teotech.com (Garrett Allen) Date: Tue, 1 Aug 2017 19:49:38 +0000 Subject: [Freeswitch-users] Slow pickup when placing a call In-Reply-To: References: Message-ID: Hi William, What endpoints are you using? The symptoms you list are as likely to be phone or network related as they are to be server/freeswitch. Garrett ________________________________ From: FreeSWITCH-users on behalf of William Colls Sent: Tuesday, August 1, 2017 12:31:20 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Slow pickup when placing a call Environment Freeswitch 1.6.11 on debian 8.6 Pine 64+ with 2Gb DDR3 memory, 1.2 GHz Quad-Core Cortex A53 64 bit CPU Recently, in the last two or three days, our system has suddenly slowed down. When I pick up a handset for one of our telephones, it can take up to 10 seconds before there is dial tone. When we have an incoming call, there is a delay of up to 5 seconds before we can hear/talk to the caller. Once the call is established, it is usually OK, but I had one incident, on a long distance call, where the call was dropped as the called party picked up the call (not sure if this part of the same problem). The system has been running in this configuration for more than six months with any problems. The system is very lightly loaded; 4 extensions, and two users, and only a few calls a day. Nothing, that I can see, in the logs to suggest where the problem might be. Not sure where to start looking. Suggestions? Thanks for your time. William. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnnarduchi at gmail.com Tue Aug 1 21:01:29 2017 From: johnnarduchi at gmail.com (John Narduchi) Date: Tue, 01 Aug 2017 21:01:29 +0000 Subject: [Freeswitch-users] payload type mismatch with bridge command Message-ID: Hello, question about a 2833 DTMF situation I'm running into. We run a IVR in node.js using the outbound event socket. The node IVR answers the call, captures some digits from caller and then bridges with bypass_media=true the b leg out to a conferencing server, taking freeswitch out of the media path and all works well except.. for one scenario. When we receive telephone-events/8000 on a attribute other than 101 we end up with a payload type mismatch on a and b leg. With the bridge command the b leg always seems to offer what is specified in the rfc2833-pt setting of corresponding sip_profile. My question is, is there a way to configure FS to offer telephone-event on the same attribute in the b leg that came in on initial invite of a leg with bridge command on a answered call? Or possibly renegotiate the payload type if needed at time of bridge command? If so any examples for that. Sorry my SIP knowledge is not the best so please forgive if i am missing something here. Configs are vanilla and tested on latest FS version 1.6.19. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From ewdpb at yahoo.com Wed Aug 2 01:43:27 2017 From: ewdpb at yahoo.com (=?UTF-8?Q?Wilmar_P=C3=A9rez?=) Date: Tue, 1 Aug 2017 21:43:27 -0400 Subject: [Freeswitch-users] SIP extension specification design: tutor available ? Message-ID: Hi all, [I am not sure if this is the right place to post this request, if it is not I apologize in advance] As part of my graduate thesis, I am trying to design a SIP extension specification. Well, actually is much more less than that, I am just trying to figure out the correct way to modify the headers (extend them) to transport some specific information. I have no much experience with this sort of task but I am a bit lost with the whole thing. I was wondering if there's anyone in the list that is willing to tutor me for a couple of hours to help me get started. I would, of course pay for the services. Thank you. Best regards, Wilmar Perez -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at virtues.net Wed Aug 2 16:55:40 2017 From: lists at virtues.net (Thomas Auge) Date: Wed, 2 Aug 2017 12:55:40 -0400 Subject: [Freeswitch-users] Meaning of packet loss log message In-Reply-To: References: <96d27ffa-79dc-45f0-e5ba-cf16086f1d14@virtues.net> <05e738c8-6319-d30a-7446-d3a7d3a40256@virtues.net> Message-ID: <611041aa-eecc-a522-7c8f-316b5fff9271@virtues.net> That fixed the problem on the Freeswitch side, thanks! Though now Chrome shows PLC without packet loss. Changing the rtp timer from "soft" to "none" had a similar effect. I'll have to do some more testing to rule out a local problem. On 08/01/2017 05:23 PM, Anthony Minessale wrote: > Try turning off the autofix-timing in sofia > > On Tue, Aug 1, 2017 at 3:45 PM Thomas Auge > wrote: > > P.S.: When adding real network packet loss, it gets reported properly and concealed well without any log messages. > > On 08/01/2017 04:23 PM, Thomas Auge wrote: > > Hello list, > > > > I'm seeing log entries such as this: > > > > switch_core_media.c:2509 [VBR]: Correcting calculated ptime value from [40] to [20] to compensate for [1] lost > packet(s) > > > > They are often accompanied by very audible clicks without any PLC. RTCP does not appear to report related packet > loss > > according to Chrome's webRTC stats. This is between SIP and portaudio. > > > > Does anyone know at which stage that packet loss occurs, or what could be causing it? > > > > Thanks, > > > > Thomas > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ _http://freeswitch.org/g+_ > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfmundkowsky at yahoo.com Wed Aug 2 21:28:20 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Wed, 02 Aug 2017 17:28:20 -0400 Subject: [Freeswitch-users] FS AWS does not call between mobile phones connected to the same WiFi Message-ID: <0sdewc1a2ycjqjj12lnr6vqu.1501709300456@email.android.com> What does SIP headers look like from the two? -------- Original message -------- From: Jose David Jurado Alonso Date: 7/31/17 2:36 AM (GMT-05:00) To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] FS AWS does not call between mobile phones connected to the same WiFi Hi Giovanni, I have tried with the change you mention, changing the domain by the public IP, but it still does not work. Both devices are connected to the same WiFi, on a TP-Link Archer C1200 router, and in the ALG section I do not see the SIP option. By connecting one of the devices to this router and the other to another network, the call is successful. The problem is when the two are connected to the same network (I have tested with several different networks). It's as if FS does not find the destination number and stays waiting. Both devices are correctly registered and can be called or called by any device as long as it is not on the same network. 2017-07-28 18:05 GMT+02:00 Giovanni Maruzzelli : On 28 July 2017 at 20:21, Jose David Jurado Alonso wrote: My current configuration is the next: vars.xml:       try making it: Stop and start FreeSeWITCH and see if it helps Also, maybe something is blocked by some ALG in the clients' router? Try to connect via TLS... Hope this help, -giovanni _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Thu Aug 3 01:02:20 2017 From: abaci64 at gmail.com (Abaci B) Date: Wed, 2 Aug 2017 21:02:20 -0400 Subject: [Freeswitch-users] question about session:setInputCallback Message-ID: Hi, >From what I understand based on the documentation at https://freeswitch.org/confluence/display/FREESWITCH/Lua+API+Reference#LuaAPIReference-session:setInputCallback you can pass an arg to the callback function in the second argument of session:setInputCallback, however in my callback if I have function my_cb(s, type, obj, arg) the value of arg is always nil, does anybody have this working or can confirm if the documentation is correct? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Thu Aug 3 02:15:21 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 2 Aug 2017 21:15:21 -0500 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: Message-ID: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> is that OPTIMA-TELEKOM if so, that is their ip block… > On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: > > another carrier is using :=) > 89.201.184.0 > 89.201.185.0 > 89.201.186.0 > 89.201.187.0 > > this is just wrong ... :=) > > > > On 1 August 2017 at 22:01, Tihomir Culjaga > wrote: > some private segment....10.x.x.x something on some carriers and 172.31.x.x on others > > no idea about others > > On 1 August 2017 at 14:26, Brian West > wrote: > What IP range did they use for CGNAT? > > On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon > wrote: > My Internet provider just implemented CGN. So, my WAN IP is no longer public. With CGN, NAT is setup for outbound packets initiated from my end. But for inbound packets, when remote Vertp clients connect to my FS, CGN blocks them. Therefore, I can no longer experiment with Verto. > > That's why I need to try TURN/ICE service which is open to public to relay media to my FS. I understand STUN can only help in signalling. > > Thanks for the additional inputs. > > /Nandy > > > On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga > wrote: > TURN helps in Symmetric NAT scenarios only > > you should always try to get a direct connection first ( using STUN ) and if everything else fails, you can use TURN. > > to check your NAT type, you can use stunclient program from stunprotocol.org > > e.g.: /stunclient --mode full stun.ekiga.net 3479 > > On 31 July 2017 at 02:44, Brian West > wrote: > What issue are you trying to solve with turn? > > On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga > wrote: > > FS doesn't use turn... but verto client can use it if you pass the parameter in init function ... like that: > > iceServers: [ > {url: 'turn:numb.viagenie.ca ',credential: 'pass', username: 'user'}, > {url: 'stun:ripslinger.undo.it ',}, > {url: 'stun:stun.schlund.de ',}, > {url: 'stun:stun.ekiga.net ',}, > {url: 'stun:stun01.sipphone.com ',}, > ], > > > > > On 28 July 2017 at 15:54, Brian West > wrote: > TURN is not needed with FreeSWITCH, plus we do not support it. > > /b > > > On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon > wrote: > Hi folks, > > I just learned that our Internet provider implemented CGN when I'm about to experiment WebRTC/mod_verto. I already signed up a free TURN server account at http://numb.viagenie.ca/ to proceed. Where do I place turn:numb.viagenie.ca in the config files? Is this correct? > > sip_profiles/external.xml: > > > > /Nandy -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Thu Aug 3 06:01:16 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 3 Aug 2017 08:01:16 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> References: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> Message-ID: yes, they are using these ranges for CGN On 3 August 2017 at 04:15, Michael Jerris wrote: > is that OPTIMA-TELEKOM > > if so, that is their ip block… > > On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: > > another carrier is using :=) > 89.201.184.0 > 89.201.185.0 > 89.201.186.0 > 89.201.187.0 > > this is just wrong ... :=) > > > > On 1 August 2017 at 22:01, Tihomir Culjaga wrote: > >> some private segment....10.x.x.x something on some carriers and >> 172.31.x.x on others >> >> no idea about others >> >> On 1 August 2017 at 14:26, Brian West wrote: >> >>> What IP range did they use for CGNAT? >>> >>> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >>> wrote: >>> >>>> My Internet provider just implemented CGN. So, my WAN IP is no longer >>>> public. With CGN, NAT is setup for outbound packets initiated from my >>>> end. But for inbound packets, when remote Vertp clients connect to my FS, >>>> CGN blocks them. Therefore, I can no longer experiment with Verto. >>>> >>>> That's why I need to try TURN/ICE service which is open to public to >>>> relay media to my FS. I understand STUN can only help in signalling. >>>> >>>> Thanks for the additional inputs. >>>> >>>> /Nandy >>>> >>>> >>>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>>> wrote: >>>> >>>>> TURN helps in Symmetric NAT scenarios only >>>>> >>>>> you should always try to get a direct connection first ( using STUN ) >>>>> and if everything else fails, you can use TURN. >>>>> >>>>> to check your NAT type, you can use stunclient program from >>>>> stunprotocol.org >>>>> >>>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>>> >>>>> On 31 July 2017 at 02:44, Brian West wrote: >>>>> >>>>>> What issue are you trying to solve with turn? >>>>>> >>>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>>>> wrote: >>>>>> >>>>>>> >>>>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>>>> parameter in init function ... like that: >>>>>>> >>>>>>> iceServers: [ >>>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>>>> 'user'}, >>>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>>> {url: 'stun:stun.schlund.de',}, >>>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>>> ], >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>>>> >>>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>>> >>>>>>>> /b >>>>>>>> >>>>>>>> >>>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon < >>>>>>>> nandy1925 at gmail.com> wrote: >>>>>>>> >>>>>>>>> Hi folks, >>>>>>>>> >>>>>>>>> I just learned that our Internet provider implemented CGN when I'm >>>>>>>>> about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where do >>>>>>>>> I place turn:numb.viagenie.ca in the config files? Is this >>>>>>>>> correct? >>>>>>>>> >>>>>>>>> sip_profiles/external.xml: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> /Nandy >>>>>>>>> >>>>>>>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Thu Aug 3 06:53:48 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 03 Aug 2017 06:53:48 +0000 Subject: [Freeswitch-users] FS AWS does not call between mobile phones connected to the same WiFi In-Reply-To: References: Message-ID: Hello Jose I have same experisnce before Issue may be related to: 1) NAT; 2) buggy ALG; 3) sip client uses permanent RTP port. Try latest linphone with: 1)enabled TLS transport; 2) random port fo RTP. ср, 2 авг. 2017 г., 18:30 Jose David Jurado Alonso : > Hi Giovanni, > > I have tried with the change you mention, changing the domain by the > public IP, but it still does not work. > > Both devices are connected to the same WiFi, on a TP-Link Archer C1200 > router, and in the ALG section I do not see the SIP option. > > By connecting one of the devices to this router and the other to another > network, the call is successful. The problem is when the two are > connected to the same network (I have tested with several different > networks). > > It's as if FS does not find the destination number and stays waiting. Both > devices are correctly registered and can be called or called by any device > as long as it is not on the same network. > > > > > > 2017-07-28 18:05 GMT+02:00 Giovanni Maruzzelli : > >> On 28 July 2017 at 20:21, Jose David Jurado Alonso >> wrote: >> >>> My current configuration is the next: >>> >>> vars.xml: >>> >>> >>> >>> >>> >> >> >> try making it: >> >> >> >> >> >> Stop and start FreeSeWITCH and see if it helps >> >> Also, maybe something is blocked by some ALG in the clients' router? Try >> to connect via TLS... >> >> Hope this help, >> >> -giovanni >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Thu Aug 3 08:18:01 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 11:18:01 +0300 Subject: [Freeswitch-users] Click2Call Message-ID: Hi! Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? I see many of those for Asterisk, but couldn’t find any for FS. -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: From v.kovalyshyn at gmail.com Thu Aug 3 08:37:35 2017 From: v.kovalyshyn at gmail.com (Vitaly Kovalyshyn) Date: Thu, 3 Aug 2017 11:37:35 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: References: Message-ID: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> Hi! There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): https://chrome.google.com/webstore/search/Webitel?hl=en Best regards, Vitaly Kovalyshyn On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > Hi! > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > I see many of those for Asterisk, but couldn’t find any for FS. > > -- > Best regards, > Igor > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Thu Aug 3 08:45:51 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 11:45:51 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> Message-ID: <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) Regards, Igor On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , wrote: > Hi! > > There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): > https://chrome.google.com/webstore/search/Webitel?hl=en > > Best regards, > Vitaly Kovalyshyn > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > > Hi! > > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > > I see many of those for Asterisk, but couldn’t find any for FS. > > > > -- > > Best regards, > > Igor > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Aug 3 09:21:10 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 3 Aug 2017 11:21:10 +0200 Subject: [Freeswitch-users] Click2Call In-Reply-To: <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> Message-ID: >From a shell script: fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" -giovanni On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > Hi! I know about this one, but I need to send calls to IP phone with > originate ) mod_verto is good, but it’s webRTC ) > > Regards, Igor > > On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , > wrote: > > Hi! > > There is Click2Call Chrome extension (Verto Phone Extension) that works > with mod_verto (Verto Phone for Chrome): > https://chrome.google.com/webstore/search/Webitel?hl=en > > Best regards, > > Vitaly Kovalyshyn > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , > wrote: > > Hi! > Is there any programs (or browser extensions) exists to support click2call > for freeswitch (via Event Socket)? > I see many of those for Asterisk, but couldn’t find any for FS. > > -- > Best regards, > Igor > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Thu Aug 3 09:25:37 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 12:25:37 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> Message-ID: <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> Yep, but for this you need to write some middleware. Just interesting is there a solution already ) For now found (SIP Caller click to call for Chrome), will push HTTP request to server. At least, not that complicated to write some simple script for web server…. Regards, Igor On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , wrote: > From a shell script: > > fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" > > > -giovanni > > > > > On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > > > Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) > > > > > > Regards, Igor > > > > > > On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , wrote: > > > > Hi! > > > > > > > > There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): > > > > https://chrome.google.com/webstore/search/Webitel?hl=en > > > > > > > > Best regards, > > > > Vitaly Kovalyshyn > > > > > > > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > > > > > Hi! > > > > > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > > > > > I see many of those for Asterisk, but couldn’t find any for FS. > > > > > > > > > > -- > > > > > Best regards, > > > > > Igor > > > > > _________________________________________________________________________ > > > > > Professional FreeSWITCH Consulting Services: > > > > > consulting at freeswitch.org > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > > > > http://www.freeswitch.org > > > > > http://confluence.freeswitch.org > > > > > http://www.cluecon.com > > > > > > > > > > FreeSWITCH-users mailing list > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > http://www.freeswitch.org > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at 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 > OpenTelecom.IT > cell: +39 347 266 56 18 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Aug 3 09:37:25 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 3 Aug 2017 11:37:25 +0200 Subject: [Freeswitch-users] Click2Call In-Reply-To: <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> Message-ID: On 3 August 2017 at 11:25, Igor Olhovskiy wrote: > Yep, but for this you need to write some middleware. Just interesting is > there a solution already ) > > For now found (SIP Caller click to call for Chrome), will push HTTP > request to server. At least, not that complicated to write some simple > script for web server…. > middleware? A CGI shell script is middleware now? in the old days we were writing middlewares in assembler with just pocket knives, took years and years, with the flies, and the wolves... > > Regards, Igor > > On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , > wrote: > > From a shell script: > > fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" > > > -giovanni > > > > On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > >> Hi! I know about this one, but I need to send calls to IP phone with >> originate ) mod_verto is good, but it’s webRTC ) >> >> Regards, Igor >> >> On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , >> wrote: >> >> Hi! >> >> There is Click2Call Chrome extension (Verto Phone Extension) that works >> with mod_verto (Verto Phone for Chrome): >> https://chrome.google.com/webstore/search/Webitel?hl=en >> >> Best regards, >> >> Vitaly Kovalyshyn >> >> On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , >> wrote: >> >> Hi! >> Is there any programs (or browser extensions) exists to support >> click2call for freeswitch (via Event Socket)? >> I see many of those for Asterisk, but couldn’t find any for FS. >> >> -- >> Best regards, >> Igor >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > OpenTelecom.IT > cell: +39 347 266 56 18 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Thu Aug 3 09:47:53 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 12:47:53 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> Message-ID: <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> You know…. Laziness is a progress engine :) So, yes, maybe manager speaks in me. If you need to write every single line of code for something to work - you need a programmer )))) Regards, Igor On 3 авг. 2017 г., 12:38 +0300, Giovanni Maruzzelli , wrote: > > > > On 3 August 2017 at 11:25, Igor Olhovskiy wrote: > > > Yep, but for this you need to write some middleware. Just interesting is there a solution already ) > > > > > > For now found (SIP Caller click to call for Chrome), will push HTTP request to server. At least, not that complicated to write some simple script for web server…. > > > > middleware? A CGI shell script is middleware now? > > > > in the old days we were writing middlewares in assembler with just pocket knives, took years and years, with the flies, and the wolves... > > > > > > > > > > > > Regards, Igor > > > > > > On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , wrote: > > > > From a shell script: > > > > > > > > fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" > > > > > > > > > > > > -giovanni > > > > > > > > > > > > > > > > > On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > > > > > > Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) > > > > > > > > > > > > Regards, Igor > > > > > > > > > > > > On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , wrote: > > > > > > > Hi! > > > > > > > > > > > > > > There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): > > > > > > > https://chrome.google.com/webstore/search/Webitel?hl=en > > > > > > > > > > > > > > Best regards, > > > > > > > Vitaly Kovalyshyn > > > > > > > > > > > > > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > > > > > > > > Hi! > > > > > > > > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > > > > > > > > I see many of those for Asterisk, but couldn’t find any for FS. > > > > > > > > > > > > > > > > -- > > > > > > > > Best regards, > > > > > > > > Igor > > > > > > > > _________________________________________________________________________ > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > consulting at freeswitch.org > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > http://www.freeswitch.org > > > > > > > > http://confluence.freeswitch.org > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > _________________________________________________________________________ > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > consulting at freeswitch.org > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > http://www.freeswitch.org > > > > > > http://confluence.freeswitch.org > > > > > > http://www.cluecon.com > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > FreeSWITCH-users at 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 > > > > OpenTelecom.IT > > > > cell: +39 347 266 56 18 > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org > > > > http://www.freeswitchsolutions.com > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > http://www.freeswitch.org > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at 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 > OpenTelecom.IT > cell: +39 347 266 56 18 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From johnnarduchi at gmail.com Thu Aug 3 04:29:27 2017 From: johnnarduchi at gmail.com (John Narduchi) Date: Thu, 03 Aug 2017 04:29:27 +0000 Subject: [Freeswitch-users] payload type mismatch with bridge command In-Reply-To: References: Message-ID: I simplified this a bit by taking the node IVR app out of the equation and am able to replicate the same behavior with a simple xml dialplan. Obviously i'm missing something stupid here. I have combed the docs but can't seem to figure out the config i need to fix this scenario. After the bridge command executes and the reinvites are sent out to the two endpoints renegotiating the new media IP taking FS out of the media path, A leg has the telephone-event attribute that came in on the initial invite, in my case 96 but the B leg goes out on attribute 101. Causing DMTF not work after bridge. Any input on this would be much appreciate. Thanks! On Tue, Aug 1, 2017 at 5:01 PM John Narduchi wrote: > Hello, question about a 2833 DTMF situation I'm running into. We run a IVR > in node.js using the outbound event socket. The node IVR answers the call, > captures some digits from caller and then bridges with bypass_media=true > the b leg out to a conferencing server, taking freeswitch out of the media > path and all works well except.. for one scenario. > > When we receive telephone-events/8000 on a attribute other than 101 we end > up with a payload type mismatch on a and b leg. > > With the bridge command the b leg always seems to offer what is specified > in the rfc2833-pt setting of corresponding sip_profile. > > My question is, is there a way to configure FS to offer telephone-event on > the same attribute in the b leg that came in on initial invite of a leg > with bridge command on a answered call? Or possibly renegotiate the payload > type if needed at time of bridge command? If so any examples for that. > > Sorry my SIP knowledge is not the best so please forgive if i am missing > something here. Configs are vanilla and tested on latest FS version 1.6.19. > > Thanks! > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Thu Aug 3 13:23:29 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 3 Aug 2017 15:23:29 +0200 Subject: [Freeswitch-users] Click2Call In-Reply-To: <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> Message-ID: :P use this: or you can use fsockopen() to do it via EventSocket. On 3 August 2017 at 11:47, Igor Olhovskiy wrote: > You know…. Laziness is a progress engine :) > > So, yes, maybe manager speaks in me. If you need to write every single > line of code for something to work - you need a programmer )))) > > Regards, Igor > > On 3 авг. 2017 г., 12:38 +0300, Giovanni Maruzzelli , > wrote: > > > > On 3 August 2017 at 11:25, Igor Olhovskiy wrote: > >> Yep, but for this you need to write some middleware. Just interesting is >> there a solution already ) >> >> For now found (SIP Caller click to call for Chrome), will push HTTP >> request to server. At least, not that complicated to write some simple >> script for web server…. >> > > middleware? A CGI shell script is middleware now? > > in the old days we were writing middlewares in assembler with just pocket > knives, took years and years, with the flies, and the wolves... > > > > >> >> Regards, Igor >> >> On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , >> wrote: >> >> From a shell script: >> >> fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" >> >> >> -giovanni >> >> >> >> On 3 August 2017 at 10:45, Igor Olhovskiy >> wrote: >> >>> Hi! I know about this one, but I need to send calls to IP phone with >>> originate ) mod_verto is good, but it’s webRTC ) >>> >>> Regards, Igor >>> >>> On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn < >>> v.kovalyshyn at gmail.com>, wrote: >>> >>> Hi! >>> >>> There is Click2Call Chrome extension (Verto Phone Extension) that works >>> with mod_verto (Verto Phone for Chrome): >>> https://chrome.google.com/webstore/search/Webitel?hl=en >>> >>> Best regards, >>> >>> Vitaly Kovalyshyn >>> >>> On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , >>> wrote: >>> >>> Hi! >>> Is there any programs (or browser extensions) exists to support >>> click2call for freeswitch (via Event Socket)? >>> I see many of those for Asterisk, but couldn’t find any for FS. >>> >>> -- >>> Best regards, >>> Igor >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> OpenTelecom.IT >> cell: +39 347 266 56 18 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > OpenTelecom.IT > cell: +39 347 266 56 18 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Thu Aug 3 13:51:24 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 3 Aug 2017 15:51:24 +0200 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: On 31 July 2017 at 02:43, Stanislav Sinyagin wrote: > Greetings, > > I started slowly outlining a new module, mod_ttyusb_audio. It will do > a simple task by bridging a channel with a specified /dev/ttyUSBx PCM > flow using a specified codec (All modems that I know use the same L16 > at 8kHZ, but who knows what other codecs there might be). As I didn't > yet find a sponsor for this development, it goes quite slowly. > > as far as i know they all use L16 so no biggie there. how are you going to instruct mod_ttyusb_audio top open audio channel on a specific tty ? are you planing to provide the api in ESL ? > Once it's done, the signaling could be done either within FreeSWITCH, > or in an outside ESL daemon. An external daemon would allow more > flexibility, but there's a burden of running one more process. > although it can be much more flexible and faster using an external ESL daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. mod_hayes > > In regards to udev rules -- you actually don't need them. The logic of > finding the modem and matching it against IMEI and IMSI is already in > mod_gsmopen (was that Giovanni who implemented it?). It just needs a > bit of improvement in making it more vendor-independent. Also I would > do matching on IMEI OR IMSI, not the AND condition that is in the > module currently. > > are we sure IMEI and/or IMSI will always present ? > I actually do have a set of udev rules, they are in fact needed for > data connection: > https://github.com/ssinyagin/wwan_udev_rules > But they fail if you have more than one modem, and here's an explanation: > https://txlab.wordpress.com/2017/05/19/two-lte-modems- > with-pc-engines-apu3/ this is specific HW :=) .. im positive there is a work around this problem :=) > > > cheers, > stanislav > > > > > > > > > On Sun, Jul 30, 2017 at 6:08 PM, Tihomir Culjaga > wrote: > > Hi Stanislav, I like the idea! > > > > i'd prefer to have a separate module (not some perl daemon) tho. > > > > you can instruct udev to run an external program to name devices ( a > simple > > rpc to stdout would to great ) . This way you can specify dongles > (vendorID, > > productID, interfaceNumber, dongleSerial...) in your module config and > let > > your module name the ttys accordingly. > > > > The module should have AT command mappings for preInit, Init, postInit, > > dongle_events ( incoming call, ring,...), basic commands ( answer, > > hangup...) exposed all in config... > > > > This is where it gets ugly (and a bit less secure), but to keep the > module > > code sane, its better to expose AT mappings in config. > > > > Once the "signaling" is done, the module should notify mod_portaudio ( a > > fork of ) what audio tty it should sit on for the given call > > > > > > well in theory :=) > > i see a lot of work ahead.. > > > > > > > > On 27 July 2017 at 00:41, Stanislav Sinyagin > wrote: > >> > >> I looked inside gsmopen_protocol.cpp and my eyes hurt. It has so many > >> hardcoded vendor-specific commands, and it does not know the actual > >> vendor that it speaks to. I really don't like adding more bad code > >> here. > >> > >> I'm inclining to have a Perl daemon working the AT commands via the > >> control UART ports, and telling FreeSWITCH take the audio channel from > >> the audio UART port when it's ready. I think mod_portaudio should do > >> the job after minor modifications. > >> > >> Then the AT command handler can be written in a modern and modular > >> fashion, with independent modules for different hardware. > >> > >> Also this way we would open the door for new hardware solutions which > >> are able to send/receive PCM via ttyUSB ports. Then, for example, one > >> may build a hardware phone with it :) > >> > >> > >> > >> > >> > >> On Wed, Jul 26, 2017 at 1:54 AM, Stanislav Sinyagin < > ssinyagin at gmail.com> > >> wrote: > >> > I assembled the lab, and will start digging the code tomorrow. > >> > > >> > The modem sends PCM audio via an UART USB device, just like Huawei > >> > dongles > >> > do. So, it looks like only a matter of accommodating to vendor and > >> > product > >> > codes and initialization strings. > >> > > >> > > >> > > >> > On 25 Jul 2017 15:10, "Giovanni Maruzzelli" > wrote: > >> >> > >> >> > >> >> > >> >> On 23 July 2017 at 10:17, Stanislav Sinyagin > >> >> wrote: > >> >>> > >> >>> Hi Giovanni, I only had time to configure it for Internet access: > >> >>> > >> >>> https://txlab.wordpress.com/2017/07/23/simcom-sim7100e-lte-modem/ > >> >>> > >> >>> The benefit is mPCIe interface, so it can be placed inside and > >> >>> enclosure. > >> >>> No silly dongles any more :) > >> >>> > >> >>> I'll tinker with voice some time later. I can also provide you SSH > >> >>> access > >> >>> if you wish to work on gsmopen update. > >> >> > >> >> > >> >> Please, let me know if any progress or so. > >> >> > >> >> Will not be so easy to interface audio to it via USB, will need to > >> >> create > >> >> a kernel driver, or use a userspace USB lib and create a user space > >> >> driver. > >> >> > >> >> Happy hacking! > >> >> > >> >> -giovanni > >> >> > >> >> > >> >> > >> >>> > >> >>> > >> >>> > >> >>> > >> >>> On 21 Jul 2017 18:36, "Giovanni Maruzzelli" > wrote: > >> >>>> > >> >>>> Hello Stanislav, > >> >>>> > >> >>>> have you had time to tinker with it? > >> >>>> > >> >>>> How it goes? > >> >>>> > >> >>>> Also, why you would prefer this one instead of the already > supported > >> >>>> ones? > >> >>>> > >> >>>> -giovanni > >> >>>> > >> >>>> > >> >>>> On 8 July 2017 at 21:28, Stanislav Sinyagin > >> >>>> wrote: > >> >>>>> > >> >>>>> Simcom has recently released a new 4G/LTE modem, and it has USB > >> >>>>> audio > >> >>>>> support. > >> >>>>> You can find sim7100_usb_audio_application_note_v0.01.pdf with > >> >>>>> details at the vendor site, or at techship.com after > registration. > >> >>>>> > >> >>>>> It transmits 8kHZ, 16-bit PCM audio via a USB UART simulation. > >> >>>>> > >> >>>>> So, in theory, gsmopen module may be adapted to it (or maybe a new > >> >>>>> module is worth starting). > >> >>>>> > >> >>>>> I ordered a sample, will check it out soon. > >> >>>>> > >> >>>>> cheers, > >> >>>>> stanislav > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> ____________________________________________________________ > _____________ > >> >>>>> Professional FreeSWITCH Consulting Services: > >> >>>>> consulting at freeswitch.org > >> >>>>> http://www.freeswitchsolutions.com > >> >>>>> > >> >>>>> Official FreeSWITCH Sites > >> >>>>> http://www.freeswitch.org > >> >>>>> http://confluence.freeswitch.org > >> >>>>> http://www.cluecon.com > >> >>>>> > >> >>>>> FreeSWITCH-users mailing list > >> >>>>> FreeSWITCH-users at 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 > >> >>>> OpenTelecom.IT > >> >>>> cell: +39 347 266 56 18 > >> >>>> > >> >>>> > >> >>>> > >> >>>> ____________________________________________________________ > _____________ > >> >>>> Professional FreeSWITCH Consulting Services: > >> >>>> consulting at freeswitch.org > >> >>>> http://www.freeswitchsolutions.com > >> >>>> > >> >>>> Official FreeSWITCH Sites > >> >>>> http://www.freeswitch.org > >> >>>> http://confluence.freeswitch.org > >> >>>> http://www.cluecon.com > >> >>>> > >> >>>> FreeSWITCH-users mailing list > >> >>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>> > >> >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >>>> http://www.freeswitch.org > >> >>> > >> >>> > >> >>> > >> >>> ____________________________________________________________ > _____________ > >> >>> Professional FreeSWITCH Consulting Services: > >> >>> consulting at freeswitch.org > >> >>> http://www.freeswitchsolutions.com > >> >>> > >> >>> Official FreeSWITCH Sites > >> >>> http://www.freeswitch.org > >> >>> http://confluence.freeswitch.org > >> >>> http://www.cluecon.com > >> >>> > >> >>> FreeSWITCH-users mailing list > >> >>> FreeSWITCH-users at 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 > >> >> OpenTelecom.IT > >> >> cell: +39 347 266 56 18 > >> >> > >> >> > >> >> ____________________________________________________________ > _____________ > >> >> Professional FreeSWITCH Consulting Services: > >> >> consulting at freeswitch.org > >> >> http://www.freeswitchsolutions.com > >> >> > >> >> Official FreeSWITCH Sites > >> >> http://www.freeswitch.org > >> >> http://confluence.freeswitch.org > >> >> http://www.cluecon.com > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at lists.freeswitch.org > >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> > >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> >> http://www.freeswitch.org > >> > >> ____________________________________________________________ > _____________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ > options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > ____________________________________________________________ > _____________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From blackc2004 at gmail.com Thu Aug 3 13:56:44 2017 From: blackc2004 at gmail.com (Cj B) Date: Thu, 3 Aug 2017 06:56:44 -0700 Subject: [Freeswitch-users] Click2Call In-Reply-To: References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> Message-ID: <0804CF1A-BF8F-4B79-9836-B55FB252F5AA@gmail.com> If you use FusionPBX, I have a small .NET app that uses the windows accessibility to scrape the screen to do click-to-call. Cj B > On Aug 3, 2017, at 6:23 AM, Tihomir Culjaga wrote: > > :P > > use this: > > > system(/usr/local/freeswitch/fs_cli -x "bgapi originate user/1000 &bridge(user/1001)"); > > ?> > > > > or you can use fsockopen() to do it via EventSocket. > > > > > > On 3 August 2017 at 11:47, Igor Olhovskiy > wrote: > You know…. Laziness is a progress engine :) > > So, yes, maybe manager speaks in me. If you need to write every single line of code for something to work - you need a programmer )))) > > Regards, Igor > > On 3 авг. 2017 г., 12:38 +0300, Giovanni Maruzzelli >, wrote: >> >> >> On 3 August 2017 at 11:25, Igor Olhovskiy > wrote: >> Yep, but for this you need to write some middleware. Just interesting is there a solution already ) >> >> For now found (SIP Caller click to call for Chrome), will push HTTP request to server. At least, not that complicated to write some simple script for web server…. >> >> middleware? A CGI shell script is middleware now? >> >> in the old days we were writing middlewares in assembler with just pocket knives, took years and years, with the flies, and the wolves... >> >> >> >> >> Regards, Igor >> >> On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli >, wrote: >>> From a shell script: >>> >>> fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" >>> >>> >>> -giovanni >>> >>> >>> >>> On 3 August 2017 at 10:45, Igor Olhovskiy > wrote: >>> Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) >>> >>> Regards, Igor >>> >>> On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn >, wrote: >>>> Hi! >>>> >>>> There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): >>>> https://chrome.google.com/webstore/search/Webitel?hl=en >>>> >>>> Best regards, >>>> Vitaly Kovalyshyn >>>> >>>> On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy >, wrote: >>>>> Hi! >>>>> Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? >>>>> I see many of those for Asterisk, but couldn’t find any for FS. >>>>> >>>>> -- >>>>> Best regards, >>>>> Igor >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >>> OpenTelecom.IT >>> cell: +39 347 266 56 18 >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 >> OpenTelecom.IT >> cell: +39 347 266 56 18 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Thu Aug 3 14:18:05 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 17:18:05 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: <0804CF1A-BF8F-4B79-9836-B55FB252F5AA@gmail.com> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> <0804CF1A-BF8F-4B79-9836-B55FB252F5AA@gmail.com> Message-ID: Ha-ha. I know how to use it within PHP or any. Question was in windows soft, that can possibly do a Event-Socket or HTTP request from right-button menu or clipboard. Script for HTTP request is done already. A bit more advanced, to be honest ) Regards, Igor On 3 авг. 2017 г., 16:57 +0300, Cj B , wrote: > If you use FusionPBX, I have a small .NET app that uses the windows accessibility to scrape the screen to do click-to-call. > > Cj B > > > On Aug 3, 2017, at 6:23 AM, Tihomir Culjaga wrote: > > > > :P > > > > use this: > > > > > > >   system(/usr/local/freeswitch/fs_cli -x "bgapi originate user/1000 &bridge(user/1001)"); > > > > ?> > > > > > > > > or you can use fsockopen() to do it via EventSocket. > > > > > > > > > > > > > On 3 August 2017 at 11:47, Igor Olhovskiy wrote: > > > > You know…. Laziness is a progress engine :) > > > > > > > > So, yes, maybe manager speaks in me. If you need to write every single line of code for something to work - you need a programmer )))) > > > > > > > > Regards, Igor > > > > > > > > On 3 авг. 2017 г., 12:38 +0300, Giovanni Maruzzelli , wrote: > > > > > > > > > > > > > > > > On 3 August 2017 at 11:25, Igor Olhovskiy wrote: > > > > > > > Yep, but for this you need to write some middleware. Just interesting is there a solution already ) > > > > > > > > > > > > > > For now found (SIP Caller click to call for Chrome), will push HTTP request to server. At least, not that complicated to write some simple script for web server…. > > > > > > > > > > > > middleware? A CGI shell script is middleware now? > > > > > > > > > > > > in the old days we were writing middlewares in assembler with just pocket knives, took years and years, with the flies, and the wolves... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards, Igor > > > > > > > > > > > > > > On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , wrote: > > > > > > > > From a shell script: > > > > > > > > > > > > > > > > fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" > > > > > > > > > > > > > > > > > > > > > > > > -giovanni > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > > > > > > > > > > Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) > > > > > > > > > > > > > > > > > > > > Regards, Igor > > > > > > > > > > > > > > > > > > > > On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , wrote: > > > > > > > > > > > Hi! > > > > > > > > > > > > > > > > > > > > > > There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): > > > > > > > > > > > https://chrome.google.com/webstore/search/Webitel?hl=en > > > > > > > > > > > > > > > > > > > > > > Best regards, > > > > > > > > > > > Vitaly Kovalyshyn > > > > > > > > > > > > > > > > > > > > > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > > > > > > > > > > > > Hi! > > > > > > > > > > > > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > > > > > > > > > > > > I see many of those for Asterisk, but couldn’t find any for FS. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > Best regards, > > > > > > > > > > > > Igor > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > > > > > consulting at freeswitch.org > > > > > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > http://confluence.freeswitch.org > > > > > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > > > consulting at freeswitch.org > > > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > http://confluence.freeswitch.org > > > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > > > FreeSWITCH-users at 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 > > > > > > > > OpenTelecom.IT > > > > > > > > cell: +39 347 266 56 18 > > > > > > > > _________________________________________________________________________ > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > consulting at freeswitch.org > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > http://www.freeswitch.org > > > > > > > > http://confluence.freeswitch.org > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > consulting at freeswitch.org > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > http://www.freeswitch.org > > > > > > > http://confluence.freeswitch.org > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > FreeSWITCH-users at 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 > > > > > OpenTelecom.IT > > > > > cell: +39 347 266 56 18 > > > > > _________________________________________________________________________ > > > > > Professional FreeSWITCH Consulting Services: > > > > > consulting at freeswitch.org > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > > > > http://www.freeswitch.org > > > > > http://confluence.freeswitch.org > > > > > http://www.cluecon.com > > > > > > > > > > FreeSWITCH-users mailing list > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org > > > > http://www.freeswitchsolutions.com > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > http://www.freeswitch.org > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssinyagin at gmail.com Thu Aug 3 14:23:42 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 3 Aug 2017 16:23:42 +0200 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: On Thu, Aug 3, 2017 at 3:51 PM, Tihomir Culjaga wrote: > how are you going to instruct mod_ttyusb_audio top open audio channel on a > specific tty ? are you planing to provide the api in ESL ? a command like "ttyusb connect /dev/ttyUSB3 " before that, a command "ttyusb device /dev/ttyUSB3 8000 L16" would tell the module what codec to use. After the call is finished, issue "ttyusb disconnect /dev/ttyUSB3", or it would disconnect automatically when the channel is destroyed. >> Once it's done, the signaling could be done either within FreeSWITCH, >> or in an outside ESL daemon. An external daemon would allow more >> flexibility, but there's a burden of running one more process. > > > although it can be much more flexible and faster using an external ESL > daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. mod_hayes the commands are very different for different vendors (I compared Huawei against Simcom, and it's a lot of difference), so there should be some vendor-specific extensions. Either a rich XML file defining the whole dialogue, or a per-vendor module in FreeSWITCH. Difficult to say, I'm not that far yet. >> In regards to udev rules -- you actually don't need them. The logic of >> finding the modem and matching it against IMEI and IMSI is already in >> mod_gsmopen (was that Giovanni who implemented it?). It just needs a >> bit of improvement in making it more vendor-independent. Also I would >> do matching on IMEI OR IMSI, not the AND condition that is in the >> module currently. >> > are we sure IMEI and/or IMSI will always present ? yes, as per GSM standard. But again, commands retrieving them are different between vendors. And anyway, that would only be one method of selecting a device. There should always be a way to point to a specific ttyUSB device explicitly. >> I actually do have a set of udev rules, they are in fact needed for >> data connection: >> https://github.com/ssinyagin/wwan_udev_rules >> But they fail if you have more than one modem, and here's an explanation: >> >> https://txlab.wordpress.com/2017/05/19/two-lte-modems-with-pc-engines-apu3/ > > > this is specific HW :=) .. im positive there is a work around this problem no, this is a generic problem, and a solution for a specific host hardware. From igorolhovskiy at gmail.com Thu Aug 3 14:48:42 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 3 Aug 2017 17:48:42 +0300 Subject: [Freeswitch-users] Click2Call In-Reply-To: <0804CF1A-BF8F-4B79-9836-B55FB252F5AA@gmail.com> References: <3b8fe162-60a3-4b98-a0ef-7860744127fa@Spark> <7d0374be-16bf-46e1-94f3-233efae902ed@Spark> <8923553a-8a95-4f1e-b57e-7f47cab96ef6@Spark> <88d6f007-065a-4fe1-ac51-d0f02062086e@Spark> <0804CF1A-BF8F-4B79-9836-B55FB252F5AA@gmail.com> Message-ID: But yes, I’m using Fusion. And click-to-call app on it ) Regards, Igor On 3 авг. 2017 г., 16:57 +0300, Cj B , wrote: > If you use FusionPBX, I have a small .NET app that uses the windows accessibility to scrape the screen to do click-to-call. > > Cj B > > > On Aug 3, 2017, at 6:23 AM, Tihomir Culjaga wrote: > > > > :P > > > > use this: > > > > > > >   system(/usr/local/freeswitch/fs_cli -x "bgapi originate user/1000 &bridge(user/1001)"); > > > > ?> > > > > > > > > or you can use fsockopen() to do it via EventSocket. > > > > > > > > > > > > > On 3 August 2017 at 11:47, Igor Olhovskiy wrote: > > > > You know…. Laziness is a progress engine :) > > > > > > > > So, yes, maybe manager speaks in me. If you need to write every single line of code for something to work - you need a programmer )))) > > > > > > > > Regards, Igor > > > > > > > > On 3 авг. 2017 г., 12:38 +0300, Giovanni Maruzzelli , wrote: > > > > > > > > > > > > > > > > On 3 August 2017 at 11:25, Igor Olhovskiy wrote: > > > > > > > Yep, but for this you need to write some middleware. Just interesting is there a solution already ) > > > > > > > > > > > > > > For now found (SIP Caller click to call for Chrome), will push HTTP request to server. At least, not that complicated to write some simple script for web server…. > > > > > > > > > > > > middleware? A CGI shell script is middleware now? > > > > > > > > > > > > in the old days we were writing middlewares in assembler with just pocket knives, took years and years, with the flies, and the wolves... > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Regards, Igor > > > > > > > > > > > > > > On 3 авг. 2017 г., 12:22 +0300, Giovanni Maruzzelli , wrote: > > > > > > > > From a shell script: > > > > > > > > > > > > > > > > fs_cli -x "bgapi originate user/1000 &bridge(user/1001)" > > > > > > > > > > > > > > > > > > > > > > > > -giovanni > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 3 August 2017 at 10:45, Igor Olhovskiy wrote: > > > > > > > > > > Hi! I know about this one, but I need to send calls to IP phone with originate ) mod_verto is good, but it’s webRTC ) > > > > > > > > > > > > > > > > > > > > Regards, Igor > > > > > > > > > > > > > > > > > > > > On 3 авг. 2017 г., 11:38 +0300, Vitaly Kovalyshyn , wrote: > > > > > > > > > > > Hi! > > > > > > > > > > > > > > > > > > > > > > There is Click2Call Chrome extension (Verto Phone Extension) that works with mod_verto (Verto Phone for Chrome): > > > > > > > > > > > https://chrome.google.com/webstore/search/Webitel?hl=en > > > > > > > > > > > > > > > > > > > > > > Best regards, > > > > > > > > > > > Vitaly Kovalyshyn > > > > > > > > > > > > > > > > > > > > > > On Aug 3, 2017, 11:19 AM +0300, Igor Olhovskiy , wrote: > > > > > > > > > > > > Hi! > > > > > > > > > > > > Is there any programs (or browser extensions) exists to support click2call for freeswitch (via Event Socket)? > > > > > > > > > > > > I see many of those for Asterisk, but couldn’t find any for FS. > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > Best regards, > > > > > > > > > > > > Igor > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > > > > > consulting at freeswitch.org > > > > > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > http://confluence.freeswitch.org > > > > > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > > > consulting at freeswitch.org > > > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > > > http://www.freeswitch.org > > > > > > > > > > http://confluence.freeswitch.org > > > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > > > FreeSWITCH-users at 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 > > > > > > > > OpenTelecom.IT > > > > > > > > cell: +39 347 266 56 18 > > > > > > > > _________________________________________________________________________ > > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > > consulting at freeswitch.org > > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > > http://www.freeswitch.org > > > > > > > > http://confluence.freeswitch.org > > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > > > > http://www.freeswitch.org > > > > > > > > > > > > > > _________________________________________________________________________ > > > > > > > Professional FreeSWITCH Consulting Services: > > > > > > > consulting at freeswitch.org > > > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > > > http://www.freeswitch.org > > > > > > > http://confluence.freeswitch.org > > > > > > > http://www.cluecon.com > > > > > > > > > > > > > > FreeSWITCH-users mailing list > > > > > > > FreeSWITCH-users at 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 > > > > > OpenTelecom.IT > > > > > cell: +39 347 266 56 18 > > > > > _________________________________________________________________________ > > > > > Professional FreeSWITCH Consulting Services: > > > > > consulting at freeswitch.org > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > > > > http://www.freeswitch.org > > > > > http://confluence.freeswitch.org > > > > > http://www.cluecon.com > > > > > > > > > > FreeSWITCH-users mailing list > > > > > FreeSWITCH-users at lists.freeswitch.org > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > > http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org > > > > http://www.freeswitchsolutions.com > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://confluence.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-users mailing list > > > > FreeSWITCH-users at lists.freeswitch.org > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > > http://www.freeswitch.org > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wesleyakio at tuntscorp.com Thu Aug 3 15:03:17 2017 From: wesleyakio at tuntscorp.com (Wesley Akio) Date: Thu, 03 Aug 2017 15:03:17 +0000 Subject: [Freeswitch-users] 1.6 compilation from source on Centos 7 Message-ID: Hi all, I know confluence says the recommended way is to install from RPMs on Centos 7 but... I do need mod_khomp and they don't have packages so here I am. I followed the step by step on https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHEL+7 but got the following issue, I'm assuming this could be a version issue but I'm way out of my depth here... [root at fs1 freeswitch]# cpp --version cpp (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11) ... [root at fs1 freeswitch]# make ... make[9]: Entering directory `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport' LTCOMPILE tport.lo LTCOMPILE tport_logging.lo LTCOMPILE tport_stub_sigcomp.lo LTCOMPILE tport_type_udp.lo LTCOMPILE tport_type_tcp.lo LTCOMPILE tport_type_sctp.lo *tport_type_sctp.c:* In function '*tport_sctp_init_socket*': *tport_type_sctp.c:206:10:* *error: *variable '*initmsg*' has initializer but incomplete type struct sctp_initmsg initmsg = { 0 }; * ^* *tport_type_sctp.c:206:10:* *error: *excess elements in struct initializer [-Werror] *tport_type_sctp.c:206:10:* *error: *(near initialization for '*initmsg*') [-Werror] *tport_type_sctp.c:206:23:* *error: *storage size of '*initmsg*' isn't known struct sctp_initmsg initmsg = { 0 }; * ^* *tport_type_sctp.c:211:36:* *error: *'*SCTP_INITMSG*' undeclared (first use in this function) if (setsockopt(socket, SOL_SCTP, SCTP_INITMSG, &initmsg, sizeof initmsg) < 0) * ^* *tport_type_sctp.c:211:36:* *note: *each undeclared identifier is reported only once for each function it appears in *tport_type_sctp.c:206:23:* *error: *unused variable '*initmsg*' [-Werror=unused-variable] struct sctp_initmsg initmsg = { 0 }; * ^* Thank you all, Wes -- *Wesley Akio* Travessa da Lapa 96 - Sala 24 Centro – Curitiba – 80010-190 : +55 (41) 99950-0033 : +1 (305) 842-7095 : wesley_akio_ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Thu Aug 3 15:49:39 2017 From: mario_fs at mgtech.com (Mario G) Date: Thu, 3 Aug 2017 08:49:39 -0700 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: <730326AD-645F-44C2-9255-703C56628823@mgtech.com> References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> Message-ID: <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> In case anyone stumbles into this same problem… Over a year of work and I finally found the problem: FS-10569 . > On Dec 29, 2016, at 11:13 AM, Mario G wrote: > > 1.6.13+git~20161214 > >> On Dec 28, 2016, at 12:52 PM, Brian West > wrote: >> >> What rev of FreeSWITCH is this? >> >> On Wed, Dec 28, 2016 at 2:39 PM, Mario G > wrote: >> Anyone know the answer to this? Still no luck. >> Mario G >> >>> On Nov 21, 2016, at 8:39 AM, Mario G > wrote: >>> >>> What are the bold deflect and refer to lines below telling me? This worked until last year, not sure if it’s related to 1.6, I can’t nail down a start date. >>> >>> A ring group rings. When one phone’s FWD button is pressed prior to a call or during a call the call is forwarded to VM extension 2921, and the other phones stopped ringing. This no longer works, the set phone does not ring, the call is not transferred to VM and the other phones keep ringing. I couldn’t find anything on the wiki (it only described using codes to turn FWD on/off), etc. to explain why this stopped working. Any help to get the phone forwarding working again is greatly appreciated. Thanks! >>> Mario G >>> >>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns it off. All other DSS keys such as call park, etc work fine. >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> This log shows the only lines that contain 2921 in bold: >>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing Mario G <15051234567>->2921 in context public >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing [public->unloop] continue=false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Action deflect(${destination_number}) >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 (sofia/internal/15051234567 at 11.123.1.10 ) State Change CS_ROUTING -> CS_EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 (sofia/internal/15051234567 at 11.123.1.10 ) State ROUTING going to sleep >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/15051234567 at 11.123.1.10 ) Running State Change CS_EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 (sofia/internal/15051234567 at 11.123.1.10 ) State EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>> EXECUTE sofia/internal/15051234567 at 11.123.1.10 deflect(2921) >>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 Process REFER to [(null)@2921] >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> -- >> Brian West >> brian at freeswitch.org >> >> Twitter: @FreeSWITCH , @briankwest >> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >> https://www.gofundme.com/freeswitch_ubuntu >> Got Bugs? Report them here ! | Reddit: /r/freeswitch >> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >> 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: From anthony.minessale at gmail.com Thu Aug 3 17:52:48 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 03 Aug 2017 17:52:48 +0000 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> Message-ID: Is that dns name the proper name or set as an alias to your profile? The only way to resolve names to profiles is by naming the profile to be the domain or use the alias feature. I am not positive that is part of your problem but based on the desc that is my hunch. On Thu, Aug 3, 2017 at 10:50 AM Mario G wrote: > In case anyone stumbles into this same problem… Over a year of work and I > finally found the problem: FS-10569 > > . > > > On Dec 29, 2016, at 11:13 AM, Mario G wrote: > > 1.6.13+git~20161214 > > On Dec 28, 2016, at 12:52 PM, Brian West wrote: > > What rev of FreeSWITCH is this? > > On Wed, Dec 28, 2016 at 2:39 PM, Mario G wrote: > >> Anyone know the answer to this? Still no luck. >> Mario G >> >> On Nov 21, 2016, at 8:39 AM, Mario G wrote: >> >> What are the bold deflect and refer to lines below telling me? This >> worked until last year, not sure if it’s related to 1.6, I can’t nail down >> a start date. >> >> A ring group rings. When one phone’s FWD button is pressed prior to a >> call or during a call the call is forwarded to VM extension 2921, and the >> other phones stopped ringing. This no longer works, the set phone does not >> ring, the call is not transferred to VM and the other phones keep ringing. >> I couldn’t find anything on the wiki (it only described using codes to turn >> FWD on/off), etc. to explain why this stopped working. Any help to get the >> phone forwarding working again is greatly appreciated. Thanks! >> Mario G >> >> YEALINK T48G DSS button is set to forward to 2921, pressing again turns >> it off. All other DSS keys such as call park, etc work fine. >> >> >> >> >> > data="/usr/local/FreeSwitch-scripts/known-people.lua CALLIN"/> >> >> >> >> >> >> >> >> >> This log shows the only lines that contain 2921 in *bold*: >> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing Mario >> G <15051234567>->2921 in context public >> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing >> [public->unloop] continue=false >> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >> ${sip_looped_call}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/15051234567 at 11.123.1.10 *Action >> deflect(${destination_number})* >> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 ( >> sofia/internal/15051234567 at 11.123.1.10) State Change CS_ROUTING -> >> CS_EXECUTE >> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 ( >> sofia/internal/15051234567 at 11.123.1.10) State ROUTING going to sleep >> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 ( >> sofia/internal/15051234567 at 11.123.1.10) Running State Change CS_EXECUTE >> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 ( >> sofia/internal/15051234567 at 11.123.1.10) State EXECUTE >> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 >> sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 >> sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >> EXECUTE sofia/internal/15051234567 at 11.123.1.10* deflect(2921)* >> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 *Process REFER to >> [(null)@2921*] >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) > http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) > https://www.gofundme.com/freeswitch_ubuntu > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *Skype:*briankwest > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Thu Aug 3 18:09:39 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 03 Aug 2017 18:09:39 +0000 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> Message-ID: They are natting one set of their public addresses to another? On Thu, Aug 3, 2017 at 1:07 AM Tihomir Culjaga wrote: > yes, they are using these ranges for CGN > > On 3 August 2017 at 04:15, Michael Jerris wrote: > >> is that OPTIMA-TELEKOM >> >> if so, that is their ip block… >> >> On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: >> >> another carrier is using :=) >> 89.201.184.0 >> 89.201.185.0 >> 89.201.186.0 >> 89.201.187.0 >> >> this is just wrong ... :=) >> >> >> >> On 1 August 2017 at 22:01, Tihomir Culjaga wrote: >> >>> some private segment....10.x.x.x something on some carriers and >>> 172.31.x.x on others >>> >>> no idea about others >>> >>> On 1 August 2017 at 14:26, Brian West wrote: >>> >>>> What IP range did they use for CGNAT? >>>> >>>> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >>>> wrote: >>>> >>>>> My Internet provider just implemented CGN. So, my WAN IP is no longer >>>>> public. With CGN, NAT is setup for outbound packets initiated from my >>>>> end. But for inbound packets, when remote Vertp clients connect to my FS, >>>>> CGN blocks them. Therefore, I can no longer experiment with Verto. >>>>> >>>>> That's why I need to try TURN/ICE service which is open to public to >>>>> relay media to my FS. I understand STUN can only help in signalling. >>>>> >>>>> Thanks for the additional inputs. >>>>> >>>>> /Nandy >>>>> >>>>> >>>>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>>>> wrote: >>>>> >>>>>> TURN helps in Symmetric NAT scenarios only >>>>>> >>>>>> you should always try to get a direct connection first ( using STUN ) >>>>>> and if everything else fails, you can use TURN. >>>>>> >>>>>> to check your NAT type, you can use stunclient program from >>>>>> stunprotocol.org >>>>>> >>>>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>>>> >>>>>> On 31 July 2017 at 02:44, Brian West wrote: >>>>>> >>>>>>> What issue are you trying to solve with turn? >>>>>>> >>>>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>>>>> wrote: >>>>>>> >>>>>>>> >>>>>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>>>>> parameter in init function ... like that: >>>>>>>> >>>>>>>> iceServers: [ >>>>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>>>>> 'user'}, >>>>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>>>> {url: 'stun:stun.schlund.de',}, >>>>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>>>> ], >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>>>>> >>>>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>>>> >>>>>>>>> /b >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon < >>>>>>>>> nandy1925 at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Hi folks, >>>>>>>>>> >>>>>>>>>> I just learned that our Internet provider implemented CGN when >>>>>>>>>> I'm about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where >>>>>>>>>> do I place turn:numb.viagenie.ca in the config files? Is this >>>>>>>>>> correct? >>>>>>>>>> >>>>>>>>>> sip_profiles/external.xml: >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> /Nandy >>>>>>>>>> >>>>>>>>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Thu Aug 3 18:11:15 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 03 Aug 2017 18:11:15 +0000 Subject: [Freeswitch-users] payload type mismatch with bridge command In-Reply-To: References: Message-ID: Test on master, if it's still doing this, please file a bug. On Thu, Aug 3, 2017 at 7:25 AM John Narduchi wrote: > I simplified this a bit by taking the node IVR app out of the equation and > am able to replicate the same behavior with a simple xml dialplan. > > > > > > > > > Obviously i'm missing something stupid here. I have combed the docs but > can't seem to figure out the config i need to fix this scenario. > > After the bridge command executes and the reinvites are sent out to the > two endpoints renegotiating the new media IP taking FS out of the media > path, A leg has the telephone-event attribute that came in on the initial > invite, in my case 96 but the B leg goes out on attribute 101. Causing DMTF > not work after bridge. Any input on this would be much appreciate. Thanks! > > On Tue, Aug 1, 2017 at 5:01 PM John Narduchi > wrote: > >> Hello, question about a 2833 DTMF situation I'm running into. We run a >> IVR in node.js using the outbound event socket. The node IVR answers the >> call, captures some digits from caller and then bridges with >> bypass_media=true the b leg out to a conferencing server, taking freeswitch >> out of the media path and all works well except.. for one scenario. >> >> When we receive telephone-events/8000 on a attribute other than 101 we >> end up with a payload type mismatch on a and b leg. >> >> With the bridge command the b leg always seems to offer what is specified >> in the rfc2833-pt setting of corresponding sip_profile. >> >> My question is, is there a way to configure FS to offer telephone-event >> on the same attribute in the b leg that came in on initial invite of a leg >> with bridge command on a answered call? Or possibly renegotiate the payload >> type if needed at time of bridge command? If so any examples for that. >> >> Sorry my SIP knowledge is not the best so please forgive if i am missing >> something here. Configs are vanilla and tested on latest FS version 1.6.19. >> >> 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: From mike at jerris.com Thu Aug 3 18:13:26 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 03 Aug 2017 18:13:26 +0000 Subject: [Freeswitch-users] 1.6 compilation from source on Centos 7 In-Reply-To: References: Message-ID: looks like sctp issues with centos. dont configure enabling this? On Thu, Aug 3, 2017 at 10:07 AM Wesley Akio wrote: > Hi all, > > I know confluence says the recommended way is to install from RPMs on > Centos 7 but... I do need mod_khomp and they don't have packages so here I > am. > > I followed the step by step on > https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHEL+7 but > got the following issue, I'm assuming this could be a version issue but I'm > way out of my depth here... > > [root at fs1 freeswitch]# cpp --version > cpp (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11) > ... > [root at fs1 freeswitch]# make > ... > > make[9]: Entering directory > `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport' > LTCOMPILE tport.lo > LTCOMPILE tport_logging.lo > LTCOMPILE tport_stub_sigcomp.lo > LTCOMPILE tport_type_udp.lo > LTCOMPILE tport_type_tcp.lo > LTCOMPILE tport_type_sctp.lo > *tport_type_sctp.c:* In function '*tport_sctp_init_socket*': > *tport_type_sctp.c:206:10:* *error: *variable '*initmsg*' has initializer > but incomplete type > struct sctp_initmsg initmsg = { 0 }; > * ^* > *tport_type_sctp.c:206:10:* *error: *excess elements in struct > initializer [-Werror] > *tport_type_sctp.c:206:10:* *error: *(near initialization for '*initmsg*') > [-Werror] > *tport_type_sctp.c:206:23:* *error: *storage size of '*initmsg*' isn't > known > struct sctp_initmsg initmsg = { 0 }; > * ^* > *tport_type_sctp.c:211:36:* *error: *'*SCTP_INITMSG*' undeclared (first > use in this function) > if (setsockopt(socket, SOL_SCTP, SCTP_INITMSG, &initmsg, sizeof > initmsg) < 0) > * ^* > *tport_type_sctp.c:211:36:* *note: *each undeclared identifier is > reported only once for each function it appears in > *tport_type_sctp.c:206:23:* *error: *unused variable '*initmsg*' > [-Werror=unused-variable] > struct sctp_initmsg initmsg = { 0 }; > * ^* > > Thank you all, > > Wes > > > > -- > > *Wesley Akio* > > Travessa da Lapa 96 - Sala 24 > > Centro – Curitiba – 80010-190 > > : +55 (41) 99950-0033 > > : +1 (305) 842-7095 > > : wesley_akio_ > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Thu Aug 3 18:48:23 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 03 Aug 2017 18:48:23 +0000 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: Maybe a dictionary of abstract commands to translate to the vendor specific like procomm used to do. Then only issue the abstract commands from the high level and allow it to translate. On Thu, Aug 3, 2017 at 9:24 AM Stanislav Sinyagin wrote: > On Thu, Aug 3, 2017 at 3:51 PM, Tihomir Culjaga > wrote: > > how are you going to instruct mod_ttyusb_audio top open audio channel on > a > > specific tty ? are you planing to provide the api in ESL ? > > a command like "ttyusb connect /dev/ttyUSB3 " > > before that, a command "ttyusb device /dev/ttyUSB3 8000 L16" would > tell the module what codec to use. > > After the call is finished, issue "ttyusb disconnect /dev/ttyUSB3", or > it would disconnect automatically when the channel is destroyed. > > > >> Once it's done, the signaling could be done either within FreeSWITCH, > >> or in an outside ESL daemon. An external daemon would allow more > >> flexibility, but there's a burden of running one more process. > > > > > > although it can be much more flexible and faster using an external ESL > > daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. > mod_hayes > > the commands are very different for different vendors (I compared > Huawei against Simcom, and it's a lot of difference), so there should > be some vendor-specific extensions. Either a rich XML file defining > the whole dialogue, or a per-vendor module in FreeSWITCH. Difficult to > say, I'm not that far yet. > > >> In regards to udev rules -- you actually don't need them. The logic of > >> finding the modem and matching it against IMEI and IMSI is already in > >> mod_gsmopen (was that Giovanni who implemented it?). It just needs a > >> bit of improvement in making it more vendor-independent. Also I would > >> do matching on IMEI OR IMSI, not the AND condition that is in the > >> module currently. > >> > > are we sure IMEI and/or IMSI will always present ? > > yes, as per GSM standard. But again, commands retrieving them are > different between vendors. And anyway, that would only be one method > of selecting a device. There should always be a way to point to a > specific ttyUSB device explicitly. > > >> I actually do have a set of udev rules, they are in fact needed for > >> data connection: > >> https://github.com/ssinyagin/wwan_udev_rules > >> But they fail if you have more than one modem, and here's an > explanation: > >> > >> > https://txlab.wordpress.com/2017/05/19/two-lte-modems-with-pc-engines-apu3/ > > > > > > this is specific HW :=) .. im positive there is a work around this > problem > > no, this is a generic problem, and a solution for a specific host hardware. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Thu Aug 3 22:08:27 2017 From: mario_fs at mgtech.com (Mario G) Date: Thu, 3 Aug 2017 15:08:27 -0700 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> Message-ID: <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> I am not sure what you mean by profiles, it is not used anywhere in freeswitch, only in the phone’s configuration page (or setting in Bria) to find the server address of freeswitch.That name is the proper name, it is defined in the Zyxel router which has DNS. The DHCP server points the clients to the router to pick up local names like freeswitch.lan, then out to public DNS. Are you saying that since the phones use a DNS name instead of IP address I need to put “freeswitch.lan" someplace in Freeswitch? > On Aug 3, 2017, at 10:52 AM, Anthony Minessale wrote: > > Is that dns name the proper name or set as an alias to your profile? > > The only way to resolve names to profiles is by naming the profile to be the domain or use the alias feature. > > I am not positive that is part of your problem but based on the desc that is my hunch. > > > On Thu, Aug 3, 2017 at 10:50 AM Mario G > wrote: > In case anyone stumbles into this same problem… Over a year of work and I finally found the problem: FS-10569 . > > >> On Dec 29, 2016, at 11:13 AM, Mario G > wrote: >> >> 1.6.13+git~20161214 >> >>> On Dec 28, 2016, at 12:52 PM, Brian West > wrote: >>> >>> What rev of FreeSWITCH is this? >>> >>> On Wed, Dec 28, 2016 at 2:39 PM, Mario G > wrote: >>> Anyone know the answer to this? Still no luck. >>> Mario G >>> >>>> On Nov 21, 2016, at 8:39 AM, Mario G > wrote: >>>> >>>> What are the bold deflect and refer to lines below telling me? This worked until last year, not sure if it’s related to 1.6, I can’t nail down a start date. >>>> >>>> A ring group rings. When one phone’s FWD button is pressed prior to a call or during a call the call is forwarded to VM extension 2921, and the other phones stopped ringing. This no longer works, the set phone does not ring, the call is not transferred to VM and the other phones keep ringing. I couldn’t find anything on the wiki (it only described using codes to turn FWD on/off), etc. to explain why this stopped working. Any help to get the phone forwarding working again is greatly appreciated. Thanks! >>>> Mario G >>>> >>>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns it off. All other DSS keys such as call park, etc work fine. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> This log shows the only lines that contain 2921 in bold: >>>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing Mario G <15051234567>->2921 in context public >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing [public->unloop] continue=false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Action deflect(${destination_number}) >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 (sofia/internal/15051234567 at 11.123.1.10 ) State Change CS_ROUTING -> CS_EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 (sofia/internal/15051234567 at 11.123.1.10 ) State ROUTING going to sleep >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/15051234567 at 11.123.1.10 ) Running State Change CS_EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 (sofia/internal/15051234567 at 11.123.1.10 ) State EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>>> EXECUTE sofia/internal/15051234567 at 11.123.1.10 deflect(2921) >>>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 Process REFER to [(null)@2921] >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> -- >>> Brian West >>> brian at freeswitch.org >>> >>> Twitter: @FreeSWITCH , @briankwest >>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >>> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >>> https://www.gofundme.com/freeswitch_ubuntu >>> Got Bugs? Report them here ! | Reddit: /r/freeswitch >>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >>> Skype:briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Fri Aug 4 00:58:48 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 04 Aug 2017 00:58:48 +0000 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> Message-ID: I meant sip profiles. There is a place to alias names for sip profiles. Its always a good idea to alias any domain name being used to lead to that profile in the profile def. I don't know if it makes a diff here but its still reccomended. On Thu, Aug 3, 2017 at 5:09 PM Mario G wrote: > I am not sure what you mean by profiles, it is not used anywhere in > freeswitch, only in the phone’s configuration page (or setting in Bria) to > find the server address of freeswitch.That name is the proper name, it is > defined in the Zyxel router which has DNS. The DHCP server points the > clients to the router to pick up local names like freeswitch.lan, then out > to public DNS. > > Are you saying that since the phones use a DNS name instead of IP address > I need to put “freeswitch.lan" someplace in Freeswitch? > > > On Aug 3, 2017, at 10:52 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > > Is that dns name the proper name or set as an alias to your profile? > > The only way to resolve names to profiles is by naming the profile to be > the domain or use the alias feature. > > I am not positive that is part of your problem but based on the desc that > is my hunch. > > > On Thu, Aug 3, 2017 at 10:50 AM Mario G wrote: > >> In case anyone stumbles into this same problem… Over a year of work and I >> finally found the problem: FS-10569 >> >> . >> >> >> On Dec 29, 2016, at 11:13 AM, Mario G wrote: >> >> 1.6.13+git~20161214 >> >> On Dec 28, 2016, at 12:52 PM, Brian West wrote: >> >> What rev of FreeSWITCH is this? >> >> On Wed, Dec 28, 2016 at 2:39 PM, Mario G wrote: >> >>> Anyone know the answer to this? Still no luck. >>> Mario G >>> >>> On Nov 21, 2016, at 8:39 AM, Mario G wrote: >>> >>> What are the bold deflect and refer to lines below telling me? This >>> worked until last year, not sure if it’s related to 1.6, I can’t nail down >>> a start date. >>> >>> A ring group rings. When one phone’s FWD button is pressed prior to a >>> call or during a call the call is forwarded to VM extension 2921, and the >>> other phones stopped ringing. This no longer works, the set phone does not >>> ring, the call is not transferred to VM and the other phones keep ringing. >>> I couldn’t find anything on the wiki (it only described using codes to turn >>> FWD on/off), etc. to explain why this stopped working. Any help to get the >>> phone forwarding working again is greatly appreciated. Thanks! >>> Mario G >>> >>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns >>> it off. All other DSS keys such as call park, etc work fine. >>> >>> >>> >>> >>> >> data="/usr/local/FreeSwitch-scripts/known-people.lua CALLIN"/> >>> >>> >>> >>> >>> >>> >>> >>> >>> This log shows the only lines that contain 2921 in *bold*: >>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing >>> Mario G <15051234567>->2921 in context public >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing >>> [public->unloop] continue=false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >>> ${unroll_loops}(true) =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >>> ${sip_looped_call}(true) =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 *Action >>> deflect(${destination_number})* >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 ( >>> sofia/internal/15051234567 at 11.123.1.10) State Change CS_ROUTING -> >>> CS_EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 ( >>> sofia/internal/15051234567 at 11.123.1.10) State ROUTING going to sleep >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 ( >>> sofia/internal/15051234567 at 11.123.1.10) Running State Change CS_EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 ( >>> sofia/internal/15051234567 at 11.123.1.10) State EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 >>> sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 >>> sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>> EXECUTE sofia/internal/15051234567 at 11.123.1.10* deflect(2921)* >>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 *Process REFER to >>> [(null)@2921*] >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >> https://www.gofundme.com/freeswitch_ubuntu >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *Skype:*briankwest >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From nandy1925 at gmail.com Fri Aug 4 07:14:51 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Fri, 4 Aug 2017 07:14:51 +0000 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> Message-ID: Yes, Mike, they're NAT'ing the public IP addresses. So, there are 2 NATs to reach the public IP network. /Nandy On Thu, Aug 3, 2017 at 6:09 PM, Michael Jerris wrote: > They are natting one set of their public addresses to another? > > On Thu, Aug 3, 2017 at 1:07 AM Tihomir Culjaga wrote: > >> yes, they are using these ranges for CGN >> >> On 3 August 2017 at 04:15, Michael Jerris wrote: >> >>> is that OPTIMA-TELEKOM >>> >>> if so, that is their ip block… >>> >>> On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: >>> >>> another carrier is using :=) >>> 89.201.184.0 >>> 89.201.185.0 >>> 89.201.186.0 >>> 89.201.187.0 >>> >>> this is just wrong ... :=) >>> >>> >>> >>> On 1 August 2017 at 22:01, Tihomir Culjaga wrote: >>> >>>> some private segment....10.x.x.x something on some carriers and >>>> 172.31.x.x on others >>>> >>>> no idea about others >>>> >>>> On 1 August 2017 at 14:26, Brian West wrote: >>>> >>>>> What IP range did they use for CGNAT? >>>>> >>>>> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >>>>> wrote: >>>>> >>>>>> My Internet provider just implemented CGN. So, my WAN IP is no longer >>>>>> public. With CGN, NAT is setup for outbound packets initiated from my >>>>>> end. But for inbound packets, when remote Vertp clients connect to my FS, >>>>>> CGN blocks them. Therefore, I can no longer experiment with Verto. >>>>>> >>>>>> That's why I need to try TURN/ICE service which is open to public to >>>>>> relay media to my FS. I understand STUN can only help in signalling. >>>>>> >>>>>> Thanks for the additional inputs. >>>>>> >>>>>> /Nandy >>>>>> >>>>>> >>>>>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>>>>> wrote: >>>>>> >>>>>>> TURN helps in Symmetric NAT scenarios only >>>>>>> >>>>>>> you should always try to get a direct connection first ( using STUN >>>>>>> ) and if everything else fails, you can use TURN. >>>>>>> >>>>>>> to check your NAT type, you can use stunclient program from >>>>>>> stunprotocol.org >>>>>>> >>>>>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>>>>> >>>>>>> On 31 July 2017 at 02:44, Brian West wrote: >>>>>>> >>>>>>>> What issue are you trying to solve with turn? >>>>>>>> >>>>>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>>>>>> wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>>>>>> parameter in init function ... like that: >>>>>>>>> >>>>>>>>> iceServers: [ >>>>>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>>>>>> 'user'}, >>>>>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>>>>> {url: 'stun:stun.schlund.de',}, >>>>>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>>>>> ], >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>>>>>> >>>>>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>>>>> >>>>>>>>>> /b >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon < >>>>>>>>>> nandy1925 at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hi folks, >>>>>>>>>>> >>>>>>>>>>> I just learned that our Internet provider implemented CGN when >>>>>>>>>>> I'm about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where >>>>>>>>>>> do I place turn:numb.viagenie.ca in the config files? Is this >>>>>>>>>>> correct? >>>>>>>>>>> >>>>>>>>>>> sip_profiles/external.xml: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> /Nandy >>>>>>>>>>> >>>>>>>>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From hunterj91 at hotmail.com Fri Aug 4 08:38:01 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Fri, 4 Aug 2017 08:38:01 +0000 Subject: [Freeswitch-users] Verto Communicator - White-labeling options Message-ID: Hi Guys, I am working with mod_verto and developing our own client, however I really like Verto Communicator. Are there white-labeling options available with this client? For example in the top left hand corner can the Verto Communicator text be changed and images added to the tool bar? I know we can put images/labeling within the conferencing configuration but just wondered what can be achieved with the Verto Communicator client if anything? (I am also clear on the url changes to define own domain its more around the client that Im interested in). Many thanks Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Fri Aug 4 12:35:24 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 4 Aug 2017 09:35:24 -0300 Subject: [Freeswitch-users] Verto Communicator - White-labeling options In-Reply-To: References: Message-ID: Hey Jon, Glad you like Verto Communicator. VC is open source, feel free to open the source code and make any changes you need, if you want to issue a Pull Request adding configurations parameters for white labeling I would be happy to review. https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/html5/verto/verto_communicator On Fri, Aug 4, 2017 at 5:38 AM, Jonathan Hunter wrote: > Hi Guys, > > > I am working with mod_verto and developing our own client, however I > really like Verto Communicator. > > > Are there white-labeling options available with this client? > > > For example in the top left hand corner can the Verto Communicator text be > changed and images added to the tool bar? > > > I know we can put images/labeling within the conferencing configuration > but just wondered what can be achieved with the Verto Communicator client > if anything? (I am also clear on the url changes to define own domain its > more around the client that Im interested in). > > > Many thanks > > > Jon > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Ítalo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From tilo.schmidt at abx.de Thu Aug 3 13:24:25 2017 From: tilo.schmidt at abx.de (Tilo Schmidt) Date: Thu, 3 Aug 2017 15:24:25 +0200 Subject: [Freeswitch-users] Ring Groups Message-ID: <2751483c-1924-25ee-4e99-2fd2dfb62bc2@abx.de> An HTML attachment was scrubbed... URL: From mrkiko.rs at gmail.com Fri Aug 4 14:39:43 2017 From: mrkiko.rs at gmail.com (Enrico Mioso) Date: Fri, 4 Aug 2017 16:39:43 +0200 (CEST) Subject: [Freeswitch-users] Freeswitch and VoiceModems Message-ID: Hello guys. First of all - hello to you all nice community. I am sorry i started a new thread here, instead of joining the original one at http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.html I coincidentally started thinking about this thing some days ago. i enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it worked with Huawei E173, Huawei E3531 and maybe others. There where some problems, like DTMF not working properly with all dongles, but voice could be heard. But the most important problem, to me at least, was instability. After some time of operation, the modem did ring but FS didn't notice, or outgoing call did get stuck in some strange way. I decided to let things go at that time, but now something new happened: ModemManager project: https://www.freedesktop.org/wiki/Software/ModemManager/ operated by very nice and cool people, implemented support for voice in modems supporting it. I didn't look deep enough, but I think it's handling only initializzation and preparation tasks in general. I tought it would be cool to let FreeSwitch use ModemManager, for various reasons. 1 - They did all the work of preparing udev rules for different hardware, and they ship them in an elegantly packaged and proper way. 2 - They support a lot of different modems, with related firmware kludges and workarounds. 3 - Most importantly, they offer unified APIs to control the modem they support, over a DBUS interface. I think this would bring FS support for voicemodems to the next level, for various reasons. The first and most important one being robustness: since ModemManager handles tricky devices from long time now, and has undergone a good development and bugfixing time by now. The second thing to consider is the fact that it will allow us to use our modems in a more advanced way. Some modems offer native-level functionalities like SMS handling and other things via protocols like QMI: and using those functionalities this way could be very interesting, especially considering the buggyness some firmwares can exhibit when the modem is interfaced with situations that Windows drivers / Vendor software did not think about. I a very new to FS, both from a user perspective, and even more from a developer one: so i started a cursory look at what's happening in the FS eventing system. I didn't read further. Still, I was thinking about the following steps: 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS to listen and react fo dbus events. this would be necessary to allow us to talk to ModemManager, which talks via dbus. I don't know if this already exist: but I think it could be useful even for other situations. 2 - Isolating audio processing in one module. i noticed this is already in progress, good job guys! And thanks. 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with ModemManager and interfaces with FS, allowing for call setup/teardown, SMS handling and so on. I know I know: ModemManager is an external process and is a piece of complex software. But following a little bit the development via the repository and playing with different modems, I can tell you there are good reasons for this. And companies building those hardware are not known for standardizzing things so much: and the amount of work to be done isn't small by no mean. I think we should try to do it only once if possible, with incremental develpment / fixes. FS is known for it's reliability and robustness: and building something reliable and robust is fundamental I think. I couldn't convince myself about 3G/4G modems firmwares being robust pieces of software, also due to their complexity. I think we should join our effort. Enrico From hunterj91 at hotmail.com Fri Aug 4 15:09:03 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Fri, 4 Aug 2017 15:09:03 +0000 Subject: [Freeswitch-users] Verto Communicator - White-labeling options In-Reply-To: References: , Message-ID: Hi Italo, Thank you for the response, I will do perfect. And thanks for Verto Communicator, great client! Jon ________________________________ From: FreeSWITCH-users on behalf of Ítalo Rossi Sent: 04 August 2017 12:35 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Verto Communicator - White-labeling options Hey Jon, Glad you like Verto Communicator. VC is open source, feel free to open the source code and make any changes you need, if you want to issue a Pull Request adding configurations parameters for white labeling I would be happy to review. https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/html5/verto/verto_communicator Browse FreeSWITCH / FreeSWITCH - Stash freeswitch.org Learn more about cloning repositories. You have read-only access On Fri, Aug 4, 2017 at 5:38 AM, Jonathan Hunter > wrote: Hi Guys, I am working with mod_verto and developing our own client, however I really like Verto Communicator. Are there white-labeling options available with this client? For example in the top left hand corner can the Verto Communicator text be changed and images added to the tool bar? I know we can put images/labeling within the conferencing configuration but just wondered what can be achieved with the Verto Communicator client if anything? (I am also clear on the url changes to define own domain its more around the client that Im interested in). Many thanks Jon _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Ítalo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Fri Aug 4 16:16:00 2017 From: brian at freeswitch.org (Brian West) Date: Fri, 4 Aug 2017 11:16:00 -0500 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> Message-ID: Any provider using RFC1918 space for CGN should be beat to death. They have 100.64.0.0/10 set aside or JUST this purpose. /b On Fri, Aug 4, 2017 at 2:14 AM, Nandy Dagondon wrote: > Yes, Mike, they're NAT'ing the public IP addresses. So, there are 2 NATs > to reach the public IP network. > > /Nandy > > > On Thu, Aug 3, 2017 at 6:09 PM, Michael Jerris wrote: > >> They are natting one set of their public addresses to another? >> >> On Thu, Aug 3, 2017 at 1:07 AM Tihomir Culjaga >> wrote: >> >>> yes, they are using these ranges for CGN >>> >>> On 3 August 2017 at 04:15, Michael Jerris wrote: >>> >>>> is that OPTIMA-TELEKOM >>>> >>>> if so, that is their ip block… >>>> >>>> On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: >>>> >>>> another carrier is using :=) >>>> 89.201.184.0 >>>> 89.201.185.0 >>>> 89.201.186.0 >>>> 89.201.187.0 >>>> >>>> this is just wrong ... :=) >>>> >>>> >>>> >>>> On 1 August 2017 at 22:01, Tihomir Culjaga wrote: >>>> >>>>> some private segment....10.x.x.x something on some carriers and >>>>> 172.31.x.x on others >>>>> >>>>> no idea about others >>>>> >>>>> On 1 August 2017 at 14:26, Brian West wrote: >>>>> >>>>>> What IP range did they use for CGNAT? >>>>>> >>>>>> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >>>>>> wrote: >>>>>> >>>>>>> My Internet provider just implemented CGN. So, my WAN IP is no >>>>>>> longer public. With CGN, NAT is setup for outbound packets initiated from >>>>>>> my end. But for inbound packets, when remote Vertp clients connect to my >>>>>>> FS, CGN blocks them. Therefore, I can no longer experiment with Verto. >>>>>>> >>>>>>> That's why I need to try TURN/ICE service which is open to public to >>>>>>> relay media to my FS. I understand STUN can only help in signalling. >>>>>>> >>>>>>> Thanks for the additional inputs. >>>>>>> >>>>>>> /Nandy >>>>>>> >>>>>>> >>>>>>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>>>>> > wrote: >>>>>>> >>>>>>>> TURN helps in Symmetric NAT scenarios only >>>>>>>> >>>>>>>> you should always try to get a direct connection first ( using STUN >>>>>>>> ) and if everything else fails, you can use TURN. >>>>>>>> >>>>>>>> to check your NAT type, you can use stunclient program from >>>>>>>> stunprotocol.org >>>>>>>> >>>>>>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>>>>>> >>>>>>>> On 31 July 2017 at 02:44, Brian West wrote: >>>>>>>> >>>>>>>>> What issue are you trying to solve with turn? >>>>>>>>> >>>>>>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga < >>>>>>>>> tculjaga at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> >>>>>>>>>> FS doesn't use turn... but verto client can use it if you pass >>>>>>>>>> the parameter in init function ... like that: >>>>>>>>>> >>>>>>>>>> iceServers: [ >>>>>>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', >>>>>>>>>> username: 'user'}, >>>>>>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>>>>>> {url: 'stun:stun.schlund.de',}, >>>>>>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>>>>>> ], >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On 28 July 2017 at 15:54, Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>>>>>> >>>>>>>>>>> /b >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon < >>>>>>>>>>> nandy1925 at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Hi folks, >>>>>>>>>>>> >>>>>>>>>>>> I just learned that our Internet provider implemented CGN when >>>>>>>>>>>> I'm about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where >>>>>>>>>>>> do I place turn:numb.viagenie.ca in the config files? Is this >>>>>>>>>>>> correct? >>>>>>>>>>>> >>>>>>>>>>>> sip_profiles/external.xml: >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> /Nandy >>>>>>>>>>>> >>>>>>>>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>> freeswitch-users >>>> http://www.freeswitch.org >>>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > Virus-free. > www.avast.com > > <#m_3783642860855104660_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrjoli021 at gmail.com Fri Aug 4 16:55:01 2017 From: mrjoli021 at gmail.com (mrjoli021) Date: Fri, 4 Aug 2017 09:55:01 -0700 (MST) Subject: [Freeswitch-users] create user Message-ID: <1501865701361-7596342.post@n2.nabble.com> Hello, Is there a way to create a user from the FS API so that we can automate user creation we will need to create an extension with the following extention number Password outbound callerid We cant put it on an xml cause freeswitch is running on a database. thanks, -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/create-user-tp7596342.html Sent from the freeswitch-users mailing list archive at Nabble.com. From joel at gogii.net Fri Aug 4 18:46:16 2017 From: joel at gogii.net (Joel Serrano) Date: Fri, 4 Aug 2017 11:46:16 -0700 Subject: [Freeswitch-users] create user In-Reply-To: <1501865701361-7596342.post@n2.nabble.com> References: <1501865701361-7596342.post@n2.nabble.com> Message-ID: AFAIK, you can do the exact opposite, FS can use an external API to get the user information... On Fri, Aug 4, 2017 at 9:55 AM, mrjoli021 wrote: > Hello, > > Is there a way to create a user from the FS API so that we can automate > user > creation > > we will need to create an extension with the following > extention number > Password > outbound callerid > > We cant put it on an xml cause freeswitch is running on a database. > > thanks, > > > > -- > View this message in context: http://freeswitch-users. > 2379917.n2.nabble.com/create-user-tp7596342.html > Sent from the freeswitch-users mailing list archive at Nabble.com. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Fri Aug 4 19:13:04 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 04 Aug 2017 19:13:04 +0000 Subject: [Freeswitch-users] Freeswitch and VoiceModems In-Reply-To: References: Message-ID: Its lgpl so its compat. If we get a jira filed, we can use it to create a branch and get it rolling. You may have to reach out to the other thread to get their attention. On Fri, Aug 4, 2017 at 9:48 AM Enrico Mioso wrote: > Hello guys. > First of all - hello to you all nice community. > I am sorry i started a new thread here, instead of joining the original > one at > > http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.html > > > I coincidentally started thinking about this thing some days ago. i > enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it > worked with Huawei E173, Huawei E3531 and maybe others. There where some > problems, like DTMF not working properly with all dongles, but voice could > be heard. But the most important problem, to me at least, was instability. > After some time of operation, the modem did ring but FS didn't notice, or > outgoing call did get stuck in some strange way. > I decided to let things go at that time, but now something new happened: > ModemManager project: > https://www.freedesktop.org/wiki/Software/ModemManager/ > operated by very nice and cool people, implemented support for voice in > modems supporting it. > I didn't look deep enough, but I think it's handling only initializzation > and preparation tasks in general. > I tought it would be cool to let FreeSwitch use ModemManager, for various > reasons. > > 1 - They did all the work of preparing udev rules for different hardware, > and they ship them in an elegantly packaged and proper way. > 2 - They support a lot of different modems, with related firmware kludges > and workarounds. > 3 - Most importantly, they offer unified APIs to control the modem they > support, over a DBUS interface. > > I think this would bring FS support for voicemodems to the next level, for > various reasons. The first and most important one being robustness: since > ModemManager handles tricky devices from long time now, and has undergone > a good development and bugfixing time by now. > The second thing to consider is the fact that it will allow us to use our > modems in a more advanced way. Some modems offer native-level > functionalities like SMS handling and other things via protocols like QMI: > and using those functionalities this way could be very interesting, > especially considering the buggyness some firmwares can exhibit when the > modem is interfaced with situations that Windows drivers / Vendor software > did not think about. > > I a very new to FS, both from a user perspective, and even more from a > developer one: so i started a cursory look at what's happening in the FS > eventing system. I didn't read further. > Still, I was thinking about the following steps: > > 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS > to listen and react fo dbus events. this would be necessary to allow us to > talk to ModemManager, which talks via dbus. > I don't know if this already exist: but I think it could be useful even > for other situations. > 2 - Isolating audio processing in one module. i noticed this is already in > progress, good job guys! And thanks. > 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with > ModemManager and interfaces with FS, allowing for call setup/teardown, SMS > handling and so on. > > > I know I know: ModemManager is an external process and is a piece of > complex software. But following a little bit the development via the > repository and playing with different modems, I can tell you there are > good reasons for this. > And companies building those hardware are not known for standardizzing > things so much: and the amount of work to be done isn't small by no mean. > I think we should try to do it only once if possible, with incremental > develpment / fixes. > FS is known for it's reliability and robustness: and building something > reliable and robust is fundamental I think. I couldn't convince myself > about 3G/4G modems firmwares being robust pieces of software, also due to > their complexity. I think we should join our effort. > > Enrico > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From wesleyakio at tuntscorp.com Fri Aug 4 20:08:03 2017 From: wesleyakio at tuntscorp.com (Wesley Akio) Date: Fri, 04 Aug 2017 20:08:03 +0000 Subject: [Freeswitch-users] 1.6 compilation from source on Centos 7 In-Reply-To: References: Message-ID: Yeap, sctp, erlang and also had to run scripts/ci/get_extra_sources.sh; How to proceed in order to update the wiki? On Thu, Aug 3, 2017 at 3:14 PM Michael Jerris wrote: > looks like sctp issues with centos. dont configure enabling this? > > On Thu, Aug 3, 2017 at 10:07 AM Wesley Akio > wrote: > >> Hi all, >> >> I know confluence says the recommended way is to install from RPMs on >> Centos 7 but... I do need mod_khomp and they don't have packages so here I >> am. >> >> I followed the step by step on >> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7+and+RHEL+7 but >> got the following issue, I'm assuming this could be a version issue but I'm >> way out of my depth here... >> >> [root at fs1 freeswitch]# cpp --version >> cpp (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11) >> ... >> [root at fs1 freeswitch]# make >> ... >> >> make[9]: Entering directory >> `/usr/local/src/freeswitch/libs/sofia-sip/libsofia-sip-ua/tport' >> LTCOMPILE tport.lo >> LTCOMPILE tport_logging.lo >> LTCOMPILE tport_stub_sigcomp.lo >> LTCOMPILE tport_type_udp.lo >> LTCOMPILE tport_type_tcp.lo >> LTCOMPILE tport_type_sctp.lo >> *tport_type_sctp.c:* In function '*tport_sctp_init_socket*': >> *tport_type_sctp.c:206:10:* *error: *variable '*initmsg*' has >> initializer but incomplete type >> struct sctp_initmsg initmsg = { 0 }; >> * ^* >> *tport_type_sctp.c:206:10:* *error: *excess elements in struct >> initializer [-Werror] >> *tport_type_sctp.c:206:10:* *error: *(near initialization for '*initmsg*') >> [-Werror] >> *tport_type_sctp.c:206:23:* *error: *storage size of '*initmsg*' isn't >> known >> struct sctp_initmsg initmsg = { 0 }; >> * ^* >> *tport_type_sctp.c:211:36:* *error: *'*SCTP_INITMSG*' undeclared (first >> use in this function) >> if (setsockopt(socket, SOL_SCTP, SCTP_INITMSG, &initmsg, sizeof >> initmsg) < 0) >> * ^* >> *tport_type_sctp.c:211:36:* *note: *each undeclared identifier is >> reported only once for each function it appears in >> *tport_type_sctp.c:206:23:* *error: *unused variable '*initmsg*' >> [-Werror=unused-variable] >> struct sctp_initmsg initmsg = { 0 }; >> * ^* >> >> Thank you all, >> >> Wes >> >> >> >> -- >> >> *Wesley Akio* >> >> Travessa da Lapa 96 - Sala 24 >> >> Centro – Curitiba – 80010-190 >> >> : +55 (41) 99950-0033 >> >> : +1 (305) 842-7095 >> >> : wesley_akio_ >> > _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Wesley Akio* Travessa da Lapa 96 - Sala 24 Centro – Curitiba – 80010-190 : +55 (41) 99950-0033 : +1 (305) 842-7095 : wesley_akio_ -------------- next part -------------- An HTML attachment was scrubbed... URL: From manpower13.cse at gmail.com Fri Aug 4 20:36:41 2017 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Sat, 5 Aug 2017 02:06:41 +0530 Subject: [Freeswitch-users] Lua ASR grammar make issue Message-ID: Hi, I try to use ASR in my IVR, Using this Example https://freeswitch.org/confluence/display/FREESWITCH/Lua+ASR+TTS+Directory+example but when i edit my directory.sent file and type make inside grammar folder it shows make: *** No targets specified and no makefile found. Stop. Regard's Murugan Pandian -------------- next part -------------- An HTML attachment was scrubbed... URL: From manpower13.cse at gmail.com Fri Aug 4 20:42:30 2017 From: manpower13.cse at gmail.com (Murugan Pandian) Date: Sat, 5 Aug 2017 02:12:30 +0530 Subject: [Freeswitch-users] ASR with Google speech API Message-ID: Hi, Is there any way i can use Google Speech API with freeswitch ASR Regard's Murugan Pandian -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Fri Aug 4 23:29:58 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Fri, 4 Aug 2017 20:29:58 -0300 Subject: [Freeswitch-users] ASR with Google speech API In-Reply-To: References: Message-ID: There is a plugin for UniMRCP here: http://www.unimrcp.org/gsr It is NOT free. It runs $50 per channel. You can use it through mod_unimrcp. Guillermo On Fri, Aug 4, 2017 at 5:42 PM, Murugan Pandian wrote: > Hi, > > > Is there any way i can use Google Speech API with freeswitch ASR > > Regard's > Murugan Pandian > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Sat Aug 5 02:51:48 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Sat, 5 Aug 2017 04:51:48 +0200 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: In a separate mail thread, Enrico Mioso ( mrkiko.rs at gmail.com ) just proposed an interesting approach toward a new generic voicemodem endpoint, and asked me to "join" the two mail threads: Hello guys. First of all - hello to you all nice community. I am sorry i started a new thread here, instead of joining the original one at http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.html I coincidentally started thinking about this thing some days ago. i enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it worked with Huawei E173, Huawei E3531 and maybe others. There where some problems, like DTMF not working properly with all dongles, but voice could be heard. But the most important problem, to me at least, was instability. After some time of operation, the modem did ring but FS didn't notice, or outgoing call did get stuck in some strange way. I decided to let things go at that time, but now something new happened: ModemManager project:https://www.freedesktop.org/wiki/Software/ModemManager/ operated by very nice and cool people, implemented support for voice in modems supporting it. I didn't look deep enough, but I think it's handling only initializzation and preparation tasks in general. I tought it would be cool to let FreeSwitch use ModemManager, for various reasons. 1 - They did all the work of preparing udev rules for different hardware, and they ship them in an elegantly packaged and proper way. 2 - They support a lot of different modems, with related firmware kludges and workarounds. 3 - Most importantly, they offer unified APIs to control the modem they support, over a DBUS interface. I think this would bring FS support for voicemodems to the next level, for various reasons. The first and most important one being robustness: since ModemManager handles tricky devices from long time now, and has undergone a good development and bugfixing time by now. The second thing to consider is the fact that it will allow us to use our modems in a more advanced way. Some modems offer native-level functionalities like SMS handling and other things via protocols like QMI: and using those functionalities this way could be very interesting, especially considering the buggyness some firmwares can exhibit when the modem is interfaced with situations that Windows drivers / Vendor software did not think about. I a very new to FS, both from a user perspective, and even more from a developer one: so i started a cursory look at what's happening in the FS eventing system. I didn't read further. Still, I was thinking about the following steps: 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS to listen and react fo dbus events. this would be necessary to allow us to talk to ModemManager, which talks via dbus. I don't know if this already exist: but I think it could be useful even for other situations. 2 - Isolating audio processing in one module. i noticed this is already in progress, good job guys! And thanks. 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with ModemManager and interfaces with FS, allowing for call setup/teardown, SMS handling and so on. I know I know: ModemManager is an external process and is a piece of complex software. But following a little bit the development via the repository and playing with different modems, I can tell you there are good reasons for this. And companies building those hardware are not known for standardizzing things so much: and the amount of work to be done isn't small by no mean. I think we should try to do it only once if possible, with incremental develpment / fixes. FS is known for it's reliability and robustness: and building something reliable and robust is fundamental I think. I couldn't convince myself about 3G/4G modems firmwares being robust pieces of software, also due to their complexity. I think we should join our effort. Enrico On 3 August 2017 at 20:48, Anthony Minessale wrote: > > Maybe a dictionary of abstract commands to translate to the vendor > specific like procomm used to do. > > Then only issue the abstract commands from the high level and allow it to > translate. > > > > > On Thu, Aug 3, 2017 at 9:24 AM Stanislav Sinyagin > wrote: > >> On Thu, Aug 3, 2017 at 3:51 PM, Tihomir Culjaga >> wrote: >> > how are you going to instruct mod_ttyusb_audio top open audio channel >> on a >> > specific tty ? are you planing to provide the api in ESL ? >> >> a command like "ttyusb connect /dev/ttyUSB3 " >> >> before that, a command "ttyusb device /dev/ttyUSB3 8000 L16" would >> tell the module what codec to use. >> >> After the call is finished, issue "ttyusb disconnect /dev/ttyUSB3", or >> it would disconnect automatically when the channel is destroyed. >> >> >> >> Once it's done, the signaling could be done either within FreeSWITCH, >> >> or in an outside ESL daemon. An external daemon would allow more >> >> flexibility, but there's a burden of running one more process. >> > >> > >> > although it can be much more flexible and faster using an external ESL >> > daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. >> mod_hayes >> >> the commands are very different for different vendors (I compared >> Huawei against Simcom, and it's a lot of difference), so there should >> be some vendor-specific extensions. Either a rich XML file defining >> the whole dialogue, or a per-vendor module in FreeSWITCH. Difficult to >> say, I'm not that far yet. >> >> >> In regards to udev rules -- you actually don't need them. The logic of >> >> finding the modem and matching it against IMEI and IMSI is already in >> >> mod_gsmopen (was that Giovanni who implemented it?). It just needs a >> >> bit of improvement in making it more vendor-independent. Also I would >> >> do matching on IMEI OR IMSI, not the AND condition that is in the >> >> module currently. >> >> >> > are we sure IMEI and/or IMSI will always present ? >> >> yes, as per GSM standard. But again, commands retrieving them are >> different between vendors. And anyway, that would only be one method >> of selecting a device. There should always be a way to point to a >> specific ttyUSB device explicitly. >> >> >> I actually do have a set of udev rules, they are in fact needed for >> >> data connection: >> >> https://github.com/ssinyagin/wwan_udev_rules >> >> But they fail if you have more than one modem, and here's an >> explanation: >> >> >> >> https://txlab.wordpress.com/2017/05/19/two-lte-modems- >> with-pc-engines-apu3/ >> > >> > >> > this is specific HW :=) .. im positive there is a work around this >> problem >> >> no, this is a generic problem, and a solution for a specific host >> hardware. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 <%28919%29%20386-9900> > > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ssinyagin at gmail.com Sat Aug 5 14:43:02 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sat, 5 Aug 2017 16:43:02 +0200 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: well, I would say, once mod_ttyusb_audio is available and stable, there may be various ways to handle the signaling, and MoidemManager might be one of them. As it's vacations time, I didn't yet approach potential sponsors, so I can't say how fast that will go. At the moment I'm spending 1-2 hours a week on it. By the way, I'm in talks with one of Chinese ARM board makers, to build an appliance with mPCIE slot and metal enclosure with antenna mounts. It would be in the range of $50 and would run a modern Linux kernel (most probably the one maintained by Armbian team). So, we may eventually build a FreeSWITCH-based LTE voice gateway as an alternative to all those Asterisk-based boxes, most of which are not even open-source. On Sat, Aug 5, 2017 at 4:51 AM, Giovanni Maruzzelli wrote: > In a separate mail thread, Enrico Mioso ( mrkiko.rs at gmail.com ) just > proposed an interesting approach toward a new generic voicemodem endpoint, > and asked me to "join" the two mail threads: > > Hello guys. > First of all - hello to you all nice community. > I am sorry i started a new thread here, instead of joining the original > one at http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.html > > > I coincidentally started thinking about this thing some days ago. i > enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it > worked with Huawei E173, Huawei E3531 and maybe others. There where some > problems, like DTMF not working properly with all dongles, but voice could > be heard. But the most important problem, to me at least, was instability. > After some time of operation, the modem did ring but FS didn't notice, or > outgoing call did get stuck in some strange way. > I decided to let things go at that time, but now something new happened: > ModemManager project:https://www.freedesktop.org/wiki/Software/ModemManager/ > operated by very nice and cool people, implemented support for voice in > modems supporting it. > I didn't look deep enough, but I think it's handling only initializzation > and preparation tasks in general. > I tought it would be cool to let FreeSwitch use ModemManager, for various > reasons. > > 1 - They did all the work of preparing udev rules for different hardware, > and they ship them in an elegantly packaged and proper way. > 2 - They support a lot of different modems, with related firmware kludges > and workarounds. > 3 - Most importantly, they offer unified APIs to control the modem they > support, over a DBUS interface. > > I think this would bring FS support for voicemodems to the next level, for > various reasons. The first and most important one being robustness: since > ModemManager handles tricky devices from long time now, and has undergone > a good development and bugfixing time by now. > The second thing to consider is the fact that it will allow us to use our > modems in a more advanced way. Some modems offer native-level > functionalities like SMS handling and other things via protocols like QMI: > and using those functionalities this way could be very interesting, > especially considering the buggyness some firmwares can exhibit when the > modem is interfaced with situations that Windows drivers / Vendor software > did not think about. > > I a very new to FS, both from a user perspective, and even more from a > developer one: so i started a cursory look at what's happening in the FS > eventing system. I didn't read further. > Still, I was thinking about the following steps: > > 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS > to listen and react fo dbus events. this would be necessary to allow us to > talk to ModemManager, which talks via dbus. > I don't know if this already exist: but I think it could be useful even > for other situations. > 2 - Isolating audio processing in one module. i noticed this is already in > progress, good job guys! And thanks. > 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with > ModemManager and interfaces with FS, allowing for call setup/teardown, SMS > handling and so on. > > > I know I know: ModemManager is an external process and is a piece of > complex software. But following a little bit the development via the > repository and playing with different modems, I can tell you there are > good reasons for this. > And companies building those hardware are not known for standardizzing > things so much: and the amount of work to be done isn't small by no mean. > I think we should try to do it only once if possible, with incremental > develpment / fixes. > FS is known for it's reliability and robustness: and building something > reliable and robust is fundamental I think. I couldn't convince myself > about 3G/4G modems firmwares being robust pieces of software, also due to > their complexity. I think we should join our effort. > > Enrico > > > > > On 3 August 2017 at 20:48, Anthony Minessale > wrote: > >> >> Maybe a dictionary of abstract commands to translate to the vendor >> specific like procomm used to do. >> >> Then only issue the abstract commands from the high level and allow it to >> translate. >> >> >> >> >> On Thu, Aug 3, 2017 at 9:24 AM Stanislav Sinyagin >> wrote: >> >>> On Thu, Aug 3, 2017 at 3:51 PM, Tihomir Culjaga >>> wrote: >>> > how are you going to instruct mod_ttyusb_audio top open audio channel >>> on a >>> > specific tty ? are you planing to provide the api in ESL ? >>> >>> a command like "ttyusb connect /dev/ttyUSB3 " >>> >>> before that, a command "ttyusb device /dev/ttyUSB3 8000 L16" would >>> tell the module what codec to use. >>> >>> After the call is finished, issue "ttyusb disconnect /dev/ttyUSB3", or >>> it would disconnect automatically when the channel is destroyed. >>> >>> >>> >> Once it's done, the signaling could be done either within FreeSWITCH, >>> >> or in an outside ESL daemon. An external daemon would allow more >>> >> flexibility, but there's a burden of running one more process. >>> > >>> > >>> > although it can be much more flexible and faster using an external ESL >>> > daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. >>> mod_hayes >>> >>> the commands are very different for different vendors (I compared >>> Huawei against Simcom, and it's a lot of difference), so there should >>> be some vendor-specific extensions. Either a rich XML file defining >>> the whole dialogue, or a per-vendor module in FreeSWITCH. Difficult to >>> say, I'm not that far yet. >>> >>> >> In regards to udev rules -- you actually don't need them. The logic of >>> >> finding the modem and matching it against IMEI and IMSI is already in >>> >> mod_gsmopen (was that Giovanni who implemented it?). It just needs a >>> >> bit of improvement in making it more vendor-independent. Also I would >>> >> do matching on IMEI OR IMSI, not the AND condition that is in the >>> >> module currently. >>> >> >>> > are we sure IMEI and/or IMSI will always present ? >>> >>> yes, as per GSM standard. But again, commands retrieving them are >>> different between vendors. And anyway, that would only be one method >>> of selecting a device. There should always be a way to point to a >>> specific ttyUSB device explicitly. >>> >>> >> I actually do have a set of udev rules, they are in fact needed for >>> >> data connection: >>> >> https://github.com/ssinyagin/wwan_udev_rules >>> >> But they fail if you have more than one modem, and here's an >>> explanation: >>> >> >>> >> https://txlab.wordpress.com/2017/05/19/two-lte-modems-with- >>> pc-engines-apu3/ >>> > >>> > >>> > this is specific HW :=) .. im positive there is a work around this >>> problem >>> >>> no, this is a generic problem, and a solution for a specific host >>> hardware. >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 >> <%28919%29%20386-9900> >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Sat Aug 5 15:12:38 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Sat, 05 Aug 2017 15:12:38 +0000 Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: It sounds to me like modemmanager is an abstraction layer for the i/o and the signaling so an ideal componet of the first effort. On Sat, Aug 5, 2017 at 9:44 AM Stanislav Sinyagin wrote: > well, I would say, once mod_ttyusb_audio is available and stable, there > may be various ways to handle the signaling, and MoidemManager might be one > of them. > > As it's vacations time, I didn't yet approach potential sponsors, so I > can't say how fast that will go. At the moment I'm spending 1-2 hours a > week on it. > > By the way, I'm in talks with one of Chinese ARM board makers, to build an > appliance with mPCIE slot and metal enclosure with antenna mounts. It would > be in the range of $50 and would run a modern Linux kernel (most probably > the one maintained by Armbian team). So, we may eventually build a > FreeSWITCH-based LTE voice gateway as an alternative to all those > Asterisk-based boxes, most of which are not even open-source. > > > > > On Sat, Aug 5, 2017 at 4:51 AM, Giovanni Maruzzelli > wrote: > >> In a separate mail thread, Enrico Mioso ( mrkiko.rs at gmail.com ) just >> proposed an interesting approach toward a new generic voicemodem endpoint, >> and asked me to "join" the two mail threads: >> >> Hello guys. >> First of all - hello to you all nice community. >> I am sorry i started a new thread here, instead of joining the original >> one at http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.html >> >> >> I coincidentally started thinking about this thing some days ago. i >> enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it >> worked with Huawei E173, Huawei E3531 and maybe others. There where some >> problems, like DTMF not working properly with all dongles, but voice could >> be heard. But the most important problem, to me at least, was instability. >> After some time of operation, the modem did ring but FS didn't notice, or >> outgoing call did get stuck in some strange way. >> I decided to let things go at that time, but now something new happened: >> ModemManager project:https://www.freedesktop.org/wiki/Software/ModemManager/ >> operated by very nice and cool people, implemented support for voice in >> modems supporting it. >> I didn't look deep enough, but I think it's handling only initializzation >> and preparation tasks in general. >> I tought it would be cool to let FreeSwitch use ModemManager, for various >> reasons. >> >> 1 - They did all the work of preparing udev rules for different hardware, >> and they ship them in an elegantly packaged and proper way. >> 2 - They support a lot of different modems, with related firmware kludges >> and workarounds. >> 3 - Most importantly, they offer unified APIs to control the modem they >> support, over a DBUS interface. >> >> I think this would bring FS support for voicemodems to the next level, for >> various reasons. The first and most important one being robustness: since >> ModemManager handles tricky devices from long time now, and has undergone >> a good development and bugfixing time by now. >> The second thing to consider is the fact that it will allow us to use our >> modems in a more advanced way. Some modems offer native-level >> functionalities like SMS handling and other things via protocols like QMI: >> and using those functionalities this way could be very interesting, >> especially considering the buggyness some firmwares can exhibit when the >> modem is interfaced with situations that Windows drivers / Vendor software >> did not think about. >> >> I a very new to FS, both from a user perspective, and even more from a >> developer one: so i started a cursory look at what's happening in the FS >> eventing system. I didn't read further. >> Still, I was thinking about the following steps: >> >> 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS >> to listen and react fo dbus events. this would be necessary to allow us to >> talk to ModemManager, which talks via dbus. >> I don't know if this already exist: but I think it could be useful even >> for other situations. >> 2 - Isolating audio processing in one module. i noticed this is already in >> progress, good job guys! And thanks. >> 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with >> ModemManager and interfaces with FS, allowing for call setup/teardown, SMS >> handling and so on. >> >> >> I know I know: ModemManager is an external process and is a piece of >> complex software. But following a little bit the development via the >> repository and playing with different modems, I can tell you there are >> good reasons for this. >> And companies building those hardware are not known for standardizzing >> things so much: and the amount of work to be done isn't small by no mean. >> I think we should try to do it only once if possible, with incremental >> develpment / fixes. >> FS is known for it's reliability and robustness: and building something >> reliable and robust is fundamental I think. I couldn't convince myself >> about 3G/4G modems firmwares being robust pieces of software, also due to >> their complexity. I think we should join our effort. >> >> Enrico >> >> >> >> >> On 3 August 2017 at 20:48, Anthony Minessale > > wrote: >> >>> >>> Maybe a dictionary of abstract commands to translate to the vendor >>> specific like procomm used to do. >>> >>> Then only issue the abstract commands from the high level and allow it >>> to translate. >>> >>> >>> >>> >>> On Thu, Aug 3, 2017 at 9:24 AM Stanislav Sinyagin >>> wrote: >>> >>>> On Thu, Aug 3, 2017 at 3:51 PM, Tihomir Culjaga >>>> wrote: >>>> > how are you going to instruct mod_ttyusb_audio top open audio channel >>>> on a >>>> > specific tty ? are you planing to provide the api in ESL ? >>>> >>>> a command like "ttyusb connect /dev/ttyUSB3 " >>>> >>>> before that, a command "ttyusb device /dev/ttyUSB3 8000 L16" would >>>> tell the module what codec to use. >>>> >>>> After the call is finished, issue "ttyusb disconnect /dev/ttyUSB3", or >>>> it would disconnect automatically when the channel is destroyed. >>>> >>>> >>>> >> Once it's done, the signaling could be done either within FreeSWITCH, >>>> >> or in an outside ESL daemon. An external daemon would allow more >>>> >> flexibility, but there's a burden of running one more process. >>>> > >>>> > >>>> > although it can be much more flexible and faster using an external ESL >>>> > daemon, i'd prefer to make it in FreeSWITCH as a module ... e.g. >>>> mod_hayes >>>> >>>> the commands are very different for different vendors (I compared >>>> Huawei against Simcom, and it's a lot of difference), so there should >>>> be some vendor-specific extensions. Either a rich XML file defining >>>> the whole dialogue, or a per-vendor module in FreeSWITCH. Difficult to >>>> say, I'm not that far yet. >>>> >>>> >> In regards to udev rules -- you actually don't need them. The logic >>>> of >>>> >> finding the modem and matching it against IMEI and IMSI is already in >>>> >> mod_gsmopen (was that Giovanni who implemented it?). It just needs a >>>> >> bit of improvement in making it more vendor-independent. Also I would >>>> >> do matching on IMEI OR IMSI, not the AND condition that is in the >>>> >> module currently. >>>> >> >>>> > are we sure IMEI and/or IMSI will always present ? >>>> >>>> yes, as per GSM standard. But again, commands retrieving them are >>>> different between vendors. And anyway, that would only be one method >>>> of selecting a device. There should always be a way to point to a >>>> specific ttyUSB device explicitly. >>>> >>>> >> I actually do have a set of udev rules, they are in fact needed for >>>> >> data connection: >>>> >> https://github.com/ssinyagin/wwan_udev_rules >>>> >> But they fail if you have more than one modem, and here's an >>>> explanation: >>>> >> >>>> >> >>>> https://txlab.wordpress.com/2017/05/19/two-lte-modems-with-pc-engines-apu3/ >>>> > >>>> > >>>> > this is specific HW :=) .. im positive there is a work around this >>>> problem >>>> >>>> no, this is a generic problem, and a solution for a specific host >>>> hardware. >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at 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 >>> <%28919%29%20386-9900> >>> >>> https://www.youtube.com/watch?v=oAxXgyx5jUw >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> Sincerely, >> >> Giovanni Maruzzelli >> OpenTelecom.IT >> cell: +39 347 266 56 18 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrkiko.rs at gmail.com Sat Aug 5 16:41:47 2017 From: mrkiko.rs at gmail.com (Enrico Mioso) Date: Sat, 5 Aug 2017 18:41:47 +0200 (CEST) Subject: [Freeswitch-users] SIM7100 LTE modem with USB audio In-Reply-To: References: Message-ID: Hello Stanislav, Hello Anthony and all of you reading this message. First of all Stanislav, let me say I would like very very much to see a device like that. For me ordering this over the net is a problem for now, but when the device will be ready let me know, and we may arrange for a solution. I think Anthony is right: ModemManager is an abstraction layer, allowing you to interface with the modem over DBUS calls, or listening for modem-related events. Choosing this approach would have some disadvantages, this is not to be forgotten: like gaining some dependencies that could make life a little bit more complicated in an embedded environment. Still, I think this is justifiable in the long term. First of all, this would allow us to support a lot of already existing hardware out there: from Huawei dongles with Voice capabilities to ZTE ones (there are some with Voice Capabilities) and so on. I think this could be very important and help some newcomers to enjoy FreeSwitch even on commodity hardware. Then, regarding alternatives: I can think of oFono: https://github.com/rilmodem/ofono (not sure this is the main repo or a fork) and wader: https://github.com/andrewbird/wader (not sure this is the main repo or a fork). Basically, I think we need a RIL. I am not a fan of big complex software, but an abstraction layer is very much needed I think. thank you all for your work, Enrico On Sat, 5 Aug 2017, Anthony Minessale wrote: > Date: Sat, 5 Aug 2017 17:12:38 > From: Anthony Minessale > Reply-To: FreeSWITCH Users Help > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] SIM7100 LTE modem with USB audio > > > It sounds to me like modemmanager is an abstraction layer for the i/o and > the signaling so an ideal componet of the first effort. > > > > On Sat, Aug 5, 2017 at 9:44 AM Stanislav Sinyagin > wrote: > well, I would say, once mod_ttyusb_audio is available and > stable, there may be various ways to handle the signaling, and > MoidemManager might be one of them. > > As it's vacations time, I didn't yet approach potential sponsors, so I > can't say how fast that will go. At the moment I'm spending 1-2 hours > a week on it. > > By the way, I'm in talks with one of Chinese ARM board makers, to > build an appliance with mPCIE slot and metal enclosure with antenna > mounts. It would be in the range of $50 and would run a modern Linux > kernel (most probably the one maintained by Armbian team). So, we may > eventually build a FreeSWITCH-based LTE voice gateway as an > alternative to all those Asterisk-based boxes, most of which are not > even open-source. > > > > > On Sat, Aug 5, 2017 at 4:51 AM, Giovanni Maruzzelli > wrote: > In a separate mail thread, Enrico Mioso ( > mrkiko.rs at gmail.com ) just proposed an interesting > approach toward a new generic voicemodem endpoint, and > asked me to "join" the two mail threads: > > Hello guys. > First of all - hello to you all nice community. > I am sorry i started a new thread here, instead of joining the original > one at > http://lists.freeswitch.org/pipermail/freeswitch-users/2017-August/127153.ht > ml > > > I coincidentally started thinking about this thing some days ago. i > enjoyed a lot using FreeSwitch with some Huawei Dongles, and i can say it > worked with Huawei E173, Huawei E3531 and maybe others. There where some > problems, like DTMF not working properly with all dongles, but voice could > be heard. But the most important problem, to me at least, was instability. > After some time of operation, the modem did ring but FS didn't notice, or > outgoing call did get stuck in some strange way. > I decided to let things go at that time, but now something new happened: > ModemManager project: > https://www.freedesktop.org/wiki/Software/ModemManager/ > operated by very nice and cool people, implemented support for voice in > modems supporting it. > I didn't look deep enough, but I think it's handling only initializzation > and preparation tasks in general. > I tought it would be cool to let FreeSwitch use ModemManager, for various > reasons. > > 1 - They did all the work of preparing udev rules for different hardware, > and they ship them in an elegantly packaged and proper way. > 2 - They support a lot of different modems, with related firmware kludges > and workarounds. > 3 - Most importantly, they offer unified APIs to control the modem they > support, over a DBUS interface. > > I think this would bring FS support for voicemodems to the next level, for > various reasons. The first and most important one being robustness: since > ModemManager handles tricky devices from long time now, and has undergone > a good development and bugfixing time by now. > The second thing to consider is the fact that it will allow us to use our > modems in a more advanced way. Some modems offer native-level > functionalities like SMS handling and other things via protocols like QMI: > and using those functionalities this way could be very interesting, > especially considering the buggyness some firmwares can exhibit when the > modem is interfaced with situations that Windows drivers / Vendor software > did not think about. > > I a very new to FS, both from a user perspective, and even more from a > developer one: so i started a cursory look at what's happening in the FS > eventing system. I didn't read further. > Still, I was thinking about the following steps: > > 1 - Implementing a DBUS->FS gateway module, allowing for modules inside FS > to listen and react fo dbus events. this would be necessary to allow us to > talk to ModemManager, which talks via dbus. > I don't know if this already exist: but I think it could be useful even > for other situations. > 2 - Isolating audio processing in one module. i noticed this is already in > progress, good job guys! And thanks. > 3 - Reimplementing something like mod_gsmopen, that talks via DBUS with > ModemManager and interfaces with FS, allowing for call setup/teardown, SMS > handling and so on. > > > I know I know: ModemManager is an external process and is a piece of > complex software. But following a little bit the development via the > repository and playing with different modems, I can tell you there are > good reasons for this. > And companies building those hardware are not known for standardizzing > things so much: and the amount of work to be done isn't small by no mean. > I think we should try to do it only once if possible, with incremental > develpment / fixes. > FS is known for it's reliability and robustness: and building something > reliable and robust is fundamental I think. I couldn't convince myself > about 3G/4G modems firmwares being robust pieces of software, also due to > their complexity. I think we should join our effort. > > Enrico > > > > On 3 August 2017 at 20:48, Anthony Minessale > wrote: > > Maybe a dictionary of abstract commands to translate to > the vendor specific like procomm used to do. > > Then only issue the abstract commands from the high level > and allow it to translate. > >   > > > On Thu, Aug 3, 2017 at 9:24 AM Stanislav Sinyagin > wrote: > On Thu, Aug 3, 2017 at 3:51 PM, Tihomir > Culjaga wrote: > > how are you going to instruct > mod_ttyusb_audio top open audio channel on a > > specific tty ? are you planing to provide > the api in ESL ? > > a command like "ttyusb connect /dev/ttyUSB3 > " > > before that, a command "ttyusb device > /dev/ttyUSB3 8000 L16" would > tell the module what codec to use. > > After the call is finished, issue "ttyusb > disconnect /dev/ttyUSB3", or > it would disconnect automatically when the > channel is destroyed. > > > >> Once it's done, the signaling could be done > either within FreeSWITCH, > >> or in an outside ESL daemon. An external > daemon would allow more > >> flexibility, but there's a burden of > running one more process. > > > > > > although it can be much more flexible and > faster using an external ESL > > daemon, i'd prefer to make it in FreeSWITCH > as a module ... e.g. mod_hayes > > the commands are very different for different > vendors (I compared > Huawei against Simcom, and it's a lot of > difference), so there should > be some vendor-specific extensions. Either a > rich XML file defining > the whole dialogue, or a per-vendor module in > FreeSWITCH. Difficult to > say, I'm not that far yet. > > >> In regards to udev rules -- you actually > don't need them. The logic of > >> finding the modem and matching it against > IMEI and IMSI is already in > >> mod_gsmopen (was that Giovanni who > implemented it?). It just needs a > >> bit of improvement in making it more > vendor-independent. Also I would > >> do matching on IMEI OR IMSI, not the AND > condition that is in the > >> module currently. > >> > > are we sure IMEI and/or IMSI will always > present ? > > yes, as per GSM standard. But again, commands > retrieving them are > different between vendors. And anyway, that > would only be one method > of selecting a device. There should always be > a way to point to a > specific ttyUSB device explicitly. > > >> I actually do have a set of udev rules, > they are in fact needed for > >> data connection: > >> > https://github.com/ssinyagin/wwan_udev_rules > >> But they fail if you have more than one > modem, and here's an explanation: > >> > >>https://txlab.wordpress.com/2017/05/19/two-lte-modems-with-pc-engines-apu3/ > > > > > > > this is specific HW :=) .. im positive there > is a work around this problem > > no, this is a generic problem, and a solution > for a specific host hardware. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- > Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬ > ☞ http://freeswitch.org/  ☞ http://cluecon.com/  ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call  > ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900  > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -- > Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬ > ☞ http://freeswitch.org/  ☞ http://cluecon.com/  ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call  > ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900  > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > From tculjaga at gmail.com Sat Aug 5 18:03:09 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Sat, 5 Aug 2017 20:03:09 +0200 Subject: [Freeswitch-users] TURN Configuration under CGN (RFC6598) In-Reply-To: References: <06833996-10E5-4F95-8A72-16528C6E7398@jerris.com> Message-ID: unfortunately yes... this is what they are doing :( On 3 August 2017 at 20:09, Michael Jerris wrote: > They are natting one set of their public addresses to another? > > On Thu, Aug 3, 2017 at 1:07 AM Tihomir Culjaga wrote: > >> yes, they are using these ranges for CGN >> >> On 3 August 2017 at 04:15, Michael Jerris wrote: >> >>> is that OPTIMA-TELEKOM >>> >>> if so, that is their ip block… >>> >>> On Aug 2, 2017, at 2:27 AM, Tihomir Culjaga wrote: >>> >>> another carrier is using :=) >>> 89.201.184.0 >>> 89.201.185.0 >>> 89.201.186.0 >>> 89.201.187.0 >>> >>> this is just wrong ... :=) >>> >>> >>> >>> On 1 August 2017 at 22:01, Tihomir Culjaga wrote: >>> >>>> some private segment....10.x.x.x something on some carriers and >>>> 172.31.x.x on others >>>> >>>> no idea about others >>>> >>>> On 1 August 2017 at 14:26, Brian West wrote: >>>> >>>>> What IP range did they use for CGNAT? >>>>> >>>>> On Mon, Jul 31, 2017 at 9:23 PM Nandy Dagondon >>>>> wrote: >>>>> >>>>>> My Internet provider just implemented CGN. So, my WAN IP is no longer >>>>>> public. With CGN, NAT is setup for outbound packets initiated from my >>>>>> end. But for inbound packets, when remote Vertp clients connect to my FS, >>>>>> CGN blocks them. Therefore, I can no longer experiment with Verto. >>>>>> >>>>>> That's why I need to try TURN/ICE service which is open to public to >>>>>> relay media to my FS. I understand STUN can only help in signalling. >>>>>> >>>>>> Thanks for the additional inputs. >>>>>> >>>>>> /Nandy >>>>>> >>>>>> >>>>>> On Mon, Jul 31, 2017 at 3:42 PM, Tihomir Culjaga >>>>>> wrote: >>>>>> >>>>>>> TURN helps in Symmetric NAT scenarios only >>>>>>> >>>>>>> you should always try to get a direct connection first ( using STUN >>>>>>> ) and if everything else fails, you can use TURN. >>>>>>> >>>>>>> to check your NAT type, you can use stunclient program from >>>>>>> stunprotocol.org >>>>>>> >>>>>>> e.g.: /stunclient --mode full stun.ekiga.net 3479 >>>>>>> >>>>>>> On 31 July 2017 at 02:44, Brian West wrote: >>>>>>> >>>>>>>> What issue are you trying to solve with turn? >>>>>>>> >>>>>>>> On Sat, Jul 29, 2017 at 1:42 AM Tihomir Culjaga >>>>>>>> wrote: >>>>>>>> >>>>>>>>> >>>>>>>>> FS doesn't use turn... but verto client can use it if you pass the >>>>>>>>> parameter in init function ... like that: >>>>>>>>> >>>>>>>>> iceServers: [ >>>>>>>>> {url: 'turn:numb.viagenie.ca',credential: 'pass', username: >>>>>>>>> 'user'}, >>>>>>>>> {url: 'stun:ripslinger.undo.it',}, >>>>>>>>> {url: 'stun:stun.schlund.de',}, >>>>>>>>> {url: 'stun:stun.ekiga.net',}, >>>>>>>>> {url: 'stun:stun01.sipphone.com',}, >>>>>>>>> ], >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On 28 July 2017 at 15:54, Brian West wrote: >>>>>>>>> >>>>>>>>>> TURN is not needed with FreeSWITCH, plus we do not support it. >>>>>>>>>> >>>>>>>>>> /b >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Thu, Jul 27, 2017 at 8:55 PM, Nandy Dagondon < >>>>>>>>>> nandy1925 at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Hi folks, >>>>>>>>>>> >>>>>>>>>>> I just learned that our Internet provider implemented CGN when >>>>>>>>>>> I'm about to experiment WebRTC/mod_verto. I already signed up a free TURN >>>>>>>>>>> server account at http://numb.viagenie.ca/ to proceed. Where >>>>>>>>>>> do I place turn:numb.viagenie.ca in the config files? Is this >>>>>>>>>>> correct? >>>>>>>>>>> >>>>>>>>>>> sip_profiles/external.xml: >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> /Nandy >>>>>>>>>>> >>>>>>>>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Sat Aug 5 20:41:20 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 05 Aug 2017 20:41:20 +0000 Subject: [Freeswitch-users] Httpapi and xml dialplan Message-ID: Can someone please advice me. Would like to develop something with httpapi and need to know about concept. Can I mix httpapi and xml dialplan plan? For example, can I execute answer, call httpapi for some work and then proceed with xml dialplan or httpapi continuous loop for asking what's next? Thank you, Gregor -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Sat Aug 5 20:51:49 2017 From: mike at jerris.com (Michael Jerris) Date: Sat, 5 Aug 2017 15:51:49 -0500 Subject: [Freeswitch-users] Httpapi and xml dialplan In-Reply-To: References: Message-ID: sure, just transfer back to another extension > On Aug 5, 2017, at 3:41 PM, Gregor Nanger wrote: > > Can someone please advice me. > > Would like to develop something with httpapi and need to know about concept. Can I mix httpapi and xml dialplan plan? For example, can I execute answer, call httpapi for some work and then proceed with xml dialplan or httpapi continuous loop for asking what's next? > > Thank you, Gregor > -- From krice at tollfreegateway.com Sat Aug 5 22:46:57 2017 From: krice at tollfreegateway.com (krice at tollfreegateway.com) Date: Sat, 5 Aug 2017 17:46:57 -0500 Subject: [Freeswitch-users] Httpapi and xml dialplan In-Reply-To: References: Message-ID: <11ae01d30e3c$be47a7b0$3ad6f710$@tollfreegateway.com> Yes you canmix xml dialplan and httapi… you can even mix mod_xml_curl dialplan and httapi for even more fun stuff. From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Gregor Nanger Sent: Saturday, August 5, 2017 3:41 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Httpapi and xml dialplan Can someone please advice me. Would like to develop something with httpapi and need to know about concept. Can I mix httpapi and xml dialplan plan? For example, can I execute answer, call httpapi for some work and then proceed with xml dialplan or httpapi continuous loop for asking what's next? Thank you, Gregor -- Gregor Nanger CTO t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Sun Aug 6 11:27:43 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Sun, 06 Aug 2017 11:27:43 +0000 Subject: [Freeswitch-users] Httpapi and xml dialplan In-Reply-To: <11ae01d30e3c$be47a7b0$3ad6f710$@tollfreegateway.com> References: <11ae01d30e3c$be47a7b0$3ad6f710$@tollfreegateway.com> Message-ID: Thanx. But do not want to transfer to another extension. This means fetch xml_curl (I am using xml_curl)and and process dialplan. I was wondering if I can tell to httpapi, you have nothing to do anymore, continue with dialplan plan that called you. It is just that whatever I do with FS want to minimize processing and resources. On Sun, Aug 6, 2017, 00:49 wrote: > Yes you canmix xml dialplan and httapi… you can even mix mod_xml_curl > dialplan and httapi for even more fun stuff. > > > > *From:* FreeSWITCH-users [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Gregor > Nanger > *Sent:* Saturday, August 5, 2017 3:41 PM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Httpapi and xml dialplan > > > > Can someone please advice me. > > > > Would like to develop something with httpapi and need to know about > concept. Can I mix httpapi and xml dialplan plan? For example, can I > execute answer, call httpapi for some work and then proceed with xml > dialplan or httpapi continuous loop for asking what's next? > > > > Thank you, Gregor > > -- > > *Gregor Nanger* > > > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sun Aug 6 12:38:52 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Sun, 06 Aug 2017 12:38:52 +0000 Subject: [Freeswitch-users] DNS SRV failover Message-ID: I configured two DNS SRV like "_sip._udp.example.com" and pointed to two FS servers. Than i originate call from third FS server and use "fs_path=sip:example.com" Looks like FS 1.6.18 not detect fail of one server and always routes to only one server of two in SRV records. Is this bug and need to report or i do some thing wrong? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ak at hejdu.dk Sun Aug 6 19:08:13 2017 From: ak at hejdu.dk (Allan Kristensen) Date: Sun, 06 Aug 2017 19:08:13 +0000 Subject: [Freeswitch-users] World network tones in TGML In-Reply-To: References: Message-ID: Yes, just my thoughts. I will try to figure out a way to parse the ITU PDF and create an xml file. Once we have the TGML, it should be easy to select the tones to be included. /Allan On Wed, Aug 2, 2017 at 2:15 AM Anthony Minessale < anthony.minessale at gmail.com> wrote: > We dont but if you do make it, we can add it as an xml file you could > include to set them as variables of you format them with X-preprocess sets > like vars.xml > > > > On Tue, Aug 1, 2017 at 4:11 AM Allan Kristensen wrote: > >> Hello, >> >> Does anyone have/need a complete database of network tones in TGML ? >> >> These: >> https://www.itu.int/dms_pub/itu-t/opb/sp/T-SP-E.180-2010-PDF-E.pdf >> >> I'm thinking a lot of WebRTC clients doesn't have any built in support >> for generating network tones and must have these served as early media? (at >> least the ones I've worked with ;-). >> >> We need it for different reasons, but before we start building it, I just >> wanted to check if it was already existing out there? >> >> Best Regards, >> Allan Kristensen >> > _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 <(919)%20386-9900> > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From josedavid at zennio.com Mon Aug 7 06:22:36 2017 From: josedavid at zennio.com (Jose David Jurado Alonso) Date: Mon, 7 Aug 2017 08:22:36 +0200 Subject: [Freeswitch-users] FS AWS does not call between mobile phones connected to the same WiFi In-Reply-To: References: Message-ID: Hi, Finally, the problem was that the variable "domain", in vars.xml file, was set to the default, ipv4 local, and after changing it by the domain name ( mydomain.us in the example) already works correctly. Thanks! 2017-08-03 8:53 GMT+02:00 Sergey Safarov : > Hello Jose > I have same experisnce before > Issue may be related to: > 1) NAT; > 2) buggy ALG; > 3) sip client uses permanent RTP port. > > Try latest linphone with: > 1)enabled TLS transport; > 2) random port fo RTP. > > ср, 2 авг. 2017 г., 18:30 Jose David Jurado Alonso : > >> Hi Giovanni, >> >> I have tried with the change you mention, changing the domain by the >> public IP, but it still does not work. >> >> Both devices are connected to the same WiFi, on a TP-Link Archer C1200 >> router, and in the ALG section I do not see the SIP option. >> >> By connecting one of the devices to this router and the other to another >> network, the call is successful. The problem is when the two are >> connected to the same network (I have tested with several different >> networks). >> >> It's as if FS does not find the destination number and stays waiting. Both >> devices are correctly registered and can be called or called by any device >> as long as it is not on the same network. >> >> >> >> >> >> 2017-07-28 18:05 GMT+02:00 Giovanni Maruzzelli : >> >>> On 28 July 2017 at 20:21, Jose David Jurado Alonso >> > wrote: >>> >>>> My current configuration is the next: >>>> >>>> vars.xml: >>>> >>>> >>>> >>>> >>>> >>> >>> >>> try making it: >>> >>> >>> >>> >>> >>> Stop and start FreeSeWITCH and see if it helps >>> >>> Also, maybe something is blocked by some ALG in the clients' router? Try >>> to connect via TLS... >>> >>> Hope this help, >>> >>> -giovanni >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 1024 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 1006 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 966 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 1196 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.jpg Type: image/jpeg Size: 1135 bytes Desc: not available URL: From tpe at herobase.com Mon Aug 7 08:31:04 2017 From: tpe at herobase.com (Tor Petterson) Date: Mon, 7 Aug 2017 10:31:04 +0200 Subject: [Freeswitch-users] Eavesdrop problems Message-ID: Hi I think I've run into a bug using eavesdrop. The scenario is that I setup a webRTC channel which I want to be able to eavesdrop on several calls in succession. I do this by starting eavesdrop then when I switch to eavesdrop on another call, I park the webRTC call before starting eavesdrop again. My problem is that I can only do this a few times before I lose audio on the webRTC call. When the problem occurs I get no entries in the log when I call the eavesdrop application. I tried to do some debugging on this and it seems that the channel thread gets stuck somewhere. Does anyone know a workaround or have an idea where in the code to look for the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Mon Aug 7 08:50:47 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 07 Aug 2017 08:50:47 +0000 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: Do you need to park? Can't you just develop click to call and execute dialplan like in wiki example? On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: > Hi > > I think I've run into a bug using eavesdrop. > The scenario is that I setup a webRTC channel which I want to be able to > eavesdrop on several calls in succession. > I do this by starting eavesdrop then when I switch to eavesdrop on another > call, I park the webRTC call before starting eavesdrop again. > My problem is that I can only do this a few times before I lose audio on > the webRTC call. > When the problem occurs I get no entries in the log when I call the > eavesdrop application. > I tried to do some debugging on this and it seems that the channel thread > gets stuck somewhere. > Does anyone know a workaround or have an idea where in the code to look > for 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 -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From tpe at herobase.com Mon Aug 7 09:19:38 2017 From: tpe at herobase.com (Tor Petterson) Date: Mon, 7 Aug 2017 11:19:38 +0200 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: I am calling eavesdrop from the event socket and at least from there you can't just call eavesdrop multiple times with different parameters. If you do that you will still be listening to the first call. 2017-08-07 10:50 GMT+02:00 Gregor Nanger : > Do you need to park? Can't you just develop click to call and execute > dialplan like in wiki example? > > On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: > >> Hi >> >> I think I've run into a bug using eavesdrop. >> The scenario is that I setup a webRTC channel which I want to be able to >> eavesdrop on several calls in succession. >> I do this by starting eavesdrop then when I switch to eavesdrop on >> another call, I park the webRTC call before starting eavesdrop again. >> My problem is that I can only do this a few times before I lose audio on >> the webRTC call. >> When the problem occurs I get no entries in the log when I call the >> eavesdrop application. >> I tried to do some debugging on this and it seems that the channel thread >> gets stuck somewhere. >> Does anyone know a workaround or have an idea where in the code to look >> for 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 > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Mon Aug 7 18:30:48 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 07 Aug 2017 18:30:48 +0000 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: i wonder if it's a timing issue and it's stuck in a state in the state machine. Couple things to try, we fixed an issue recently where a specific case i can't recall would leave a call stuck in the state machine. test latest master and see if you can reproduce. Second thing to try is instead of park and eavesdrop again, call the transfer application, using inline dialplan to the eavesdrop application, followed by park in case the other end hangs up. Then for the next one do the same, it shouldn't need to be parked then unless the other side of the call dies. On Mon, Aug 7, 2017 at 4:34 AM Tor Petterson wrote: > I am calling eavesdrop from the event socket and at least from there you > can't just call eavesdrop multiple times with different parameters. If you > do that you will still be listening to the first call. > > 2017-08-07 10:50 GMT+02:00 Gregor Nanger : > >> Do you need to park? Can't you just develop click to call and execute >> dialplan like in wiki example? >> >> On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: >> >>> Hi >>> >>> I think I've run into a bug using eavesdrop. >>> The scenario is that I setup a webRTC channel which I want to be able >>> to eavesdrop on several calls in succession. >>> I do this by starting eavesdrop then when I switch to eavesdrop on >>> another call, I park the webRTC call before starting eavesdrop again. >>> My problem is that I can only do this a few times before I lose audio on >>> the webRTC call. >>> When the problem occurs I get no entries in the log when I call the >>> eavesdrop application. >>> I tried to do some debugging on this and it seems that the channel >>> thread gets stuck somewhere. >>> Does anyone know a workaround or have an idea where in the code to look >>> for 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 >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Mon Aug 7 18:35:47 2017 From: mario_fs at mgtech.com (Mario G) Date: Mon, 7 Aug 2017 11:35:47 -0700 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> Message-ID: I tried some things this weekend to no avail, only an IP address in the phone/client will allow forwarding: 1.In vars.xml I made the domain_name freeswitch.lan but that did not work. 2. To Internal.xml I added: 3. To Internal.xml I added: > >> On Aug 3, 2017, at 10:52 AM, Anthony Minessale > wrote: >> >> Is that dns name the proper name or set as an alias to your profile? >> >> The only way to resolve names to profiles is by naming the profile to be the domain or use the alias feature. >> >> I am not positive that is part of your problem but based on the desc that is my hunch. >> >> >> On Thu, Aug 3, 2017 at 10:50 AM Mario G > wrote: >> In case anyone stumbles into this same problem… Over a year of work and I finally found the problem: FS-10569 . >> >> >>> On Dec 29, 2016, at 11:13 AM, Mario G > wrote: >>> >>> 1.6.13+git~20161214 >>> >>>> On Dec 28, 2016, at 12:52 PM, Brian West > wrote: >>>> >>>> What rev of FreeSWITCH is this? >>>> >>>> On Wed, Dec 28, 2016 at 2:39 PM, Mario G > wrote: >>>> Anyone know the answer to this? Still no luck. >>>> Mario G >>>> >>>>> On Nov 21, 2016, at 8:39 AM, Mario G > wrote: >>>>> >>>>> What are the bold deflect and refer to lines below telling me? This worked until last year, not sure if it’s related to 1.6, I can’t nail down a start date. >>>>> >>>>> A ring group rings. When one phone’s FWD button is pressed prior to a call or during a call the call is forwarded to VM extension 2921, and the other phones stopped ringing. This no longer works, the set phone does not ring, the call is not transferred to VM and the other phones keep ringing. I couldn’t find anything on the wiki (it only described using codes to turn FWD on/off), etc. to explain why this stopped working. Any help to get the phone forwarding working again is greatly appreciated. Thanks! >>>>> Mario G >>>>> >>>>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns it off. All other DSS keys such as call park, etc work fine. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> This log shows the only lines that contain 2921 in bold: >>>>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing Mario G <15051234567>->2921 in context public >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing [public->unloop] continue=false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Action deflect(${destination_number}) >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 (sofia/internal/15051234567 at 11.123.1.10 ) State Change CS_ROUTING -> CS_EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 (sofia/internal/15051234567 at 11.123.1.10 ) State ROUTING going to sleep >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/15051234567 at 11.123.1.10 ) Running State Change CS_EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 (sofia/internal/15051234567 at 11.123.1.10 ) State EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>>>> EXECUTE sofia/internal/15051234567 at 11.123.1.10 deflect(2921) >>>>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 Process REFER to [(null)@2921] >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> -- >>>> Brian West >>>> brian at freeswitch.org >>>> >>>> Twitter: @FreeSWITCH , @briankwest >>>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >>>> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> Got Bugs? Report them here ! | Reddit: /r/freeswitch >>>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >>>> Skype:briankwest >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> -- >> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >> >> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH >> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ >> >> ClueCon Weekly Development Call >> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From joelists at tm.net.uk Mon Aug 7 22:55:48 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Mon, 7 Aug 2017 23:55:48 +0100 Subject: [Freeswitch-users] rad_auth failing under load Message-ID: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> Hi Guys I am having a strange issue, when I have more than about 450 concurrent calls, rad_auth seems to fail to authorise calls. I see the Radius request received and replied with RAD-ACCEPT from the Radius server but I get the following error 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication failure (RC=1) 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured during radius authorization. I have had a look as ulimit and seems to be fine. core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 128716 max locked memory (kbytes, -l) 64 max memory size (kbytes, -m) unlimited open files (-n) 65536 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 128716 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited Anyone have any ideas? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From 3la9l at mail.ru Mon Aug 7 14:59:29 2017 From: 3la9l at mail.ru (animal_alpha) Date: Mon, 7 Aug 2017 07:59:29 -0700 (MST) Subject: [Freeswitch-users] att_xfer source leg and lua dialplan Message-ID: <1502117969438-7596343.post@n2.nabble.com> Hello everybody! I am using Freeswitch with mod_lua and have the following setup: User 1004 is calling user 101, user 101 does an att transfer to 103, but user 103 see the caller-id of 1004(basically 1004 is calling both 101 and 103: mod_dialplan_xml.c:637 Processing 1004 <1004>->103 in context 1_local_103) 101, not 1004 should call 103 How can i get caller-id of 101 on 103(set -bleg on transfer?? )? 101 user's context is : 103 user's context: features context: -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/att-xfer-source-leg-and-lua-dialplan-tp7596343.html Sent from the freeswitch-users mailing list archive at Nabble.com. From euan at ensemblepourladifference.org Mon Aug 7 12:34:50 2017 From: euan at ensemblepourladifference.org (Euan Millar) Date: Mon, 7 Aug 2017 13:34:50 +0100 Subject: [Freeswitch-users] How to reduce default sleep between transfers? Message-ID: Hi, I am quite new to Freeswitch so this is probably a simple config question... When transferring a call I notice a 10 second sleep which can make users think that something has gone wrong. It is slightly unnatural between my IVR applications. I see this in the log: EXECUTE sofia/internal/1003 at 192.168.0.4:5060 sleep(10000) Is there a way to reduce this value? Many thanks, Euan -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at missionlabs.co.uk Mon Aug 7 08:35:32 2017 From: sean at missionlabs.co.uk (Sean Ingham) Date: Mon, 7 Aug 2017 09:35:32 +0100 Subject: [Freeswitch-users] Persist outbound event socket after channel is destroyed Message-ID: I'm using the socket application in the dialplan to establish an outbound event socket to my app. I use the async and full flags to expose full api functionality. I currently use myevents to filter only events related to the current channel, I also use the linger command to ensure the socket stays up until all channel events have been sent to my app (after which FS then tears down the socket). However, what I'm trying to do is prevent FS closing the socket at all, and always leave it up to my app to close the socket when it's finished with it. Is this possible with ESL in outbound mode? In other words, I want the socket to linger longer :) Sean. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Tue Aug 8 13:18:08 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 8 Aug 2017 08:18:08 -0500 Subject: [Freeswitch-users] How to reduce default sleep between transfers? In-Reply-To: References: Message-ID: It is probably in dialplan, /usr/local/freeswitch/conf/dialplan/* Search the files under that directory... sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT On Aug 8, 2017 2:48 AM, "Euan Millar" wrote: > Hi, > > I am quite new to Freeswitch so this is probably a simple config > question... > > When transferring a call I notice a 10 second sleep which can make users > think that something has gone wrong. It is slightly unnatural between my > IVR applications. > > I see this in the log: > > EXECUTE sofia/internal/1003 at 192.168.0.4:5060 sleep(10000) > > Is there a way to reduce this value? > > Many thanks, > > Euan > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Tue Aug 8 15:14:43 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Tue, 8 Aug 2017 12:14:43 -0300 Subject: [Freeswitch-users] Persist outbound event socket after channel is destroyed In-Reply-To: References: Message-ID: What exactly do you want to do? The call is already over... If you want to monitor FS or do anything else not related to the call, you should probably be using an INBOUND socket. Guillermo On Mon, Aug 7, 2017 at 5:35 AM, Sean Ingham wrote: > I'm using the socket application in the dialplan to establish an outbound > event socket to my app. I use the async and full flags to expose full api > functionality. > > I currently use myevents to filter only events related to the current > channel, I also use the linger command to ensure the socket stays up until > all channel events have been sent to my app (after which FS then tears down > the socket). > > However, what I'm trying to do is prevent FS closing the socket at all, > and always leave it up to my app to close the socket when it's finished > with it. Is this possible with ESL in outbound mode? > > In other words, I want the socket to linger longer :) > > > Sean. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From 3la9l at mail.ru Tue Aug 8 08:13:28 2017 From: 3la9l at mail.ru (animal_alpha) Date: Tue, 8 Aug 2017 01:13:28 -0700 (MST) Subject: [Freeswitch-users] att_xfer source leg and lua dialplan In-Reply-To: <1502117969438-7596343.post@n2.nabble.com> References: <1502117969438-7596343.post@n2.nabble.com> Message-ID: <1502180008043-7596345.post@n2.nabble.com> P.S. Freeswitch works without registrations. All registrations is on Opensips. -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/att-xfer-source-leg-and-lua-dialplan-tp7596343p7596345.html Sent from the freeswitch-users mailing list archive at Nabble.com. From 3la9l at mail.ru Tue Aug 8 14:34:06 2017 From: 3la9l at mail.ru (animal_alpha) Date: Tue, 8 Aug 2017 07:34:06 -0700 (MST) Subject: [Freeswitch-users] att_xfer source leg and lua dialplan In-Reply-To: <1502180008043-7596345.post@n2.nabble.com> References: <1502117969438-7596343.post@n2.nabble.com> <1502180008043-7596345.post@n2.nabble.com> Message-ID: <1502202846049-7596346.post@n2.nabble.com> problem was fixed by using "user/" instead of "sofia/internal" and custom dial-string (without sofia_contact) -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/att-xfer-source-leg-and-lua-dialplan-tp7596343p7596346.html Sent from the freeswitch-users mailing list archive at Nabble.com. From josedavid at zennio.com Tue Aug 8 07:58:40 2017 From: josedavid at zennio.com (Jose David Jurado Alonso) Date: Tue, 8 Aug 2017 09:58:40 +0200 Subject: [Freeswitch-users] How to reduce default sleep between transfers? In-Reply-To: References: Message-ID: Hi, I'm not sure but you can try to modify some of this timeouts: */etc/freeswitch# grep -r "10000" ** *...* *dialplan/default.xml: * *ivr_menus/new_demo_ivr.xml: timeout="10000"* *ivr_menus/demo_ivr.xml: timeout="10000"* *skinny_profiles/internal.xml: * *...* Probably, the correct variable to be modified is in "default.xml". 2017-08-07 14:34 GMT+02:00 Euan Millar : > Hi, > > I am quite new to Freeswitch so this is probably a simple config > question... > > When transferring a call I notice a 10 second sleep which can make users > think that something has gone wrong. It is slightly unnatural between my > IVR applications. > > I see this in the log: > > EXECUTE sofia/internal/1003 at 192.168.0.4:5060 sleep(10000) > > Is there a way to reduce this value? > > Many thanks, > > Euan > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpgodoy at redvoiss.net Tue Aug 8 15:38:05 2017 From: jpgodoy at redvoiss.net (Juan Pablo Godoy Macari) Date: Tue, 8 Aug 2017 11:38:05 -0400 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> Message-ID: Hello, I had the same problem. Compile the radius module with freeradius-client 1.1.7 Regards, Juan Pablo Godoy. 2017-08-07 18:55 GMT-04:00 Joseph Waite : > Hi Guys > > I am having a strange issue, when I have more than about 450 concurrent > calls, rad_auth seems to fail to authorise calls. > > I see the Radius request received and replied with RAD-ACCEPT from the > Radius server but I get the following error > > 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication > failure (RC=1) > 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured > during radius authorization. > > I have had a look as ulimit and seems to be fine. > > core file size (blocks, -c) 0 > data seg size (kbytes, -d) unlimited > scheduling priority (-e) 0 > file size (blocks, -f) unlimited > pending signals (-i) 128716 > max locked memory (kbytes, -l) 64 > max memory size (kbytes, -m) unlimited > open files (-n) 65536 > pipe size (512 bytes, -p) 8 > POSIX message queues (bytes, -q) 819200 > real-time priority (-r) 0 > stack size (kbytes, -s) 8192 > cpu time (seconds, -t) unlimited > max user processes (-u) 128716 > virtual memory (kbytes, -v) unlimited > file locks (-x) unlimited > > Anyone have any ideas? > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Tue Aug 8 16:04:00 2017 From: brian at freeswitch.org (Brian West) Date: Tue, 08 Aug 2017 16:04:00 +0000 Subject: [Freeswitch-users] How to reduce default sleep between transfers? In-Reply-To: References: Message-ID: That sleep is there on purpose in the configs and has you looked at fs_cli it complains that you’ve not changed the default password! CRIT messages:) On Tue, Aug 8, 2017 at 10:24 AM Jose David Jurado Alonso < josedavid at zennio.com> wrote: > Hi, > > I'm not sure but you can try to modify some of this timeouts: > > */etc/freeswitch# grep -r "10000" ** > *...* > *dialplan/default.xml: * > *ivr_menus/new_demo_ivr.xml: timeout="10000"* > *ivr_menus/demo_ivr.xml: timeout="10000"* > *skinny_profiles/internal.xml: value="10000"/>* > *...* > > Probably, the correct variable to be modified is in "default.xml". > > > 2017-08-07 14:34 GMT+02:00 Euan Millar > : > >> Hi, >> >> I am quite new to Freeswitch so this is probably a simple config >> question... >> >> When transferring a call I notice a 10 second sleep which can make users >> think that something has gone wrong. It is slightly unnatural between my >> IVR applications. >> >> I see this in the log: >> >> EXECUTE sofia/internal/1003 at 192.168.0.4:5060 sleep(10000) >> >> Is there a way to reduce this value? >> >> Many thanks, >> >> Euan >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From joelists at tm.net.uk Tue Aug 8 18:40:20 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Tue, 8 Aug 2017 19:40:20 +0100 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> Message-ID: <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> Hi I have done a fresh install and used freeradius-client 1.1.7 but still have this issue, Did you have to make any config changes to free radius client? Regards > On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari wrote: > > Hello, > > I had the same problem. Compile the radius module with freeradius-client 1.1.7 > > Regards, > Juan Pablo Godoy. > > 2017-08-07 18:55 GMT-04:00 Joseph Waite >: > Hi Guys > > I am having a strange issue, when I have more than about 450 concurrent calls, rad_auth seems to fail to authorise calls. > > I see the Radius request received and replied with RAD-ACCEPT from the Radius server but I get the following error > > 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication failure (RC=1) > 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured during radius authorization. > > I have had a look as ulimit and seems to be fine. > > core file size (blocks, -c) 0 > data seg size (kbytes, -d) unlimited > scheduling priority (-e) 0 > file size (blocks, -f) unlimited > pending signals (-i) 128716 > max locked memory (kbytes, -l) 64 > max memory size (kbytes, -m) unlimited > open files (-n) 65536 > pipe size (512 bytes, -p) 8 > POSIX message queues (bytes, -q) 819200 > real-time priority (-r) 0 > stack size (kbytes, -s) 8192 > cpu time (seconds, -t) unlimited > max user processes (-u) 128716 > virtual memory (kbytes, -v) unlimited > file locks (-x) unlimited > > Anyone have any ideas? > > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpgodoy at redvoiss.net Tue Aug 8 19:21:23 2017 From: jpgodoy at redvoiss.net (Juan Pablo Godoy Macari) Date: Tue, 8 Aug 2017 15:21:23 -0400 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> Message-ID: Actually, I'm not using radauth module. I use mod_xml_radius instead, it's newer and you have accounting support too. The implementation it's similar compared to radauth module. Regards, Juan Pablo Godoy. 2017-08-08 14:40 GMT-04:00 Joseph Waite : > Hi > > I have done a fresh install and used freeradius-client 1.1.7 but still > have this issue, Did you have to make any config changes to free radius > client? > > Regards > > On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari > wrote: > > Hello, > > I had the same problem. Compile the radius module with freeradius-client > 1.1.7 > > Regards, > Juan Pablo Godoy. > > 2017-08-07 18:55 GMT-04:00 Joseph Waite : > >> Hi Guys >> >> I am having a strange issue, when I have more than about 450 concurrent >> calls, rad_auth seems to fail to authorise calls. >> >> I see the Radius request received and replied with RAD-ACCEPT from the >> Radius server but I get the following error >> >> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >> Authentication failure (RC=1) >> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >> during radius authorization. >> >> I have had a look as ulimit and seems to be fine. >> >> core file size (blocks, -c) 0 >> data seg size (kbytes, -d) unlimited >> scheduling priority (-e) 0 >> file size (blocks, -f) unlimited >> pending signals (-i) 128716 >> max locked memory (kbytes, -l) 64 >> max memory size (kbytes, -m) unlimited >> open files (-n) 65536 >> pipe size (512 bytes, -p) 8 >> POSIX message queues (bytes, -q) 819200 >> real-time priority (-r) 0 >> stack size (kbytes, -s) 8192 >> cpu time (seconds, -t) unlimited >> max user processes (-u) 128716 >> virtual memory (kbytes, -v) unlimited >> file locks (-x) unlimited >> >> Anyone have any ideas? >> >> 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 >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joelists at tm.net.uk Tue Aug 8 19:30:41 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Tue, 8 Aug 2017 20:30:41 +0100 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> Message-ID: Hi I am using both, I need to do authentication from within the dial plan for IP authenticated users, so I use mod_rad_auth for this and mod_xml_radius for user auth and accounting. I think I have found the issue, Freeswitch actually downloads free radius client and in the stable branch the makefiles for both modules specifies 1.1.6 so changed to 1.1.7 and recompiling everything. Will update if this solves the issues. Regards > On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari wrote: > > Actually, I'm not using radauth module. I use mod_xml_radius instead, it's newer and you have accounting support too. The implementation it's similar compared to radauth module. > > Regards, > Juan Pablo Godoy. > > 2017-08-08 14:40 GMT-04:00 Joseph Waite >: > Hi > > I have done a fresh install and used freeradius-client 1.1.7 but still have this issue, Did you have to make any config changes to free radius client? > > Regards > >> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari > wrote: >> >> Hello, >> >> I had the same problem. Compile the radius module with freeradius-client 1.1.7 >> >> Regards, >> Juan Pablo Godoy. >> >> 2017-08-07 18:55 GMT-04:00 Joseph Waite >: >> Hi Guys >> >> I am having a strange issue, when I have more than about 450 concurrent calls, rad_auth seems to fail to authorise calls. >> >> I see the Radius request received and replied with RAD-ACCEPT from the Radius server but I get the following error >> >> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication failure (RC=1) >> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured during radius authorization. >> >> I have had a look as ulimit and seems to be fine. >> >> core file size (blocks, -c) 0 >> data seg size (kbytes, -d) unlimited >> scheduling priority (-e) 0 >> file size (blocks, -f) unlimited >> pending signals (-i) 128716 >> max locked memory (kbytes, -l) 64 >> max memory size (kbytes, -m) unlimited >> open files (-n) 65536 >> pipe size (512 bytes, -p) 8 >> POSIX message queues (bytes, -q) 819200 >> real-time priority (-r) 0 >> stack size (kbytes, -s) 8192 >> cpu time (seconds, -t) unlimited >> max user processes (-u) 128716 >> virtual memory (kbytes, -v) unlimited >> file locks (-x) unlimited >> >> Anyone have any ideas? >> >> 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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpgodoy at redvoiss.net Tue Aug 8 19:38:38 2017 From: jpgodoy at redvoiss.net (Juan Pablo Godoy Macari) Date: Tue, 8 Aug 2017 15:38:38 -0400 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> Message-ID: That's the problem...I modified the files "Makefile" in the module's folder to use the version 1.1.7 of freeradius-client. Regards. 2017-08-08 15:30 GMT-04:00 Joseph Waite : > Hi > > I am using both, I need to do authentication from within the dial plan for > IP authenticated users, so I use mod_rad_auth for this and mod_xml_radius > for user auth and accounting. > > I think I have found the issue, Freeswitch actually downloads free radius > client and in the stable branch the makefiles for both modules specifies > 1.1.6 so changed to 1.1.7 and recompiling everything. > > Will update if this solves the issues. > > Regards > > On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari > wrote: > > Actually, I'm not using radauth module. I use mod_xml_radius instead, it's > newer and you have accounting support too. The implementation it's similar > compared to radauth module. > > Regards, > Juan Pablo Godoy. > > 2017-08-08 14:40 GMT-04:00 Joseph Waite : > >> Hi >> >> I have done a fresh install and used freeradius-client 1.1.7 but still >> have this issue, Did you have to make any config changes to free radius >> client? >> >> Regards >> >> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari >> wrote: >> >> Hello, >> >> I had the same problem. Compile the radius module with freeradius-client >> 1.1.7 >> >> Regards, >> Juan Pablo Godoy. >> >> 2017-08-07 18:55 GMT-04:00 Joseph Waite : >> >>> Hi Guys >>> >>> I am having a strange issue, when I have more than about 450 concurrent >>> calls, rad_auth seems to fail to authorise calls. >>> >>> I see the Radius request received and replied with RAD-ACCEPT from the >>> Radius server but I get the following error >>> >>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >>> Authentication failure (RC=1) >>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >>> during radius authorization. >>> >>> I have had a look as ulimit and seems to be fine. >>> >>> core file size (blocks, -c) 0 >>> data seg size (kbytes, -d) unlimited >>> scheduling priority (-e) 0 >>> file size (blocks, -f) unlimited >>> pending signals (-i) 128716 >>> max locked memory (kbytes, -l) 64 >>> max memory size (kbytes, -m) unlimited >>> open files (-n) 65536 >>> pipe size (512 bytes, -p) 8 >>> POSIX message queues (bytes, -q) 819200 >>> real-time priority (-r) 0 >>> stack size (kbytes, -s) 8192 >>> cpu time (seconds, -t) unlimited >>> max user processes (-u) 128716 >>> virtual memory (kbytes, -v) unlimited >>> file locks (-x) unlimited >>> >>> Anyone have any ideas? >>> >>> 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 >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joelists at tm.net.uk Tue Aug 8 19:48:09 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Tue, 8 Aug 2017 20:48:09 +0100 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> Message-ID: <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> Hi Yes that was the issue. It works great now! Regards > On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari wrote: > > That's the problem...I modified the files "Makefile" in the module's folder to use the version 1.1.7 of freeradius-client. > > Regards. > > 2017-08-08 15:30 GMT-04:00 Joseph Waite >: > Hi > > I am using both, I need to do authentication from within the dial plan for IP authenticated users, so I use mod_rad_auth for this and mod_xml_radius for user auth and accounting. > > I think I have found the issue, Freeswitch actually downloads free radius client and in the stable branch the makefiles for both modules specifies 1.1.6 so changed to 1.1.7 and recompiling everything. > > Will update if this solves the issues. > > Regards > >> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari > wrote: >> >> Actually, I'm not using radauth module. I use mod_xml_radius instead, it's newer and you have accounting support too. The implementation it's similar compared to radauth module. >> >> Regards, >> Juan Pablo Godoy. >> >> 2017-08-08 14:40 GMT-04:00 Joseph Waite >: >> Hi >> >> I have done a fresh install and used freeradius-client 1.1.7 but still have this issue, Did you have to make any config changes to free radius client? >> >> Regards >> >>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari > wrote: >>> >>> Hello, >>> >>> I had the same problem. Compile the radius module with freeradius-client 1.1.7 >>> >>> Regards, >>> Juan Pablo Godoy. >>> >>> 2017-08-07 18:55 GMT-04:00 Joseph Waite >: >>> Hi Guys >>> >>> I am having a strange issue, when I have more than about 450 concurrent calls, rad_auth seems to fail to authorise calls. >>> >>> I see the Radius request received and replied with RAD-ACCEPT from the Radius server but I get the following error >>> >>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication failure (RC=1) >>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured during radius authorization. >>> >>> I have had a look as ulimit and seems to be fine. >>> >>> core file size (blocks, -c) 0 >>> data seg size (kbytes, -d) unlimited >>> scheduling priority (-e) 0 >>> file size (blocks, -f) unlimited >>> pending signals (-i) 128716 >>> max locked memory (kbytes, -l) 64 >>> max memory size (kbytes, -m) unlimited >>> open files (-n) 65536 >>> pipe size (512 bytes, -p) 8 >>> POSIX message queues (bytes, -q) 819200 >>> real-time priority (-r) 0 >>> stack size (kbytes, -s) 8192 >>> cpu time (seconds, -t) unlimited >>> max user processes (-u) 128716 >>> virtual memory (kbytes, -v) unlimited >>> file locks (-x) unlimited >>> >>> Anyone have any ideas? >>> >>> 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 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From ahabiba at gmail.com Tue Aug 8 20:42:40 2017 From: ahabiba at gmail.com (Ahmed habiba) Date: Tue, 8 Aug 2017 23:42:40 +0300 Subject: [Freeswitch-users] How to reduce default sleep between transfers? In-Reply-To: References: Message-ID: <5BBF7292-15FE-494D-86B8-9FB4310BDBA4@gmail.com> As mentioned by Brian you need to change the default password of the extensions in the "freeswitch/conf/vars.xml” as below: *Note xyzabc is just example > > From: Brian West > Subject: Re: [Freeswitch-users] How to reduce default sleep between transfers? > Date: August 8, 2017 at 7:04:00 PM GMT+3 > To: FreeSWITCH Users Help > > > That sleep is there on purpose in the configs and has you looked at fs_cli it complains that you’ve not changed the default password! CRIT messages:) > > > > On Tue, Aug 8, 2017 at 10:24 AM Jose David Jurado Alonso > wrote: > Hi, > > I'm not sure but you can try to modify some of this timeouts: > > /etc/freeswitch# grep -r "10000" * > ... > dialplan/default.xml: > ivr_menus/new_demo_ivr.xml: timeout="10000" > ivr_menus/demo_ivr.xml: timeout="10000" > skinny_profiles/internal.xml: > ... > > Probably, the correct variable to be modified is in "default.xml". > > > 2017-08-07 14:34 GMT+02:00 Euan Millar >: > Hi, > > I am quite new to Freeswitch so this is probably a simple config question... > > When transferring a call I notice a 10 second sleep which can make users think that something has gone wrong. It is slightly unnatural between my IVR applications. > > I see this in the log: > > EXECUTE sofia/internal/1003 at 192.168.0.4:5060 sleep(10000) > > Is there a way to reduce this value? > > Many thanks, > > Euan > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Brian West > brian at freeswitch.org > Twitter: @FreeSWITCH , @briankwest > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > https://www.gofundme.com/allison-prompts-for-freeswitch > Got Bugs? Report them here ! | Reddit: /r/freeswitch > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > Skype:briankwest > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan.port at gmail.com Tue Aug 8 23:07:16 2017 From: nathan.port at gmail.com (Nate) Date: Wed, 9 Aug 2017 11:07:16 +1200 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? Message-ID: Good day/evening everyone, Calls from my mobile are showing up in the logs, but they aren't ringing the extension I have configured for Destination. I've searched, purchased (and been reading) the eBook Freeswitch 1.8, but am still a bit perplexed by what the issue is. Can anyone please assist with interpreting of the following log? Many many thanks!!! [WARNING] sofia_reg.c:1792 SIP auth challenge (REGISTER) on sofia profile 'internal' for [204 at newplymouth.poiema.org] from ip 192.168.1.93 2017-08-09 10:13:51.062063 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/64225551212 at 206.191.159.247 [64db53af-fa7b-4878-9bdd-fd45a2f8f312] 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/64225551212 at 206.191.159.247) Running State Change CS_NEW (Cur 1 Tot 7) 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:9873 sofia/internal/ 64225551212 at 206.191.159.247 receiving invite from 206.191.159.247:5060 version: 1.6.19 -36-7a77e0b 64bit 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:10044 IP 206.191.159.247 Rejected by acl "domains". Falling back to Digest auth. 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:2334 detaching session 64db53af-fa7b-4878-9bdd-fd45a2f8f312 2017-08-09 10:13:51.062063 [WARNING] sofia_reg.c:1792 SIP auth challenge (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema.org] from ip 206.191.159.247 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:603 (sofia/internal/64225551212 at 206.191.159.247) State NEW 2017-08-09 10:13:51.482817 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/64225551212 at 192.241.183.87 [8b74f385-3024-40fe-a83d-892e5ecd7bc3] 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/64225551212 at 192.241.183.87) Running State Change CS_NEW (Cur 2 Tot 8) 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:9873 sofia/internal/ 64225551212 at 192.241.183.87 receiving invite from 192.241.183.87:5060 version: 1.6.19 -36-7a77e0b 64bit 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:10044 IP 192.241.183.87 Rejected by acl "domains". Falling back to Digest auth. 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:2334 detaching session 8b74f385-3024-40fe-a83d-892e5ecd7bc3 2017-08-09 10:13:51.482817 [WARNING] sofia_reg.c:1792 SIP auth challenge (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema.org] from ip 192.241.183.87 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:603 (sofia/internal/64225551212 at 192.241.183.87) State NEW 2017-08-09 10:13:52.182503 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/64225551212 at 107.6.13.77 [af5c7dd9-7848-4b59-8672-d62181ee1933] 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/64225551212 at 107.6.13.77) Running State Change CS_NEW (Cur 3 Tot 9) 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:9873 sofia/internal/ 64225551212 at 107.6.13.77 receiving invite from 107.6.13.77:5060 version: 1.6.19 -36-7a77e0b 64bit 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:10044 IP 107.6.13.77 Rejected by acl "domains". Falling back to Digest auth. 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:2334 detaching session af5c7dd9-7848-4b59-8672-d62181ee1933 2017-08-09 10:13:52.182503 [WARNING] sofia_reg.c:1792 SIP auth challenge (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema.org] from ip 107.6.13.77 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:603 (sofia/internal/64225551212 at 107.6.13.77) State NEW 2017-08-09 10:14:01.182250 [WARNING] switch_core_state_machine.c:687 sofia/internal/64225551212 at 206.191.159.247 Abandoned 2017-08-09 10:14:01.182250 [NOTICE] switch_core_state_machine.c:690 Hangup sofia/internal/64225551212 at 206.191.159.247 [CS_NEW] [WRONG_CALL_STATE] 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/64225551212 at 206.191.159.247) Running State Change CS_HANGUP (Cur 3 Tot 9) 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:850 (sofia/internal/64225551212 at 206.191.159.247) Callstate Change DOWN -> HANGUP 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:852 (sofia/internal/64225551212 at 206.191.159.247) State HANGUP -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Tue Aug 8 23:22:00 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 8 Aug 2017 18:22:00 -0500 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: Seems you are trying to receive incoming did calls on the internal profile (5060 port) With default config you need to receive incoming calls on port 5080 (external profile) sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT On Aug 8, 2017 18:08, "Nate" wrote: > Good day/evening everyone, > > Calls from my mobile are showing up in the logs, but they aren't ringing > the extension I have configured for Destination. > > I've searched, purchased (and been reading) the eBook Freeswitch 1.8, but > am still a bit perplexed by what the issue is. > > Can anyone please assist with interpreting of the following log? Many many > thanks!!! > > [WARNING] sofia_reg.c:1792 SIP auth challenge (REGISTER) on sofia profile > 'internal' for [204 at newplymouth.poiema.org] from ip 192.168.1.93 > 2017-08-09 10:13:51.062063 [NOTICE] switch_channel.c:1104 New Channel > sofia/internal/64225551212 at 206.191.159.247 [64db53af-fa7b-4878-9bdd- > fd45a2f8f312] > 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/64225551212 at 206.191.159.247) Running State Change CS_NEW > (Cur 1 Tot 7) > 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:9873 sofia/internal/ > 64225551212 at 206.191.159.247 receiving invite from 206.191.159.247:5060 > version: 1.6.19 -36-7a77e0b 64bit > 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:10044 IP 206.191.159.247 > Rejected by acl "domains". Falling back to Digest auth. > 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:2334 detaching session > 64db53af-fa7b-4878-9bdd-fd45a2f8f312 > 2017-08-09 10:13:51.062063 [WARNING] sofia_reg.c:1792 SIP auth challenge > (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth. > poiema.org] from ip 206.191.159.247 > 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:603 > (sofia/internal/64225551212 at 206.191.159.247) State NEW > 2017-08-09 10:13:51.482817 [NOTICE] switch_channel.c:1104 New Channel > sofia/internal/64225551212 at 192.241.183.87 [8b74f385-3024-40fe-a83d- > 892e5ecd7bc3] > 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/64225551212 at 192.241.183.87) Running State Change CS_NEW > (Cur 2 Tot 8) > 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:9873 sofia/internal/ > 64225551212 at 192.241.183.87 receiving invite from 192.241.183.87:5060 > version: 1.6.19 -36-7a77e0b 64bit > 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:10044 IP 192.241.183.87 > Rejected by acl "domains". Falling back to Digest auth. > 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:2334 detaching session > 8b74f385-3024-40fe-a83d-892e5ecd7bc3 > 2017-08-09 10:13:51.482817 [WARNING] sofia_reg.c:1792 SIP auth challenge > (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth. > poiema.org] from ip 192.241.183.87 > 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:603 > (sofia/internal/64225551212 at 192.241.183.87) State NEW > 2017-08-09 10:13:52.182503 [NOTICE] switch_channel.c:1104 New Channel > sofia/internal/64225551212 at 107.6.13.77 [af5c7dd9-7848-4b59-8672- > d62181ee1933] > 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/64225551212 at 107.6.13.77) Running State Change CS_NEW (Cur > 3 Tot 9) > 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:9873 sofia/internal/ > 64225551212 at 107.6.13.77 receiving invite from 107.6.13.77:5060 version: > 1.6.19 -36-7a77e0b 64bit > 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:10044 IP 107.6.13.77 Rejected > by acl "domains". Falling back to Digest auth. > 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:2334 detaching session > af5c7dd9-7848-4b59-8672-d62181ee1933 > 2017-08-09 10:13:52.182503 [WARNING] sofia_reg.c:1792 SIP auth challenge > (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth. > poiema.org] from ip 107.6.13.77 > 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:603 > (sofia/internal/64225551212 at 107.6.13.77) State NEW > 2017-08-09 10:14:01.182250 [WARNING] switch_core_state_machine.c:687 > sofia/internal/64225551212 at 206.191.159.247 Abandoned > 2017-08-09 10:14:01.182250 [NOTICE] switch_core_state_machine.c:690 > Hangup sofia/internal/64225551212 at 206.191.159.247 [CS_NEW] > [WRONG_CALL_STATE] > 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/64225551212 at 206.191.159.247) Running State Change > CS_HANGUP (Cur 3 Tot 9) > 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:850 > (sofia/internal/64225551212 at 206.191.159.247) Callstate Change DOWN -> > HANGUP > 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:852 > (sofia/internal/64225551212 at 206.191.159.247) State HANGUP > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Tue Aug 8 23:26:42 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Tue, 8 Aug 2017 18:26:42 -0500 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: (On the internal profile calls need to be authenticated. You dont want that for incoming did calls) sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT On Aug 8, 2017 6:22 PM, "Giovanni Maruzzelli" wrote: > Seems you are trying to receive incoming did calls on the internal profile > (5060 port) > > With default config you need to receive incoming calls on port 5080 > (external profile) > > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.IT > > On Aug 8, 2017 18:08, "Nate" wrote: > >> Good day/evening everyone, >> >> Calls from my mobile are showing up in the logs, but they aren't ringing >> the extension I have configured for Destination. >> >> I've searched, purchased (and been reading) the eBook Freeswitch 1.8, but >> am still a bit perplexed by what the issue is. >> >> Can anyone please assist with interpreting of the following log? Many >> many thanks!!! >> >> [WARNING] sofia_reg.c:1792 SIP auth challenge (REGISTER) on sofia profile >> 'internal' for [204 at newplymouth.poiema.org] from ip 192.168.1.93 >> 2017-08-09 10:13:51.062063 [NOTICE] switch_channel.c:1104 New Channel >> sofia/internal/64225551212 at 206.191.159.247 [64db53af-fa7b-4878-9bdd-fd45a >> 2f8f312] >> 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/64225551212 at 206.191.159.247) Running State Change CS_NEW >> (Cur 1 Tot 7) >> 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:9873 sofia/internal/ >> 64225551212 at 206.191.159.247 receiving invite from 206.191.159.247:5060 >> version: 1.6.19 -36-7a77e0b 64bit >> 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:10044 IP 206.191.159.247 >> Rejected by acl "domains". Falling back to Digest auth. >> 2017-08-09 10:13:51.062063 [DEBUG] sofia.c:2334 detaching session >> 64db53af-fa7b-4878-9bdd-fd45a2f8f312 >> 2017-08-09 10:13:51.062063 [WARNING] sofia_reg.c:1792 SIP auth challenge >> (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema >> .org] from ip 206.191.159.247 >> 2017-08-09 10:13:51.062063 [DEBUG] switch_core_state_machine.c:603 >> (sofia/internal/64225551212 at 206.191.159.247) State NEW >> 2017-08-09 10:13:51.482817 [NOTICE] switch_channel.c:1104 New Channel >> sofia/internal/64225551212 at 192.241.183.87 [8b74f385-3024-40fe-a83d-892e5 >> ecd7bc3] >> 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/64225551212 at 192.241.183.87) Running State Change CS_NEW >> (Cur 2 Tot 8) >> 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:9873 sofia/internal/ >> 64225551212 at 192.241.183.87 receiving invite from 192.241.183.87:5060 >> version: 1.6.19 -36-7a77e0b 64bit >> 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:10044 IP 192.241.183.87 >> Rejected by acl "domains". Falling back to Digest auth. >> 2017-08-09 10:13:51.482817 [DEBUG] sofia.c:2334 detaching session >> 8b74f385-3024-40fe-a83d-892e5ecd7bc3 >> 2017-08-09 10:13:51.482817 [WARNING] sofia_reg.c:1792 SIP auth challenge >> (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema >> .org] from ip 192.241.183.87 >> 2017-08-09 10:13:51.482817 [DEBUG] switch_core_state_machine.c:603 >> (sofia/internal/64225551212 at 192.241.183.87) State NEW >> 2017-08-09 10:13:52.182503 [NOTICE] switch_channel.c:1104 New Channel >> sofia/internal/64225551212 at 107.6.13.77 [af5c7dd9-7848-4b59-8672-d6218 >> 1ee1933] >> 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/64225551212 at 107.6.13.77) Running State Change CS_NEW >> (Cur 3 Tot 9) >> 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:9873 sofia/internal/ >> 64225551212 at 107.6.13.77 receiving invite from 107.6.13.77:5060 version: >> 1.6.19 -36-7a77e0b 64bit >> 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:10044 IP 107.6.13.77 Rejected >> by acl "domains". Falling back to Digest auth. >> 2017-08-09 10:13:52.182503 [DEBUG] sofia.c:2334 detaching session >> af5c7dd9-7848-4b59-8672-d62181ee1933 >> 2017-08-09 10:13:52.182503 [WARNING] sofia_reg.c:1792 SIP auth challenge >> (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema >> .org] from ip 107.6.13.77 >> 2017-08-09 10:13:52.182503 [DEBUG] switch_core_state_machine.c:603 >> (sofia/internal/64225551212 at 107.6.13.77) State NEW >> 2017-08-09 10:14:01.182250 [WARNING] switch_core_state_machine.c:687 >> sofia/internal/64225551212 at 206.191.159.247 Abandoned >> 2017-08-09 10:14:01.182250 [NOTICE] switch_core_state_machine.c:690 >> Hangup sofia/internal/64225551212 at 206.191.159.247 [CS_NEW] >> [WRONG_CALL_STATE] >> 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/64225551212 at 206.191.159.247) Running State Change >> CS_HANGUP (Cur 3 Tot 9) >> 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:850 >> (sofia/internal/64225551212 at 206.191.159.247) Callstate Change DOWN -> >> HANGUP >> 2017-08-09 10:14:01.182250 [DEBUG] switch_core_state_machine.c:852 >> (sofia/internal/64225551212 at 206.191.159.247) State HANGUP >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan.port at gmail.com Wed Aug 9 01:01:22 2017 From: nathan.port at gmail.com (Nate) Date: Wed, 9 Aug 2017 13:01:22 +1200 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: Many apologies for my lack of ability here. But I cannot seem to find where to change this value. I've set the "use_profile" variable under Defaults from "internal" to "external" but the logs still report incoming call as "New Channel sofia/internal". Any further hints? Please? Many many thanks! On Wed, Aug 9, 2017 at 11:22 AM, Giovanni Maruzzelli wrote: > Seems you are trying to receive incoming did calls on the internal profile > (5060 port) > > With default config you need to receive incoming calls on port 5080 > (external profile) > > sent from mobile > cell: +39 347 266 56 18 > Giovanni Maruzzelli > OpenTelecom.ITFreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Wed Aug 9 01:15:22 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Tue, 8 Aug 2017 18:15:22 -0700 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: Vars.xml file. Check for ports 5060 and 5080 in there. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan.port at gmail.com Wed Aug 9 01:53:56 2017 From: nathan.port at gmail.com (Nate) Date: Wed, 9 Aug 2017 13:53:56 +1200 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: Many thanks for that JB, I had already reviewed those variables under SIP profiles, but it wasn't clear what to change. Both internal/external profiles are enabled (which seems appropriate). I wouldn't think to swap ports or anything like that. Can anyone suggest anything else? Again, many apologies that I am so lacking of knowledge here. I really have been reading and researching for a long time. Many thanks again to everyone. Nate On Wed, Aug 9, 2017 at 1:15 PM, jungle Boogie wrote: > Vars.xml file. Check for ports 5060 and 5080 in there. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Wed Aug 9 04:18:42 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Tue, 8 Aug 2017 21:18:42 -0700 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: References: Message-ID: <9f75735e-b83b-ec1b-bc35-a33ce4af0059@gmail.com> Thus said Nate on Wed, 9 Aug 2017 13:53:56 +1200 > Many thanks for that JB, I had already reviewed those variables under SIP > profiles, but it wasn't clear what to change. > > Both internal/external profiles are enabled (which seems appropriate). yes, you want both enabled but re-read what Giovanni wrote, then compare your vars.xml to this one: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/conf/vanilla/vars.xml lines 422 & 428. Do they match? external calls go to the public profile, port 5080 by default. 2017-08-09 10:13:51.482817 [WARNING] sofia_reg.c:1792 SIP auth challenge (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema.org] from ip 192.241.183.87 That's a public IP. You'll want to read page 45 of the latest freeswitch book under the heading of Extensions, Contexts and Profiles. On the other hand, the calls that are incoming to a profiles with a public Internet address, that is the calls that are reaching us passing through the router from the outside of our internal LAN, those calls are directed to a context that only allows for the call to be connected to one of our coworkers' phone. This specific profile will have only the feature to allow for external incoming calls to reach an internal phone, without any possibility to originate PSTN calls. That is, strangers cannot use our paid gateway to reach the PSTN. So, different address:port couple, different profile, different context. It is actually so simple! Check out the diagram on freeswitch here: https://freeswitch.org/confluence/display/FREESWITCH/Default+Configuration > > I wouldn't think to swap ports or anything like that. > > Can anyone suggest anything else? > > Again, many apologies that I am so lacking of knowledge here. I really have > been reading and researching for a long time. > It's not an easy concept to grasp at first, so read the book a few times, check out the confluence pages, read the mailings list. public inbound DIDs go here: /usr/local/freeswitch/conf/dialplan/public/ outbound DIDs go here: /usr/local/freeswitch/conf/dialplan/default/ external registrations (to ITSP) go here: /usr/local/freeswitch/conf/sip_profiles/external/ If you installed freeswitch from a package,the locations will vary (as pointed out in the book), so adjust accordingly. > Many thanks again to everyone. > > Nate > From nathan.port at gmail.com Wed Aug 9 05:38:57 2017 From: nathan.port at gmail.com (Nate) Date: Wed, 9 Aug 2017 17:38:57 +1200 Subject: [Freeswitch-users] Why do inbound calls receive "invalid number"? In-Reply-To: <9f75735e-b83b-ec1b-bc35-a33ce4af0059@gmail.com> References: <9f75735e-b83b-ec1b-bc35-a33ce4af0059@gmail.com> Message-ID: Really really really appreciate that. Thank you so much. Yep. I've been doing pretty much all of that for several weeks now and things are actually starting to gell now. It looks like the issue may wind up being this consumer grade router that is forwarding external traffic to 5060. All it has are built-in rules without logging or option to create a custom rule. I should have wiresharked this days ago but being new to all of this I thought I just didn't have the config's right. But thanks to everyone's help, documentation, and this awesome book, it looks like the router is the last place this issue can be hiding out. I'll set it to bridge and pass everything to a different device and wireshark the traffic too. I'll get there. Many many thanks for taking the time to point out those things. Really appreciate it. Best regards, Nate On Wed, Aug 9, 2017 at 4:18 PM, jungle boogie wrote: > Thus said Nate on Wed, 9 Aug 2017 13:53:56 +1200 > >> Many thanks for that JB, I had already reviewed those variables under SIP >> profiles, but it wasn't clear what to change. >> >> Both internal/external profiles are enabled (which seems appropriate). >> > > yes, you want both enabled but re-read what Giovanni wrote, then compare > your vars.xml to this one: > https://freeswitch.org/stash/projects/FS/repos/freeswitch/br > owse/conf/vanilla/vars.xml > > lines 422 & 428. Do they match? external calls go to the public profile, > port 5080 by default. > > 2017-08-09 10:13:51.482817 [WARNING] sofia_reg.c:1792 SIP auth challenge > (INVITE) on sofia profile 'internal' for [6468808998 at newplymouth.poiema > .org] > from ip 192.241.183.87 > > That's a public IP. > > You'll want to read page 45 of the latest freeswitch book under the > heading of Extensions, Contexts and Profiles. > > On the other hand, the calls that are incoming to a > profiles with a public Internet address, that is the calls that are > reaching us passing through > the router from the outside of our internal LAN, those calls are > directed to a context that > only allows for the call to be connected to one of our coworkers' phone. > This specific profile > will have only the feature to allow for external incoming calls to reach > an internal phone, > without any possibility to originate PSTN calls. That is, strangers > cannot use our paid > gateway to reach the PSTN. > So, different address:port couple, different profile, different context. > It is actually so simple! > > Check out the diagram on freeswitch here: > https://freeswitch.org/confluence/display/FREESWITCH/Default+Configuration > > > >> I wouldn't think to swap ports or anything like that. >> >> Can anyone suggest anything else? >> >> Again, many apologies that I am so lacking of knowledge here. I really >> have >> been reading and researching for a long time. >> >> > It's not an easy concept to grasp at first, so read the book a few times, > check out the confluence pages, read the mailings list. > > public inbound DIDs go here: > /usr/local/freeswitch/conf/dialplan/public/ > > outbound DIDs go here: > /usr/local/freeswitch/conf/dialplan/default/ > > external registrations (to ITSP) go here: > /usr/local/freeswitch/conf/sip_profiles/external/ > > > If you installed freeswitch from a package,the locations will vary (as > pointed out in the book), so adjust accordingly. > > > > Many thanks again to everyone. >> >> Nate >> >> > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jurijs.ivolga at gmail.com Wed Aug 9 06:22:54 2017 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 9 Aug 2017 09:22:54 +0300 Subject: [Freeswitch-users] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. Message-ID: Hi, I'm constantly getting following error after around 1 week running freeswitch on quite a low amount of traffic and freeswitch stops to replying to any traffic: 7fcf13e5-4529-464c-87af-67dca8a2eca8 2017-08-09 06:06:06.454889 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [7fcf13e5-4529-464c-87af-67dca8a2eca8] 2017-08-09 06:06:06.454889 [CRIT] switch_core_session.c:1799 Thread Failure! 83f02a66-630e-4f59-8716-12a107478059 2017-08-09 06:06:29.494827 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [83f02a66-630e-4f59-8716-12a107478059] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1799 Thread Failure! 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1756 LUKE'S VOICE: Artoo, see what you can do with it. Hang on back there.... Green laserfire moves past the beeping little robot as his head turns. After a few beeps and a twist of his mechanical arm, Artoo reduces the max sessions to 101 thus, saving the switch from certain doom. fs_cli stops to work and freeswitch replies with: SIP/2.0 503 Maximum Calls In Progress Cpu usage is 0. Any hints? Jurijs -------------- next part -------------- An HTML attachment was scrubbed... URL: From steveayre at gmail.com Wed Aug 9 08:41:04 2017 From: steveayre at gmail.com (Steven Ayre) Date: Wed, 9 Aug 2017 09:41:04 +0100 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: Have you tried using uuid_break? On 7 August 2017 at 10:19, Tor Petterson wrote: > I am calling eavesdrop from the event socket and at least from there you > can't just call eavesdrop multiple times with different parameters. If you > do that you will still be listening to the first call. > > 2017-08-07 10:50 GMT+02:00 Gregor Nanger : > >> Do you need to park? Can't you just develop click to call and execute >> dialplan like in wiki example? >> >> On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: >> >>> Hi >>> >>> I think I've run into a bug using eavesdrop. >>> The scenario is that I setup a webRTC channel which I want to be able >>> to eavesdrop on several calls in succession. >>> I do this by starting eavesdrop then when I switch to eavesdrop on >>> another call, I park the webRTC call before starting eavesdrop again. >>> My problem is that I can only do this a few times before I lose audio on >>> the webRTC call. >>> When the problem occurs I get no entries in the log when I call the >>> eavesdrop application. >>> I tried to do some debugging on this and it seems that the channel >>> thread gets stuck somewhere. >>> Does anyone know a workaround or have an idea where in the code to look >>> for 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 >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tpe at herobase.com Wed Aug 9 09:29:29 2017 From: tpe at herobase.com (Tor Petterson) Date: Wed, 9 Aug 2017 11:29:29 +0200 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: I have tested with the latest master and the problem is still there. The transfer application does not work on the call once I have started eavesdrop. The only thing I have found that will stop an eavesdrop is park. 2017-08-07 20:30 GMT+02:00 Michael Jerris : > i wonder if it's a timing issue and it's stuck in a state in the state > machine. Couple things to try, we fixed an issue recently where a specific > case i can't recall would leave a call stuck in the state machine. test > latest master and see if you can reproduce. Second thing to try is instead > of park and eavesdrop again, call the transfer application, using inline > dialplan to the eavesdrop application, followed by park in case the other > end hangs up. Then for the next one do the same, it shouldn't need to be > parked then unless the other side of the call dies. > > On Mon, Aug 7, 2017 at 4:34 AM Tor Petterson wrote: > >> I am calling eavesdrop from the event socket and at least from there you >> can't just call eavesdrop multiple times with different parameters. If you >> do that you will still be listening to the first call. >> >> 2017-08-07 10:50 GMT+02:00 Gregor Nanger : >> >>> Do you need to park? Can't you just develop click to call and execute >>> dialplan like in wiki example? >>> >>> On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: >>> >>>> Hi >>>> >>>> I think I've run into a bug using eavesdrop. >>>> The scenario is that I setup a webRTC channel which I want to be able >>>> to eavesdrop on several calls in succession. >>>> I do this by starting eavesdrop then when I switch to eavesdrop on >>>> another call, I park the webRTC call before starting eavesdrop again. >>>> My problem is that I can only do this a few times before I lose audio >>>> on the webRTC call. >>>> When the problem occurs I get no entries in the log when I call the >>>> eavesdrop application. >>>> I tried to do some debugging on this and it seems that the channel >>>> thread gets stuck somewhere. >>>> Does anyone know a workaround or have an idea where in the code to look >>>> for 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 >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tpe at herobase.com Wed Aug 9 09:30:11 2017 From: tpe at herobase.com (Tor Petterson) Date: Wed, 9 Aug 2017 11:30:11 +0200 Subject: [Freeswitch-users] Eavesdrop problems In-Reply-To: References: Message-ID: uuid_break does nothing when you have started eavesdrop. 2017-08-09 10:41 GMT+02:00 Steven Ayre : > Have you tried using uuid_break? > > On 7 August 2017 at 10:19, Tor Petterson wrote: > >> I am calling eavesdrop from the event socket and at least from there you >> can't just call eavesdrop multiple times with different parameters. If you >> do that you will still be listening to the first call. >> >> 2017-08-07 10:50 GMT+02:00 Gregor Nanger : >> >>> Do you need to park? Can't you just develop click to call and execute >>> dialplan like in wiki example? >>> >>> On Mon, Aug 7, 2017, 10:32 Tor Petterson wrote: >>> >>>> Hi >>>> >>>> I think I've run into a bug using eavesdrop. >>>> The scenario is that I setup a webRTC channel which I want to be able >>>> to eavesdrop on several calls in succession. >>>> I do this by starting eavesdrop then when I switch to eavesdrop on >>>> another call, I park the webRTC call before starting eavesdrop again. >>>> My problem is that I can only do this a few times before I lose audio >>>> on the webRTC call. >>>> When the problem occurs I get no entries in the log when I call the >>>> eavesdrop application. >>>> I tried to do some debugging on this and it seems that the channel >>>> thread gets stuck somewhere. >>>> Does anyone know a workaround or have an idea where in the code to look >>>> for 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/free >>>> switch-users >>>> http://www.freeswitch.org >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Wed Aug 9 15:01:55 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 9 Aug 2017 10:01:55 -0500 Subject: [Freeswitch-users] Persist outbound event socket after channel is destroyed In-Reply-To: References: Message-ID: <3D4289E9-C7D5-4769-9771-B6B5DC74E678@jerris.com> linger is the closest thing to this. It will wait for final events before it drops. > On Aug 8, 2017, at 10:14 AM, Guillermo Ruiz Camauer wrote: > > What exactly do you want to do? The call is already over... If you want to monitor FS or do anything else not related to the call, you should probably be using an INBOUND socket. > > Guillermo > > On Mon, Aug 7, 2017 at 5:35 AM, Sean Ingham > wrote: > I'm using the socket application in the dialplan to establish an outbound event socket to my app. I use the async and full flags to expose full api functionality. > > I currently use myevents to filter only events related to the current channel, I also use the linger command to ensure the socket stays up until all channel events have been sent to my app (after which FS then tears down the socket). > > However, what I'm trying to do is prevent FS closing the socket at all, and always leave it up to my app to close the socket when it's finished with it. Is this possible with ESL in outbound mode? > > In other words, I want the socket to linger longer :) > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Wed Aug 9 15:04:19 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 9 Aug 2017 10:04:19 -0500 Subject: [Freeswitch-users] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. In-Reply-To: References: Message-ID: <7E6CD176-653B-45CF-BDAA-5DED1DB297D3@jerris.com> you get this when we are unable to start threads. This can happen for a number of reasons, such as system limits, out of ram, etc. > On Aug 9, 2017, at 1:22 AM, Jurijs Ivolga wrote: > > Hi, > > I'm constantly getting following error after around 1 week running freeswitch on quite a low amount of traffic and freeswitch stops to replying to any traffic: > > 7fcf13e5-4529-464c-87af-67dca8a2eca8 2017-08-09 06:06:06.454889 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [7fcf13e5-4529-464c-87af-67dca8a2eca8] > 2017-08-09 06:06:06.454889 [CRIT] switch_core_session.c:1799 Thread Failure! > 83f02a66-630e-4f59-8716-12a107478059 2017-08-09 06:06:29.494827 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [83f02a66-630e-4f59-8716-12a107478059] > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1799 Thread Failure! > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1756 LUKE'S VOICE: Artoo, see what you can do with it. Hang on back there.... > Green laserfire moves past the beeping little robot as his head turns. After a few beeps and a twist of his mechanical arm, > Artoo reduces the max sessions to 101 thus, saving the switch from certain doom. > > fs_cli stops to work and freeswitch replies with: > > SIP/2.0 503 Maximum Calls In Progress > > Cpu usage is 0. > > Any hints? > > Jurijs From jurijs.ivolga at gmail.com Wed Aug 9 15:09:54 2017 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 9 Aug 2017 18:09:54 +0300 Subject: [Freeswitch-users] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. In-Reply-To: <7E6CD176-653B-45CF-BDAA-5DED1DB297D3@jerris.com> References: <7E6CD176-653B-45CF-BDAA-5DED1DB297D3@jerris.com> Message-ID: Hi Michael, I set-up ulimits in start-up script and there was 12GB ram left free out of 16 at that moment... Maybe you can let me know how I can debug this? With kind regards, Jurijs On Wed, Aug 9, 2017 at 6:04 PM, Michael Jerris wrote: > you get this when we are unable to start threads. This can happen for a > number of reasons, such as system limits, out of ram, etc. > > > On Aug 9, 2017, at 1:22 AM, Jurijs Ivolga > wrote: > > > > Hi, > > > > I'm constantly getting following error after around 1 week running > freeswitch on quite a low amount of traffic and freeswitch stops to > replying to any traffic: > > > > 7fcf13e5-4529-464c-87af-67dca8a2eca8 2017-08-09 06:06:06.454889 > [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip > [7fcf13e5-4529-464c-87af-67dca8a2eca8] > > 2017-08-09 06:06:06.454889 [CRIT] switch_core_session.c:1799 Thread > Failure! > > 83f02a66-630e-4f59-8716-12a107478059 2017-08-09 06:06:29.494827 > [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip > [83f02a66-630e-4f59-8716-12a107478059] > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1799 Thread > Failure! > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm > hit, but not bad. > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1756 LUKE'S > VOICE: Artoo, see what you can do with it. Hang on back there.... > > Green laserfire moves past the beeping little robot as his head turns. > After a few beeps and a twist of his mechanical arm, > > Artoo reduces the max sessions to 101 thus, saving the switch from > certain doom. > > > > fs_cli stops to work and freeswitch replies with: > > > > SIP/2.0 503 Maximum Calls In Progress > > > > Cpu usage is 0. > > > > Any hints? > > > > Jurijs > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Wed Aug 9 15:50:02 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 09 Aug 2017 15:50:02 +0000 Subject: [Freeswitch-users] Watch ClueCon live on FaceBook Message-ID: http://facebook.com/freeswitch -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From mrkiko.rs at gmail.com Wed Aug 9 15:54:32 2017 From: mrkiko.rs at gmail.com (Enrico Mioso) Date: Wed, 9 Aug 2017 17:54:32 +0200 (CEST) Subject: [Freeswitch-users] Watch ClueCon live on FaceBook In-Reply-To: References: Message-ID: Is there a way to watch this from software like mplayer, from CLI? Thanks guys. Enrico Mioso Mobile Phone Number: +393807096934 ( +Telegram :) ) My Tox ID is: 7C593F402A3C8632D87AB4B948D492294C39A6A614464ECF843CA3429FB023284180472C7475 I like / recommend usage of open messaging standards when possible. On Wed, 9 Aug 2017, Anthony Minessale wrote: > Date: Wed, 9 Aug 2017 17:50:02 > From: Anthony Minessale > Reply-To: FreeSWITCH Users Help > To: Freeswitch-users > Subject: [Freeswitch-users] Watch ClueCon live on FaceBook > > http://facebook.com/freeswitch > > > -- > Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬ > ☞ http://freeswitch.org/  ☞ http://cluecon.com/  ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call  > ☎ sip:888 at conference.freeswitch.org  ☎ +19193869900  > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > From gmaruzz at gmail.com Wed Aug 9 15:59:15 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 9 Aug 2017 10:59:15 -0500 Subject: [Freeswitch-users] Watch ClueCon live on FaceBook In-Reply-To: References: Message-ID: On Aug 9, 2017 10:55 AM, "Enrico Mioso" wrote: Is there a way to watch this from software like mplayer, from CLI? Not that I know about -giovanni Thanks guys. Enrico Mioso Mobile Phone Number: +393807096934 ( +Telegram :) ) My Tox ID is: 7C593F402A3C8632D87AB4B948D492294C39A6A614464ECF843CA3429FB0 23284180472C7475 I like / recommend usage of open messaging standards when possible. On Wed, 9 Aug 2017, Anthony Minessale wrote: Date: Wed, 9 Aug 2017 17:50:02 > From: Anthony Minessale > Reply-To: FreeSWITCH Users Help > To: Freeswitch-users > Subject: [Freeswitch-users] Watch ClueCon live on FaceBook > > > http://facebook.com/freeswitch > > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > > _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Wed Aug 9 16:06:28 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 9 Aug 2017 11:06:28 -0500 Subject: [Freeswitch-users] Watch ClueCon live on FaceBook In-Reply-To: References: Message-ID: Enrico, you can try this direct link: https://www.facebook.com/freeswitch/videos/2023592814325451/ On 9 August 2017 at 10:59, Giovanni Maruzzelli wrote: > > > On Aug 9, 2017 10:55 AM, "Enrico Mioso" wrote: > > Is there a way to watch this from software like mplayer, from CLI? > > > Not that I know about > -giovanni > > > > > > Thanks guys. > > > Enrico Mioso > Mobile Phone Number: +393807096934 ( +Telegram :) ) > My Tox ID is: 7C593F402A3C8632D87AB4B948D492294C39A6A614464ECF843CA3429FB0 > 23284180472C7475 > > I like / recommend usage of open messaging standards when possible. > > On Wed, 9 Aug 2017, Anthony Minessale wrote: > > Date: Wed, 9 Aug 2017 17:50:02 >> From: Anthony Minessale >> Reply-To: FreeSWITCH Users Help >> To: Freeswitch-users >> Subject: [Freeswitch-users] Watch ClueCon live on FaceBook >> >> >> http://facebook.com/freeswitch >> >> >> -- >> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ >> http://twitter.com/FreeSWITCH >> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ >> >> ClueCon Weekly Development Call >> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From acheraime at gmail.com Wed Aug 9 16:15:41 2017 From: acheraime at gmail.com (acheraime at gmail.com) Date: Wed, 9 Aug 2017 12:15:41 -0400 Subject: [Freeswitch-users] Watch ClueCon live on FaceBook In-Reply-To: References: Message-ID: <0FAFED52-5827-4FEA-9DCD-49589FAF5654@gmail.com> Is there any live YouTube feed? Sent from my iPhone > On Aug 9, 2017, at 12:06 PM, Giovanni Maruzzelli wrote: > > Enrico, > > you can try this direct link: https://www.facebook.com/freeswitch/videos/2023592814325451/ > >> On 9 August 2017 at 10:59, Giovanni Maruzzelli wrote: >> >> >> On Aug 9, 2017 10:55 AM, "Enrico Mioso" wrote: >> Is there a way to watch this from software like mplayer, from CLI? >> >> Not that I know about >> -giovanni >> >> >> >> >> >> Thanks guys. >> >> >> Enrico Mioso >> Mobile Phone Number: +393807096934 ( +Telegram :) ) >> My Tox ID is: 7C593F402A3C8632D87AB4B948D492294C39A6A614464ECF843CA3429FB023284180472C7475 >> >> I like / recommend usage of open messaging standards when possible. >> >> On Wed, 9 Aug 2017, Anthony Minessale wrote: >> >>> Date: Wed, 9 Aug 2017 17:50:02 >>> From: Anthony Minessale >>> Reply-To: FreeSWITCH Users Help >>> To: Freeswitch-users >>> Subject: [Freeswitch-users] Watch ClueCon live on FaceBook >>> >>> >>> http://facebook.com/freeswitch >>> >>> >>> -- >>> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >>> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ >>> http://twitter.com/FreeSWITCH >>> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ >>> >>> ClueCon Weekly Development Call >>> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >>> >>> https://www.youtube.com/watch?v=oAxXgyx5jUw >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Wed Aug 9 16:22:22 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 9 Aug 2017 11:22:22 -0500 Subject: [Freeswitch-users] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. In-Reply-To: References: <7E6CD176-653B-45CF-BDAA-5DED1DB297D3@jerris.com> Message-ID: <1ED5029B-234F-431B-82D1-12FBF39BE442@jerris.com> something is causing thread creation failure, if you are not out of ram, its due to some sort of system limit. > On Aug 9, 2017, at 10:09 AM, Jurijs Ivolga wrote: > > Hi Michael, > > I set-up ulimits in start-up script and there was 12GB ram left free out of 16 at that moment... Maybe you can let me know how I can debug this? > > With kind regards, > > Jurijs > > On Wed, Aug 9, 2017 at 6:04 PM, Michael Jerris > wrote: > you get this when we are unable to start threads. This can happen for a number of reasons, such as system limits, out of ram, etc. > > > On Aug 9, 2017, at 1:22 AM, Jurijs Ivolga > wrote: > > > > Hi, > > > > I'm constantly getting following error after around 1 week running freeswitch on quite a low amount of traffic and freeswitch stops to replying to any traffic: > > > > 7fcf13e5-4529-464c-87af-67dca8a2eca8 2017-08-09 06:06:06.454889 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [7fcf13e5-4529-464c-87af-67dca8a2eca8] > > 2017-08-09 06:06:06.454889 [CRIT] switch_core_session.c:1799 Thread Failure! > > 83f02a66-630e-4f59-8716-12a107478059 2017-08-09 06:06:29.494827 [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip [83f02a66-630e-4f59-8716-12a107478059] > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1799 Thread Failure! > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. > > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1756 LUKE'S VOICE: Artoo, see what you can do with it. Hang on back there.... > > Green laserfire moves past the beeping little robot as his head turns. After a few beeps and a twist of his mechanical arm, > > Artoo reduces the max sessions to 101 thus, saving the switch from certain doom. > > > > fs_cli stops to work and freeswitch replies with: > > > > SIP/2.0 503 Maximum Calls In Progress > > > > Cpu usage is 0. > > > > Any hints? > > > > Jurijs -------------- next part -------------- An HTML attachment was scrubbed... URL: From jurijs.ivolga at gmail.com Wed Aug 9 16:57:20 2017 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Wed, 9 Aug 2017 19:57:20 +0300 Subject: [Freeswitch-users] 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm hit, but not bad. In-Reply-To: <1ED5029B-234F-431B-82D1-12FBF39BE442@jerris.com> References: <7E6CD176-653B-45CF-BDAA-5DED1DB297D3@jerris.com> <1ED5029B-234F-431B-82D1-12FBF39BE442@jerris.com> Message-ID: Hi Michael, Thank you a lot for a help. Maybe you can point to direction how I can figure out what exactly causing it? What you recommend to look into first? With kind regards, Jurijs On Wed, Aug 9, 2017 at 7:22 PM, Michael Jerris wrote: > something is causing thread creation failure, if you are not out of ram, > its due to some sort of system limit. > > On Aug 9, 2017, at 10:09 AM, Jurijs Ivolga > wrote: > > Hi Michael, > > I set-up ulimits in start-up script and there was 12GB ram left free out > of 16 at that moment... Maybe you can let me know how I can debug this? > > With kind regards, > > Jurijs > > On Wed, Aug 9, 2017 at 6:04 PM, Michael Jerris wrote: > >> you get this when we are unable to start threads. This can happen for a >> number of reasons, such as system limits, out of ram, etc. >> >> > On Aug 9, 2017, at 1:22 AM, Jurijs Ivolga >> wrote: >> > >> > Hi, >> > >> > I'm constantly getting following error after around 1 week running >> freeswitch on quite a low amount of traffic and freeswitch stops to >> replying to any traffic: >> > >> > 7fcf13e5-4529-464c-87af-67dca8a2eca8 2017-08-09 06:06:06.454889 >> [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip >> [7fcf13e5-4529-464c-87af-67dca8a2eca8] >> > 2017-08-09 06:06:06.454889 [CRIT] switch_core_session.c:1799 Thread >> Failure! >> > 83f02a66-630e-4f59-8716-12a107478059 2017-08-09 06:06:29.494827 >> [NOTICE] switch_channel.c:1104 New Channel sofia/internal/xxxx at myip >> [83f02a66-630e-4f59-8716-12a107478059] >> > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1799 Thread >> Failure! >> > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1755 LUKE: I'm >> hit, but not bad. >> > 2017-08-09 06:06:29.494827 [CRIT] switch_core_session.c:1756 LUKE'S >> VOICE: Artoo, see what you can do with it. Hang on back there.... >> > Green laserfire moves past the beeping little robot as his head turns. >> After a few beeps and a twist of his mechanical arm, >> > Artoo reduces the max sessions to 101 thus, saving the switch from >> certain doom. >> > >> > fs_cli stops to work and freeswitch replies with: >> > >> > SIP/2.0 503 Maximum Calls In Progress >> > >> > Cpu usage is 0. >> > >> > Any hints? >> > >> > Jurijs >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From daveh at beachdognet.com Wed Aug 9 17:45:30 2017 From: daveh at beachdognet.com (Dave Horton) Date: Wed, 9 Aug 2017 12:45:30 -0500 Subject: [Freeswitch-users] defunct processes created by bgsystem / system Message-ID: I have the following action in my dialplan: each time that command gets executed I see another defunct freeswitch process created: root at cor03-san:/usr/local/freeswitch/log# ps -ef | grep freeswitch root 23010 1 2 06:37 ? 00:00:25 /usr/local/freeswitch/bin/freeswitch -nc -nonat root 23209 23010 0 06:44 ? 00:00:00 [freeswitch] root 23242 23010 0 06:45 ? 00:00:00 [freeswitch] root 23300 23010 0 06:48 ? 00:00:00 [freeswitch] I tried changing 'bgsystem' to 'system' and reloaded the dialplan, but it continued to drop defunct processes. I’ve entered Jira FS-10572 as it seems like this is a bug, but I am wondering if there is a workaround of some kind? From mrkiko.rs at gmail.com Wed Aug 9 18:09:23 2017 From: mrkiko.rs at gmail.com (Enrico Mioso) Date: Wed, 9 Aug 2017 20:09:23 +0200 (CEST) Subject: [Freeswitch-users] Watch ClueCon live on FaceBook In-Reply-To: References: Message-ID: Thank you very very much guys. i can obtain an MPD file and so I guess I can handle it. Thank you very much, Enrico From grcamauer at gmail.com Wed Aug 9 22:06:52 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 9 Aug 2017 19:06:52 -0300 Subject: [Freeswitch-users] defunct processes created by bgsystem / system In-Reply-To: References: Message-ID: I think you need to call "bgsystem" data = "*php */opt/scripts/push_handler.php ${uuid} ${sip_contact_user} ${host}"/> and pake sure tha PHP executable is in your path. On Wed, Aug 9, 2017 at 2:45 PM, Dave Horton wrote: > I have the following action in my dialplan: > > > > each time that command gets executed I see another defunct freeswitch > process created: > > root at cor03-san:/usr/local/freeswitch/log# ps -ef | grep freeswitch > root 23010 1 2 06:37 ? 00:00:25 /usr/local/freeswitch/bin/freeswitch -nc > -nonat > root 23209 23010 0 06:44 ? 00:00:00 [freeswitch] > root 23242 23010 0 06:45 ? 00:00:00 [freeswitch] > root 23300 23010 0 06:48 ? 00:00:00 [freeswitch] > > I tried changing 'bgsystem' to 'system' and reloaded the dialplan, but it > continued to drop defunct processes. > > I’ve entered Jira FS-10572 as it seems like this is a bug, but I am > wondering if there is a workaround of some kind? > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From sean at missionlabs.co.uk Wed Aug 9 16:31:04 2017 From: sean at missionlabs.co.uk (Sean Ingham) Date: Wed, 9 Aug 2017 17:31:04 +0100 Subject: [Freeswitch-users] Persist outbound event socket after channel is destroyed In-Reply-To: <3D4289E9-C7D5-4769-9771-B6B5DC74E678@jerris.com> References: <3D4289E9-C7D5-4769-9771-B6B5DC74E678@jerris.com> Message-ID: Hi Guillermo, Michael, Thanks for your responses. To give some more background, our specific use case is an incoming call (from user A) creates the outbound socket, then our app asks FreeSWITCH to originate a new call (between users B&C). User A then hangs up but the call between B&C will continue. When user A hangs up I still want to receive events from the newly originated (B->C) channel. Inbound mode sounds like it might be the way to go but I like the way outbound socket mode creates an individual socket per call - from my app's point of view it's nicely compartmentalised. Options I'm considering now are : 1) Use a single socket in inbound mode for all calls and rewrite my app accordingly 2) Keep using the socket dialplan application to establish an outbound socket, then have my app immediately park the call, close the outbound socket and establish an inbound socket and 'takeover' the call. This retains the advantage of individual sockets per call, but is rather clunky. Alternatively is there a way of marking the newly originated channel (B->C) as being a child of the original channel so that when the inbound A leg hangs up the socket stays in place? Any thoughts on the best way to go are much appreciated. Thanks, Sean. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Wed Aug 9 22:39:21 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 9 Aug 2017 19:39:21 -0300 Subject: [Freeswitch-users] Persist outbound event socket after channel is destroyed In-Reply-To: References: <3D4289E9-C7D5-4769-9771-B6B5DC74E678@jerris.com> Message-ID: I think the inbound socket is the way to go. You connect once and keep it open. A per call UUID lets your program sort everything out. All handled in one program, with one socket. No creating and tearing down processes and sockets constantly. Reagards. Guillermo On Wed, Aug 9, 2017 at 1:31 PM, Sean Ingham wrote: > Hi Guillermo, Michael, > > Thanks for your responses. To give some more background, our specific use > case is an incoming call (from user A) creates the outbound socket, then > our app asks FreeSWITCH to originate a new call (between users B&C). User A > then hangs up but the call between B&C will continue. When user A hangs up > I still want to receive events from the newly originated (B->C) channel. > > Inbound mode sounds like it might be the way to go but I like the way > outbound socket mode creates an individual socket per call - from my app's > point of view it's nicely compartmentalised. > > Options I'm considering now are : > 1) Use a single socket in inbound mode for all calls and rewrite my app > accordingly > 2) Keep using the socket dialplan application to establish an outbound > socket, then have my app immediately park the call, close the outbound > socket and establish an inbound socket and 'takeover' the call. This > retains the advantage of individual sockets per call, but is rather clunky. > > Alternatively is there a way of marking the newly originated channel > (B->C) as being a child of the original channel so that when the inbound A > leg hangs up the socket stays in place? > > Any thoughts on the best way to go are much appreciated. > > Thanks, > Sean. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From daveh at beachdognet.com Thu Aug 10 01:28:16 2017 From: daveh at beachdognet.com (Dave Horton) Date: Wed, 9 Aug 2017 20:28:16 -0500 Subject: [Freeswitch-users] defunct processes created by bgsystem / system In-Reply-To: References: Message-ID: <9CF46D12-A50F-4D09-ACC0-678949452B5C@beachdognet.com> Well, the script actually does execute, so I don’t think that is the issue. On Aug 9, 2017, at 5:06 PM, Guillermo Ruiz Camauer wrote: I think you need to call "bgsystem" data = "php /opt/scripts/push_handler.php ${uuid} ${sip_contact_user} ${host}"/> and pake sure tha PHP executable is in your path. On Wed, Aug 9, 2017 at 2:45 PM, Dave Horton > wrote: I have the following action in my dialplan: each time that command gets executed I see another defunct freeswitch process created: root at cor03-san:/usr/local/freeswitch/log# ps -ef | grep freeswitch root 23010 1 2 06:37 ? 00:00:25 /usr/local/freeswitch/bin/freeswitch -nc -nonat root 23209 23010 0 06:44 ? 00:00:00 [freeswitch] root 23242 23010 0 06:45 ? 00:00:00 [freeswitch] root 23300 23010 0 06:48 ? 00:00:00 [freeswitch] I tried changing 'bgsystem' to 'system' and reloaded the dialplan, but it continued to drop defunct processes. I’ve entered Jira FS-10572 as it seems like this is a bug, but I am wondering if there is a workaround of some kind? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Guillermo Ruiz Camauer _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From loi.dangthanh at gmail.com Thu Aug 10 11:24:40 2017 From: loi.dangthanh at gmail.com (=?UTF-8?B?TOG7o2kgxJDhurduZw==?=) Date: Thu, 10 Aug 2017 11:24:40 +0000 Subject: [Freeswitch-users] How to export variable downstream on execute_on_answer? Message-ID: Hi guys, I have a simple call scenario: *Caller -> FS -> Callee* Callee answer the call with an additional header called X-MyVar in 200 OK. I'm trying to store that value only for reporting via CHANNEL_HANGUP_COMPLETE - event socket. I'm retrieving that custom header by looking at ${sip_rh_X-MyVar} via *execute_on_answer* on B leg, and it's fine. But I'm unable to export it to the A leg. Here's my dialplan: * * I don't want X-MyVar header to be passed to Caller, so I have to export the variable. But when CHANNEL_HANGUP_COMPLETE fires, the variable *variable_myvar* present only in the outbound B leg. Look like my export did not work. Note that I have some upstream exports from A leg to B leg in normal XML dialplan and they're all fine. Below is my fs_cli log: 192.168.1.100 is my FS. *Dialplan: sofia/external/400 at 192.168.1.100:5060 Action export(myvar=${sip_rh_X-MyVar})2017-08-10 17:27:29.958572 [NOTICE] switch_core_session.c:2913 Execute export(myvar=${sip_rh_X-MyVar})EXECUTE sofia/external/400 at 192.168.1.100:5060 export(myvar=598c35116ee949.25824485)2017-08-10 17:27:29.958572 [DEBUG] switch_channel.c:1296 EXPORT (export_vars) [myvar]=[598c35116ee949.25824485]* Not sure what I'm missing in this case. Any help would be appreciated. rgds, Loi Dang -------------- next part -------------- An HTML attachment was scrubbed... URL: From v.zakhozhai at gmail.com Thu Aug 10 11:32:55 2017 From: v.zakhozhai at gmail.com (Vladyslav Zakhozhai) Date: Thu, 10 Aug 2017 14:32:55 +0300 Subject: [Freeswitch-users] How to export variable downstream on execute_on_answer? In-Reply-To: References: Message-ID: Hello, https://wiki.freeswitch.org/wiki/Variable_sip_copy_custom_headers I'm not sure but this link may help you. On Thu, Aug 10, 2017 at 2:24 PM, Lợi Đặng wrote: > Hi guys, I have a simple call scenario: > *Caller -> FS -> Callee* > Callee answer the call with an additional header called X-MyVar in 200 OK. > I'm trying to store that value only for reporting via > CHANNEL_HANGUP_COMPLETE - event socket. > > I'm retrieving that custom header by looking at ${sip_rh_X-MyVar} via > *execute_on_answer* on B leg, and it's fine. But I'm unable to export it > to the A leg. > Here's my dialplan: > > > > > > > > * expression="^logvar$"> data="myvar=${sip_rh_X-MyVar}"/> application="bridge" data="{execute_on_answer=execute_extension logvar XML > external}sofia/external/${destination_number}"/>* > > I don't want X-MyVar header to be passed to Caller, so I have to export > the variable. > But when CHANNEL_HANGUP_COMPLETE fires, the variable *variable_myvar* > present only in the outbound B leg. Look like my export did not work. > Note that I have some upstream exports from A leg to B leg in normal XML > dialplan and they're all fine. > > Below is my fs_cli log: 192.168.1.100 is my FS. > > > > *Dialplan: sofia/external/400 at 192.168.1.100:5060 > Action > export(myvar=${sip_rh_X-MyVar})2017-08-10 17:27:29.958572 [NOTICE] > switch_core_session.c:2913 Execute export(myvar=${sip_rh_X-MyVar})EXECUTE > sofia/external/400 at 192.168.1.100:5060 > export(myvar=598c35116ee949.25824485)2017-08-10 17:27:29.958572 [DEBUG] > switch_channel.c:1296 EXPORT (export_vars) > [myvar]=[598c35116ee949.25824485]* > > Not sure what I'm missing in this case. > Any help would be appreciated. > rgds, > Loi Dang > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- С уважением, Владислав Захожай -------------- next part -------------- An HTML attachment was scrubbed... URL: From emss at free.fr Thu Aug 10 12:03:34 2017 From: emss at free.fr (Eric Masson) Date: Thu, 10 Aug 2017 14:03:34 +0200 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued Message-ID: Hi, I'm planning to upgrade an existing home FS setup to the latest available version. Version used : FreeSWITCH Version 1.8.0+git~20170802T153919Z~417639a1b1~64bit (git 417639a 2017-08-02 15:39:19Z 64bit) local_ip_v4 is setup in vars.xml as it seems autodetection doesn't fully work. When stopping FS by running "shutdown", FS goes through the whole stop sequence but doesn't exit in the end, I have to send -KILL signal to the process to stop it. freeswitch.log doesn't show any immediate reason. ptrace of the FS process while stopping shows what seems to be a loop : 17589 freeswitch RET select 0 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) 17589 freeswitch RET select 0 17589 freeswitch CALL select(0,0,0,0,0x7fffdfffdf10) 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) 17589 freeswitch RET select 0 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) Supplemental information : - 1.6.19 shows the same issue. - FS installed and ran as root or unprivileged user shows the same issue. Should I file a JIRA, please ? Thanks Éric Masson From loi.dangthanh at gmail.com Thu Aug 10 12:40:58 2017 From: loi.dangthanh at gmail.com (=?UTF-8?B?TOG7o2kgxJDhurduZw==?=) Date: Thu, 10 Aug 2017 19:40:58 +0700 Subject: [Freeswitch-users] How to export variable downstream on execute_on_answer? In-Reply-To: References: Message-ID: Hi Vladyslav, many thanks for your reply, but I don't want the Caller receive my custom header(s), so I intend to disable the copying. I just want to export a flag variable to the channel so that I could retrieve it later. rgds, Loi Dang Loi Dang Thanh Phone : +84. 1224.735.448 Email : loi.dangthanh at gmail.com On Thu, Aug 10, 2017 at 6:32 PM, Vladyslav Zakhozhai wrote: > Hello, > > https://wiki.freeswitch.org/wiki/Variable_sip_copy_custom_headers > > I'm not sure but this link may help you. > > On Thu, Aug 10, 2017 at 2:24 PM, Lợi Đặng wrote: > >> Hi guys, I have a simple call scenario: >> *Caller -> FS -> Callee* >> Callee answer the call with an additional header called X-MyVar in 200 >> OK. I'm trying to store that value only for reporting via >> CHANNEL_HANGUP_COMPLETE - event socket. >> >> I'm retrieving that custom header by looking at ${sip_rh_X-MyVar} via >> *execute_on_answer* on B leg, and it's fine. But I'm unable to export it >> to the A leg. >> Here's my dialplan: >> >> >> >> >> >> >> >> * > expression="^logvar$"> > data="myvar=${sip_rh_X-MyVar}"/> > application="bridge" data="{execute_on_answer=execute_extension logvar XML >> external}sofia/external/${destination_number}"/>* >> >> I don't want X-MyVar header to be passed to Caller, so I have to export >> the variable. >> But when CHANNEL_HANGUP_COMPLETE fires, the variable *variable_myvar* >> present only in the outbound B leg. Look like my export did not work. >> Note that I have some upstream exports from A leg to B leg in normal XML >> dialplan and they're all fine. >> >> Below is my fs_cli log: 192.168.1.100 is my FS. >> >> >> >> *Dialplan: sofia/external/400 at 192.168.1.100:5060 >> Action >> export(myvar=${sip_rh_X-MyVar})2017-08-10 17:27:29.958572 [NOTICE] >> switch_core_session.c:2913 Execute export(myvar=${sip_rh_X-MyVar})EXECUTE >> sofia/external/400 at 192.168.1.100:5060 >> export(myvar=598c35116ee949.25824485)2017-08-10 17:27:29.958572 [DEBUG] >> switch_channel.c:1296 EXPORT (export_vars) >> [myvar]=[598c35116ee949.25824485]* >> >> Not sure what I'm missing in this case. >> Any help would be appreciated. >> rgds, >> Loi Dang >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > С уважением, > Владислав Захожай > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Thu Aug 10 13:57:59 2017 From: brian at freeswitch.org (Brian West) Date: Thu, 10 Aug 2017 08:57:59 -0500 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued In-Reply-To: References: Message-ID: You should NEVER set local_ip_v4 in vars.xml, You should use an arbitrary variable for whatever config option you're trying to tweak in vars.xml and use that elsewhere in your configs. Try without setting local_ip_v4 in vars.xml. If the issue goes away file a JIRA either way. /b On Thu, Aug 10, 2017 at 7:03 AM, Eric Masson wrote: > Hi, > > I'm planning to upgrade an existing home FS setup to the latest available > version. > > Version used : > FreeSWITCH Version 1.8.0+git~20170802T153919Z~417639a1b1~64bit (git > 417639a 2017-08-02 15:39:19Z 64bit) > > local_ip_v4 is setup in vars.xml as it seems autodetection doesn't fully > work. > > When stopping FS by running "shutdown", FS goes through the whole stop > sequence but doesn't exit in the end, I have to send -KILL signal to the > process to stop it. > > freeswitch.log doesn't show any immediate reason. > > ptrace of the FS process while stopping shows what seems to be a loop : > 17589 freeswitch RET select 0 > 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) > 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out > 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_W > AIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) > 17589 freeswitch RET select 0 > 17589 freeswitch CALL select(0,0,0,0,0x7fffdfffdf10) > 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out > 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_W > AIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) > 17589 freeswitch RET select 0 > 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) > 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out > 17589 freeswitch CALL _umtx_op(0x80062e098,UMTX_OP_W > AIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) > > Supplemental information : > - 1.6.19 shows the same issue. > - FS installed and ran as root or unprivileged user shows the same issue. > > Should I file a JIRA, please ? > > Thanks > > Éric Masson > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Thu Aug 10 15:32:27 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 10 Aug 2017 15:32:27 +0000 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> Message-ID: Its kind of like dns. You alias your fqdn in the profile that is meant to host it. It gives fs a hint which profile to use when presented a domain. You can either name the profile after the domain or use the alias. So if it doesn't fix your problem, its still a good practice. On Mon, Aug 7, 2017 at 1:36 PM Mario G wrote: > I tried some things this weekend to no avail, only an IP address in the > phone/client will allow forwarding: > > 1.In vars.xml I made the domain_name freeswitch.lan but that did not work. > > 2. To Internal.xml I added: > > 3. To Internal.xml I added: > >> >> On Aug 3, 2017, at 10:52 AM, Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >> Is that dns name the proper name or set as an alias to your profile? >> >> The only way to resolve names to profiles is by naming the profile to be >> the domain or use the alias feature. >> >> I am not positive that is part of your problem but based on the desc that >> is my hunch. >> >> >> On Thu, Aug 3, 2017 at 10:50 AM Mario G wrote: >> >>> In case anyone stumbles into this same problem… Over a year of work and >>> I finally found the problem: FS-10569 >>> >>> . >>> >>> >>> On Dec 29, 2016, at 11:13 AM, Mario G wrote: >>> >>> 1.6.13+git~20161214 >>> >>> On Dec 28, 2016, at 12:52 PM, Brian West wrote: >>> >>> What rev of FreeSWITCH is this? >>> >>> On Wed, Dec 28, 2016 at 2:39 PM, Mario G wrote: >>> >>>> Anyone know the answer to this? Still no luck. >>>> Mario G >>>> >>>> On Nov 21, 2016, at 8:39 AM, Mario G wrote: >>>> >>>> What are the bold deflect and refer to lines below telling me? This >>>> worked until last year, not sure if it’s related to 1.6, I can’t nail down >>>> a start date. >>>> >>>> A ring group rings. When one phone’s FWD button is pressed prior to a >>>> call or during a call the call is forwarded to VM extension 2921, and the >>>> other phones stopped ringing. This no longer works, the set phone does not >>>> ring, the call is not transferred to VM and the other phones keep ringing. >>>> I couldn’t find anything on the wiki (it only described using codes to turn >>>> FWD on/off), etc. to explain why this stopped working. Any help to get the >>>> phone forwarding working again is greatly appreciated. Thanks! >>>> Mario G >>>> >>>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns >>>> it off. All other DSS keys such as call park, etc work fine. >>>> >>>> >>>> >>>> >>>> >>> data="/usr/local/FreeSwitch-scripts/known-people.lua CALLIN"/> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> This log shows the only lines that contain 2921 in *bold*: >>>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing >>>> Mario G <15051234567>->2921 in context public >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing >>>> [public->unloop] continue=false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >>>> ${unroll_loops}(true) =~ /^true$/ break=on-false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] >>>> ${sip_looped_call}(true) =~ /^true$/ break=on-false >>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 *Action >>>> deflect(${destination_number})* >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 ( >>>> sofia/internal/15051234567 at 11.123.1.10) State Change CS_ROUTING -> >>>> CS_EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 ( >>>> sofia/internal/15051234567 at 11.123.1.10) State ROUTING going to sleep >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 ( >>>> sofia/internal/15051234567 at 11.123.1.10) Running State Change CS_EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 ( >>>> sofia/internal/15051234567 at 11.123.1.10) State EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 >>>> sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 >>>> sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>>> EXECUTE sofia/internal/15051234567 at 11.123.1.10* deflect(2921)* >>>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 *Process REFER to >>>> [(null)@2921*] >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >>> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >>> https://www.gofundme.com/freeswitch_ubuntu >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *Skype:*briankwest >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- >> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >> >> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ >> http://twitter.com/FreeSWITCH >> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From daveh at beachdognet.com Thu Aug 10 17:10:05 2017 From: daveh at beachdognet.com (Dave Horton) Date: Thu, 10 Aug 2017 12:10:05 -0500 Subject: [Freeswitch-users] defunct processes created by bgsystem / system In-Reply-To: <9CF46D12-A50F-4D09-ACC0-678949452B5C@beachdognet.com> References: <9CF46D12-A50F-4D09-ACC0-678949452B5C@beachdognet.com> Message-ID: After more testing, it looks like I was wrong about being able to recreate this when using the 'system' api. It does happen when using the 'bgsystem' api, but from looking at the source code that basically appears to be by design. A workaround that is satisfactory for my purposes was to enable 'threaded-system-exec' (in switch.conf.xml) which makes freeswitch run these commands in a new thread rather than forking/execing a new process. Particularly for the use of 'bgsystem', this is more desirable since it negates the issue of defunct processes, and there is no parallel concerns with threads. I have closed the associated JIRA. From mike at jerris.com Thu Aug 10 17:56:44 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 10 Aug 2017 17:56:44 +0000 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued In-Reply-To: References: Message-ID: > > > On Thu, Aug 10, 2017 at 7:03 AM, Eric Masson wrote: > >> Hi, >> >> I'm planning to upgrade an existing home FS setup to the latest available >> version. >> >> Version used : >> FreeSWITCH Version 1.8.0+git~20170802T153919Z~417639a1b1~64bit (git >> 417639a 2017-08-02 15:39:19Z 64bit) >> >> local_ip_v4 is setup in vars.xml as it seems autodetection doesn't fully >> work. > > This doesn't surprise me, this code probably needs modification for bsd. I'm happy to review contributions along these lines but don't have any plans to look into this issue myself. >> >> When stopping FS by running "shutdown", FS goes through the whole stop >> sequence but doesn't exit in the end, I have to send -KILL signal to the >> process to stop it. >> > After you do a shutdown and logs stop doing anything, let it settle for a second and pull a core file of the process, inspect the core file t see what exactly is stuck. >> freeswitch.log doesn't show any immediate reason. >> >> ptrace of the FS process while stopping shows what seems to be a loop : >> 17589 freeswitch RET select 0 >> 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) >> 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out >> 17589 freeswitch CALL >> _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) >> 17589 freeswitch RET select 0 >> 17589 freeswitch CALL select(0,0,0,0,0x7fffdfffdf10) >> 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out >> 17589 freeswitch CALL >> _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) >> 17589 freeswitch RET select 0 >> 17589 freeswitch CALL select(0,0,0,0,0x7fffdfeccf00) >> 17589 freeswitch RET _umtx_op -1 errno 60 Operation timed out >> 17589 freeswitch CALL >> _umtx_op(0x80062e098,UMTX_OP_WAIT_UINT_PRIVATE,0,0x18,0x7fffdfe8fe28) >> >> Supplemental information : >> - 1.6.19 shows the same issue. >> - FS installed and ran as root or unprivileged user shows the same issue. >> >> Should I file a JIRA, please ? >> >> Thanks >> >> Éric Masson >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *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: From gmaruzz at gmail.com Thu Aug 10 18:17:48 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 10 Aug 2017 13:17:48 -0500 Subject: [Freeswitch-users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC Message-ID: *Industrial Grade FreeSWITCH Scaling, Balancing and High Availability for SIP and WebRTC* Scaling your FreeSWITCH platform to serve a growing user base is a critical challenge. We'll go through the best techniques, practices, and implementations for Voice and Video Calls, Conferencing, WebRTC, SIP, Chatting, Presence and Instant Messaging Slides can be downloaded from http://opentelecom.it/cluecon2017.pdf Enjoy ClueCon! -giovanni -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From emss at free.fr Thu Aug 10 18:52:04 2017 From: emss at free.fr (Eric Masson) Date: Thu, 10 Aug 2017 20:52:04 +0200 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued In-Reply-To: References: Message-ID: Le 10/08/2017 à 15:57, Brian West a écrit : Hi Brian, > You should NEVER set local_ip_v4 in vars.xml, You should use an > arbitrary variable for whatever config option you're trying to tweak in > vars.xml and use that elsewhere in your configs. Ok, I was setting this var to overcome an issue in the ip v4 address detection that leads to the following error : 2017-08-10 18:47:52.414234 [ERR] sofia.c:3220 Error Creating SIP UA for profile: internal (sip:mod_sofia@:5060;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC) 2017-08-10 18:47:52.414234 [ERR] sofia.c:3230 Error Creating SIP UA for profile: internal (sip:mod_sofia@:5060;transport=udp,tcp) The likely causes for this are: 1) Another application is already listening on the specified address. 2) The IP the profile is attempting to bind to is not local to this system. local_ip_v4 is not set : freeswitch at newsrv.interne.associated-bears.org> eval ${local_ip_v4} freeswitch at newsrv.interne.associated-bears.org> Setting local_ip_v4 was suggested in the following thread : http://freeswitch-users.2379917.n2.nabble.com/Error-Creating-SIP-UA-for-profile-X-td7201299.html > Try without setting local_ip_v4 in vars.xml. If the issue goes away > file a JIRA either way. Nope, the issue is still present. JIRA filed as https://freeswitch.org/jira/browse/FSCOMM-20 Hope I created it in the right section. Éric Masson From brian at freeswitch.org Thu Aug 10 18:57:24 2017 From: brian at freeswitch.org (Brian West) Date: Thu, 10 Aug 2017 18:57:24 +0000 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued In-Reply-To: References: Message-ID: Never set it file a JIRA On Thu, Aug 10, 2017 at 1:52 PM Eric Masson wrote: > Le 10/08/2017 à 15:57, Brian West a écrit : > > Hi Brian, > > > You should NEVER set local_ip_v4 in vars.xml, You should use an > > arbitrary variable for whatever config option you're trying to tweak in > > vars.xml and use that elsewhere in your configs. > > Ok, I was setting this var to overcome an issue in the ip v4 address > detection that leads to the following error : > 2017-08-10 18:47:52.414234 [ERR] sofia.c:3220 Error Creating SIP UA for > profile: internal (sip:mod_sofia@:5060;transport=udp,tcp) ATTEMPT 3 > (RETRY IN 5 SEC) > 2017-08-10 18:47:52.414234 [ERR] sofia.c:3230 Error Creating SIP UA for > profile: internal (sip:mod_sofia@:5060;transport=udp,tcp) > The likely causes for this are: > 1) Another application is already listening on the specified address. > 2) The IP the profile is attempting to bind to is not local to this system. > > local_ip_v4 is not set : > freeswitch at newsrv.interne.associated-bears.org> eval ${local_ip_v4} > > freeswitch at newsrv.interne.associated-bears.org> > > Setting local_ip_v4 was suggested in the following thread : > > http://freeswitch-users.2379917.n2.nabble.com/Error-Creating-SIP-UA-for-profile-X-td7201299.html > > > Try without setting local_ip_v4 in vars.xml. If the issue goes away > > file a JIRA either way. > > Nope, the issue is still present. > > JIRA filed as https://freeswitch.org/jira/browse/FSCOMM-20 > Hope I created it in the right section. > > Éric Masson > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Thu Aug 10 18:58:22 2017 From: brian at freeswitch.org (Brian West) Date: Thu, 10 Aug 2017 18:58:22 +0000 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> Message-ID: Doesn’t deflect require the full sip uri? On Thu, Aug 10, 2017 at 10:33 AM Anthony Minessale < anthony.minessale at gmail.com> wrote: > > Its kind of like dns. You alias your fqdn in the profile that is meant to > host it. It gives fs a hint which profile to use when presented a domain. > You can either name the profile after the domain or use the alias. > > So if it doesn't fix your problem, its still a good practice. > > > > > On Mon, Aug 7, 2017 at 1:36 PM Mario G wrote: > >> I tried some things this weekend to no avail, only an IP address in the >> phone/client will allow forwarding: >> >> 1.In vars.xml I made the domain_name freeswitch.lan but that did not work. >> >> 2. To Internal.xml I added: >> >> 3. To Internal.xml I added: >> >>> >>> On Aug 3, 2017, at 10:52 AM, Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>> Is that dns name the proper name or set as an alias to your profile? >>> >>> The only way to resolve names to profiles is by naming the profile to be >>> the domain or use the alias feature. >>> >>> I am not positive that is part of your problem but based on the desc >>> that is my hunch. >>> >>> >>> On Thu, Aug 3, 2017 at 10:50 AM Mario G wrote: >>> >>>> In case anyone stumbles into this same problem… Over a year of work and >>>> I finally found the problem: FS-10569 >>>> >>>> . >>>> >>>> >>>> On Dec 29, 2016, at 11:13 AM, Mario G wrote: >>>> >>>> 1.6.13+git~20161214 >>>> >>>> On Dec 28, 2016, at 12:52 PM, Brian West wrote: >>>> >>>> What rev of FreeSWITCH is this? >>>> >>>> On Wed, Dec 28, 2016 at 2:39 PM, Mario G wrote: >>>> >>>>> Anyone know the answer to this? Still no luck. >>>>> Mario G >>>>> >>>>> On Nov 21, 2016, at 8:39 AM, Mario G wrote: >>>>> >>>>> What are the bold deflect and refer to lines below telling me? This >>>>> worked until last year, not sure if it’s related to 1.6, I can’t nail down >>>>> a start date. >>>>> >>>>> A ring group rings. When one phone’s FWD button is pressed prior to a >>>>> call or during a call the call is forwarded to VM extension 2921, and the >>>>> other phones stopped ringing. This no longer works, the set phone does not >>>>> ring, the call is not transferred to VM and the other phones keep ringing. >>>>> I couldn’t find anything on the wiki (it only described using codes to turn >>>>> FWD on/off), etc. to explain why this stopped working. Any help to get the >>>>> phone forwarding working again is greatly appreciated. Thanks! >>>>> Mario G >>>>> >>>>> YEALINK T48G DSS button is set to forward to 2921, pressing again >>>>> turns it off. All other DSS keys such as call park, etc work fine. >>>>> >>>>> >>>>> >>>>> >>>>> >>>> data="/usr/local/FreeSwitch-scripts/known-people.lua CALLIN"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> This log shows the only lines that contain 2921 in *bold*: >>>>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing >>>>> Mario G <15051234567>->2921 in context public >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing >>>>> [public->unloop] continue=false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) >>>>> [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) >>>>> [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false >>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 *Action >>>>> deflect(${destination_number})* >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 ( >>>>> sofia/internal/15051234567 at 11.123.1.10) State Change CS_ROUTING -> >>>>> CS_EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 ( >>>>> sofia/internal/15051234567 at 11.123.1.10) State ROUTING going to sleep >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 ( >>>>> sofia/internal/15051234567 at 11.123.1.10) Running State Change >>>>> CS_EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 ( >>>>> sofia/internal/15051234567 at 11.123.1.10) State EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 >>>>> sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 >>>>> sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>>>> EXECUTE sofia/internal/15051234567 at 11.123.1.10* deflect(2921)* >>>>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 *Process REFER to >>>>> [(null)@2921*] >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >>>> http://www.freeswitchcookbook.com (50% Discount using code >>>> FreeSwitch50) >>>> https://www.gofundme.com/freeswitch_ubuntu >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *Skype:*briankwest >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> -- >>> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >>> >>> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ >>> http://twitter.com/FreeSWITCH >>> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >>> >>> https://www.youtube.com/watch?v=oAxXgyx5jUw >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- >> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >> >> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ >> http://twitter.com/FreeSWITCH >> ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ > http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From emss at free.fr Thu Aug 10 19:44:28 2017 From: emss at free.fr (Eric Masson) Date: Thu, 10 Aug 2017 21:44:28 +0200 Subject: [Freeswitch-users] [FreeBSD 11] FS 1.8.0 needs -KILL signal to stop after shutdown issued In-Reply-To: References: Message-ID: Le 10/08/2017 à 20:57, Brian West a écrit : Hi Brian, > Never set it file a JIRA https://freeswitch.org/jira/browse/FS-10581 FSCOMM-20 has been closed, issue recreated as : https://freeswitch.org/jira/browse/FS-10580 Thanks again for your support. Éric Masson From vladislaus at gmail.com Thu Aug 10 19:48:46 2017 From: vladislaus at gmail.com (Andres Gomez) Date: Thu, 10 Aug 2017 14:48:46 -0500 Subject: [Freeswitch-users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: Message-ID: Thanks. Great presentation! On Thu, Aug 10, 2017 at 1:17 PM, Giovanni Maruzzelli wrote: > *Industrial Grade FreeSWITCH Scaling, Balancing and High Availability for > SIP and WebRTC* > > Scaling your FreeSWITCH platform to serve a growing user base is a > critical challenge. We'll go through the best techniques, practices, and > implementations for Voice and Video Calls, Conferencing, WebRTC, SIP, > Chatting, Presence and Instant Messaging > Slides can be downloaded from http://opentelecom.it/cluecon2017.pdf > > Enjoy ClueCon! > > -giovanni > > -- > > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Aug 10 21:47:32 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 10 Aug 2017 23:47:32 +0200 Subject: [Freeswitch-users] Bridge - user not registered - verto In-Reply-To: References: Message-ID: Anyone has similar issue? If call is transfered to user/extension and this extension is verto than call is transfered, but also get USER NOT REGISTERED in log, because FS tries to transfer to SIP and Verto extension. Regardles of what I set in dial-string in user params. Best regards, Gregor 2017-07-12 19:40 GMT+02:00 Gregor Nanger : > When I make bridge to user/extension to verto user, I get user is not > registered. Call is transfered, but it looks like freeswitch tries to > transfer to verto and sip endpoint. And since sip endpoint is not > registered, I get User_not-registered. Everything works, but I get 2 > calllogs because of this. > > I also try to modify dial-string in user params, but same behavior > > Is this by design? > > Best regards, Gregor > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Thu Aug 10 23:58:23 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 10 Aug 2017 23:58:23 +0000 Subject: [Freeswitch-users] Bridge - user not registered - verto In-Reply-To: References: Message-ID: it sounds like your user dial string calls functions to resolve sip and verto endpoints and calls them both, sip returns not registered On Thu, Aug 10, 2017 at 4:51 PM Gregor Nanger wrote: > Anyone has similar issue? > > If call is transfered to user/extension and this extension is verto than > call is transfered, but also get USER NOT REGISTERED in log, because FS > tries to transfer to SIP and Verto extension. Regardles of what I set in > dial-string in user params. > > Best regards, Gregor > > 2017-07-12 19:40 GMT+02:00 Gregor Nanger : > >> When I make bridge to user/extension to verto user, I get user is not >> registered. Call is transfered, but it looks like freeswitch tries to >> transfer to verto and sip endpoint. And since sip endpoint is not >> registered, I get User_not-registered. Everything works, but I get 2 >> calllogs because of this. >> >> I also try to modify dial-string in user params, but same behavior >> >> Is this by design? >> >> Best regards, Gregor >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Aug 11 00:18:52 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 11 Aug 2017 02:18:52 +0200 Subject: [Freeswitch-users] Bridge - user not registered - verto In-Reply-To: References: Message-ID: This is what I thought and played with dial-string, but it looks I am missing something. I set this dialstring: in User/Params section of XML (I am using xml_curl). So returning this for each verto extension at og in. Is this right place or something override this dial-string in user section? 2017-08-11 1:58 GMT+02:00 Michael Jerris : > it sounds like your user dial string calls functions to resolve sip and > verto endpoints and calls them both, sip returns not registered > > On Thu, Aug 10, 2017 at 4:51 PM Gregor Nanger wrote: > >> Anyone has similar issue? >> >> If call is transfered to user/extension and this extension is verto than >> call is transfered, but also get USER NOT REGISTERED in log, because FS >> tries to transfer to SIP and Verto extension. Regardles of what I set in >> dial-string in user params. >> >> Best regards, Gregor >> >> 2017-07-12 19:40 GMT+02:00 Gregor Nanger : >> >>> When I make bridge to user/extension to verto user, I get user is not >>> registered. Call is transfered, but it looks like freeswitch tries to >>> transfer to verto and sip endpoint. And since sip endpoint is not >>> registered, I get User_not-registered. Everything works, but I get 2 >>> calllogs because of this. >>> >>> I also try to modify dial-string in user params, but same behavior >>> >>> Is this by design? >>> >>> Best regards, Gregor >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Aug 11 01:08:58 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 11 Aug 2017 01:08:58 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl Message-ID: Can you please advise me on something. We are using FS as multitenant and feeding everything via mod_curl. I am wondering what happens if Mod_callcenter configuration is feed via xml_curl. I mean if one customer updates configuration and module is reloaded, what happens with live calls of other customers? Best regards, Gregor -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From brandon at cryy.com Fri Aug 11 01:18:59 2017 From: brandon at cryy.com (Brandon Armstead) Date: Fri, 11 Aug 2017 01:18:59 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: Message-ID: To be honest we've got this integration going and it's been a bit of a hassle... You can get it going through a bit of magic and direct database manipulations, the module truly is not really meant for this sort of environment in my opinion. I would personally advise against it if you have the means to develop it internally / using native other functionality available, i.e. event sockets etc. As for call states etc it uses database backend to persist across reloads as long as you do not reload Sofia. On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger wrote: > Can you please advise me on something. > > We are using FS as multitenant and feeding everything via mod_curl. I am > wondering what happens if Mod_callcenter configuration is feed via > xml_curl. I mean if one customer updates configuration and module is > reloaded, what happens with live calls of other customers? > > Best regards, Gregor > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Sent from Gmail Mobile -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Fri Aug 11 04:05:48 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 11 Aug 2017 04:05:48 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: Message-ID: Wrong. It'll work fine with mod_xml_curl and you don't have to realod the module for manipulating queues. There's apis for that. No magic, no database manipulation, setup your xml_curl and use it. Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead escreveu: > To be honest we've got this integration going and it's been a bit of a > hassle... You can get it going through a bit of magic and direct database > manipulations, the module truly is not really meant for this sort of > environment in my opinion. > > I would personally advise against it if you have the means to develop it > internally / using native other functionality available, i.e. event sockets > etc. > > As for call states etc it uses database backend to persist across reloads > as long as you do not reload Sofia. > > On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger wrote: > >> Can you please advise me on something. >> >> We are using FS as multitenant and feeding everything via mod_curl. I am >> wondering what happens if Mod_callcenter configuration is feed via >> xml_curl. I mean if one customer updates configuration and module is >> reloaded, what happens with live calls of other customers? >> >> Best regards, Gregor >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Sent from Gmail Mobile > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From voransoy at gmail.com Fri Aug 11 05:10:57 2017 From: voransoy at gmail.com (Volkan Oransoy) Date: Fri, 11 Aug 2017 08:10:57 +0300 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: Message-ID: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> How does reloading the module effects existing calls and queues? Is it possible to reconfigure existing queues by reloading the module? /Volkan > On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: > > Wrong. > > It'll work fine with mod_xml_curl and you don't have to realod the module for manipulating queues. There's apis for that. > > No magic, no database manipulation, setup your xml_curl and use it. > Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead > escreveu: > To be honest we've got this integration going and it's been a bit of a hassle... You can get it going through a bit of magic and direct database manipulations, the module truly is not really meant for this sort of environment in my opinion. > > I would personally advise against it if you have the means to develop it internally / using native other functionality available, i.e. event sockets etc. > > As for call states etc it uses database backend to persist across reloads as long as you do not reload Sofia. > > On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger > wrote: > Can you please advise me on something. > > We are using FS as multitenant and feeding everything via mod_curl. I am wondering what happens if Mod_callcenter configuration is feed via xml_curl. I mean if one customer updates configuration and module is reloaded, what happens with live calls of other customers? > > Best regards, Gregor > > > -- > Gregor Nanger > > CTO > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Sent from Gmail Mobile > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Fri Aug 11 05:55:15 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 11 Aug 2017 00:55:15 -0500 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> Message-ID: You do not need to reload the module. Load/reload/unload of queues can be done via API commands: https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy wrote: > How does reloading the module effects existing calls and queues? Is it > possible to reconfigure existing queues by reloading the module? > > /Volkan > > > > On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: > > Wrong. > > It'll work fine with mod_xml_curl and you don't have to realod the module > for manipulating queues. There's apis for that. > > No magic, no database manipulation, setup your xml_curl and use it. > Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead > escreveu: > >> To be honest we've got this integration going and it's been a bit of a >> hassle... You can get it going through a bit of magic and direct database >> manipulations, the module truly is not really meant for this sort of >> environment in my opinion. >> >> I would personally advise against it if you have the means to develop it >> internally / using native other functionality available, i.e. event sockets >> etc. >> >> As for call states etc it uses database backend to persist across reloads >> as long as you do not reload Sofia. >> >> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >> wrote: >> >>> Can you please advise me on something. >>> >>> We are using FS as multitenant and feeding everything via mod_curl. I am >>> wondering what happens if Mod_callcenter configuration is feed via >>> xml_curl. I mean if one customer updates configuration and module is >>> reloaded, what happens with live calls of other customers? >>> >>> Best regards, Gregor >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- >> Sent from Gmail Mobile >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Ítalo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Fri Aug 11 06:16:38 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 11 Aug 2017 06:16:38 +0000 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> Message-ID: Please create pull request вт, 8 авг. 2017 г., 22:47 Joseph Waite : > Hi > > Yes that was the issue. It works great now! > > Regards > > On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari > wrote: > > That's the problem...I modified the files "Makefile" in the module's > folder to use the version 1.1.7 of freeradius-client. > > Regards. > > 2017-08-08 15:30 GMT-04:00 Joseph Waite : > >> Hi >> >> I am using both, I need to do authentication from within the dial plan >> for IP authenticated users, so I use mod_rad_auth for this and >> mod_xml_radius for user auth and accounting. >> >> I think I have found the issue, Freeswitch actually downloads free radius >> client and in the stable branch the makefiles for both modules specifies >> 1.1.6 so changed to 1.1.7 and recompiling everything. >> >> Will update if this solves the issues. >> >> Regards >> >> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari >> wrote: >> >> Actually, I'm not using radauth module. I use mod_xml_radius instead, >> it's newer and you have accounting support too. The implementation it's >> similar compared to radauth module. >> >> Regards, >> Juan Pablo Godoy. >> >> 2017-08-08 14:40 GMT-04:00 Joseph Waite : >> >>> Hi >>> >>> I have done a fresh install and used freeradius-client 1.1.7 but still >>> have this issue, Did you have to make any config changes to free radius >>> client? >>> >>> Regards >>> >>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari >>> wrote: >>> >>> Hello, >>> >>> I had the same problem. Compile the radius module with freeradius-client >>> 1.1.7 >>> >>> Regards, >>> Juan Pablo Godoy. >>> >>> 2017-08-07 18:55 GMT-04:00 Joseph Waite : >>> >>>> Hi Guys >>>> >>>> I am having a strange issue, when I have more than about 450 concurrent >>>> calls, rad_auth seems to fail to authorise calls. >>>> >>>> I see the Radius request received and replied with RAD-ACCEPT from the >>>> Radius server but I get the following error >>>> >>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >>>> Authentication failure (RC=1) >>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >>>> during radius authorization. >>>> >>>> I have had a look as ulimit and seems to be fine. >>>> >>>> core file size (blocks, -c) 0 >>>> data seg size (kbytes, -d) unlimited >>>> scheduling priority (-e) 0 >>>> file size (blocks, -f) unlimited >>>> pending signals (-i) 128716 >>>> max locked memory (kbytes, -l) 64 >>>> max memory size (kbytes, -m) unlimited >>>> open files (-n) 65536 >>>> pipe size (512 bytes, -p) 8 >>>> POSIX message queues (bytes, -q) 819200 >>>> real-time priority (-r) 0 >>>> stack size (kbytes, -s) 8192 >>>> cpu time (seconds, -t) unlimited >>>> max user processes (-u) 128716 >>>> virtual memory (kbytes, -v) unlimited >>>> file locks (-x) unlimited >>>> >>>> Anyone have any ideas? >>>> >>>> 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 >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jurijs.ivolga at gmail.com Fri Aug 11 06:24:32 2017 From: jurijs.ivolga at gmail.com (Jurijs Ivolga) Date: Fri, 11 Aug 2017 09:24:32 +0300 Subject: [Freeswitch-users] How to export variable downstream on execute_on_answer? In-Reply-To: References: Message-ID: Hi Loi, You can try to use uuid_setvar and set a variable for specific call. https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables#ChannelVariables-AccessingChannelVariablesinOtherEnvironments I hope this will help. With kind regards, Jurijs On Thu, Aug 10, 2017 at 3:40 PM, Lợi Đặng wrote: > Hi Vladyslav, > many thanks for your reply, but I don't want the Caller receive my custom > header(s), so I intend to disable the copying. > > I just want to export a flag variable to the channel so that I could > retrieve it later. > > rgds, > Loi Dang > > Loi Dang Thanh > Phone : +84. 1224.735.448 > Email : loi.dangthanh at gmail.com > > On Thu, Aug 10, 2017 at 6:32 PM, Vladyslav Zakhozhai < > v.zakhozhai at gmail.com> wrote: > >> Hello, >> >> https://wiki.freeswitch.org/wiki/Variable_sip_copy_custom_headers >> >> I'm not sure but this link may help you. >> >> On Thu, Aug 10, 2017 at 2:24 PM, Lợi Đặng >> wrote: >> >>> Hi guys, I have a simple call scenario: >>> *Caller -> FS -> Callee* >>> Callee answer the call with an additional header called X-MyVar in 200 >>> OK. I'm trying to store that value only for reporting via >>> CHANNEL_HANGUP_COMPLETE - event socket. >>> >>> I'm retrieving that custom header by looking at ${sip_rh_X-MyVar} via >>> *execute_on_answer* on B leg, and it's fine. But I'm unable to export >>> it to the A leg. >>> Here's my dialplan: >>> >>> >>> >>> >>> >>> >>> >>> * >> expression="^logvar$"> >> data="myvar=${sip_rh_X-MyVar}"/> >> application="bridge" data="{execute_on_answer=execute_extension logvar XML >>> external}sofia/external/${destination_number}"/>* >>> >>> I don't want X-MyVar header to be passed to Caller, so I have to export >>> the variable. >>> But when CHANNEL_HANGUP_COMPLETE fires, the variable *variable_myvar* >>> present only in the outbound B leg. Look like my export did not work. >>> Note that I have some upstream exports from A leg to B leg in normal XML >>> dialplan and they're all fine. >>> >>> Below is my fs_cli log: 192.168.1.100 is my FS. >>> >>> >>> >>> *Dialplan: sofia/external/400 at 192.168.1.100:5060 >>> Action >>> export(myvar=${sip_rh_X-MyVar})2017-08-10 17:27:29.958572 [NOTICE] >>> switch_core_session.c:2913 Execute export(myvar=${sip_rh_X-MyVar})EXECUTE >>> sofia/external/400 at 192.168.1.100:5060 >>> export(myvar=598c35116ee949.25824485)2017-08-10 17:27:29.958572 [DEBUG] >>> switch_channel.c:1296 EXPORT (export_vars) >>> [myvar]=[598c35116ee949.25824485]* >>> >>> Not sure what I'm missing in this case. >>> Any help would be appreciated. >>> rgds, >>> Loi Dang >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> С уважением, >> Владислав Захожай >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Aug 11 06:36:49 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 11 Aug 2017 06:36:49 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> Message-ID: I see, Italo. You've made a good module. It has a lot of changes since I last read wiki. I can even query via Esl and get json for real-time data. If I issue reload queue via Esl, do I need to return whole xml configuration via xml_curl or only for reload queue? We are using ms sql for FS via odbc. Guess it will work also for Mod_callcenter? On Fri, Aug 11, 2017, 07:56 Ítalo Rossi wrote: > You do not need to reload the module. Load/reload/unload of queues can be > done via API commands: > > > https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue > > On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy > wrote: > >> How does reloading the module effects existing calls and queues? Is it >> possible to reconfigure existing queues by reloading the module? >> >> /Volkan >> >> >> >> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >> >> Wrong. >> >> It'll work fine with mod_xml_curl and you don't have to realod the module >> for manipulating queues. There's apis for that. >> >> No magic, no database manipulation, setup your xml_curl and use it. >> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >> escreveu: >> >>> To be honest we've got this integration going and it's been a bit of a >>> hassle... You can get it going through a bit of magic and direct database >>> manipulations, the module truly is not really meant for this sort of >>> environment in my opinion. >>> >>> I would personally advise against it if you have the means to develop it >>> internally / using native other functionality available, i.e. event sockets >>> etc. >>> >>> As for call states etc it uses database backend to persist across >>> reloads as long as you do not reload Sofia. >>> >>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>> wrote: >>> >>>> Can you please advise me on something. >>>> >>>> We are using FS as multitenant and feeding everything via mod_curl. I >>>> am wondering what happens if Mod_callcenter configuration is feed via >>>> xml_curl. I mean if one customer updates configuration and module is >>>> reloaded, what happens with live calls of other customers? >>>> >>>> Best regards, Gregor >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>> • www.infomedia.si >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> -- >>> Sent from Gmail Mobile >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Ítalo Rossi > italo at freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Fri Aug 11 07:47:57 2017 From: mike at jerris.com (Michael Jerris) Date: Fri, 11 Aug 2017 07:47:57 +0000 Subject: [Freeswitch-users] Bridge - user not registered - verto In-Reply-To: References: Message-ID: your logs show you that's not what it's getting.... do some debugging for what all is returned, check user and domain level, grep for sofia_contact to see where it's set On Thu, Aug 10, 2017 at 7:23 PM Gregor Nanger wrote: > This is what I thought and played with dial-string, but it looks I am > missing something. I set this dialstring: > > > > in User/Params section of XML (I am using xml_curl). So returning this for > each verto extension at og in. Is this right place or something override > this dial-string in user section? > > 2017-08-11 1:58 GMT+02:00 Michael Jerris : > >> it sounds like your user dial string calls functions to resolve sip and >> verto endpoints and calls them both, sip returns not registered >> >> On Thu, Aug 10, 2017 at 4:51 PM Gregor Nanger >> wrote: >> >>> Anyone has similar issue? >>> >>> If call is transfered to user/extension and this extension is verto than >>> call is transfered, but also get USER NOT REGISTERED in log, because FS >>> tries to transfer to SIP and Verto extension. Regardles of what I set in >>> dial-string in user params. >>> >>> Best regards, Gregor >>> >>> 2017-07-12 19:40 GMT+02:00 Gregor Nanger : >>> >>>> When I make bridge to user/extension to verto user, I get user is not >>>> registered. Call is transfered, but it looks like freeswitch tries to >>>> transfer to verto and sip endpoint. And since sip endpoint is not >>>> registered, I get User_not-registered. Everything works, but I get 2 >>>> calllogs because of this. >>>> >>>> I also try to modify dial-string in user params, but same behavior >>>> >>>> Is this by design? >>>> >>>> Best regards, Gregor >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>> • www.infomedia.si >>>> >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From loi.dangthanh at gmail.com Fri Aug 11 08:02:20 2017 From: loi.dangthanh at gmail.com (=?UTF-8?B?TOG7o2kgxJDhurduZw==?=) Date: Fri, 11 Aug 2017 08:02:20 +0000 Subject: [Freeswitch-users] How to export variable downstream on execute_on_answer? In-Reply-To: References: Message-ID: Hi Jurijs, your answer really helps, thanks a lot. My problem is solved with below call from the dialplan got executed on answer. *${uuid_setvar(${signal_bond} myvar ${sip_rh_X-MyVar})}* And btw, I find an alternative way in the meantime with using *bridge_export* instead of *export.* rgds, Loi Dang On Fri, Aug 11, 2017 at 1:25 PM Jurijs Ivolga wrote: > Hi Loi, > > You can try to use uuid_setvar and set a variable for specific call. > > > https://freeswitch.org/confluence/display/FREESWITCH/Channel+Variables#ChannelVariables-AccessingChannelVariablesinOtherEnvironments > > I hope this will help. > > With kind regards, > > Jurijs > > On Thu, Aug 10, 2017 at 3:40 PM, Lợi Đặng wrote: > >> Hi Vladyslav, >> many thanks for your reply, but I don't want the Caller receive my custom >> header(s), so I intend to disable the copying. >> >> I just want to export a flag variable to the channel so that I could >> retrieve it later. >> >> rgds, >> Loi Dang >> >> Loi Dang Thanh >> Phone : +84. 1224.735.448 >> Email : loi.dangthanh at gmail.com >> >> On Thu, Aug 10, 2017 at 6:32 PM, Vladyslav Zakhozhai < >> v.zakhozhai at gmail.com> wrote: >> >>> Hello, >>> >>> https://wiki.freeswitch.org/wiki/Variable_sip_copy_custom_headers >>> >>> I'm not sure but this link may help you. >>> >>> On Thu, Aug 10, 2017 at 2:24 PM, Lợi Đặng >>> wrote: >>> >>>> Hi guys, I have a simple call scenario: >>>> *Caller -> FS -> Callee* >>>> Callee answer the call with an additional header called X-MyVar in 200 >>>> OK. I'm trying to store that value only for reporting via >>>> CHANNEL_HANGUP_COMPLETE - event socket. >>>> >>>> I'm retrieving that custom header by looking at ${sip_rh_X-MyVar} via >>>> *execute_on_answer* on B leg, and it's fine. But I'm unable to export >>>> it to the A leg. >>>> Here's my dialplan: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> * >>> expression="^logvar$"> >>> data="myvar=${sip_rh_X-MyVar}"/> >>> application="bridge" data="{execute_on_answer=execute_extension logvar XML >>>> external}sofia/external/${destination_number}"/>* >>>> >>>> I don't want X-MyVar header to be passed to Caller, so I have to export >>>> the variable. >>>> But when CHANNEL_HANGUP_COMPLETE fires, the variable *variable_myvar* >>>> present only in the outbound B leg. Look like my export did not work. >>>> Note that I have some upstream exports from A leg to B leg in normal >>>> XML dialplan and they're all fine. >>>> >>>> Below is my fs_cli log: 192.168.1.100 is my FS. >>>> >>>> >>>> >>>> *Dialplan: sofia/external/400 at 192.168.1.100:5060 >>>> Action >>>> export(myvar=${sip_rh_X-MyVar})2017-08-10 17:27:29.958572 [NOTICE] >>>> switch_core_session.c:2913 Execute export(myvar=${sip_rh_X-MyVar})EXECUTE >>>> sofia/external/400 at 192.168.1.100:5060 >>>> export(myvar=598c35116ee949.25824485)2017-08-10 17:27:29.958572 [DEBUG] >>>> switch_channel.c:1296 EXPORT (export_vars) >>>> [myvar]=[598c35116ee949.25824485]* >>>> >>>> Not sure what I'm missing in this case. >>>> Any help would be appreciated. >>>> rgds, >>>> Loi Dang >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> С уважением, >>> Владислав Захожай >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at telefaks.de Fri Aug 11 10:32:41 2017 From: lists at telefaks.de (Peter Steinbach) Date: Fri, 11 Aug 2017 12:32:41 +0200 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> Message-ID: <598D87C9.4020002@telefaks.de> Some hints: The module itself can only be reloaded when no call is active in the callcenter module. So relaoding on every change will not work, so API must be used. We use mod_callcenter with xml_curl, and we have to take care that - whenever we change a parameter in our xml-curl web interface - we have to publish this to the mod_callcenter module via api commands. This concerns - queues (reload, unload, add, del) - agents (set values, add, del) - tiers (add, del) And sometimes you will have to check the current status of agents(logged in/out), whether they still are in sync with your xml-curl application. So this is not a trivial job, but it can be done. Best regards Peter On 08/11/17 07:55, Ítalo Rossi wrote: > You do not need to reload the module. Load/reload/unload of queues can > be done via API commands: > > https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue > > On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy > wrote: > > How does reloading the module effects existing calls and queues? > Is it possible to reconfigure existing queues by reloading the module? > > /Volkan > > > >> On 11 Aug 2017, at 07:05, Ítalo Rossi > > wrote: >> >> Wrong. >> >> It'll work fine with mod_xml_curl and you don't have to realod >> the module for manipulating queues. There's apis for that. >> >> No magic, no database manipulation, setup your xml_curl and use it. >> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >> > escreveu: >> >> To be honest we've got this integration going and it's been >> a bit of a hassle... You can get it going through a bit of >> magic and direct database manipulations, the module truly is >> not really meant for this sort of environment in my opinion. >> >> I would personally advise against it if you have the means to >> develop it internally / using native other functionality >> available, i.e. event sockets etc. >> >> As for call states etc it uses database backend to persist >> across reloads as long as you do not reload Sofia. >> >> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >> > wrote: >> >> Can you please advise me on something. >> >> We are using FS as multitenant and feeding everything via >> mod_curl. I am wondering what happens if Mod_callcenter >> configuration is feed via xml_curl. I mean if one >> customer updates configuration and module is reloaded, >> what happens with live calls of other customers? >> >> Best regards, Gregor >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> -- >> Sent from Gmail Mobile >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > -- > Ítalo Rossi > italo at freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- 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: From gregor at infomedia.si Fri Aug 11 12:00:13 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 11 Aug 2017 12:00:13 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: <598D87C9.4020002@telefaks.de> References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> <598D87C9.4020002@telefaks.de> Message-ID: Thank you for hints. I am comfortable of issue commands via api/esl. Also will try to query odbc database that module will use for agents and status. On Fri, Aug 11, 2017, 12:34 Peter Steinbach wrote: > Some hints: > > The module itself can only be reloaded when no call is active in the > callcenter module. So relaoding on every change will not work, so API must > be used. > > We use mod_callcenter with xml_curl, and we have to take care that - > whenever we change a parameter in our xml-curl web interface - we have to > publish this to the mod_callcenter module via api commands. > > This concerns > - queues (reload, unload, add, del) > - agents (set values, add, del) > - tiers (add, del) > > And sometimes you will have to check the current status of agents(logged > in/out), whether they still are in sync with your xml-curl application. > So this is not a trivial job, but it can be done. > > Best regards > Peter > > > On 08/11/17 07:55, Ítalo Rossi wrote: > > You do not need to reload the module. Load/reload/unload of queues can be > done via API commands: > > > https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue > > On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy > wrote: > >> How does reloading the module effects existing calls and queues? Is it >> possible to reconfigure existing queues by reloading the module? >> >> /Volkan >> >> >> >> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >> >> Wrong. >> >> It'll work fine with mod_xml_curl and you don't have to realod the module >> for manipulating queues. There's apis for that. >> >> No magic, no database manipulation, setup your xml_curl and use it. >> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >> escreveu: >> >>> To be honest we've got this integration going and it's been a bit of a >>> hassle... You can get it going through a bit of magic and direct database >>> manipulations, the module truly is not really meant for this sort of >>> environment in my opinion. >>> >>> I would personally advise against it if you have the means to develop it >>> internally / using native other functionality available, i.e. event sockets >>> etc. >>> >>> As for call states etc it uses database backend to persist across >>> reloads as long as you do not reload Sofia. >>> >>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>> wrote: >>> >>>> Can you please advise me on something. >>>> >>>> We are using FS as multitenant and feeding everything via mod_curl. I >>>> am wondering what happens if Mod_callcenter configuration is feed via >>>> xml_curl. I mean if one customer updates configuration and module is >>>> reloaded, what happens with live calls of other customers? >>>> >>>> Best regards, Gregor >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>> • www.infomedia.si >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> -- >>> Sent from Gmail Mobile >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Ítalo Rossi > italo at freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > -- > 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 -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From ing.diasdanny at gmail.com Fri Aug 11 06:07:42 2017 From: ing.diasdanny at gmail.com (Danny Dias) Date: Fri, 11 Aug 2017 01:07:42 -0500 Subject: [Freeswitch-users] Connection timed out while trying to install FS Message-ID: Hi guys, I'm having an issue while installing FS: root at srv-lx-fs-01:~# wget -O - https://files.freeswitch.org/ > repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb > http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > > /etc/apt/sources.list.d/freeswitch.list > --2017-08-11 00:27:24-- https://files.freeswitch.org/ > repo/deb/debian/freeswitch_archive_g0.pub > Resolving files.freeswitch.org (files.freeswitch.org)... 146.112.239.208, > 146.112.239.206, 146.112.239.209, ... > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.208|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.206|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.209|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.205|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.207|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|146.112.239.211|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|::ffff:146.112.239.208|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|::ffff:146.112.239.205|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|::ffff:146.112.239.206|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|::ffff:146.112.239.207|:443... > failed: Connection timed out. > Connecting to files.freeswitch.org (files.freeswitch.org)|::ffff:146.112.239.209|:443... > ^C > gpg: Interrupt caught ... exiting Any ideas? Could this be a firewall issue? From a packet capture, i only see traffic from the FS VM to files.freeswitch.org, but nothing coming back: > root at srv-lx-fs-01:~# tcpdump -n host files.freeswitch.org > tcpdump: verbose output suppressed, use -v or -vv for full protocol decode > listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes > 00:55:41.898284 IP 10.201.238.146.47705 > 146.112.239.207.443: Flags [S], > seq 706570257, win 29200, options [mss 1460,sackOK,TS val 5189242 ecr > 0,nop,wscale 7], length 0 > 00:55:42.895572 IP 10.201.238.146.47705 > 146.112.239.207.443: Flags [S], > seq 706570257, win 29200, options [mss 1460,sackOK,TS val 5189492 ecr > 0,nop,wscale 7], length 0 > 00:55:44.899553 IP 10.201.238.146.47705 > 146.112.239.207.443: Flags [S], > seq 706570257, win 29200, options [mss 1460,sackOK,TS val 5189993 ecr > 0,nop,wscale 7], length 0 > 00:55:48.911570 IP 10.201.238.146.47705 > 146.112.239.207.443: Flags [S], > seq 706570257, win 29200, options [mss 1460,sackOK,TS val 5190996 ecr > 0,nop,wscale 7], length 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bogdan at opensips.org Fri Aug 11 12:10:14 2017 From: bogdan at opensips.org (Bogdan-Andrei Iancu) Date: Fri, 11 Aug 2017 15:10:14 +0300 Subject: [Freeswitch-users] ClueCon Slides: OpenSIPS 2.3 and beyond Message-ID: <12465747-efa9-5e31-e5eb-32917ae135ff@opensips.org> Hi, Upon several requests, I'm sharing here the presentation about OpenSIPS 2.3 integration capabilities with FreeSWITCH, Homer, SIP-I, CGRates, OrecX and many other. https://docs.google.com/presentation/d/12K7raELwsv0hEypEu1XUyfA3nV9vOwQpsICywv5gHSM/edit?usp=sharing Thank you ClueCon ! -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp 2017, Houston, US http://opensips.org/training/OpenSIPS_Bootcamp_2017.html From joelists at tm.net.uk Fri Aug 11 12:17:25 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Fri, 11 Aug 2017 13:17:25 +0100 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> Message-ID: The changes are already there in Master branch which already uses 1.1.7 Stable branch is still on 1.1.6 so needs to be manually changed. Is it worth raising a pull request for Stable? Is that even an option? Regards > On 11 Aug 2017, at 07:16, Sergey Safarov wrote: > > Please create pull request > > > вт, 8 авг. 2017 г., 22:47 Joseph Waite >: > Hi > > Yes that was the issue. It works great now! > > Regards > >> On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari > wrote: >> >> That's the problem...I modified the files "Makefile" in the module's folder to use the version 1.1.7 of freeradius-client. >> >> Regards. >> >> 2017-08-08 15:30 GMT-04:00 Joseph Waite >: >> Hi >> >> I am using both, I need to do authentication from within the dial plan for IP authenticated users, so I use mod_rad_auth for this and mod_xml_radius for user auth and accounting. >> >> I think I have found the issue, Freeswitch actually downloads free radius client and in the stable branch the makefiles for both modules specifies 1.1.6 so changed to 1.1.7 and recompiling everything. >> >> Will update if this solves the issues. >> >> Regards >> >>> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari > wrote: >>> >>> Actually, I'm not using radauth module. I use mod_xml_radius instead, it's newer and you have accounting support too. The implementation it's similar compared to radauth module. >>> >>> Regards, >>> Juan Pablo Godoy. >>> >>> 2017-08-08 14:40 GMT-04:00 Joseph Waite >: >>> Hi >>> >>> I have done a fresh install and used freeradius-client 1.1.7 but still have this issue, Did you have to make any config changes to free radius client? >>> >>> Regards >>> >>>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari > wrote: >>>> >>>> Hello, >>>> >>>> I had the same problem. Compile the radius module with freeradius-client 1.1.7 >>>> >>>> Regards, >>>> Juan Pablo Godoy. >>>> >>>> 2017-08-07 18:55 GMT-04:00 Joseph Waite >: >>>> Hi Guys >>>> >>>> I am having a strange issue, when I have more than about 450 concurrent calls, rad_auth seems to fail to authorise calls. >>>> >>>> I see the Radius request received and replied with RAD-ACCEPT from the Radius server but I get the following error >>>> >>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS Authentication failure (RC=1) >>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured during radius authorization. >>>> >>>> I have had a look as ulimit and seems to be fine. >>>> >>>> core file size (blocks, -c) 0 >>>> data seg size (kbytes, -d) unlimited >>>> scheduling priority (-e) 0 >>>> file size (blocks, -f) unlimited >>>> pending signals (-i) 128716 >>>> max locked memory (kbytes, -l) 64 >>>> max memory size (kbytes, -m) unlimited >>>> open files (-n) 65536 >>>> pipe size (512 bytes, -p) 8 >>>> POSIX message queues (bytes, -q) 819200 >>>> real-time priority (-r) 0 >>>> stack size (kbytes, -s) 8192 >>>> cpu time (seconds, -t) unlimited >>>> max user processes (-u) 128716 >>>> virtual memory (kbytes, -v) unlimited >>>> file locks (-x) unlimited >>>> >>>> Anyone have any ideas? >>>> >>>> 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 >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew at cassidywebservices.co.uk Fri Aug 11 14:48:32 2017 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Fri, 11 Aug 2017 15:48:32 +0100 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive Message-ID: Hi Guys, Just wanted to check a behaviour with you guys before rushing to upgrade FreeSWITCH from 1.4.26-37 We are reciveing a reinvite with a=inactive followed by an reinvite with no SDP. I am being told the one with no SDP should revert the media the the previously established. FreeSWITCH isn't currently doing that, (or passing the empty one back to the endpoint) it's just keeping the call held. Which is the correct behaviour? Kind regards, -- *Andrew Cassidy BSc (Hons) MBCS SSCA* Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: From daveh at beachdognet.com Fri Aug 11 14:56:25 2017 From: daveh at beachdognet.com (Dave Horton) Date: Fri, 11 Aug 2017 10:56:25 -0400 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: Message-ID: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> I am personally not familiar with a re-invite call flow working like you describe. Since you are being told by someone that this should work, I’d suggest asking them to point to the relevant section of the RFC ? A re-invite with no SDP I have typically only seen as a 3pcc INVITE when first setting up a session (ie when the initiator wants to delay sending its SDP until the ACK). Perhaps others have had experience with this in a reinvite scenario as you describe, but I find it pretty atypical. On Aug 11, 2017, at 10:48 AM, Andrew Cassidy wrote: Hi Guys, Just wanted to check a behaviour with you guys before rushing to upgrade FreeSWITCH from 1.4.26-37 We are reciveing a reinvite with a=inactive followed by an reinvite with no SDP. I am being told the one with no SDP should revert the media the the previously established. FreeSWITCH isn't currently doing that, (or passing the empty one back to the endpoint) it's just keeping the call held. Which is the correct behaviour? Kind regards, -- Andrew Cassidy BSc (Hons) MBCS SSCA Managing Director 03303 880 960 andrew at cassidyweb.co.uk www.cassidyweb.co.uk _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Fri Aug 11 15:08:32 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Fri, 11 Aug 2017 08:08:32 -0700 Subject: [Freeswitch-users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: Message-ID: On 10 August 2017 at 11:17, Giovanni Maruzzelli wrote: > Industrial Grade FreeSWITCH Scaling, Balancing and High Availability for SIP > and WebRTC > > Scaling your FreeSWITCH platform to serve a growing user base is a critical > challenge. We'll go through the best techniques, practices, and > implementations for Voice and Video Calls, Conferencing, WebRTC, SIP, > Chatting, Presence and Instant Messaging Any chance we can make a "papers" section in confluence with a link to it from freeswitch.org OpenBSD does this with their presentations: https://www.openbsd.org/events.html Nice way to list events and it can be referenced in emails, the conference call, etc as extra reading material. > > Slides can be downloaded from http://opentelecom.it/cluecon2017.pdf > > Enjoy ClueCon! > > -giovanni > From chad at apartmentlines.com Fri Aug 11 16:59:49 2017 From: chad at apartmentlines.com (Chad Phillips) Date: Fri, 11 Aug 2017 09:59:49 -0700 Subject: [Freeswitch-users] ClueCon Talk: Open Source WebRTC testing suite, slides and resources Message-ID: I’ve had a few people email me privately about the content of my talk, so I figured I’d post a resource link: http://tiny.cc/cc-2017-webrtc-testing That contains the slides from the presentation, and a resource section with links to relevant projects/demos. Chad -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Fri Aug 11 17:12:36 2017 From: brian at freeswitch.org (Brian West) Date: Fri, 11 Aug 2017 17:12:36 +0000 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> Message-ID: Fixed in 1.6 On Fri, Aug 11, 2017 at 9:57 AM Dave Horton wrote: > I am personally not familiar with a re-invite call flow working like you > describe. Since you are being told by someone that this should work, I’d > suggest asking them to point to the relevant section of the RFC ? > > A re-invite with no SDP I have typically only seen as a 3pcc INVITE when > first setting up a session (ie when the initiator wants to delay sending > its SDP until the ACK). > > Perhaps others have had experience with this in a reinvite scenario as you > describe, but I find it pretty atypical. > > > On Aug 11, 2017, at 10:48 AM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > > Hi Guys, > > Just wanted to check a behaviour with you guys before rushing to upgrade > FreeSWITCH from 1.4.26-37 > > We are reciveing a reinvite with a=inactive followed by an reinvite with > no SDP. I am being told the one with no SDP should revert the media the the > previously established. > > FreeSWITCH isn't currently doing that, (or passing the empty one back to > the endpoint) it's just keeping the call held. Which is the correct > behaviour? > > Kind regards, > > -- > *Andrew Cassidy BSc (Hons) MBCS SSCA* > Managing Director > > 03303 880 960 andrew at cassidyweb.co.uk > www.cassidyweb.co.uk > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Fri Aug 11 17:23:01 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Fri, 11 Aug 2017 17:23:01 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> <598D87C9.4020002@telefaks.de> Message-ID: Anything over odbc will work. When reloading a queue your web server can check for CC-Queue value, that's the queue needing reload you just need to return the config for this queue. If CC-Queue is not present that means we're loading the module and you should return everything. Em sex, 11 de ago de 2017 às 07:01, Gregor Nanger escreveu: > Thank you for hints. > > I am comfortable of issue commands via api/esl. Also will try to query > odbc database that module will use for agents and status. > > On Fri, Aug 11, 2017, 12:34 Peter Steinbach wrote: > >> Some hints: >> >> The module itself can only be reloaded when no call is active in the >> callcenter module. So relaoding on every change will not work, so API must >> be used. >> >> We use mod_callcenter with xml_curl, and we have to take care that - >> whenever we change a parameter in our xml-curl web interface - we have to >> publish this to the mod_callcenter module via api commands. >> >> This concerns >> - queues (reload, unload, add, del) >> - agents (set values, add, del) >> - tiers (add, del) >> >> And sometimes you will have to check the current status of agents(logged >> in/out), whether they still are in sync with your xml-curl application. >> So this is not a trivial job, but it can be done. >> >> Best regards >> Peter >> >> >> On 08/11/17 07:55, Ítalo Rossi wrote: >> >> You do not need to reload the module. Load/reload/unload of queues can be >> done via API commands: >> >> >> https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue >> >> On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy >> wrote: >> >>> How does reloading the module effects existing calls and queues? Is it >>> possible to reconfigure existing queues by reloading the module? >>> >>> /Volkan >>> >>> >>> >>> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >>> >>> Wrong. >>> >>> It'll work fine with mod_xml_curl and you don't have to realod the >>> module for manipulating queues. There's apis for that. >>> >>> No magic, no database manipulation, setup your xml_curl and use it. >>> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >>> escreveu: >>> >>>> To be honest we've got this integration going and it's been a bit of a >>>> hassle... You can get it going through a bit of magic and direct database >>>> manipulations, the module truly is not really meant for this sort of >>>> environment in my opinion. >>>> >>>> I would personally advise against it if you have the means to develop >>>> it internally / using native other functionality available, i.e. event >>>> sockets etc. >>>> >>>> As for call states etc it uses database backend to persist across >>>> reloads as long as you do not reload Sofia. >>>> >>>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>>> wrote: >>>> >>>>> Can you please advise me on something. >>>>> >>>>> We are using FS as multitenant and feeding everything via mod_curl. I >>>>> am wondering what happens if Mod_callcenter configuration is feed via >>>>> xml_curl. I mean if one customer updates configuration and module is >>>>> reloaded, what happens with live calls of other customers? >>>>> >>>>> Best regards, Gregor >>>>> >>>>> >>>>> -- >>>>> Gregor Nanger >>>>> >>>>> *CTO* >>>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>>> • www.infomedia.si >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> -- >>>> Sent from Gmail Mobile >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Ítalo Rossi >> italo at freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >> >> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >> >> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >> >> >> >> -- >> 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 > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Fri Aug 11 17:56:54 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 11 Aug 2017 12:56:54 -0500 Subject: [Freeswitch-users] ClueCon Talk: Open Source WebRTC testing suite, slides and resources In-Reply-To: References: Message-ID: Thank you Chad! sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT On Aug 11, 2017 12:01, "Chad Phillips" wrote: > I’ve had a few people email me privately about the content of my talk, so > I figured I’d post a resource link: > > http://tiny.cc/cc-2017-webrtc-testing > > That contains the slides from the presentation, and a resource section > with links to relevant projects/demos. > > Chad > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Aug 11 19:55:02 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 11 Aug 2017 19:55:02 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> <598D87C9.4020002@telefaks.de> Message-ID: Thanx, Italo. Everything is clear now. On Fri, Aug 11, 2017, 19:25 Ítalo Rossi wrote: > Anything over odbc will work. > > When reloading a queue your web server can check for CC-Queue value, > that's the queue needing reload you just need to return the config for this > queue. > > If CC-Queue is not present that means we're loading the module and you > should return everything. > Em sex, 11 de ago de 2017 às 07:01, Gregor Nanger > escreveu: > >> Thank you for hints. >> >> I am comfortable of issue commands via api/esl. Also will try to query >> odbc database that module will use for agents and status. >> >> On Fri, Aug 11, 2017, 12:34 Peter Steinbach wrote: >> >>> Some hints: >>> >>> The module itself can only be reloaded when no call is active in the >>> callcenter module. So relaoding on every change will not work, so API must >>> be used. >>> >>> We use mod_callcenter with xml_curl, and we have to take care that - >>> whenever we change a parameter in our xml-curl web interface - we have to >>> publish this to the mod_callcenter module via api commands. >>> >>> This concerns >>> - queues (reload, unload, add, del) >>> - agents (set values, add, del) >>> - tiers (add, del) >>> >>> And sometimes you will have to check the current status of agents(logged >>> in/out), whether they still are in sync with your xml-curl application. >>> So this is not a trivial job, but it can be done. >>> >>> Best regards >>> Peter >>> >>> >>> On 08/11/17 07:55, Ítalo Rossi wrote: >>> >>> You do not need to reload the module. Load/reload/unload of queues can >>> be done via API commands: >>> >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue >>> >>> On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy >>> wrote: >>> >>>> How does reloading the module effects existing calls and queues? Is it >>>> possible to reconfigure existing queues by reloading the module? >>>> >>>> /Volkan >>>> >>>> >>>> >>>> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >>>> >>>> Wrong. >>>> >>>> It'll work fine with mod_xml_curl and you don't have to realod the >>>> module for manipulating queues. There's apis for that. >>>> >>>> No magic, no database manipulation, setup your xml_curl and use it. >>>> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >>>> escreveu: >>>> >>>>> To be honest we've got this integration going and it's been a bit of >>>>> a hassle... You can get it going through a bit of magic and direct >>>>> database manipulations, the module truly is not really meant for this sort >>>>> of environment in my opinion. >>>>> >>>>> I would personally advise against it if you have the means to develop >>>>> it internally / using native other functionality available, i.e. event >>>>> sockets etc. >>>>> >>>>> As for call states etc it uses database backend to persist across >>>>> reloads as long as you do not reload Sofia. >>>>> >>>>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>>>> wrote: >>>>> >>>>>> Can you please advise me on something. >>>>>> >>>>>> We are using FS as multitenant and feeding everything via mod_curl. I >>>>>> am wondering what happens if Mod_callcenter configuration is feed via >>>>>> xml_curl. I mean if one customer updates configuration and module is >>>>>> reloaded, what happens with live calls of other customers? >>>>>> >>>>>> Best regards, Gregor >>>>>> >>>>>> >>>>>> -- >>>>>> Gregor Nanger >>>>>> >>>>>> *CTO* >>>>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>>>> • www.infomedia.si >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> -- >>>>> Sent from Gmail Mobile >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Ítalo Rossi >>> italo at freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>> >>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>> >>> >>> >>> -- >>> 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 >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Fri Aug 11 22:56:50 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 12 Aug 2017 00:56:50 +0200 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> <598D87C9.4020002@telefaks.de> Message-ID: Italo, one question. If I return this XML structure for only one queue relod id ok? ....... Can someone please explain me Level and Position properties of Agent? Thank you, Gregor 2017-08-11 21:55 GMT+02:00 Gregor Nanger : > Thanx, Italo. Everything is clear now. > > On Fri, Aug 11, 2017, 19:25 Ítalo Rossi wrote: > >> Anything over odbc will work. >> >> When reloading a queue your web server can check for CC-Queue value, >> that's the queue needing reload you just need to return the config for this >> queue. >> >> If CC-Queue is not present that means we're loading the module and you >> should return everything. >> Em sex, 11 de ago de 2017 às 07:01, Gregor Nanger >> escreveu: >> >>> Thank you for hints. >>> >>> I am comfortable of issue commands via api/esl. Also will try to query >>> odbc database that module will use for agents and status. >>> >>> On Fri, Aug 11, 2017, 12:34 Peter Steinbach wrote: >>> >>>> Some hints: >>>> >>>> The module itself can only be reloaded when no call is active in the >>>> callcenter module. So relaoding on every change will not work, so API must >>>> be used. >>>> >>>> We use mod_callcenter with xml_curl, and we have to take care that - >>>> whenever we change a parameter in our xml-curl web interface - we have to >>>> publish this to the mod_callcenter module via api commands. >>>> >>>> This concerns >>>> - queues (reload, unload, add, del) >>>> - agents (set values, add, del) >>>> - tiers (add, del) >>>> >>>> And sometimes you will have to check the current status of >>>> agents(logged in/out), whether they still are in sync with your xml-curl >>>> application. >>>> So this is not a trivial job, but it can be done. >>>> >>>> Best regards >>>> Peter >>>> >>>> >>>> On 08/11/17 07:55, Ítalo Rossi wrote: >>>> >>>> You do not need to reload the module. Load/reload/unload of queues can >>>> be done via API commands: >>>> >>>> https://freeswitch.org/confluence/display/FREESWITCH/ >>>> mod_callcenter#mod_callcenter-queue >>>> >>>> On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy >>>> wrote: >>>> >>>>> How does reloading the module effects existing calls and queues? Is it >>>>> possible to reconfigure existing queues by reloading the module? >>>>> >>>>> /Volkan >>>>> >>>>> >>>>> >>>>> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >>>>> >>>>> Wrong. >>>>> >>>>> It'll work fine with mod_xml_curl and you don't have to realod the >>>>> module for manipulating queues. There's apis for that. >>>>> >>>>> No magic, no database manipulation, setup your xml_curl and use it. >>>>> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead >>>>> escreveu: >>>>> >>>>>> To be honest we've got this integration going and it's been a bit of >>>>>> a hassle... You can get it going through a bit of magic and direct >>>>>> database manipulations, the module truly is not really meant for this sort >>>>>> of environment in my opinion. >>>>>> >>>>>> I would personally advise against it if you have the means to develop >>>>>> it internally / using native other functionality available, i.e. event >>>>>> sockets etc. >>>>>> >>>>>> As for call states etc it uses database backend to persist across >>>>>> reloads as long as you do not reload Sofia. >>>>>> >>>>>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>>>>> wrote: >>>>>> >>>>>>> Can you please advise me on something. >>>>>>> >>>>>>> We are using FS as multitenant and feeding everything via mod_curl. >>>>>>> I am wondering what happens if Mod_callcenter configuration is feed via >>>>>>> xml_curl. I mean if one customer updates configuration and module is >>>>>>> reloaded, what happens with live calls of other customers? >>>>>>> >>>>>>> Best regards, Gregor >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Gregor Nanger >>>>>>> >>>>>>> *CTO* >>>>>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>>>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>>>>> • www.infomedia.si >>>>>>> ____________________________________________________________ >>>>>>> _____________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>>> options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> -- >>>>>> Sent from Gmail Mobile >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>> options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Ítalo Rossi >>>> italo at freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>>> >>>> >>>> >>>> -- >>>> 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 >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Sat Aug 12 00:13:04 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Sat, 12 Aug 2017 00:13:04 +0000 Subject: [Freeswitch-users] Mod_callcenter and xml_curl In-Reply-To: References: <5BF370EC-76CA-4ED9-98CD-A18526BFB404@gmail.com> <598D87C9.4020002@telefaks.de> Message-ID: Probably good. Check the Confluence, it's explained there. Em sex, 11 de ago de 2017 às 17:58, Gregor Nanger escreveu: > Italo, one question. > > If I return this XML structure for only one queue relod id ok? > > > > ....... > > > > > Can someone please explain me Level and Position properties of Agent? > > Thank you, Gregor > > > 2017-08-11 21:55 GMT+02:00 Gregor Nanger : > >> Thanx, Italo. Everything is clear now. >> >> On Fri, Aug 11, 2017, 19:25 Ítalo Rossi wrote: >> >>> Anything over odbc will work. >>> >>> When reloading a queue your web server can check for CC-Queue value, >>> that's the queue needing reload you just need to return the config for this >>> queue. >>> >>> If CC-Queue is not present that means we're loading the module and you >>> should return everything. >>> Em sex, 11 de ago de 2017 às 07:01, Gregor Nanger >>> escreveu: >>> >>>> Thank you for hints. >>>> >>>> I am comfortable of issue commands via api/esl. Also will try to query >>>> odbc database that module will use for agents and status. >>>> >>>> On Fri, Aug 11, 2017, 12:34 Peter Steinbach wrote: >>>> >>>>> Some hints: >>>>> >>>>> The module itself can only be reloaded when no call is active in the >>>>> callcenter module. So relaoding on every change will not work, so API must >>>>> be used. >>>>> >>>>> We use mod_callcenter with xml_curl, and we have to take care that - >>>>> whenever we change a parameter in our xml-curl web interface - we have to >>>>> publish this to the mod_callcenter module via api commands. >>>>> >>>>> This concerns >>>>> - queues (reload, unload, add, del) >>>>> - agents (set values, add, del) >>>>> - tiers (add, del) >>>>> >>>>> And sometimes you will have to check the current status of >>>>> agents(logged in/out), whether they still are in sync with your xml-curl >>>>> application. >>>>> So this is not a trivial job, but it can be done. >>>>> >>>>> Best regards >>>>> Peter >>>>> >>>>> >>>>> On 08/11/17 07:55, Ítalo Rossi wrote: >>>>> >>>>> You do not need to reload the module. Load/reload/unload of queues can >>>>> be done via API commands: >>>>> >>>>> >>>>> https://freeswitch.org/confluence/display/FREESWITCH/mod_callcenter#mod_callcenter-queue >>>>> >>>>> On Fri, Aug 11, 2017 at 12:10 AM, Volkan Oransoy >>>>> wrote: >>>>> >>>>>> How does reloading the module effects existing calls and queues? Is >>>>>> it possible to reconfigure existing queues by reloading the module? >>>>>> >>>>>> /Volkan >>>>>> >>>>>> >>>>>> >>>>>> On 11 Aug 2017, at 07:05, Ítalo Rossi wrote: >>>>>> >>>>>> Wrong. >>>>>> >>>>>> It'll work fine with mod_xml_curl and you don't have to realod the >>>>>> module for manipulating queues. There's apis for that. >>>>>> >>>>>> No magic, no database manipulation, setup your xml_curl and use it. >>>>>> Em qui, 10 de ago de 2017 às 20:19, Brandon Armstead < >>>>>> brandon at cryy.com> escreveu: >>>>>> >>>>>>> To be honest we've got this integration going and it's been a bit >>>>>>> of a hassle... You can get it going through a bit of magic and direct >>>>>>> database manipulations, the module truly is not really meant for this sort >>>>>>> of environment in my opinion. >>>>>>> >>>>>>> I would personally advise against it if you have the means to >>>>>>> develop it internally / using native other functionality available, i.e. >>>>>>> event sockets etc. >>>>>>> >>>>>>> As for call states etc it uses database backend to persist across >>>>>>> reloads as long as you do not reload Sofia. >>>>>>> >>>>>>> On Thu, Aug 10, 2017 at 6:10 PM Gregor Nanger >>>>>>> wrote: >>>>>>> >>>>>>>> Can you please advise me on something. >>>>>>>> >>>>>>>> We are using FS as multitenant and feeding everything via mod_curl. >>>>>>>> I am wondering what happens if Mod_callcenter configuration is feed via >>>>>>>> xml_curl. I mean if one customer updates configuration and module is >>>>>>>> reloaded, what happens with live calls of other customers? >>>>>>>> >>>>>>>> Best regards, Gregor >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Gregor Nanger >>>>>>>> >>>>>>>> *CTO* >>>>>>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>>>>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>>>>>> • www.infomedia.si >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> -- >>>>>>> Sent from Gmail Mobile >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Ítalo Rossi >>>>> italo at freeswitch.org >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services:consulting at freeswitch.orghttp://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> -- >>>>> 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 >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>> • www.infomedia.si >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Sat Aug 12 04:56:00 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Fri, 11 Aug 2017 21:56:00 -0700 Subject: [Freeswitch-users] Connection timed out while trying to install FS In-Reply-To: References: Message-ID: Thus said Danny Dis on Fri, 11 Aug 2017 01:07:42 -0500 > Hi guys, > > I'm having an issue while installing FS: > > root at srv-lx-fs-01:~# wget -O - https://files.freeswitch.org/ >> repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb >> http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > >> /etc/apt/sources.list.d/freeswitch.list Can you simply fetch this file: https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub curl -O https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub (wget -O is likely the same thing, but I'm not too familiar with it) From udy786 at gmail.com Sat Aug 12 09:29:12 2017 From: udy786 at gmail.com (Uday kumar) Date: Sat, 12 Aug 2017 14:59:12 +0530 Subject: [Freeswitch-users] IP based authentication for end user and route call to gateway Message-ID: Hello All, I have one Freeswitch 1.6 server installed on CentOS 7.2 64-Bit. I configured one gateway to make outbound calls and one extension. Registered that extension on softphone dialed a number. Its working. Extension => Freeswitch => Gateway => Mobile =======Working After that registered same extension on an Asterisk server and from Asterisk dialed a number and then also working. Asterisk(with username/password) => Freeswitch => Gateway => Mobile ========Working. Now I am trying to remove registration from Asterisk and send directly call to Freeswtich and on Freeswitch check if that IP is allowed then allow IP to make call. I added Asterisk IP in Domain ACL on Freeswitch but when call called from Asterisk, its going in Public context and considered as a incoming calls. How I can add IP based authentication for end user and route call to configured gateway? -- Thanks & Regard Uday. Mobile:- +91-9377579349 -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Aug 12 09:39:16 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 12 Aug 2017 09:39:16 +0000 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> Message-ID: Yes, think need also for branch v1.6 too https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/xml_int/mod_xml_radius/Makefile.am?at=refs%2Fheads%2Fv1.6#4 https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/applications/mod_rad_auth/Makefile.am?at=v1.6#4 пт, 11 авг. 2017 г. в 15:16, Joseph Waite : > The changes are already there in Master branch which already uses 1.1.7 > > Stable branch is still on 1.1.6 so needs to be manually changed. > > Is it worth raising a pull request for Stable? Is that even an option? > > Regards > > On 11 Aug 2017, at 07:16, Sergey Safarov wrote: > > Please create pull request > > вт, 8 авг. 2017 г., 22:47 Joseph Waite : > >> Hi >> >> Yes that was the issue. It works great now! >> >> Regards >> >> On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari >> wrote: >> >> That's the problem...I modified the files "Makefile" in the module's >> folder to use the version 1.1.7 of freeradius-client. >> >> Regards. >> >> 2017-08-08 15:30 GMT-04:00 Joseph Waite : >> >>> Hi >>> >>> I am using both, I need to do authentication from within the dial plan >>> for IP authenticated users, so I use mod_rad_auth for this and >>> mod_xml_radius for user auth and accounting. >>> >>> I think I have found the issue, Freeswitch actually downloads free >>> radius client and in the stable branch the makefiles for both modules >>> specifies 1.1.6 so changed to 1.1.7 and recompiling everything. >>> >>> Will update if this solves the issues. >>> >>> Regards >>> >>> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari >>> wrote: >>> >>> Actually, I'm not using radauth module. I use mod_xml_radius instead, >>> it's newer and you have accounting support too. The implementation it's >>> similar compared to radauth module. >>> >>> Regards, >>> Juan Pablo Godoy. >>> >>> 2017-08-08 14:40 GMT-04:00 Joseph Waite : >>> >>>> Hi >>>> >>>> I have done a fresh install and used freeradius-client 1.1.7 but still >>>> have this issue, Did you have to make any config changes to free radius >>>> client? >>>> >>>> Regards >>>> >>>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari >>>> wrote: >>>> >>>> Hello, >>>> >>>> I had the same problem. Compile the radius module with >>>> freeradius-client 1.1.7 >>>> >>>> Regards, >>>> Juan Pablo Godoy. >>>> >>>> 2017-08-07 18:55 GMT-04:00 Joseph Waite : >>>> >>>>> Hi Guys >>>>> >>>>> I am having a strange issue, when I have more than about 450 >>>>> concurrent calls, rad_auth seems to fail to authorise calls. >>>>> >>>>> I see the Radius request received and replied with RAD-ACCEPT from the >>>>> Radius server but I get the following error >>>>> >>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >>>>> Authentication failure (RC=1) >>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >>>>> during radius authorization. >>>>> >>>>> I have had a look as ulimit and seems to be fine. >>>>> >>>>> core file size (blocks, -c) 0 >>>>> data seg size (kbytes, -d) unlimited >>>>> scheduling priority (-e) 0 >>>>> file size (blocks, -f) unlimited >>>>> pending signals (-i) 128716 >>>>> max locked memory (kbytes, -l) 64 >>>>> max memory size (kbytes, -m) unlimited >>>>> open files (-n) 65536 >>>>> pipe size (512 bytes, -p) 8 >>>>> POSIX message queues (bytes, -q) 819200 >>>>> real-time priority (-r) 0 >>>>> stack size (kbytes, -s) 8192 >>>>> cpu time (seconds, -t) unlimited >>>>> max user processes (-u) 128716 >>>>> virtual memory (kbytes, -v) unlimited >>>>> file locks (-x) unlimited >>>>> >>>>> Anyone have any ideas? >>>>> >>>>> 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 >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Aug 12 09:58:10 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 12 Aug 2017 09:58:10 +0000 Subject: [Freeswitch-users] rad_auth failing under load In-Reply-To: References: <8CC650A6-497A-4F8D-9B55-0C4D3A664E1B@tm.net.uk> <1E862754-8E78-4CE7-B329-19D15A55544E@tm.net.uk> <07B95309-A192-4149-8B52-5FBEFC9E026C@tm.net.uk> Message-ID: My bad in v1.6 branch downloaded 1.1.6 https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/debian/util.sh?at=refs%2Fheads%2Fv1.6#106 сб, 12 авг. 2017 г. в 12:39, Sergey Safarov : > Yes, think need also for branch v1.6 too > > > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/xml_int/mod_xml_radius/Makefile.am?at=refs%2Fheads%2Fv1.6#4 > > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/src/mod/applications/mod_rad_auth/Makefile.am?at=v1.6#4 > > > > пт, 11 авг. 2017 г. в 15:16, Joseph Waite : > >> The changes are already there in Master branch which already uses 1.1.7 >> >> Stable branch is still on 1.1.6 so needs to be manually changed. >> >> Is it worth raising a pull request for Stable? Is that even an option? >> >> Regards >> >> On 11 Aug 2017, at 07:16, Sergey Safarov wrote: >> >> Please create pull request >> >> вт, 8 авг. 2017 г., 22:47 Joseph Waite : >> >>> Hi >>> >>> Yes that was the issue. It works great now! >>> >>> Regards >>> >>> On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari >>> wrote: >>> >>> That's the problem...I modified the files "Makefile" in the module's >>> folder to use the version 1.1.7 of freeradius-client. >>> >>> Regards. >>> >>> 2017-08-08 15:30 GMT-04:00 Joseph Waite : >>> >>>> Hi >>>> >>>> I am using both, I need to do authentication from within the dial plan >>>> for IP authenticated users, so I use mod_rad_auth for this and >>>> mod_xml_radius for user auth and accounting. >>>> >>>> I think I have found the issue, Freeswitch actually downloads free >>>> radius client and in the stable branch the makefiles for both modules >>>> specifies 1.1.6 so changed to 1.1.7 and recompiling everything. >>>> >>>> Will update if this solves the issues. >>>> >>>> Regards >>>> >>>> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari >>>> wrote: >>>> >>>> Actually, I'm not using radauth module. I use mod_xml_radius instead, >>>> it's newer and you have accounting support too. The implementation it's >>>> similar compared to radauth module. >>>> >>>> Regards, >>>> Juan Pablo Godoy. >>>> >>>> 2017-08-08 14:40 GMT-04:00 Joseph Waite : >>>> >>>>> Hi >>>>> >>>>> I have done a fresh install and used freeradius-client 1.1.7 but still >>>>> have this issue, Did you have to make any config changes to free radius >>>>> client? >>>>> >>>>> Regards >>>>> >>>>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari >>>>> wrote: >>>>> >>>>> Hello, >>>>> >>>>> I had the same problem. Compile the radius module with >>>>> freeradius-client 1.1.7 >>>>> >>>>> Regards, >>>>> Juan Pablo Godoy. >>>>> >>>>> 2017-08-07 18:55 GMT-04:00 Joseph Waite : >>>>> >>>>>> Hi Guys >>>>>> >>>>>> I am having a strange issue, when I have more than about 450 >>>>>> concurrent calls, rad_auth seems to fail to authorise calls. >>>>>> >>>>>> I see the Radius request received and replied with RAD-ACCEPT from >>>>>> the Radius server but I get the following error >>>>>> >>>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >>>>>> Authentication failure (RC=1) >>>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >>>>>> during radius authorization. >>>>>> >>>>>> I have had a look as ulimit and seems to be fine. >>>>>> >>>>>> core file size (blocks, -c) 0 >>>>>> data seg size (kbytes, -d) unlimited >>>>>> scheduling priority (-e) 0 >>>>>> file size (blocks, -f) unlimited >>>>>> pending signals (-i) 128716 >>>>>> max locked memory (kbytes, -l) 64 >>>>>> max memory size (kbytes, -m) unlimited >>>>>> open files (-n) 65536 >>>>>> pipe size (512 bytes, -p) 8 >>>>>> POSIX message queues (bytes, -q) 819200 >>>>>> real-time priority (-r) 0 >>>>>> stack size (kbytes, -s) 8192 >>>>>> cpu time (seconds, -t) unlimited >>>>>> max user processes (-u) 128716 >>>>>> virtual memory (kbytes, -v) unlimited >>>>>> file locks (-x) unlimited >>>>>> >>>>>> Anyone have any ideas? >>>>>> >>>>>> 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 >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Sat Aug 12 10:05:36 2017 From: brian at freeswitch.org (Brian West) Date: Sat, 12 Aug 2017 10:05:36 +0000 Subject: [Freeswitch-users] Connection timed out while trying to install FS In-Reply-To: References: Message-ID: He’s on a broken ipv6 network possibly On Fri, Aug 11, 2017 at 11:57 PM jungle boogie wrote: > Thus said Danny Dis on Fri, 11 Aug 2017 01:07:42 -0500 > > Hi guys, > > > > I'm having an issue while installing FS: > > > > root at srv-lx-fs-01:~# wget -O - https://files.freeswitch.org/ > >> repo/deb/debian/freeswitch_archive_g0.pub | apt-key add - echo "deb > >> http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie main" > > >> /etc/apt/sources.list.d/freeswitch.list > > > Can you simply fetch this file: > https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub > > curl -O > https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub > > (wget -O is likely the same thing, but I'm not too familiar with it) > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Aug 10 18:12:36 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 10 Aug 2017 13:12:36 -0500 Subject: [Freeswitch-users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC Message-ID: *Industrial Grade FreeSWITCH Scaling, Balancing and High Availability for SIP and WebRTC* Scaling your FreeSWITCH platform to serve a growing user base is a critical challenge. We'll go through the best techniques, practices, and implementations for Voice and Video Calls, Conferencing, WebRTC, SIP, Chatting, Presence and Instant Messaging Slides can also be downloaded from http://opentelecom.it/cluecon2017.pdf Enjoy ClueCon! -giovanni -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Maruzzelli_Industrial_Grade_FreeSWITCH_Scaling_Balancing_High_Availability_SIP_WebRTC_CLUECON_2017_CHICAGO.pdf Type: application/pdf Size: 17852122 bytes Desc: not available URL: From chandranraviram at gmail.com Sat Aug 12 10:01:06 2017 From: chandranraviram at gmail.com (Raviram Chandran) Date: Sat, 12 Aug 2017 15:31:06 +0530 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 134, Issue 77 In-Reply-To: References: Message-ID: Hey, We are unable to registered the mobile client from our IP that is hosted AWS. 2017-08-12 05:16:07.213370 [WARNING] sofia_reg.c:2906 Can't find user [8001 at 34.***.***.***] from 122.***.***.*** You must define a domain called '34.***.***.***' in your directory and add a user with the id="8001" attributeand you must configure your device to use the proper domain in it's authentication credentials.2017-08-12 05:16:07.213370 [WARNING] sofia_reg.c:1737 SIP auth failure (REGISTER) on sofia profile 'internal' for [8001 at 34.***.***.***] from ip 122.***.***.*** On Sat, Aug 12, 2017 at 3:28 PM, < freeswitch-users-request at lists.freeswitch.org> wrote: > Send FreeSWITCH-users mailing list submissions to > freeswitch-users at lists.freeswitch.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > or, via email, send a message with subject or body 'help' to > freeswitch-users-request at lists.freeswitch.org > > You can reach the person managing the list at > freeswitch-users-owner at lists.freeswitch.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of FreeSWITCH-users digest..." > > Today's Topics: > > 1. Re: rad_auth failing under load (Sergey Safarov) > > > ---------- Forwarded message ---------- > From: Sergey Safarov > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Sat, 12 Aug 2017 09:58:10 +0000 > Subject: Re: [Freeswitch-users] rad_auth failing under load > My bad in v1.6 branch downloaded 1.1.6 > https://freeswitch.org/stash/projects/FS/repos/freeswitch/ > browse/debian/util.sh?at=refs%2Fheads%2Fv1.6#106 > > > сб, 12 авг. 2017 г. в 12:39, Sergey Safarov : > >> Yes, think need also for branch v1.6 too >> >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/ >> browse/src/mod/xml_int/mod_xml_radius/Makefile.am?at= >> refs%2Fheads%2Fv1.6#4 >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/ >> browse/src/mod/applications/mod_rad_auth/Makefile.am?at=v1.6#4 >> >> >> >> пт, 11 авг. 2017 г. в 15:16, Joseph Waite : >> >>> The changes are already there in Master branch which already uses 1.1.7 >>> >>> Stable branch is still on 1.1.6 so needs to be manually changed. >>> >>> Is it worth raising a pull request for Stable? Is that even an option? >>> >>> Regards >>> >>> On 11 Aug 2017, at 07:16, Sergey Safarov wrote: >>> >>> Please create pull request >>> >>> вт, 8 авг. 2017 г., 22:47 Joseph Waite : >>> >>>> Hi >>>> >>>> Yes that was the issue. It works great now! >>>> >>>> Regards >>>> >>>> On 8 Aug 2017, at 20:38, Juan Pablo Godoy Macari >>>> wrote: >>>> >>>> That's the problem...I modified the files "Makefile" in the module's >>>> folder to use the version 1.1.7 of freeradius-client. >>>> >>>> Regards. >>>> >>>> 2017-08-08 15:30 GMT-04:00 Joseph Waite : >>>> >>>>> Hi >>>>> >>>>> I am using both, I need to do authentication from within the dial plan >>>>> for IP authenticated users, so I use mod_rad_auth for this and >>>>> mod_xml_radius for user auth and accounting. >>>>> >>>>> I think I have found the issue, Freeswitch actually downloads free >>>>> radius client and in the stable branch the makefiles for both modules >>>>> specifies 1.1.6 so changed to 1.1.7 and recompiling everything. >>>>> >>>>> Will update if this solves the issues. >>>>> >>>>> Regards >>>>> >>>>> On 8 Aug 2017, at 20:21, Juan Pablo Godoy Macari >>>>> wrote: >>>>> >>>>> Actually, I'm not using radauth module. I use mod_xml_radius instead, >>>>> it's newer and you have accounting support too. The implementation it's >>>>> similar compared to radauth module. >>>>> >>>>> Regards, >>>>> Juan Pablo Godoy. >>>>> >>>>> 2017-08-08 14:40 GMT-04:00 Joseph Waite : >>>>> >>>>>> Hi >>>>>> >>>>>> I have done a fresh install and used freeradius-client 1.1.7 but >>>>>> still have this issue, Did you have to make any config changes to free >>>>>> radius client? >>>>>> >>>>>> Regards >>>>>> >>>>>> On 8 Aug 2017, at 16:38, Juan Pablo Godoy Macari < >>>>>> jpgodoy at redvoiss.net> wrote: >>>>>> >>>>>> Hello, >>>>>> >>>>>> I had the same problem. Compile the radius module with >>>>>> freeradius-client 1.1.7 >>>>>> >>>>>> Regards, >>>>>> Juan Pablo Godoy. >>>>>> >>>>>> 2017-08-07 18:55 GMT-04:00 Joseph Waite : >>>>>> >>>>>>> Hi Guys >>>>>>> >>>>>>> I am having a strange issue, when I have more than about 450 >>>>>>> concurrent calls, rad_auth seems to fail to authorise calls. >>>>>>> >>>>>>> I see the Radius request received and replied with RAD-ACCEPT from >>>>>>> the Radius server but I get the following error >>>>>>> >>>>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:504 RADIUS >>>>>>> Authentication failure (RC=1) >>>>>>> 2017-08-07 18:29:53.202133 [ERR] mod_rad_auth.c:702 An error occured >>>>>>> during radius authorization. >>>>>>> >>>>>>> I have had a look as ulimit and seems to be fine. >>>>>>> >>>>>>> core file size (blocks, -c) 0 >>>>>>> data seg size (kbytes, -d) unlimited >>>>>>> scheduling priority (-e) 0 >>>>>>> file size (blocks, -f) unlimited >>>>>>> pending signals (-i) 128716 >>>>>>> max locked memory (kbytes, -l) 64 >>>>>>> max memory size (kbytes, -m) unlimited >>>>>>> open files (-n) 65536 >>>>>>> pipe size (512 bytes, -p) 8 >>>>>>> POSIX message queues (bytes, -q) 819200 >>>>>>> real-time priority (-r) 0 >>>>>>> stack size (kbytes, -s) 8192 >>>>>>> cpu time (seconds, -t) unlimited >>>>>>> max user processes (-u) 128716 >>>>>>> virtual memory (kbytes, -v) unlimited >>>>>>> file locks (-x) unlimited >>>>>>> >>>>>>> Anyone have any ideas? >>>>>>> >>>>>>> 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 >>>>>>> >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>> options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> ____________________________________________________________ >>>>>> _____________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>>> options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>>> options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Sat Aug 12 17:33:28 2017 From: mario_fs at mgtech.com (Mario G) Date: Sat, 12 Aug 2017 10:33:28 -0700 Subject: [Freeswitch-users] Forward fails with deflect and REFER to null In-Reply-To: References: <627DB024-A0FE-4EBC-93F3-8774BF3D463F@mgtech.com> <730326AD-645F-44C2-9255-703C56628823@mgtech.com> <3A853BA6-648C-4013-B232-ABCD8626E6D1@mgtech.com> <45CD75F9-4509-48FC-867F-113384CD758B@mgtech.com> Message-ID: I am at the end of things to try, here is what I did cumulatively, that is I left each one in as I tried the next, I would think someone must be using a URL instead of an IP address in phones with forwarding working. 5. To Based on Brian’s comment, I made domain freeswitch.lan, but then phones showed as registered but would not ring. 4. Changed 2921 to 2921 at freeswitch.lan into the phone as the forward number. 3. To Internal.xml I added: > > Are you saying I need to add an alias of freeswitch.lan to point to internal.xml? > >> On Aug 3, 2017, at 5:58 PM, Anthony Minessale > wrote: >> >> I meant sip profiles. >> There is a place to alias names for sip profiles. >> Its always a good idea to alias any domain name being used to lead to that profile in the profile def. >> >> I don't know if it makes a diff here but its still reccomended. >> >> >> >> On Thu, Aug 3, 2017 at 5:09 PM Mario G > wrote: >> I am not sure what you mean by profiles, it is not used anywhere in freeswitch, only in the phone’s configuration page (or setting in Bria) to find the server address of freeswitch.That name is the proper name, it is defined in the Zyxel router which has DNS. The DHCP server points the clients to the router to pick up local names like freeswitch.lan, then out to public DNS. >> >> Are you saying that since the phones use a DNS name instead of IP address I need to put “freeswitch.lan" someplace in Freeswitch? >> >> >>> On Aug 3, 2017, at 10:52 AM, Anthony Minessale > wrote: >>> >>> Is that dns name the proper name or set as an alias to your profile? >>> >>> The only way to resolve names to profiles is by naming the profile to be the domain or use the alias feature. >>> >>> I am not positive that is part of your problem but based on the desc that is my hunch. >>> >>> >>> On Thu, Aug 3, 2017 at 10:50 AM Mario G > wrote: >>> In case anyone stumbles into this same problem… Over a year of work and I finally found the problem: FS-10569 . >>> >>> >>>> On Dec 29, 2016, at 11:13 AM, Mario G > wrote: >>>> >>>> 1.6.13+git~20161214 >>>> >>>>> On Dec 28, 2016, at 12:52 PM, Brian West > wrote: >>>>> >>>>> What rev of FreeSWITCH is this? >>>>> >>>>> On Wed, Dec 28, 2016 at 2:39 PM, Mario G > wrote: >>>>> Anyone know the answer to this? Still no luck. >>>>> Mario G >>>>> >>>>>> On Nov 21, 2016, at 8:39 AM, Mario G > wrote: >>>>>> >>>>>> What are the bold deflect and refer to lines below telling me? This worked until last year, not sure if it’s related to 1.6, I can’t nail down a start date. >>>>>> >>>>>> A ring group rings. When one phone’s FWD button is pressed prior to a call or during a call the call is forwarded to VM extension 2921, and the other phones stopped ringing. This no longer works, the set phone does not ring, the call is not transferred to VM and the other phones keep ringing. I couldn’t find anything on the wiki (it only described using codes to turn FWD on/off), etc. to explain why this stopped working. Any help to get the phone forwarding working again is greatly appreciated. Thanks! >>>>>> Mario G >>>>>> >>>>>> YEALINK T48G DSS button is set to forward to 2921, pressing again turns it off. All other DSS keys such as call park, etc work fine. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> This log shows the only lines that contain 2921 in bold: >>>>>> 2016-11-19 16:27:26.673609 [INFO] mod_dialplan_xml.c:637 Processing Mario G <15051234567>->2921 in context public >>>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 parsing [public->unloop] continue=false >>>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false >>>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Regex (PASS) [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false >>>>>> Dialplan: sofia/internal/15051234567 at 11.123.1.10 Action deflect(${destination_number}) >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:286 (sofia/internal/15051234567 at 11.123.1.10 ) State Change CS_ROUTING -> CS_EXECUTE >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:643 (sofia/internal/15051234567 at 11.123.1.10 ) State ROUTING going to sleep >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/15051234567 at 11.123.1.10 ) Running State Change CS_EXECUTE >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:650 (sofia/internal/15051234567 at 11.123.1.10 ) State EXECUTE >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] mod_sofia.c:198 sofia/internal/15051234567 at 11.123.1.10 SOFIA EXECUTE >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] switch_core_state_machine.c:328 sofia/internal/15051234567 at 11.123.1.10 Standard EXECUTE >>>>>> EXECUTE sofia/internal/15051234567 at 11.123.1.10 deflect(2921) >>>>>> 2016-11-19 16:27:26.673609 [DEBUG] sofia.c:8349 Process REFER to [(null)@2921] >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> -- >>>>> Brian West >>>>> brian at freeswitch.org >>>>> >>>>> Twitter: @FreeSWITCH , @briankwest >>>>> http://www.freeswitchbook.com (50% Discount using code FreeSwitch50) >>>>> http://www.freeswitchcookbook.com (50% Discount using code FreeSwitch50) >>>>> https://www.gofundme.com/freeswitch_ubuntu >>>>> Got Bugs? Report them here ! | Reddit: /r/freeswitch >>>>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >>>>> Skype:briankwest >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> -- >>> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >>> >>> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH >>> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ >>> >>> ClueCon Weekly Development Call >>> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >>> >>> https://www.youtube.com/watch?v=oAxXgyx5jUw >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> -- >> Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ >> >> ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH >> ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ >> >> ClueCon Weekly Development Call >> ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 >> >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ > > ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH > ☞ irc.freenode.net #freeswitch ☞ http://freeswitch.org/g+ > > ClueCon Weekly Development Call > ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 > > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- > Brian West > brian at freeswitch.org > Twitter: @FreeSWITCH , @briankwest > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > https://www.gofundme.com/allison-prompts-for-freeswitch > Got Bugs? Report them here ! | Reddit: /r/freeswitch > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > 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: From michael at mailworks.org Sat Aug 12 23:16:10 2017 From: michael at mailworks.org (Michael Avers) Date: Sat, 12 Aug 2017 16:16:10 -0700 Subject: [Freeswitch-users] Multiple Registrations or unique SIP credentials for each user device? Message-ID: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> Hello, We have customers that currently register their single extension on their desk phone, mobile softphone, as well as desktop softphone - and usually they want them all to ring at the same time, which is easy, we just let them have multiple registrations and it gets the job done. However, some customers are asking to have more fine grained control over which of their devices receive the incoming calls and in what order. For example they may want the desk phone to ring or 10 seconds and only then start ringing the mobile app, and the desktop softphone to never ring (they just use it for outbound dialing). What is the best way to achieve this? I thought about assigning unique credentials to each device they register on. This would be fine if I were to direct inbound calls coming on a DID or via an IVR extension, because I can just ring them as if it was a ring group and control all the needed requirements with the bridge string. However, how do I get this to work for local extension to extension calling? Say their extension should be 3005, but they no longer register it directly and instead are issued credentials for 3005_DESK at domain, 3005_XYZ at domain and so forth. I can have 3005 be a dialplan extension that bridges to them, sure. But then you have presence to deal with, basically when 3005_DESK is on the phone 3005 at domain presence should indicate that. Is what I'm asking for possible at all, and if so are there any best practices to get this working properly? Hope I was clear enough :) Thanks Mike From borik.internet at gmail.com Sat Aug 12 23:16:21 2017 From: borik.internet at gmail.com (Dmitriy Borisov) Date: Sat, 12 Aug 2017 23:16:21 +0000 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> Message-ID: Hello! I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are some code used sip_unhold_nosdp channel variable, but in my situation channel state not changed on FreeSWITCH side (FreeSWITCH showing channel in HOLD state and not originating RTP to other side). I made a push request with little patch ( https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview) to fix the issue, but it not reviewed for now. Also I see discussion of Anthony with reporter in issue FS-9378 https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378, but there some incorrection: FreeSWITCH do correct (as I know this protocol) SDP negotiation, but it is not unhold the session. It resulted in HOLDED state of channel on FreeSWITCH side and unholded state of call on other side. And yes, this issue on broadsoft PBX too... пт, 11 авг. 2017 г., 20:13 Brian West : > Fixed in 1.6 > > On Fri, Aug 11, 2017 at 9:57 AM Dave Horton wrote: > >> I am personally not familiar with a re-invite call flow working like you >> describe. Since you are being told by someone that this should work, I’d >> suggest asking them to point to the relevant section of the RFC ? >> >> A re-invite with no SDP I have typically only seen as a 3pcc INVITE when >> first setting up a session (ie when the initiator wants to delay sending >> its SDP until the ACK). >> >> Perhaps others have had experience with this in a reinvite scenario as >> you describe, but I find it pretty atypical. >> >> >> On Aug 11, 2017, at 10:48 AM, Andrew Cassidy < >> andrew at cassidywebservices.co.uk> wrote: >> >> Hi Guys, >> >> Just wanted to check a behaviour with you guys before rushing to upgrade >> FreeSWITCH from 1.4.26-37 >> >> We are reciveing a reinvite with a=inactive followed by an reinvite with >> no SDP. I am being told the one with no SDP should revert the media the the >> previously established. >> >> FreeSWITCH isn't currently doing that, (or passing the empty one back to >> the endpoint) it's just keeping the call held. Which is the correct >> behaviour? >> >> Kind regards, >> >> -- >> *Andrew Cassidy BSc (Hons) MBCS SSCA* >> Managing Director >> >> 03303 880 960 andrew at cassidyweb.co.uk >> www.cassidyweb.co.uk >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Book a phone call (CST) > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *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: From me at anatoli.ws Sun Aug 13 00:43:08 2017 From: me at anatoli.ws (Anatoli) Date: Sat, 12 Aug 2017 21:43:08 -0300 Subject: [Freeswitch-users] spanish sounds freeswitch-sounds-es-ES-cristina Message-ID: <924e32e4-10cb-ac6c-d2a3-b64d8035a6be@anatoli.ws> Hi all, Could you please let me know if you have the freeswitch-sounds-es-ES-cristina sounds pack for Spanish? It was once available at http://www.wirelessmundi.com/freeswitch-sounds-es-ES-cristina-48000-1.0.15.tar.gz and used by Gentoo. I know there's http://files.freeswitch.org/freeswitch-sounds-es-mx-maria-44100.tar.gz, but this pack lacks some files like conference/conf-has_joined.wav and others. I thought that maybe the other pack (es-ES-cristina) has these files so I could combine them in a single complete Spanish language pack. Thanks, Anatoli From kaduww at gmail.com Sat Aug 12 22:52:32 2017 From: kaduww at gmail.com (Carlos Eduardo) Date: Sat, 12 Aug 2017 19:52:32 -0300 Subject: [Freeswitch-users] IP based authentication for end user and route call to gateway In-Reply-To: References: Message-ID: When you use the ACL, the calls will use the dialplan set on the sofia profile. To create a ip authentication to a unser, you must use the cidr option on user direcory, like: 2017-08-12 6:29 GMT-03:00 Uday kumar : > Hello All, > > I have one Freeswitch 1.6 server installed on CentOS 7.2 64-Bit. > > I configured one gateway to make outbound calls and one extension. > Registered that extension on softphone dialed a number. Its working. > > Extension => Freeswitch => Gateway => Mobile =======Working > > After that registered same extension on an Asterisk server and from > Asterisk dialed a number and then also working. > > Asterisk(with username/password) => Freeswitch => Gateway => Mobile > ========Working. > > Now I am trying to remove registration from Asterisk and send directly > call to Freeswtich and on Freeswitch check if that IP is allowed then allow > IP to make call. I added Asterisk IP in Domain ACL on Freeswitch but when > call called from Asterisk, its going in Public context and considered as a > incoming calls. > > How I can add IP based authentication for end user and route call to > configured gateway? > > -- > Thanks & Regard > Uday. > Mobile:- +91-9377579349 <+91%2093775%2079349> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Carlos E. Wagner* *Tecnólogo em Telecomunicações, OCP, dCAA* *Gnotel Telecom* *E-mail:* *kaduww at gmail.com * *carlos at gnotel.com.br * *Fone:* +55 48 9981-0894 *Skype:* carlos.e.wagner www.gnotel.com.br www.blogdovoip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kaduww at gmail.com Sat Aug 12 22:54:12 2017 From: kaduww at gmail.com (Carlos Eduardo) Date: Sat, 12 Aug 2017 19:54:12 -0300 Subject: [Freeswitch-users] IP based authentication for end user and route call to gateway In-Reply-To: References: Message-ID: Like: 2017-08-12 19:52 GMT-03:00 Carlos Eduardo : > When you use the ACL, the calls will use the dialplan set on the sofia > profile. To create a ip authentication to a unser, you must use the cidr > option on user direcory, like: > > > 2017-08-12 6:29 GMT-03:00 Uday kumar : > >> Hello All, >> >> I have one Freeswitch 1.6 server installed on CentOS 7.2 64-Bit. >> >> I configured one gateway to make outbound calls and one extension. >> Registered that extension on softphone dialed a number. Its working. >> >> Extension => Freeswitch => Gateway => Mobile =======Working >> >> After that registered same extension on an Asterisk server and from >> Asterisk dialed a number and then also working. >> >> Asterisk(with username/password) => Freeswitch => Gateway => Mobile >> ========Working. >> >> Now I am trying to remove registration from Asterisk and send directly >> call to Freeswtich and on Freeswitch check if that IP is allowed then allow >> IP to make call. I added Asterisk IP in Domain ACL on Freeswitch but when >> call called from Asterisk, its going in Public context and considered as a >> incoming calls. >> >> How I can add IP based authentication for end user and route call to >> configured gateway? >> >> -- >> Thanks & Regard >> Uday. >> Mobile:- +91-9377579349 <+91%2093775%2079349> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > *Carlos E. Wagner* > *Tecnólogo em Telecomunicações, OCP, dCAA* > > *Gnotel Telecom* > *E-mail:* *kaduww at gmail.com * > *carlos at gnotel.com.br * > *Fone:* +55 48 9981-0894 <(48)%209981-0894> > *Skype:* carlos.e.wagner > www.gnotel.com.br > www.blogdovoip.com > -- *Carlos E. Wagner* *Tecnólogo em Telecomunicações, OCP, dCAA* *Gnotel Telecom* *E-mail:* *kaduww at gmail.com * *carlos at gnotel.com.br * *Fone:* +55 48 9981-0894 *Skype:* carlos.e.wagner www.gnotel.com.br www.blogdovoip.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Sun Aug 13 07:41:20 2017 From: mike at jerris.com (Michael Jerris) Date: Sun, 13 Aug 2017 03:41:20 -0400 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> Message-ID: <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> There is nothing to fix. A re-invite w/o an sip does not modify the media session and does not take a call off hold. If someone thinks that it is, they misunderstand how sip and sdp work. > On Aug 12, 2017, at 7:16 PM, Dmitriy Borisov wrote: > > Hello! > > I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are some code used sip_unhold_nosdp channel variable, but in my situation channel state not changed on FreeSWITCH side (FreeSWITCH showing channel in HOLD state and not originating RTP to other side). I made a push request with little patch (https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview ) to fix the issue, but it not reviewed for now. > > Also I see discussion of Anthony with reporter in issue FS-9378 https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378 , but there some incorrection: FreeSWITCH do correct (as I know this protocol) SDP negotiation, but it is not unhold the session. It resulted in HOLDED state of channel on FreeSWITCH side and unholded state of call on other side. > > And yes, this issue on broadsoft PBX too... > > > пт, 11 авг. 2017 г., 20:13 Brian West >: > Fixed in 1.6 > > On Fri, Aug 11, 2017 at 9:57 AM Dave Horton > wrote: > I am personally not familiar with a re-invite call flow working like you describe. Since you are being told by someone that this should work, I’d suggest asking them to point to the relevant section of the RFC ? > > A re-invite with no SDP I have typically only seen as a 3pcc INVITE when first setting up a session (ie when the initiator wants to delay sending its SDP until the ACK). > > Perhaps others have had experience with this in a reinvite scenario as you describe, but I find it pretty atypical. > > > On Aug 11, 2017, at 10:48 AM, Andrew Cassidy > wrote: > > Hi Guys, > > Just wanted to check a behaviour with you guys before rushing to upgrade FreeSWITCH from 1.4.26-37 > > We are reciveing a reinvite with a=inactive followed by an reinvite with no SDP. I am being told the one with no SDP should revert the media the the previously established. > > FreeSWITCH isn't currently doing that, (or passing the empty one back to the endpoint) it's just keeping the call held. Which is the correct behaviour? > > Kind regards, > -------------- next part -------------- An HTML attachment was scrubbed... URL: From borik.internet at gmail.com Sun Aug 13 08:09:44 2017 From: borik.internet at gmail.com (Dmitriy Borisov) Date: Sun, 13 Aug 2017 08:09:44 +0000 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> Message-ID: Hi! Logic in your code conflict with your words. When sip_unhold_nosdp is set, FreeSWITCH replies with 200 OK with SDP a=sendrecv. After that other party replies with ACK with SDP a=sendrecv FreeSWITCH does NOT unhold a channel after receiving this ACK. This is an issue, I think вс, 13 авг. 2017 г., 10:41 Michael Jerris : > There is nothing to fix. A re-invite w/o an sip does not modify the media > session and does not take a call off hold. If someone thinks that it is, > they misunderstand how sip and sdp work. > > On Aug 12, 2017, at 7:16 PM, Dmitriy Borisov > wrote: > > Hello! > > I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are some > code used sip_unhold_nosdp channel variable, but in my situation channel > state not changed on FreeSWITCH side (FreeSWITCH showing channel in HOLD > state and not originating RTP to other side). I made a push request with > little patch ( > https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview) > to fix the issue, but it not reviewed for now. > > Also I see discussion of Anthony with reporter in issue FS-9378 > https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378, but > there some incorrection: FreeSWITCH do correct (as I know this protocol) > SDP negotiation, but it is not unhold the session. It resulted in HOLDED > state of channel on FreeSWITCH side and unholded state of call on other > side. > > And yes, this issue on broadsoft PBX too... > > пт, 11 авг. 2017 г., 20:13 Brian West : > >> Fixed in 1.6 >> >> On Fri, Aug 11, 2017 at 9:57 AM Dave Horton >> wrote: >> >>> I am personally not familiar with a re-invite call flow working like you >>> describe. Since you are being told by someone that this should work, I’d >>> suggest asking them to point to the relevant section of the RFC ? >>> >>> A re-invite with no SDP I have typically only seen as a 3pcc INVITE when >>> first setting up a session (ie when the initiator wants to delay sending >>> its SDP until the ACK). >>> >>> Perhaps others have had experience with this in a reinvite scenario as >>> you describe, but I find it pretty atypical. >>> >>> >>> On Aug 11, 2017, at 10:48 AM, Andrew Cassidy < >>> andrew at cassidywebservices.co.uk> wrote: >>> >>> Hi Guys, >>> >>> Just wanted to check a behaviour with you guys before rushing to upgrade >>> FreeSWITCH from 1.4.26-37 >>> >>> We are reciveing a reinvite with a=inactive followed by an reinvite with >>> no SDP. I am being told the one with no SDP should revert the media the the >>> previously established. >>> >>> FreeSWITCH isn't currently doing that, (or passing the empty one back to >>> the endpoint) it's just keeping the call held. Which is the correct >>> behaviour? >>> >>> Kind 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ovoshlook at gmail.com Sun Aug 13 12:08:47 2017 From: ovoshlook at gmail.com (Yuriy Gorlichenko) Date: Sun, 13 Aug 2017 15:08:47 +0300 Subject: [Freeswitch-users] Multiple Registrations or unique SIP credentials for each user device? In-Reply-To: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> References: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> Message-ID: I worked with the same logic you described. Regarding presence control i used Kamailio server as presence and as registrar server, but in my case wrote my custom logic on SIP layer handling precence (means i rewrote presence logic in kamailio and integrated it in .cfg kamailio's file). I used kamailio because this is implosible to implement on a Dialplan (read as application) layer. alo you can write your own module for integrate same logic in FreeSWTICH but it will be SIP layrer handling anyway. 2017-08-13 2:16 GMT+03:00 Michael Avers : > Hello, > > We have customers that currently register their single extension on their > desk phone, mobile softphone, as well as desktop softphone - and usually > they want them all to ring at the same time, which is easy, we just let > them have multiple registrations and it gets the job done. > > However, some customers are asking to have more fine grained control over > which of their devices receive the incoming calls and in what order. For > example they may want the desk phone to ring or 10 seconds and only then > start ringing the mobile app, and the desktop softphone to never ring (they > just use it for outbound dialing). > > What is the best way to achieve this? I thought about assigning unique > credentials to each device they register on. This would be fine if I were > to direct inbound calls coming on a DID or via an IVR extension, because I > can just ring them as if it was a ring group and control all the needed > requirements with the bridge string. > > However, how do I get this to work for local extension to extension > calling? Say their extension should be 3005, but they no longer register it > directly and instead are issued credentials for 3005_DESK at domain, > 3005_XYZ at domain and so forth. I can have 3005 be a dialplan extension > that bridges to them, sure. > > But then you have presence to deal with, basically when 3005_DESK is on > the phone 3005 at domain presence should indicate that. > > Is what I'm asking for possible at all, and if so are there any best > practices to get this working properly? Hope I was clear enough :) > > Thanks > Mike > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From nycphoneservice at gmail.com Sun Aug 13 12:55:19 2017 From: nycphoneservice at gmail.com (NYCPhoneService) Date: Sun, 13 Aug 2017 08:55:19 -0400 Subject: [Freeswitch-users] External forwarding and CDRs - which method to use? Message-ID: <005801d31433$6b555b40$420011c0$@gmail.com> The call flow is: External Number -> internal extension -> Forwarding to external number. When I use loopback channel, the outbound CDR leg is generated with 2 second call as it is known. I can do a post call processing in database and Check if is_loopback=1, match inbound leg by bridge_uuid and calculate the total call length. I'm trying to avoid post call processing. For that, I tried using sip_looped_call in public context. Works well if you change the deflect data to ${sip_to_uri} from the default ${destination_number}. However, all custom variables are lost and first leg is written with BLIND_TRANSFER hangup cause. Billsec is 0 which make sense. If I need to bill on inbound leg, what should I do in this case? Any suggestions are appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at mailworks.org Sun Aug 13 16:04:46 2017 From: michael at mailworks.org (Michael Avers) Date: Sun, 13 Aug 2017 09:04:46 -0700 Subject: [Freeswitch-users] Ring specific endpoint in multiple registrations scenario In-Reply-To: References: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> Message-ID: <1502640286.3219946.1071989192.681D7831@webmail.messagingengine.com> Hello, Is there any way to bridge/originate a call to a specific UA that is registered to an agent while there are other registrations to it? Say extension 1005 is registered from a Polycom phone, Bria on mobile, and Zoiper on a laptop - and I know the Bria's current registration data such as IP:Port, etc., can I send a call just to that one without ringing the extension on the other devices? Thanks, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Sun Aug 13 18:31:00 2017 From: mike at jerris.com (Michael Jerris) Date: Sun, 13 Aug 2017 14:31:00 -0400 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> Message-ID: I was responding to the original question from Andrew. > On Aug 13, 2017, at 4:09 AM, Dmitriy Borisov wrote: > > Hi! > > Logic in your code conflict with your words. When sip_unhold_nosdp is set, FreeSWITCH replies with 200 OK with SDP a=sendrecv. After that other party replies with ACK with SDP a=sendrecv FreeSWITCH does NOT unhold a channel after receiving this ACK. This is an issue, I think > > > вс, 13 авг. 2017 г., 10:41 Michael Jerris >: > There is nothing to fix. A re-invite w/o an sip does not modify the media session and does not take a call off hold. If someone thinks that it is, they misunderstand how sip and sdp work. > >> On Aug 12, 2017, at 7:16 PM, Dmitriy Borisov > wrote: >> >> Hello! >> >> I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are some code used sip_unhold_nosdp channel variable, but in my situation channel state not changed on FreeSWITCH side (FreeSWITCH showing channel in HOLD state and not originating RTP to other side). I made a push request with little patch (https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview ) to fix the issue, but it not reviewed for now. >> >> Also I see discussion of Anthony with reporter in issue FS-9378 https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378 , but there some incorrection: FreeSWITCH do correct (as I know this protocol) SDP negotiation, but it is not unhold the session. It resulted in HOLDED state of channel on FreeSWITCH side and unholded state of call on other side. >> >> And yes, this issue on broadsoft PBX too... >> >> >> пт, 11 авг. 2017 г., 20:13 Brian West >: >> Fixed in 1.6 >> >> On Fri, Aug 11, 2017 at 9:57 AM Dave Horton > wrote: >> I am personally not familiar with a re-invite call flow working like you describe. Since you are being told by someone that this should work, I’d suggest asking them to point to the relevant section of the RFC ? >> >> A re-invite with no SDP I have typically only seen as a 3pcc INVITE when first setting up a session (ie when the initiator wants to delay sending its SDP until the ACK). >> >> Perhaps others have had experience with this in a reinvite scenario as you describe, but I find it pretty atypical. >> >> >> On Aug 11, 2017, at 10:48 AM, Andrew Cassidy > wrote: >> >> Hi Guys, >> >> Just wanted to check a behaviour with you guys before rushing to upgrade FreeSWITCH from 1.4.26-37 >> >> We are reciveing a reinvite with a=inactive followed by an reinvite with no SDP. I am being told the one with no SDP should revert the media the the previously established. >> >> FreeSWITCH isn't currently doing that, (or passing the empty one back to the endpoint) it's just keeping the call held. Which is the correct behaviour? >> >> Kind 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 _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at mailworks.org Sun Aug 13 19:25:35 2017 From: michael at mailworks.org (Michael Avers) Date: Sun, 13 Aug 2017 12:25:35 -0700 Subject: [Freeswitch-users] Multiple Registrations or unique SIP credentials for each user device? In-Reply-To: References: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> Message-ID: <1502652335.3255473.1072098144.046800C8@webmail.messagingengine.com> I'm thinking also I can basically set presence_id=3005 at domain for inbound/outbound calls to/from any of the 3005_XXX extensions, right? I tried it and it works for the most part, but the issue is that the presence for 3005 at domain gets cleared right away but the one for the actual extension, ie. 3005_APP at domain hangs for a while even after channel is destroyed. Not sure if it's a bug or not Mike On Sun, Aug 13, 2017, at 05:08 AM, Yuriy Gorlichenko wrote: > I worked with the same logic you described. Regarding presence control > i used Kamailio server as presence and as registrar server, but in my > case wrote my custom logic on SIP layer handling precence (means i > rewrote presence logic in kamailio and integrated it in .cfg > kamailio's file). I used kamailio because this is implosible to > implement on a Dialplan (read as application) layer.> > alo you can write your own module for integrate same logic in > FreeSWTICH but it will be SIP layrer handling anyway.> > > 2017-08-13 2:16 GMT+03:00 Michael Avers : >> Hello, >> >> We have customers that currently register their single extension on >> their desk phone, mobile softphone, as well as desktop softphone - >> and usually they want them all to ring at the same time, which is >> easy, we just let them have multiple registrations and it gets the >> job done.>> >> However, some customers are asking to have more fine grained control >> over which of their devices receive the incoming calls and in what >> order. For example they may want the desk phone to ring or 10 >> seconds and only then start ringing the mobile app, and the desktop >> softphone to never ring (they just use it for outbound dialing).>> >> What is the best way to achieve this? I thought about assigning >> unique credentials to each device they register on. This would be >> fine if I were to direct inbound calls coming on a DID or via an IVR >> extension, because I can just ring them as if it was a ring group >> and control all the needed requirements with the bridge string.>> >> However, how do I get this to work for local extension to extension >> calling? Say their extension should be 3005, but they no longer >> register it directly and instead are issued credentials for >> 3005_DESK at domain, 3005_XYZ at domain and so forth. I can have 3005 be a >> dialplan extension that bridges to them, sure.>> >> But then you have presence to deal with, basically when 3005_DESK is >> on the phone 3005 at domain presence should indicate that.>> >> Is what I'm asking for possible at all, and if so are there any best >> practices to get this working properly? Hope I was clear enough :)>> >> Thanks >> Mike >> >> ___________________________________________________________________- >> ______>> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users>> http://www.freeswitch.org > ___________________________________________________________________- > ________> Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users> http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From aqsyounas at gmail.com Sun Aug 13 19:56:56 2017 From: aqsyounas at gmail.com (Aqs Younas) Date: Mon, 14 Aug 2017 00:56:56 +0500 Subject: [Freeswitch-users] freeswitch 1.6.19 bizarre fax 488 behavior Message-ID: I am facing a bizarre behavior while trying to send fax from zoiper to freeswitch. First, i tried to use the dialplan example as shown in documentation page. But this resulted in "488 Not Acceptable Here" even though i have set fax_enable_t38 in vars.xml Logs. *https://pastebin.freeswitch.org/view/07224882 * Second, But i remove few lines from dialplan. Everything seems to work perfectly. Third. When i insert a small lua script after answer in above dialplan it again fails with 488. I just want to run a small lua script before i call rxfax application. Any help would be much appreciated. Best Regards. Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at mailworks.org Mon Aug 14 01:35:05 2017 From: michael at mailworks.org (Michael Avers) Date: Sun, 13 Aug 2017 18:35:05 -0700 Subject: [Freeswitch-users] Multiple Registrations or unique SIP credentials for each user device? In-Reply-To: <1502652335.3255473.1072098144.046800C8@webmail.messagingengine.com> References: <1502579770.3032924.1071567488.3FCB37A3@webmail.messagingengine.com> <1502652335.3255473.1072098144.046800C8@webmail.messagingengine.com> Message-ID: <1502674505.4081374.1072308072.5DC9C310@webmail.messagingengine.com> Just following up in case anyone comes across this issue, basically in 1.6.13 I found issues with presence out not getting sent when presence_id is set in the dial string to anything other than the actual extension being dialed. I tested with 1.6.19 and it works fine. Did not keep any debug info beyond this, so if anyone sees issue with presence_id... upgrade. Mike On Sun, Aug 13, 2017, at 12:25 PM, Michael Avers wrote: > I'm thinking also I can basically set presence_id=3005 at domain for > inbound/outbound calls to/from any of the 3005_XXX extensions, right? > I tried it and it works for the most part, but the issue is that the > presence for 3005 at domain gets cleared right away but the one for the > actual extension, ie. 3005_APP at domain hangs for a while even after > channel is destroyed. Not sure if it's a bug or not> > Mike > > > On Sun, Aug 13, 2017, at 05:08 AM, Yuriy Gorlichenko wrote: >> I worked with the same logic you described. Regarding presence >> control i used Kamailio server as presence and as registrar server, >> but in my case wrote my custom logic on SIP layer handling precence >> (means i rewrote presence logic in kamailio and integrated it in .cfg >> kamailio's file). I used kamailio because this is implosible to >> implement on a Dialplan (read as application) layer.>> >> alo you can write your own module for integrate same logic in >> FreeSWTICH but it will be SIP layrer handling anyway.>> >> >> 2017-08-13 2:16 GMT+03:00 Michael Avers : >>> Hello, >>> >>> We have customers that currently register their single extension on >>> their desk phone, mobile softphone, as well as desktop softphone - >>> and usually they want them all to ring at the same time, which is >>> easy, we just let them have multiple registrations and it gets the >>> job done.>>> >>> However, some customers are asking to have more fine grained control >>> over which of their devices receive the incoming calls and in what >>> order. For example they may want the desk phone to ring or 10 >>> seconds and only then start ringing the mobile app, and the desktop >>> softphone to never ring (they just use it for outbound dialing).>>> >>> What is the best way to achieve this? I thought about assigning >>> unique credentials to each device they register on. This would be >>> fine if I were to direct inbound calls coming on a DID or via an IVR >>> extension, because I can just ring them as if it was a ring group >>> and control all the needed requirements with the bridge string.>>> >>> However, how do I get this to work for local extension to extension >>> calling? Say their extension should be 3005, but they no longer >>> register it directly and instead are issued credentials for >>> 3005_DESK at domain, 3005_XYZ at domain and so forth. I can have 3005 be a >>> dialplan extension that bridges to them, sure.>>> >>> But then you have presence to deal with, basically when 3005_DESK is >>> on the phone 3005 at domain presence should indicate that.>>> >>> Is what I'm asking for possible at all, and if so are there any best >>> practices to get this working properly? Hope I was clear enough :)>>> >>> Thanks >>> Mike >>> >>> ___________________________________________________________________- >>> ______>>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users>>> http://www.freeswitch.org >> ____________________________________________________________________- >> _______>> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users>> http://www.freeswitch.org > > ___________________________________________________________________- > ________> Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users> http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at mailworks.org Mon Aug 14 02:09:45 2017 From: michael at mailworks.org (Michael Avers) Date: Sun, 13 Aug 2017 19:09:45 -0700 Subject: [Freeswitch-users] Does this configuration make sense? Message-ID: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> I'm trying to ditch multiple registrations and go with a concept where a user (say identified internally as extension # 3005) can register any number of devices/softphones using unique SIP credentials for each one, and so extension would end up having these extensions configured: 3005 at domain - primary extension, but no one registers it directly. It is used for presence and its dial_string will define what other extensions are supposed to ring 3005_desktop at domain 3005_mobile1 at domain 3005_yealink at domain and so 3005's dial_string can define that the Yealink and Mobile1 extensions will ring for the first 10 seconds, and only then 3005_desktop starts to ring as well. They will all have 3005's VM box as their voicemail box. When they call out they will set presence_id to be 3005 at domain and also presence_id will be set when they are called via 3005's dial_string. Anybody ever did this kind of set up? The whole idea is to have the user control which of their devices ring, if at all. Because I see more and more users registering on 3+ devices and they don't always want them to all to ring right away. Mike From nandy1925 at gmail.com Mon Aug 14 02:49:53 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Mon, 14 Aug 2017 10:49:53 +0800 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo Message-ID: Hi folks, Is the FREESWITCH50 promo code still available? When does it expire? Tks. /Nandy -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Mon Aug 14 02:58:49 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Sun, 13 Aug 2017 19:58:49 -0700 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: References: Message-ID: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Thus said Nandy Dagondon on Mon, 14 Aug 2017 10:49:53 +0800 > Hi folks, > > Is the FREESWITCH50 promo code still available? When does it expire? Tks. > It's simple enough to try on the publisher's website: https://www.packtpub.com/networking-and-servers/freeswitch-18 > /Nandy From nandy1925 at gmail.com Mon Aug 14 06:49:04 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Mon, 14 Aug 2017 06:49:04 +0000 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> References: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Message-ID: I clicked from your link and entered the promo code FREESWITCH50. But it didn't work. I think it has to be clicked from freeswitch.org website. However, I found the notice that the $10 sale promo is about to end. I'll grab this. What is the promo code? Tks. /Nandy On Mon, Aug 14, 2017 at 2:58 AM, jungle boogie wrote: > Thus said Nandy Dagondon on Mon, 14 Aug 2017 10:49:53 +0800 > >> Hi folks, >> >> Is the FREESWITCH50 promo code still available? When does it expire? Tks. >> >> > It's simple enough to try on the publisher's website: > https://www.packtpub.com/networking-and-servers/freeswitch-18 > > > > /Nandy >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Mon Aug 14 07:57:02 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 14 Aug 2017 09:57:02 +0200 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: References: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Message-ID: Nandy, actually the discount code does not work. I just checked. Please wait a couple days, we check if they can extend some special offer. -giovanni On 14 August 2017 at 08:49, Nandy Dagondon wrote: > I clicked from your link and entered the promo code FREESWITCH50. But it > didn't work. I think it has to be clicked from freeswitch.org website. > However, I found the notice that the $10 sale promo is about to end. I'll > grab this. What is the promo code? > > Tks. /Nandy > > > > > On Mon, Aug 14, 2017 at 2:58 AM, jungle boogie > wrote: > >> Thus said Nandy Dagondon on Mon, 14 Aug 2017 10:49:53 +0800 >> >>> Hi folks, >>> >>> Is the FREESWITCH50 promo code still available? When does it expire? Tks. >>> >>> >> It's simple enough to try on the publisher's website: >> https://www.packtpub.com/networking-and-servers/freeswitch-18 >> >> >> >> /Nandy >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > Virus-free. > www.avast.com > > <#m_209776700824401629_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From nandy1925 at gmail.com Mon Aug 14 08:02:12 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Mon, 14 Aug 2017 08:02:12 +0000 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: References: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Message-ID: Thanks for the advise and the extension Giovanni. :-) Rgds, /Nandy On Mon, Aug 14, 2017 at 7:57 AM, Giovanni Maruzzelli wrote: > Nandy, > > actually the discount code does not work. I just checked. > > Please wait a couple days, we check if they can extend some special offer. > > -giovanni > > > On 14 August 2017 at 08:49, Nandy Dagondon wrote: > >> I clicked from your link and entered the promo code FREESWITCH50. But it >> didn't work. I think it has to be clicked from freeswitch.org website. >> However, I found the notice that the $10 sale promo is about to end. I'll >> grab this. What is the promo code? >> >> Tks. /Nandy >> >> >> >> >> On Mon, Aug 14, 2017 at 2:58 AM, jungle boogie >> wrote: >> >>> Thus said Nandy Dagondon on Mon, 14 Aug 2017 10:49:53 +0800 >>> >>>> Hi folks, >>>> >>>> Is the FREESWITCH50 promo code still available? When does it expire? >>>> Tks. >>>> >>>> >>> It's simple enough to try on the publisher's website: >>> https://www.packtpub.com/networking-and-servers/freeswitch-18 >>> >>> >>> >>> /Nandy >>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> >> Virus-free. >> www.avast.com >> >> <#m_6027911414180012247_m_209776700824401629_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > OpenTelecom.IT > cell: +39 347 266 56 18 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andrew at cassidywebservices.co.uk Mon Aug 14 08:14:58 2017 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Mon, 14 Aug 2017 08:14:58 +0000 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> Message-ID: Hi Michael, Thanks, I totally agree. Long story short, my customer and are using the same SIP provider, so all messages from their cisco call manager are reaching us pretty much unmodified. Their system also does some other strange things. I'll give sip_unhold_nosdp a go and see how I get on but as this is non-standard behaviour will only enable it on a case-by-case basis. Kind regards, On Mon, 14 Aug 2017 at 01:38 Michael Jerris wrote: > I was responding to the original question from Andrew. > > On Aug 13, 2017, at 4:09 AM, Dmitriy Borisov > wrote: > > Hi! > > Logic in your code conflict with your words. When sip_unhold_nosdp is set, > FreeSWITCH replies with 200 OK with SDP a=sendrecv. After that other party > replies with ACK with SDP a=sendrecv FreeSWITCH does NOT unhold a channel > after receiving this ACK. This is an issue, I think > > вс, 13 авг. 2017 г., 10:41 Michael Jerris : > >> There is nothing to fix. A re-invite w/o an sip does not modify the >> media session and does not take a call off hold. If someone thinks that it >> is, they misunderstand how sip and sdp work. >> >> On Aug 12, 2017, at 7:16 PM, Dmitriy Borisov >> wrote: >> >> Hello! >> >> I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are >> some code used sip_unhold_nosdp channel variable, but in my situation >> channel state not changed on FreeSWITCH side (FreeSWITCH showing channel in >> HOLD state and not originating RTP to other side). I made a push request >> with little patch ( >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview) >> to fix the issue, but it not reviewed for now. >> >> Also I see discussion of Anthony with reporter in issue FS-9378 >> https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378, but >> there some incorrection: FreeSWITCH do correct (as I know this protocol) >> SDP negotiation, but it is not unhold the session. It resulted in HOLDED >> state of channel on FreeSWITCH side and unholded state of call on other >> side. >> >> And yes, this issue on broadsoft PBX too... >> >> пт, 11 авг. 2017 г., 20:13 Brian West : >> >>> Fixed in 1.6 >>> >>> On Fri, Aug 11, 2017 at 9:57 AM Dave Horton >>> wrote: >>> >>>> I am personally not familiar with a re-invite call flow working like >>>> you describe. Since you are being told by someone that this should work, >>>> I’d suggest asking them to point to the relevant section of the RFC ? >>>> >>>> A re-invite with no SDP I have typically only seen as a 3pcc INVITE >>>> when first setting up a session (ie when the initiator wants to delay >>>> sending its SDP until the ACK). >>>> >>>> Perhaps others have had experience with this in a reinvite scenario as >>>> you describe, but I find it pretty atypical. >>>> >>>> >>>> On Aug 11, 2017, at 10:48 AM, Andrew Cassidy < >>>> andrew at cassidywebservices.co.uk> wrote: >>>> >>>> Hi Guys, >>>> >>>> Just wanted to check a behaviour with you guys before rushing to >>>> upgrade FreeSWITCH from 1.4.26-37 >>>> >>>> We are reciveing a reinvite with a=inactive followed by an reinvite >>>> with no SDP. I am being told the one with no SDP should revert the media >>>> the the previously established. >>>> >>>> FreeSWITCH isn't currently doing that, (or passing the empty one back >>>> to the endpoint) it's just keeping the call held. Which is the correct >>>> behaviour? >>>> >>>> Kind 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From Chris.Brown at dialconnection.com Mon Aug 14 12:11:19 2017 From: Chris.Brown at dialconnection.com (Chris Brown) Date: Mon, 14 Aug 2017 12:11:19 +0000 Subject: [Freeswitch-users] ClueCon Talk: Open Source WebRTC testing suite, slides and resources In-Reply-To: References: Message-ID: Thanks Chad, we enjoyed your presentation. I would encourage all other presenters to post a link to their presentation, there were many very good one’s we would like to review further. Cheers, Chris Chris Brown Chief Technology Officer [cid:image003.jpg at 01D314D4.E6BDFF70]T: +1 215.703.7149 chris.brown at dialconnection.com www.dialconnection.com From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Chad Phillips Sent: Friday, August 11, 2017 1:00 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] ClueCon Talk: Open Source WebRTC testing suite, slides and resources I’ve had a few people email me privately about the content of my talk, so I figured I’d post a resource link: http://tiny.cc/cc-2017-webrtc-testing That contains the slides from the presentation, and a resource section with links to relevant projects/demos. Chad -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 34904 bytes Desc: image001.jpg URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 4221 bytes Desc: image003.jpg URL: From Paul.Mateer at outlook.com Mon Aug 14 14:01:21 2017 From: Paul.Mateer at outlook.com (Paul Mateer) Date: Mon, 14 Aug 2017 14:01:21 +0000 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg Message-ID: Guys, I'm using the C# interface to FreeSWITCH to add the ability to make and receive calls in an existing software application. I want to record the conversations on the server, but I need to be able to access the recording after the call is complete. The Call-ID value seemed the perfect solution to this and I added the following action to my dialplan entry. This seemed to work fine, as I would get recording files created with a Guid in the name, but on closer inspection I found that the Guid used in the filename was not the same Guid associated with the successfully placed call in the application. I assume that this is because the application sees the Call-ID for the a-leg, whereas the dialplan entry is executed in the b-leg and therefore has it's own separate Guid. Is there any way in which I can expose the Call-ID (or some other custom channel variable) for the a-leg to the b-leg so that it will be accessible within the XML dialplan and therefore be usable when creating the recording file? Thanks for any suggestions/assistance offered. -------------- next part -------------- An HTML attachment was scrubbed... URL: From v.zakhozhai at gmail.com Mon Aug 14 15:41:13 2017 From: v.zakhozhai at gmail.com (Vladyslav Zakhozhai) Date: Mon, 14 Aug 2017 18:41:13 +0300 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: References: Message-ID: Hi Paul, ${uuid} - is Unique Id of channel. For a-leg and b-leg it will be different (I mean that uuid is not Call-ID). You can try to use call_uuid instead. But I'm not sure about that. I think that you can use set instead of export and fetch recording data from a-leg. I'm using such approach and do not experience any problems with that. On Mon, Aug 14, 2017 at 5:01 PM, Paul Mateer wrote: > Guys, I'm using the C# interface to FreeSWITCH to add the ability to make > and receive calls in an existing software application. > > > I want to record the conversations on the server, but I need to be able to > access the recording after the call is complete. > > The Call-ID value seemed the perfect solution to this and I added the > following action to my dialplan entry. > > > > > > This seemed to work fine, as I would get recording files created with a > Guid in the name, but on closer inspection I found that the Guid used in > the filename was not the same Guid associated with the successfully placed > call in the application. I assume that this is because the application > sees the Call-ID for the a-leg, whereas the dialplan entry is executed in > the b-leg and therefore has it's own separate Guid. > > > Is there any way in which I can expose the Call-ID (or some other custom > channel variable) for the a-leg to the b-leg so that it will be > accessible within the XML dialplan and therefore be usable when creating > the recording file? > > > Thanks for any suggestions/assistance offered. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- С уважением, Владислав Захожай -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Mon Aug 14 16:51:52 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 14 Aug 2017 16:51:52 +0000 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: References: Message-ID: Call Id is a sip thing. Its in the variable sip_call_id iirc. You can route calls to the info app and see every variable and its values. On Mon, Aug 14, 2017 at 10:42 AM Vladyslav Zakhozhai wrote: > Hi Paul, > > ${uuid} - is Unique Id of channel. For a-leg and b-leg it will be > different (I mean that uuid is not Call-ID). You can try to use call_uuid > instead. But I'm not sure about that. > > I think that you can use set instead of export and fetch recording data > from a-leg. I'm using such approach and do not experience any problems with > that. > > On Mon, Aug 14, 2017 at 5:01 PM, Paul Mateer > wrote: > >> Guys, I'm using the C# interface to FreeSWITCH to add the ability to make >> and receive calls in an existing software application. >> >> >> I want to record the conversations on the server, but I need to be able >> to access the recording after the call is complete. >> >> The Call-ID value seemed the perfect solution to this and I added the >> following action to my dialplan entry. >> >> >> >> >> >> This seemed to work fine, as I would get recording files created with a >> Guid in the name, but on closer inspection I found that the Guid used in >> the filename was not the same Guid associated with the successfully placed >> call in the application. I assume that this is because the application >> sees the Call-ID for the a-leg, whereas the dialplan entry is executed in >> the b-leg and therefore has it's own separate Guid. >> >> >> Is there any way in which I can expose the Call-ID (or some other custom >> channel variable) for the a-leg to the b-leg so that it will be >> accessible within the XML dialplan and therefore be usable when creating >> the recording file? >> >> >> Thanks for any suggestions/assistance offered. >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > С уважением, > Владислав Захожай > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Anthony Minessale II ♬ @anthmfs ♬ @FreeSWITCH ♬ ☞ http://freeswitch.org/ ☞ http://cluecon.com/ ☞ http://twitter.com/FreeSWITCH ☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+ * ClueCon Weekly Development Call ☎ sip:888 at conference.freeswitch.org ☎ +19193869900 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at telefaks.de Mon Aug 14 19:36:40 2017 From: lists at telefaks.de (Peter Steinbach) Date: Mon, 14 Aug 2017 21:36:40 +0200 Subject: [Freeswitch-users] Answer a phone remotely via API Message-ID: <5991FBC8.80202@telefaks.de> Hello, does there exist a command to answer a phone remotely? E.g. send a command via ESL to Freeswitch and then to the Phone? I am not looking for some kind of autoanswer. I just want to let the phone ring, then send some kind of event to the phone and then the phone answers. -- With kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de From brian at freeswitch.org Mon Aug 14 20:02:42 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 14 Aug 2017 15:02:42 -0500 Subject: [Freeswitch-users] Answer a phone remotely via API In-Reply-To: <5991FBC8.80202@telefaks.de> References: <5991FBC8.80202@telefaks.de> Message-ID: depends on phone, see uuid_phone_event On Mon, Aug 14, 2017 at 2:36 PM, Peter Steinbach wrote: > Hello, > > does there exist a command to answer a phone remotely? E.g. send a > command via ESL to Freeswitch and then to the Phone? > I am not looking for some kind of autoanswer. I just want to let the > phone ring, then send some kind of event to the phone and then the phone > answers. > > -- > 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 Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch* Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Mon Aug 14 20:18:15 2017 From: mario_fs at mgtech.com (Mario G) Date: Mon, 14 Aug 2017 13:18:15 -0700 Subject: [Freeswitch-users] macOS urgent note for 24x7 folks on Sierra + Message-ID: <5AC0CF18-3F66-46EB-9875-6DA2EBF69264@mgtech.com> If you have FreeSWITCH running 24x7 on Sierra (and eventually High Sierra), you must update the plist in LaunchAgents to the updated one in the wiki: https://freeswitch.org/confluence/display/FREESWITCH/macOS+24x7+Preparation#macOS24x7Preparation-CreatetheFreeSWITCH™plist I spent months on this with Apple and instead of going into the very long story the short of it is: There was a design change (bug in my opinion) in 10.12.0, 10.12.1, 10.12.2, 10.12.5 and 10.12.6 (notice .3 and .4 were OK). Using the default process type macOS would not give CPU to FreeSWITCH even if nothing else was running. I tested this with other apps and it was not a problem, I could only make this happen with FreeSWITCH. I eventually found that overriding the process type resolved the issue in Sierra and High Sierra. Mario G -------------- next part -------------- An HTML attachment was scrubbed... URL: From Paul.Mateer at outlook.com Mon Aug 14 17:08:16 2017 From: Paul.Mateer at outlook.com (Paul Mateer) Date: Mon, 14 Aug 2017 17:08:16 +0000 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: References: , Message-ID: Thanks Vladyslav. After reading your reply I found relevant information under the originating_leg_uuid section of the Channel Variables confluence page. I tried modifying the Dialplan entry on the server to include both ${uuid} and $(call_uuid} in the name of the session recording file as follows but the name generated had the same Guid for both uuid and call_uuid (which suggests that it's the a-leg). My client issues a call to a number using embedded FreeSWITCH as follows: FreeSWITCH.Native.Api.Execute("pa", "call sofia/gateway// XML ") and gets back a response like SUCCESS:: The Guid in the response looks like it should be a call Id because it'd the same Guid that appears in the Unique-ID headers of the FreeSWITCH events that the client receives - it just doesn't seem to match the Guid(s) used by the server when it'd generating the recording name. Is there any way for the client FreeSWITCH to know or gain access to the IDs being used by the FreeSWITCH server? Paul ________________________________ From: FreeSWITCH-users on behalf of Vladyslav Zakhozhai Sent: 14 August 2017 16:41:13 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Channel variables on a-leg and b-leg Hi Paul, ${uuid} - is Unique Id of channel. For a-leg and b-leg it will be different (I mean that uuid is not Call-ID). You can try to use call_uuid instead. But I'm not sure about that. I think that you can use set instead of export and fetch recording data from a-leg. I'm using such approach and do not experience any problems with that. On Mon, Aug 14, 2017 at 5:01 PM, Paul Mateer > wrote: Guys, I'm using the C# interface to FreeSWITCH to add the ability to make and receive calls in an existing software application. I want to record the conversations on the server, but I need to be able to access the recording after the call is complete. The Call-ID value seemed the perfect solution to this and I added the following action to my dialplan entry. This seemed to work fine, as I would get recording files created with a Guid in the name, but on closer inspection I found that the Guid used in the filename was not the same Guid associated with the successfully placed call in the application. I assume that this is because the application sees the Call-ID for the a-leg, whereas the dialplan entry is executed in the b-leg and therefore has it's own separate Guid. Is there any way in which I can expose the Call-ID (or some other custom channel variable) for the a-leg to the b-leg so that it will be accessible within the XML dialplan and therefore be usable when creating the recording file? Thanks for any suggestions/assistance offered. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- С уважением, Владислав Захожай -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Mon Aug 14 21:27:11 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 14 Aug 2017 17:27:11 -0400 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: References: Message-ID: <19DE2E30-D7EC-4F93-B8A6-72C65C113521@jerris.com> The answer is all of these uuid’s are being used by the server, 1 for a leg, and one for each b leg. Why do you have an issue with using the a leg uuid? > On Aug 14, 2017, at 1:08 PM, Paul Mateer wrote: > > Thanks Vladyslav. > > After reading your reply I found relevant information under the originating_leg_uuid section of the Channel Variables confluence page. > > I tried modifying the Dialplan entry on the server to include both ${uuid} and $(call_uuid} in the name of the session recording file as follows > > > > > > > > > > > > > > > > > > > > but the name generated had the same Guid for both uuid and call_uuid (which suggests that it's the a-leg). > > > My client issues a call to a number using embedded FreeSWITCH as follows: > > FreeSWITCH.Native.Api.Execute("pa", "call sofia/gateway// XML ") > > and gets back a response like > > SUCCESS:: > > The Guid in the response looks like it should be a call Id because it'd the same Guid that appears in the Unique-ID headers of the FreeSWITCH events that the client receives - it just doesn't seem to match the Guid(s) used by the server when it'd generating the recording name. Is there any way for the client FreeSWITCH to know or gain access to the IDs being used by the FreeSWITCH server? > > Paul > > From: FreeSWITCH-users on behalf of Vladyslav Zakhozhai > Sent: 14 August 2017 16:41:13 > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Channel variables on a-leg and b-leg > > Hi Paul, > > ${uuid} - is Unique Id of channel. For a-leg and b-leg it will be different (I mean that uuid is not Call-ID). You can try to use call_uuid instead. But I'm not sure about that. > > I think that you can use set instead of export and fetch recording data from a-leg. I'm using such approach and do not experience any problems with that. > > On Mon, Aug 14, 2017 at 5:01 PM, Paul Mateer > wrote: > Guys, I'm using the C# interface to FreeSWITCH to add the ability to make and receive calls in an existing software application. > > I want to record the conversations on the server, but I need to be able to access the recording after the call is complete. > The Call-ID value seemed the perfect solution to this and I added the following action to my dialplan entry. > > > > This seemed to work fine, as I would get recording files created with a Guid in the name, but on closer inspection I found that the Guid used in the filename was not the same Guid associated with the successfully placed call in the application. I assume that this is because the application sees the Call-ID for the a-leg, whereas the dialplan entry is executed in the b-leg and therefore has it's own separate Guid. > > Is there any way in which I can expose the Call-ID (or some other custom channel variable) for the a-leg to the b-leg so that it will be accessible within the XML dialplan and therefore be usable when creating the recording file? > > Thanks for any suggestions/assistance offered. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > С уважением, > Владислав Захожай > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Mon Aug 14 23:20:50 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 14 Aug 2017 18:20:50 -0500 Subject: [Freeswitch-users] Empty Re-Invite after a=inactive In-Reply-To: References: <677F1528-E36F-4292-AD65-5C1ACA53C05D@beachdognet.com> <6C731C7B-E3C6-4CC6-9193-B65BD2DF03AC@jerris.com> Message-ID: sip_unhold_nosdp is a hack to allow this non-compliant behavior to exist. /b On Mon, Aug 14, 2017 at 3:14 AM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > Hi Michael, > > Thanks, I totally agree. Long story short, my customer and sector organisation> are using the same SIP provider, so all messages from > their cisco call manager are reaching us pretty much unmodified. Their > system also does some other strange things. > > I'll give sip_unhold_nosdp a go and see how I get on but as this is > non-standard behaviour will only enable it on a case-by-case basis. > > Kind regards, > > On Mon, 14 Aug 2017 at 01:38 Michael Jerris wrote: > >> I was responding to the original question from Andrew. >> >> On Aug 13, 2017, at 4:09 AM, Dmitriy Borisov >> wrote: >> >> Hi! >> >> Logic in your code conflict with your words. When sip_unhold_nosdp is >> set, FreeSWITCH replies with 200 OK with SDP a=sendrecv. After that other >> party replies with ACK with SDP a=sendrecv FreeSWITCH does NOT unhold a >> channel after receiving this ACK. This is an issue, I think >> >> вс, 13 авг. 2017 г., 10:41 Michael Jerris : >> >>> There is nothing to fix. A re-invite w/o an sip does not modify the >>> media session and does not take a call off hold. If someone thinks that it >>> is, they misunderstand how sip and sdp work. >>> >>> On Aug 12, 2017, at 7:16 PM, Dmitriy Borisov >>> wrote: >>> >>> Hello! >>> >>> I'm sorry, but it is not fixed now. Not for 1.6 nor master. There are >>> some code used sip_unhold_nosdp channel variable, but in my situation >>> channel state not changed on FreeSWITCH side (FreeSWITCH showing channel in >>> HOLD state and not originating RTP to other side). I made a push request >>> with little patch (https://freeswitch.org/stash/ >>> projects/FS/repos/freeswitch/pull-requests/1362/overview) to fix the >>> issue, but it not reviewed for now. >>> >>> Also I see discussion of Anthony with reporter in issue FS-9378 >>> https://freeswitch.org/jira/plugins/servlet/mobile#issue/FS-9378, but >>> there some incorrection: FreeSWITCH do correct (as I know this protocol) >>> SDP negotiation, but it is not unhold the session. It resulted in HOLDED >>> state of channel on FreeSWITCH side and unholded state of call on other >>> side. >>> >>> And yes, this issue on broadsoft PBX too... >>> >>> пт, 11 авг. 2017 г., 20:13 Brian West : >>> >>>> Fixed in 1.6 >>>> >>>> On Fri, Aug 11, 2017 at 9:57 AM Dave Horton >>>> wrote: >>>> >>>>> I am personally not familiar with a re-invite call flow working like >>>>> you describe. Since you are being told by someone that this should work, >>>>> I’d suggest asking them to point to the relevant section of the RFC ? >>>>> >>>>> A re-invite with no SDP I have typically only seen as a 3pcc INVITE >>>>> when first setting up a session (ie when the initiator wants to delay >>>>> sending its SDP until the ACK). >>>>> >>>>> Perhaps others have had experience with this in a reinvite scenario as >>>>> you describe, but I find it pretty atypical. >>>>> >>>>> >>>>> On Aug 11, 2017, at 10:48 AM, Andrew Cassidy < >>>>> andrew at cassidywebservices.co.uk> wrote: >>>>> >>>>> Hi Guys, >>>>> >>>>> Just wanted to check a behaviour with you guys before rushing to >>>>> upgrade FreeSWITCH from 1.4.26-37 >>>>> >>>>> We are reciveing a reinvite with a=inactive followed by an reinvite >>>>> with no SDP. I am being told the one with no SDP should revert the media >>>>> the the previously established. >>>>> >>>>> FreeSWITCH isn't currently doing that, (or passing the empty one back >>>>> to the endpoint) it's just keeping the call held. Which is the correct >>>>> behaviour? >>>>> >>>>> Kind 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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Book a phone call (CST) Allison prompts for FreeSWITCH: *https://www.gofundme.com/allison-prompts-for-freeswitch*