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* 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 andrew at cassidywebservices.co.uk Tue Aug 15 08:01:23 2017 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Tue, 15 Aug 2017 08:01:23 +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 Brian, sip_unhold_nosdp isn't working for me. I will have to do some traces later. I agree that people should just abide by standards but as you can imagine I can't just tell the local police force to change their phone system :) Kind regards, On Tue, 15 Aug 2017 at 03:16 Brian West wrote: > 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* > > > 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 ron.menez at entropysolution.com Tue Aug 15 06:58:08 2017 From: ron.menez at entropysolution.com (Ron) Date: Tue, 15 Aug 2017 06:58:08 +0000 Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg Message-ID: Hi All, Is it possible to use AMR Codec to A-leg and GSM Codec for B-leg or vice versa? Tried the following configuration in sip profiles: The error we received on this is: 2017-08-15 06:17:29.755700 [ERR] mod_amr.c:338 This codec is only usable in passthrough mode! 2017-08-15 06:17:29.755700 [ERR] switch_core_io.c:1434 Codec AMR encoder error! For your kind advice please. TIA. Best Regard, Ron Menez ron.menez at entropysolution.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at telefaks.de Tue Aug 15 10:30:19 2017 From: lists at telefaks.de (Peter Steinbach) Date: Tue, 15 Aug 2017 12:30:19 +0200 Subject: [Freeswitch-users] Answer a phone remotely via API In-Reply-To: References: <5991FBC8.80202@telefaks.de> Message-ID: <5992CD3B.4000902@telefaks.de> Thanks Brian, that worked for me. uuid_phone_event talk on the Freeswitch CLI answered the tested phones (Yealink, Sangoma and Grandstream). Best regards Peter On 08/14/17 22:02, Brian West wrote: > 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 joelists at tm.net.uk Tue Aug 15 13:28:44 2017 From: joelists at tm.net.uk (Joseph Waite) Date: Tue, 15 Aug 2017 14:28:44 +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: <69192C7B-A2F0-4422-AE0B-7C9DC7B67F60@tm.net.uk> Yes it is downloading 1.1.6 which has an issue. This is resolved in Master, but does the change to 1.1.7 need updating in the 1.6 branch? I can look into making a pull request of needs be. TBH I have never done a pull request before but I’m sure I can figure it out! > On 12 Aug 2017, at 10:58, Sergey Safarov wrote: > > 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 _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 borik.internet at gmail.com Tue Aug 15 15:28:31 2017 From: borik.internet at gmail.com (Dmitriy Borisov) Date: Tue, 15 Aug 2017 15:28:31 +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! You can try to use this patch: https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1362/overview вт, 15 авг. 2017 г., 11:02 Andrew Cassidy : > Hi Brian, > > sip_unhold_nosdp isn't working for me. I will have to do some traces later. > > I agree that people should just abide by standards but as you can imagine > I can't just tell the local police force to change their phone system :) > > Kind regards, > > On Tue, 15 Aug 2017 at 03:16 Brian West wrote: > >> 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* >> >> >> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Tue Aug 15 15:30:53 2017 From: brian at freeswitch.org (Brian West) Date: Tue, 15 Aug 2017 10:30:53 -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: Bahahahha, thats so true! On Tue, Aug 15, 2017 at 3:01 AM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > Hi Brian, > > sip_unhold_nosdp isn't working for me. I will have to do some traces later. > > I agree that people should just abide by standards but as you can imagine > I can't just tell the local police force to change their phone system :) > > Kind regards, > > On Tue, 15 Aug 2017 at 03:16 Brian West wrote: > >> 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* >> >> >> 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 | *F:*+19184209002 | *M:*+1918424WEST (9378) *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Tue Aug 15 07:35:51 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Tue, 15 Aug 2017 09:35:51 +0200 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> Message-ID: <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> Hi! Actually, you can use a ring groups here. Like condition - destination_number - 3005 action - bridge - user/3005_mobile,{leg_delay_start=10}user/3005_desktop More on this - https://freeswitch.org/confluence/display/FREESWITCH/Dialplan+FollowMe Regards, Igor On 14 авг. 2017 г., 4:09 +0200, Michael Avers , wrote: > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 15 19:33:41 2017 From: brian at freeswitch.org (Brian West) Date: Tue, 15 Aug 2017 14:33:41 -0500 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> Message-ID: You're better off making them all register as the same, it makes everything easier. Change the auth-username so you can tell them apart possibly. /b On Tue, Aug 15, 2017 at 2:35 AM, Igor Olhovskiy wrote: > Hi! > > Actually, you can use a ring groups here. > > Like > > condition - destination_number - 3005 > action - bridge - user/3005_mobile,{leg_delay_start=10}user/3005_desktop > > More on this - https://freeswitch.org/confluence/display/FREESWITCH/ > Dialplan+FollowMe > > Regards, Igor > > On 14 авг. 2017 г., 4:09 +0200, Michael Avers , > wrote: > > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 michael at mailworks.org Tue Aug 15 19:48:43 2017 From: michael at mailworks.org (Michael Avers) Date: Tue, 15 Aug 2017 12:48:43 -0700 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> Message-ID: <1502826523.402696.1074459552.52E5F588@webmail.messagingengine.com> Yes I agree it's much simpler, the issue is I need to be able to send calls to specific user devices at times. For example a user may not want mod fifo calls to go to anything but the deskphone, etc. Or users want to ring them sequentially even when dialed internally as an extension. On Tue, Aug 15, 2017, at 12:33 PM, Brian West wrote: > You're better off making them all register as the same, it makes > everything easier. Change the auth-username so you can tell them > apart possibly.> > /b > > > On Tue, Aug 15, 2017 at 2:35 AM, Igor Olhovskiy > wrote:>> Hi! >> >> Actually, you can use a ring groups here. >> >> Like >> >> condition - destination_number - 3005 >> action - bridge - >> user/3005_mobile,{leg_delay_start=10}user/3005_desktop>> >> More on this - >> https://freeswitch.org/confluence/display/FREESWITCH/Dialplan+FollowMe>> >> Regards, Igor >> >> On 14 авг. 2017 г., 4:09 +0200, Michael Avers >> , wrote:>> >>> 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 >>> >>> __________________________________________________________________- >>> _______>>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users>>> http://www.freeswitch.org >> >> __________________________________________________________________- >> _______>> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/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)[1] > > Allison prompts for FreeSWITCH: > *https://www.gofundme.com/allison-prompts-for-freeswitch* > Got Bugs? Report them here[2]! | Reddit: /r/freeswitch[3] > *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 Links: 1. https://freeswitch.com/appointment 2. https://freeswitch.org/jira 3. https://www.reddit.com/r/freeswitch -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Tue Aug 15 19:51:53 2017 From: mike at jerris.com (Michael Jerris) Date: Tue, 15 Aug 2017 15:51:53 -0400 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: <1502826523.402696.1074459552.52E5F588@webmail.messagingengine.com> References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> <1502826523.402696.1074459552.52E5F588@webmail.messagingengine.com> Message-ID: <9790257C-376B-4F6E-85C5-DEDB54B99C91@jerris.com> if you are building dial strings dynamically and dial plan dynamically it is at least possible to still do that, although a bit trickier to do right, if you use the alternate auth-username method Brian refers to. > On Aug 15, 2017, at 3:48 PM, Michael Avers wrote: > > Yes I agree it's much simpler, the issue is I need to be able to send calls to specific user devices at times. For example a user may not want mod fifo calls to go to anything but the deskphone, etc. Or users want to ring them sequentially even when dialed internally as an extension. > > > On Tue, Aug 15, 2017, at 12:33 PM, Brian West wrote: >> You're better off making them all register as the same, it makes everything easier. Change the auth-username so you can tell them apart possibly. >> >> /b >> >> >> On Tue, Aug 15, 2017 at 2:35 AM, Igor Olhovskiy > wrote: >> Hi! >> >> Actually, you can use a ring groups here. >> >> Like >> >> condition - destination_number - 3005 >> action - bridge - user/3005_mobile,{leg_delay_start=10}user/3005_desktop >> >> More on this - https://freeswitch.org/confluence/display/FREESWITCH/Dialplan+FollowMe >> >> Regards, Igor >> >> On 14 авг. 2017 г., 4:09 +0200, Michael Avers >, wrote: >> >>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at mailworks.org Tue Aug 15 20:23:36 2017 From: michael at mailworks.org (Michael Avers) Date: Tue, 15 Aug 2017 13:23:36 -0700 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: <9790257C-376B-4F6E-85C5-DEDB54B99C91@jerris.com> References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> <1502826523.402696.1074459552.52E5F588@webmail.messagingengine.com> <9790257C-376B-4F6E-85C5-DEDB54B99C91@jerris.com> Message-ID: <1502828616.1202497.1074495240.7DF67367@webmail.messagingengine.com> So for that purpose I would need sort of a "dummy" extension 3005 that serves as placeholder for the dynamic dial string and probably the voicemail box and presence, right? Then when calls go out to 3005_mobile, etc. I'd set presence_id=3005 or is that not the intended purpose of presence_id? If I don't use 3005 as a non-registered extension, how else would I let other extensions monitor presence for the user they only know as "3005" and which is also what they expect to dial to reach that user? Thanks Mike On Tue, Aug 15, 2017, at 12:51 PM, Michael Jerris wrote: > if you are building dial strings dynamically and dial plan > dynamically it is at least possible to still do that, although a bit > trickier to do right, if you use the alternate auth-username method > Brian refers to.> >> On Aug 15, 2017, at 3:48 PM, Michael Avers >> wrote:>> >> Yes I agree it's much simpler, the issue is I need to be able to send >> calls to specific user devices at times. For example a user may not >> want mod fifo calls to go to anything but the deskphone, etc. Or >> users want to ring them sequentially even when dialed internally as >> an extension.>> >> >> On Tue, Aug 15, 2017, at 12:33 PM, Brian West wrote: >>> You're better off making them all register as the same, it makes >>> everything easier. Change the auth-username so you can tell them >>> apart possibly.>>> >>> /b >>> >>> >>> On Tue, Aug 15, 2017 at 2:35 AM, Igor Olhovskiy >>> wrote:>>>> Hi! >>>> >>>> Actually, you can use a ring groups here. >>>> >>>> Like >>>> >>>> condition - destination_number - 3005 >>>> action - bridge - >>>> user/3005_mobile,{leg_delay_start=10}user/3005_desktop>>>> >>>> More on this - >>>> https://freeswitch.org/confluence/display/FREESWITCH/Dialplan+FollowMe>>>> >>>> Regards, Igor >>>> >>>> On 14 авг. 2017 г., 4:09 +0200, Michael Avers >>>> , wrote:>>>> >>>>> 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 > ___________________________________________________________________- > ________> Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 gavin.henry at gmail.com Tue Aug 15 22:50:17 2017 From: gavin.henry at gmail.com (Gavin Henry) Date: Tue, 15 Aug 2017 22:50:17 +0000 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Excellent work! On Mon, 6 Mar 2017 at 18:54, Brian West wrote: > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker > > If anyone wishes to submit pull requests to improve these please do so at > freeswitch.org/jira > > I would like to work with the community to improve and document the use > cases correct. > > Thanks, > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Wish to schedule a meeting? > > http://app.timebridge.com/#/meet/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 -- http://www.suretecsystems.com/services/openldap/ http://www.surevoip.co.uk -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Tue Aug 15 23:17:58 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Tue, 15 Aug 2017 16:17:58 -0700 Subject: [Freeswitch-users] Does this configuration make sense? In-Reply-To: References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> Message-ID: Hi Brian, On 15 August 2017 at 12:33, Brian West wrote: > > You're better off making them all register as the same, it makes everything easier. Change the auth-username so you can tell them apart possibly. Where's auth-username go? Is this it? > > /b sean From michael at mailworks.org Wed Aug 16 06:36:53 2017 From: michael at mailworks.org (Michael Avers) Date: Tue, 15 Aug 2017 23:36:53 -0700 Subject: [Freeswitch-users] Looking for some stats: Business users average monthly minute usage In-Reply-To: References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> Message-ID: <1502865413.1341858.1074915824.72C7EDE1@webmail.messagingengine.com> Hello, If anyone running a hosted PBX / trunking service is willing to share, I would love to hear some stats as far as outbound/inbound minute usage of business extension customers. We are looking at several whitelabel solutions and they all claim that across their network they see average blended in/out usage of 500 minutes per month per business extension... Trying to validate this claim. Thanks Mike From andrew at cassidywebservices.co.uk Wed Aug 16 08:30:04 2017 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Wed, 16 Aug 2017 09:30:04 +0100 Subject: [Freeswitch-users] Looking for some stats: Business users average monthly minute usage In-Reply-To: <1502865413.1341858.1074915824.72C7EDE1@webmail.messagingengine.com> References: <1502676585.4088891.1072326456.29BF9643@webmail.messagingengine.com> <65711bb9-5ef6-451f-8a1a-41c3d85f2a5f@Spark> <1502865413.1341858.1074915824.72C7EDE1@webmail.messagingengine.com> Message-ID: 500 minutes is a little over 8 hours per month. In a callcentre environment that'd be considered low. While we have many extensions doing an hour or less, we have customers doing 20-40 hours per month per agent. Our newest customer has agents taking 3-4 hours a day. Everything is relative and depends on the needs of the individual customers, and 500 minutes per month is realistic. Kind regards, On 16 August 2017 at 07:36, Michael Avers wrote: > Hello, > > If anyone running a hosted PBX / trunking service is willing to share, I > would love to hear some stats as far as outbound/inbound minute usage of > business extension customers. We are looking at several whitelabel > solutions and they all claim that across their network they see average > blended in/out usage of 500 minutes per month per business extension... > Trying to validate this claim. > > 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 -- *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 Paul.Mateer at outlook.com Tue Aug 15 08:44:22 2017 From: Paul.Mateer at outlook.com (Paul Mateer) Date: Tue, 15 Aug 2017 08:44:22 +0000 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: <19DE2E30-D7EC-4F93-B8A6-72C65C113521@jerris.com> References: , <19DE2E30-D7EC-4F93-B8A6-72C65C113521@jerris.com> Message-ID: I don't really mind what uuid is used. What I'm really interested in is for the client to be able to identify the file which the server has generated in it's recording folder so that it (the client) can make a call to a different service running on the same server to process the file. The channel or call uuid seemed like a good way to uniquely identity the file but the guid which is returned as the response to a “pa call” command (and which I had assumed was one of these two) doesn't appear to match the uuid used by the server. It’s being generated by the FreeSWITCH libraries on the client rather than being returned from the server as far as I can tell. ________________________________ From: FreeSWITCH-users on behalf of Michael Jerris Sent: 14 August 2017 22:27:11 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Channel variables on a-leg and b-leg 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 paul.mateer at gmail.com Tue Aug 15 14:35:06 2017 From: paul.mateer at gmail.com (Paul Mateer) Date: Tue, 15 Aug 2017 15:35:06 +0100 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg Message-ID: Sorry. I've had to switch to a different mail account because each time I try to reply I get a "you must be a member to post to this list" message, even though I'm already subscribed. Anyway, I don't have an issue with the use of the a-leg uuid. I think my problem stems from an assumption that the ids would be the same on the client and the server. I have a client UA which is placing a call through the server, which in turn is recording the conversation. The client needs a unique way of identifying the filename used in the recording and the use of the uuid seemed like a suitable way of identifying the file. However I've realised that the call Id returned as a response to the pa call issued is a client-side id and doesn't correlate with the call id used at the server end of things. Is there any way for the client to know the call used by the server, or is there a way for the client to provide a custom id that will be accessible to the server when processing the dialplan? > 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: -------------- next part -------------- An HTML attachment was scrubbed... URL: From 3la9l at mail.ru Wed Aug 16 05:57:09 2017 From: 3la9l at mail.ru (animal_alpha) Date: Tue, 15 Aug 2017 22:57:09 -0700 (MST) Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error Message-ID: <1502863029696-7596350.post@n2.nabble.com> Hello everybody. Have some problem with fs. I've got codec negotiation error when i try use early_media and sdp has T38 pre_answer() 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [G729:18:8000:20:8000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4365 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:3061 Set Codec sofia/external/4995196123 at 10.34.111.140:5061 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 2017-08-16 08:25:36.105410 [DEBUG] switch_core_codec.c:111 sofia/external/4995196123 at 10.34.111.140:5061 Original read codec set to PCMA:8 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4708 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4767 sofia/external/123 at 10.34.111.140:5061 Set 2833 dtmf send payload to 96 recv payload to 96 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4028 sofia/external/123 at 10.34.111.140:5061 T38 REFUSE on request 2017-08-16 08:25:36.105410 [ERR] mod_sofia.c:2343 CODEC NEGOTIATION ERROR. SDP: v=0 o=- 1502861170 1502861170 IN IP4 10.34.111.143 s=- c=IN IP4 10.34.84.100 t=0 0 m=audio 53628 RTP/AVP 8 0 101 97 98 3 99 18 100 96 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:101 G729/8000 a=fmtp:101 annexb=yes a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=20 a=rtpmap:98 iLBC/8000 a=fmtp:98 mode=30 a=rtpmap:3 gsm/8000 a=rtpmap:99 speex/8000 a=fmtp:99 mode=3;vbr=off a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:100 G729/8000 a=fmtp:100 annexb=no a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-15 m=image 41690 udptl t38 a=T38FaxRateManagement:transferredTCF a=T38FaxUdpEC:t38UDPRedundancy my codecs: Solution: dont use early media (use execute_on_answer=record_session instead of application=record_session in my case) Does not help: t38 ignore, late negotiation=false, -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Early-media-T38-in-SDP-Codec-negotiation-error-tp7596350.html Sent from the freeswitch-users mailing list archive at Nabble.com. From david.villasmil.work at gmail.com Wed Aug 16 15:32:18 2017 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 16 Aug 2017 17:32:18 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Https://Github.com/davidcsi/docker-freeswitch from 2016 :) On Aug 16, 2017 00:51, "Gavin Henry" wrote: > Excellent work! > > On Mon, 6 Mar 2017 at 18:54, Brian West wrote: > >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >> >> If anyone wishes to submit pull requests to improve these please do so at >> freeswitch.org/jira >> >> I would like to work with the community to improve and document the use >> cases correct. >> >> Thanks, >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> *Twitter: @FreeSWITCH , @briankwest* >> >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Allison prompts for FreeSWITCH: >> >> *https://www.gofundme.com/allison-prompts-for-freeswitch* >> >> >> Wish to schedule a meeting? >> >> http://app.timebridge.com/#/meet/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 > > -- > http://www.suretecsystems.com/services/openldap/ > http://www.surevoip.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 rfmundkowsky at yahoo.com Wed Aug 16 16:03:44 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Wed, 16 Aug 2017 12:03:44 -0400 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH Message-ID: Are there any performance issues with using Freeswitch on Docker? Thought there were issues with the Docker network stack or setup? Or is this meant to be used for small use cases? -------- Original message -------- From: David Villasmil Date: 8/16/17 11:32 AM (GMT-05:00) To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Dockerfile for FreeSWITCH Https://Github.com/davidcsi/docker-freeswitch from 2016:) On Aug 16, 2017 00:51, "Gavin Henry" wrote: Excellent work! On Mon, 6 Mar 2017 at 18:54, Brian West wrote: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker If anyone wishes to submit pull requests to improve these please do so at freeswitch.org/jira I would like to work with the community to improve and document the use cases correct. Thanks, -- Brian West brian at freeswitch.orgTwitter: @FreeSWITCH , @briankwesthttp://www.freeswitchbook.com  http://www.freeswitchcookbook.com Allison prompts for FreeSWITCH:https://www.gofundme.com/allison-prompts-for-freeswitch Wish to schedule a meeting?http://app.timebridge.com/#/meet/freeswitchGot 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-- http://www.suretecsystems.com/services/openldap/ http://www.surevoip.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 brian at freeswitch.org Wed Aug 16 16:59:48 2017 From: brian at freeswitch.org (Brian West) Date: Wed, 16 Aug 2017 11:59:48 -0500 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Ours is a bit more recent. On Wed, Aug 16, 2017 at 10:32 AM, David Villasmil < david.villasmil.work at gmail.com> wrote: > Https://Github.com/davidcsi/docker-freeswitch from 2016 > :) > > On Aug 16, 2017 00:51, "Gavin Henry" wrote: > >> Excellent work! >> >> On Mon, 6 Mar 2017 at 18:54, Brian West wrote: >> >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>> >>> If anyone wishes to submit pull requests to improve these please do so >>> at freeswitch.org/jira >>> >>> I would like to work with the community to improve and document the use >>> cases correct. >>> >>> Thanks, >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Allison prompts for FreeSWITCH: >>> >>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>> >>> >>> Wish to schedule a meeting? >>> >>> http://app.timebridge.com/#/meet/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 >> >> -- >> http://www.suretecsystems.com/services/openldap/ >> http://www.surevoip.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 rmundkowsky at ets.org Wed Aug 16 14:48:51 2017 From: rmundkowsky at ets.org (Mundkowsky, Robert) Date: Wed, 16 Aug 2017 14:48:51 +0000 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Are there any performance issues with running FreeSWITCH on Docker? I remember a few people from last ClueCon complaining about the Docker network stack or setup. Robert From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Gavin Henry Sent: Tuesday, August 15, 2017 6:50 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Dockerfile for FreeSWITCH Excellent work! On Mon, 6 Mar 2017 at 18:54, Brian West > wrote: https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker If anyone wishes to submit pull requests to improve these please do so at freeswitch.org/jira I would like to work with the community to improve and document the use cases correct. Thanks, -- Brian West brian at freeswitch.org Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com Allison prompts for FreeSWITCH: https://www.gofundme.com/allison-prompts-for-freeswitch Wish to schedule a meeting? http://app.timebridge.com/#/meet/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 -- http://www.suretecsystems.com/services/openldap/ http://www.surevoip.co.uk ________________________________ This e-mail and any files transmitted with it may contain privileged or confidential information. It is solely for use by the individual for whom it is intended, even if addressed incorrectly. If you received this e-mail in error, please notify the sender; do not disclose, copy, distribute, or take any action in reliance on the contents of this information; and delete it from your system. Any other use of this e-mail is prohibited. Thank you for your compliance. ________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From voransoy at gmail.com Wed Aug 16 18:46:54 2017 From: voransoy at gmail.com (Volkan Oransoy) Date: Wed, 16 Aug 2017 21:46:54 +0300 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: <832F0C90-9CE5-407A-A064-CFEE9BB35A35@gmail.com> Hi Brian, What can you suggest to add mod_g729 support to Docker images for FreeSwitch. /Volkan > On 6 Mar 2017, at 21:52, Brian West wrote: > > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker > > If anyone wishes to submit pull requests to improve these please do so at freeswitch.org/jira > > I would like to work with the community to improve and document the use cases correct. > > Thanks, > > -- > Brian West > brian at freeswitch.org > Twitter: @FreeSWITCH , @briankwest > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Allison prompts for FreeSWITCH: > > https://www.gofundme.com/allison-prompts-for-freeswitch > Wish to schedule a meeting? > > http://app.timebridge.com/#/meet/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 brian at freeswitch.org Wed Aug 16 23:02:52 2017 From: brian at freeswitch.org (Brian West) Date: Wed, 16 Aug 2017 18:02:52 -0500 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: <832F0C90-9CE5-407A-A064-CFEE9BB35A35@gmail.com> References: <832F0C90-9CE5-407A-A064-CFEE9BB35A35@gmail.com> Message-ID: email consulting at freeswitch.org about that. /b On Wed, Aug 16, 2017 at 1:46 PM, Volkan Oransoy wrote: > Hi Brian, > > What can you suggest to add mod_g729 support to Docker images for > FreeSwitch. > > /Volkan > > > > On 6 Mar 2017, at 21:52, Brian West wrote: > > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker > > If anyone wishes to submit pull requests to improve these please do so at > freeswitch.org/jira > > I would like to work with the community to improve and document the use > cases correct. > > Thanks, > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Wish to schedule a meeting? > > http://app.timebridge.com/#/meet/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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 steveayre at gmail.com Thu Aug 17 01:54:52 2017 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 17 Aug 2017 02:54:52 +0100 Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg In-Reply-To: References: Message-ID: mod_amr doesn't allow transcoding for licensing reasons. It only supports passthrough mode where both sides support it so that the raw data can be passed between them and the clients use their own licensed AMR codec. It also means anything that uses media can't be used on those calls (eg playback, eavesdrop). On 15 August 2017 at 07:58, Ron wrote: > Hi All, > > Is it possible to use AMR Codec to A-leg and GSM Codec for B-leg or vice > versa? > > Tried the following configuration in sip profiles: > > > > > > The error we received on this is: > > 2017-08-15 06:17:29.755700 [ERR] mod_amr.c:338 This codec is only usable > in passthrough mode! > 2017-08-15 06:17:29.755700 [ERR] switch_core_io.c:1434 Codec AMR encoder > error! > > > For your kind advice please. > > TIA. > > Best Regard, > > Ron Menez > ron.menez at entropysolution.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 gmaruzz at gmail.com Thu Aug 17 05:37:28 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 17 Aug 2017 07:37:28 +0200 Subject: [Freeswitch-users] [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> References: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> Message-ID: On 17 August 2017 at 02:32, Adrian Georgescu wrote: > Giovanni, > > The creature on page 55 and 56 is a dude, man! > I was more focused on the other one, but yes, he's a dude. An happy dude :) -giovanni -------------- next part -------------- An HTML attachment was scrubbed... URL: From tristan at mocha.net.nz Thu Aug 17 08:17:14 2017 From: tristan at mocha.net.nz (Tristan Dean) Date: Thu, 17 Aug 2017 20:17:14 +1200 Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error In-Reply-To: <1502863029696-7596350.post@n2.nabble.com> References: <1502863029696-7596350.post@n2.nabble.com> Message-ID: <000001d31731$3becfe20$b3c6fa60$@mocha.net.nz> Hi animal_alpha This sounds very much like a problem I had when we upgraded from 1.4 to 1.6. In our case, the carrier was sending the initial INVITE messages with 2 m-lines. One with audio, one with image. Both had non-zero port numbers. In my testing, it seemed to be that having 2 m-lines with different port numbers upset FreeSWITCH's SDP parsing. If I set bypass_media=true and FreeSWITCH could step out of media path, the call could connect normally, but this wasn't an option for us as we needed to transcode. I can't recall if proxy_media=true worked (I.E. FreeSWITCH just proxies RTP and doesn't transcode). Our application required transcoding anyway. In the end I made a rather ugly work-around, but I'm sure there are nicer ways to manage this. I found that FreeSWITCH 1.6 could parse the SDP correctly if I rewrote the port for the m-line containing image. Since we were using mod_xml_curl for the dialplan, this was quite easy. Effectively I have a bit of perl script parsing the SDP lines from 'variable_switch_r_sdp'. if ($line =~ /^m\=image\s+(\d+)\s+udptl\s+(.*)$/) { $line = "m=image 0 udptl $2"; $rewrite_reqd = 1; } $line = "$line\r\n"; You can insert the rewritten SDP with This worked around the problem and didn't interfere with T.38 revinites from fax machines. All this being said, I am not certain that my approach would work as if I understand you correctly, your problem is with the SDP attached to the 18X message. Hopefully this might inspire some other ideas if nothing else. I am very interested to hear other's thoughts on this. I feel I'm probably missing something and there is a cleaner way of managing these SDPs. Many thanks, Tristan -----Original Message----- From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of animal_alpha Sent: Wednesday, 16 August 2017 5:57 PM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error Hello everybody. Have some problem with fs. I've got codec negotiation error when i try use early_media and sdp has T38 pre_answer() 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [G729:18:8000:20:8000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4365 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:3061 Set Codec sofia/external/4995196123 at 10.34.111.140:5061 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 2017-08-16 08:25:36.105410 [DEBUG] switch_core_codec.c:111 sofia/external/4995196123 at 10.34.111.140:5061 Original read codec set to PCMA:8 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4708 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4767 sofia/external/123 at 10.34.111.140:5061 Set 2833 dtmf send payload to 96 recv payload to 96 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4028 sofia/external/123 at 10.34.111.140:5061 T38 REFUSE on request 2017-08-16 08:25:36.105410 [ERR] mod_sofia.c:2343 CODEC NEGOTIATION ERROR. SDP: v=0 o=- 1502861170 1502861170 IN IP4 10.34.111.143 s=- c=IN IP4 10.34.84.100 t=0 0 m=audio 53628 RTP/AVP 8 0 101 97 98 3 99 18 100 96 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:101 G729/8000 a=fmtp:101 annexb=yes a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=20 a=rtpmap:98 iLBC/8000 a=fmtp:98 mode=30 a=rtpmap:3 gsm/8000 a=rtpmap:99 speex/8000 a=fmtp:99 mode=3;vbr=off a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:100 G729/8000 a=fmtp:100 annexb=no a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-15 m=image 41690 udptl t38 a=T38FaxRateManagement:transferredTCF a=T38FaxUdpEC:t38UDPRedundancy my codecs: Solution: dont use early media (use execute_on_answer=record_session instead of application=record_session in my case) Does not help: t38 ignore, late negotiation=false, -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Early-media-T38-in-SDP-Codec-negotiation-error-tp7596350.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 --- This email has been checked for viruses by AVG. http://www.avg.com From menezer at gmail.com Thu Aug 17 06:26:26 2017 From: menezer at gmail.com (Ron Menez) Date: Thu, 17 Aug 2017 14:26:26 +0800 Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg In-Reply-To: References: Message-ID: <72419F77-6006-445F-A78D-6CB0370E150D@gmail.com> Hi, We also have same issue with AMR codec. Does anyone knows how to do this? There is no documents available regarding the AMR codec as passthrough mode. BR, Bob > On Aug 15, 2017, at 6:30 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. AMR Codec for A-leg and GSM Codec for B-leg (Ron) > 2. Re: Answer a phone remotely via API (Peter Steinbach) > > From: Ron > Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg > Date: August 15, 2017 at 2:58:08 PM GMT+8 > To: "freeswitch-users at lists.freeswitch.org" > > > Hi All, > > Is it possible to use AMR Codec to A-leg and GSM Codec for B-leg or vice versa? > > Tried the following configuration in sip profiles: > > > > > The error we received on this is: > > 2017-08-15 06:17:29.755700 [ERR] mod_amr.c:338 This codec is only usable in passthrough mode! > 2017-08-15 06:17:29.755700 [ERR] switch_core_io.c:1434 Codec AMR encoder error! > > For your kind advice please. > > TIA. > > Best Regard, > > Ron Menez > ron.menez at entropysolution.com > > > > > > > > From: Peter Steinbach > Subject: Re: [Freeswitch-users] Answer a phone remotely via API > Date: August 15, 2017 at 6:30:19 PM GMT+8 > To: FreeSWITCH Users Help > > > Thanks Brian, > > that worked for me. > > uuid_phone_event talk > > on the Freeswitch CLI answered the tested phones (Yealink, Sangoma and Grandstream). > > Best regards > Peter > > On 08/14/17 22:02, Brian West wrote: >> 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 >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 17 09:20:14 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 11:20:14 +0200 Subject: [Freeswitch-users] [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> Message-ID: hi Giovanni, nice presentation! i got few questions tho :=) 1. you mentioned you use FusionPBX to provision. So, can it provision a FS farm without switching from one FS to another ? I mean, can Fusion provision a farm of FS as is not a single node per node ? 2. what do you use to "distribuite" VERTO calls from kamailio to FS(x). 3. how do you configure "static" SIP trunks between FS(x) to allow VERTO to VERTO calls across entire FS farm ? 4. ...and many more but i will stop now :=) Regards, Tihomir On 17 August 2017 at 07:37, Giovanni Maruzzelli wrote: > > > On 17 August 2017 at 02:32, Adrian Georgescu wrote: > >> Giovanni, >> >> The creature on page 55 and 56 is a dude, man! >> > > > I was more focused on the other one, but yes, he's a dude. An happy dude :) > > -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 tculjaga at gmail.com Thu Aug 17 09:27:33 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 11:27:33 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: i suppose you meant 1. clone freeswitch repo git clone https://freeswitch.org/stash/scm/fs/freeswitch.git On 6 March 2017 at 19:52, Brian West wrote: > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker > > If anyone wishes to submit pull requests to improve these please do so at > freeswitch.org/jira > > I would like to work with the community to improve and document the use > cases correct. > > Thanks, > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Allison prompts for FreeSWITCH: > > *https://www.gofundme.com/allison-prompts-for-freeswitch* > > > Wish to schedule a meeting? > > http://app.timebridge.com/#/meet/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 david.villasmil.work at gmail.com Thu Aug 17 10:12:39 2017 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 17 Aug 2017 12:12:39 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Docket should never ever ever used for prod, in my opinion. For dev purposes it's fantastic On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: > i suppose you meant > > > 1. clone freeswitch repo > > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > > > > On 6 March 2017 at 19:52, Brian West wrote: > >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >> >> If anyone wishes to submit pull requests to improve these please do so at >> freeswitch.org/jira >> >> I would like to work with the community to improve and document the use >> cases correct. >> >> Thanks, >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> *Twitter: @FreeSWITCH , @briankwest* >> >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Allison prompts for FreeSWITCH: >> >> *https://www.gofundme.com/allison-prompts-for-freeswitch* >> >> >> Wish to schedule a meeting? >> >> http://app.timebridge.com/#/meet/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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Thu Aug 17 10:41:41 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 12:41:41 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: I have seen people using it in production with quite a nice call volume. I think there is a good nishe for deploying fs in docker. Sent from my iPhone > On 17 Aug 2017, at 12:12, David Villasmil wrote: > > Docket should never ever ever used for prod, in my opinion. For dev purposes it's fantastic > >> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: >> i suppose you meant >> >> clone freeswitch repo >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> >> >> >>> On 6 March 2017 at 19:52, Brian West wrote: >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>> >>> If anyone wishes to submit pull requests to improve these please do so at freeswitch.org/jira >>> >>> I would like to work with the community to improve and document the use cases correct. >>> >>> Thanks, >>> >>> -- >>> Brian West >>> brian at freeswitch.org >>> >>> Twitter: @FreeSWITCH , @briankwest >>> >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Allison prompts for FreeSWITCH: >>> >>> https://www.gofundme.com/allison-prompts-for-freeswitch >>> >>> Wish to schedule a meeting? >>> >>> http://app.timebridge.com/#/meet/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 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 17 10:51:13 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 17 Aug 2017 10:51:13 +0000 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Many guys use FS in virtual machines for production (case 1). When docker installed bare metal (case 2) with "-net=host" option, then such installation have more fine jitter then on case 1. If docker daemon installed inside virtual machine (case 3) then jitter will be same as case 1. One disadvantage of docker - is not possible to set scheduler priority for container. But work on progress. I use docker in production Sergey. чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : > I have seen people using it in production with quite a nice call volume. > > I think there is a good nishe for deploying fs in docker. > > Sent from my iPhone > > On 17 Aug 2017, at 12:12, David Villasmil > wrote: > > Docket should never ever ever used for prod, in my opinion. For dev > purposes it's fantastic > > On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: > >> i suppose you meant >> >> >> 1. clone freeswitch repo >> >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> >> >> >> On 6 March 2017 at 19:52, Brian West wrote: >> >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>> >>> If anyone wishes to submit pull requests to improve these please do so >>> at freeswitch.org/jira >>> >>> I would like to work with the community to improve and document the use >>> cases correct. >>> >>> Thanks, >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Allison prompts for FreeSWITCH: >>> >>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>> >>> >>> Wish to schedule a meeting? >>> >>> http://app.timebridge.com/#/meet/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 >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 17 12:56:33 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 14:56:33 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: i use FS under centos KVM in production and it works perfectly. now is time to see what can be done with docker :=) since im on centos7 ... is it possible to run a FS docker image with latest libssl built in ? On 17 August 2017 at 12:51, Sergey Safarov wrote: > Many guys use FS in virtual machines for production (case 1). > When docker installed bare metal (case 2) with "-net=host" option, then > such installation have more fine jitter then on case 1. > If docker daemon installed inside virtual machine (case 3) then jitter > will be same as case 1. > > One disadvantage of docker - is not possible to set scheduler priority for > container. But work on progress. > > I use docker in production > > Sergey. > > чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : > >> I have seen people using it in production with quite a nice call volume. >> >> I think there is a good nishe for deploying fs in docker. >> >> Sent from my iPhone >> >> On 17 Aug 2017, at 12:12, David Villasmil >> wrote: >> >> Docket should never ever ever used for prod, in my opinion. For dev >> purposes it's fantastic >> >> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: >> >>> i suppose you meant >>> >>> >>> 1. clone freeswitch repo >>> >>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>> >>> >>> >>> On 6 March 2017 at 19:52, Brian West wrote: >>> >>>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>>> >>>> If anyone wishes to submit pull requests to improve these please do so >>>> at freeswitch.org/jira >>>> >>>> I would like to work with the community to improve and document the use >>>> cases correct. >>>> >>>> Thanks, >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Allison prompts for FreeSWITCH: >>>> >>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>> >>>> >>>> Wish to schedule a meeting? >>>> >>>> http://app.timebridge.com/#/meet/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 >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 17 13:41:40 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 17 Aug 2017 13:41:40 +0000 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Look this https://freeswitch.org/jira/browse/FS-10584 https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1363 чт, 17 авг. 2017 г. в 15:57, Tihomir Culjaga : > i use FS under centos KVM in production and it works perfectly. > > now is time to see what can be done with docker :=) > since im on centos7 ... is it possible to run a FS docker image with > latest libssl built in ? > > On 17 August 2017 at 12:51, Sergey Safarov wrote: > >> Many guys use FS in virtual machines for production (case 1). >> When docker installed bare metal (case 2) with "-net=host" option, then >> such installation have more fine jitter then on case 1. >> If docker daemon installed inside virtual machine (case 3) then jitter >> will be same as case 1. >> >> One disadvantage of docker - is not possible to set scheduler priority >> for container. But work on progress. >> >> I use docker in production >> >> Sergey. >> >> чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : >> >>> I have seen people using it in production with quite a nice call volume. >>> >>> I think there is a good nishe for deploying fs in docker. >>> >>> Sent from my iPhone >>> >>> On 17 Aug 2017, at 12:12, David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>> Docket should never ever ever used for prod, in my opinion. For dev >>> purposes it's fantastic >>> >>> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: >>> >>>> i suppose you meant >>>> >>>> >>>> 1. clone freeswitch repo >>>> >>>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>>> >>>> >>>> >>>> On 6 March 2017 at 19:52, Brian West wrote: >>>> >>>>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>>>> >>>>> If anyone wishes to submit pull requests to improve these please do so >>>>> at freeswitch.org/jira >>>>> >>>>> I would like to work with the community to improve and document the >>>>> use cases correct. >>>>> >>>>> Thanks, >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Allison prompts for FreeSWITCH: >>>>> >>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>> >>>>> >>>>> Wish to schedule a meeting? >>>>> >>>>> http://app.timebridge.com/#/meet/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 >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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.L.Miller at level3.com Thu Aug 17 14:08:05 2017 From: Michael.L.Miller at level3.com (Miller, Michael) Date: Thu, 17 Aug 2017 14:08:05 +0000 Subject: [Freeswitch-users] SRTP switch_core_media.c:4522 Crypto not negotiated but required. Message-ID: I'm new to Freeswitch and have udp, tcp and tls only calls working. However; I am having problems with tls and srtp. Call flow is bria client -- (udp+rdp) --> freeswitch -- (tls+srtp) --> sbc In my invite, I send the following SDP from Freeswitcch: m=audio 20606 RTP/SAVP 9 8 0 a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:6dYwo00ZMUlaJXkdnTWAVsaqBsxXvVnPBO14sbO7 a=ptime:20 In the 180 and 200 response, I get: m=audio 6206 RTP/SAVP 8 a=crypto:5 AES_CM_128_HMAC_SHA1_80 inline:MrKNE3L5SSc9yb1o7G5BWJkcpLFvprrctnH/c6go a=rtpmap:8 PCMA/8000 a=sendrecv a=maxptime:20 Everything looks good. After the 200 ok, I see the following in the freeswitch log: 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:1395 looking for crypto suite [AES_CM_128_HMAC_SHA1_80] in [5 AES_CM_128_HMAC_SHA1_80 inline:MrKNE3L5SSc9yb1o7G5BWJkcpLFvprrctnH/c6go] 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:1400 Found suite AES_CM_128_HMAC_SHA1_80 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:1466 Set Remote Key [5 AES_CM_128_HMAC_SHA1_80 inline:MrKNE3L5SSc9yb1o7G5BWJkcpLFvprrctnH/c6go] 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 2017-08-17 08:48:34.801061 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] After receiving the ACK, I see the following in the fs log: 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G722:9:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [G722:9:8000:20:64000:1] ++++ is saved as a match 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G722:9:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G722:9:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [opus:120:48000:20:0:2]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [opus:120:48000:20:0:2]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [opus:120:48000:20:0:2]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [SILK:122:16000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [SILK:122:16000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [SILK:122:16000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4365 Set telephone-event payload to 101 at 8000 2017-08-17 08:48:34.821064 [WARNING] switch_core_media.c:4522 Crypto not negotiated but required. 2017-08-17 08:48:34.821064 [DEBUG] switch_core_media.c:4767 sofia/internal/7202007917 at 10.251.145.154 Set 2833 dtmf send payload to 101 recv payload to 101 2017-08-17 08:48:34.821064 [NOTICE] switch_channel.c:3812 Hangup sofia/internal/7202007917 at 10.251.145.154 [CS_EXECUTE] [INCOMPATIBLE_DESTINATION] 2017-08-17 08:48:34.821064 [DEBUG] switch_ivr_originate.c:3661 sofia/internal/7202007917 at 10.251.145.154 Media Establishment Failed. My dial-plan looks like: Any help would be appreciated. From brian at freeswitch.org Thu Aug 17 14:38:34 2017 From: brian at freeswitch.org (Brian West) Date: Thu, 17 Aug 2017 09:38:34 -0500 Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg In-Reply-To: References: Message-ID: Did you bother to read the README in the mod_amr folders? On Wed, Aug 16, 2017 at 8:54 PM, Steven Ayre wrote: > mod_amr doesn't allow transcoding for licensing reasons. It only supports > passthrough mode where both sides support it so that the raw data can be > passed between them and the clients use their own licensed AMR codec. It > also means anything that uses media can't be used on those calls (eg > playback, eavesdrop). > > On 15 August 2017 at 07:58, Ron wrote: > >> Hi All, >> >> Is it possible to use AMR Codec to A-leg and GSM Codec for B-leg or vice >> versa? >> >> Tried the following configuration in sip profiles: >> >> >> >> >> >> The error we received on this is: >> >> 2017-08-15 06:17:29.755700 [ERR] mod_amr.c:338 This codec is only usable >> in passthrough mode! >> 2017-08-15 06:17:29.755700 [ERR] switch_core_io.c:1434 Codec AMR encoder >> error! >> >> >> For your kind advice please. >> >> TIA. >> >> Best Regard, >> >> Ron Menez >> ron.menez at entropysolution.com >> >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *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 mbgatherer at gmail.com Thu Aug 17 15:37:06 2017 From: mbgatherer at gmail.com (Maciej Bylica) Date: Thu, 17 Aug 2017 17:37:06 +0200 Subject: [Freeswitch-users] Separate CA authorities for SIP TLS Message-ID: Hello, I am about to setup TLS SIP interconnect between Cisco servers (C3945) and Freeswitch. CA server for Cisco devices is already in place (located on different cisco server). I want to proceed with CA Root certificate generation on Freeswitch server as well. My question is if i could use different CA authorities (separate for Cisco devices and the one for FS) for SIP TLS calls coming back and forth between Cisco and FS? Thanks Maciej. -------------- next part -------------- An HTML attachment was scrubbed... URL: From v.zakhozhai at gmail.com Thu Aug 17 16:24:29 2017 From: v.zakhozhai at gmail.com (Vladyslav Zakhozhai) Date: Thu, 17 Aug 2017 19:24:29 +0300 Subject: [Freeswitch-users] Channel variables on a-leg and b-leg In-Reply-To: References: <19DE2E30-D7EC-4F93-B8A6-72C65C113521@jerris.com> Message-ID: Paul, what do you mean about "pa call"? I did not understand you completely. Use case is the following: 1. record session to file ${uuid} (this is uuid of a-leg) 2. watch event CHANNEL_HANGUP_COMPLETE and get all you need Or even better 1. set record_name=${uuid} 2. record session ${record_name} 3. watch event CHANNEL_HANGUP_COMPLETE and get all you need (e.g. variable_record_name) Be aware of.... you'll get 2 CHANNEL_HANGUP_COMPLETE events in case of successful call. One event for a-leg, other one for b-leg. Possibly you will not find variable_record_name on b-leg but you can just ignore it if you do not need b-leg's event. On Tue, Aug 15, 2017 at 11:44 AM, Paul Mateer wrote: > I don't really mind what uuid is used. > > What I'm really interested in is for the client to be able to identify the > file which the server has generated in it's recording folder so that it > (the client) can make a call to a different service running on the same > server to process the file. > > The channel or call uuid seemed like a good way to uniquely identity the > file but the guid which is returned as the response to a “pa call” command > (and which I had assumed was one of these two) doesn't appear to match the > uuid used by the server. It’s being generated by the FreeSWITCH libraries > on the client rather than being returned from the server as far as I can > tell. > > > ------------------------------ > *From:* FreeSWITCH-users > on behalf of Michael Jerris > *Sent:* 14 August 2017 22:27:11 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Channel variables on a-leg and b-leg > > 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 17 16:25:13 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 18:25:13 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: hmmm, so what should be the procedure on centos7 ? On 17 August 2017 at 15:41, Sergey Safarov wrote: > Look this > https://freeswitch.org/jira/browse/FS-10584 > https://freeswitch.org/stash/projects/FS/repos/freeswitch/ > pull-requests/1363 > > > чт, 17 авг. 2017 г. в 15:57, Tihomir Culjaga : > >> i use FS under centos KVM in production and it works perfectly. >> >> now is time to see what can be done with docker :=) >> since im on centos7 ... is it possible to run a FS docker image with >> latest libssl built in ? >> >> On 17 August 2017 at 12:51, Sergey Safarov wrote: >> >>> Many guys use FS in virtual machines for production (case 1). >>> When docker installed bare metal (case 2) with "-net=host" option, then >>> such installation have more fine jitter then on case 1. >>> If docker daemon installed inside virtual machine (case 3) then jitter >>> will be same as case 1. >>> >>> One disadvantage of docker - is not possible to set scheduler priority >>> for container. But work on progress. >>> >>> I use docker in production >>> >>> Sergey. >>> >>> чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : >>> >>>> I have seen people using it in production with quite a nice call volume. >>>> >>>> I think there is a good nishe for deploying fs in docker. >>>> >>>> Sent from my iPhone >>>> >>>> On 17 Aug 2017, at 12:12, David Villasmil >>> com> wrote: >>>> >>>> Docket should never ever ever used for prod, in my opinion. For dev >>>> purposes it's fantastic >>>> >>>> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" wrote: >>>> >>>>> i suppose you meant >>>>> >>>>> >>>>> 1. clone freeswitch repo >>>>> >>>>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>>>> >>>>> >>>>> >>>>> On 6 March 2017 at 19:52, Brian West wrote: >>>>> >>>>>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/ >>>>>> browse/docker >>>>>> >>>>>> If anyone wishes to submit pull requests to improve these please do >>>>>> so at freeswitch.org/jira >>>>>> >>>>>> I would like to work with the community to improve and document the >>>>>> use cases correct. >>>>>> >>>>>> Thanks, >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Allison prompts for FreeSWITCH: >>>>>> >>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>> >>>>>> >>>>>> Wish to schedule a meeting? >>>>>> >>>>>> http://app.timebridge.com/#/meet/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 >>>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Thu Aug 17 16:38:16 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Thu, 17 Aug 2017 12:38:16 -0400 Subject: [Freeswitch-users] Separate CA authorities for SIP TLS Message-ID: Usually different systems can use any authorities, but the usually have to have the the complete chain to the root installed in their key stores. So system Y has to know it can trust certs from CA X. So question is do you know where the key stores are located for each system and how to add certs to them. -------- Original message -------- From: Maciej Bylica Date: 8/17/17 11:37 AM (GMT-05:00) To: FreeSWITCH Users Help Subject: [Freeswitch-users] Separate CA authorities for SIP TLS Hello, I am about to setup TLS SIP interconnect between Cisco servers (C3945) and Freeswitch.CA server for Cisco devices is already in place (located on different cisco server).I want to proceed with CA Root certificate generation on Freeswitch server as well.My question is if i could use different CA authorities (separate for Cisco devices and the one for FS) for SIP TLS calls coming back and forth between Cisco and FS? ThanksMaciej. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Thu Aug 17 16:47:03 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Thu, 17 Aug 2017 18:47:03 +0200 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: freeswitch# ldd src/mod/endpoints/mod_verto/.libs/mod_verto.so | grep ssl libssl.so.1.1 => /usr/local/src/openssl-1.1.0f/libssl.so.1.1 (0x00007f3dc5506000) libcrypto.so.1.1 => /usr/local/src/openssl-1.1.0f/libcrypto.so.1.1 (0x00007f3dc5077000) libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f3dc2afe000) don't like it :( On 17 August 2017 at 18:25, Tihomir Culjaga wrote: > hmmm, so what should be the procedure on centos7 ? > > On 17 August 2017 at 15:41, Sergey Safarov wrote: > >> Look this >> https://freeswitch.org/jira/browse/FS-10584 >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pu >> ll-requests/1363 >> >> >> чт, 17 авг. 2017 г. в 15:57, Tihomir Culjaga : >> >>> i use FS under centos KVM in production and it works perfectly. >>> >>> now is time to see what can be done with docker :=) >>> since im on centos7 ... is it possible to run a FS docker image with >>> latest libssl built in ? >>> >>> On 17 August 2017 at 12:51, Sergey Safarov wrote: >>> >>>> Many guys use FS in virtual machines for production (case 1). >>>> When docker installed bare metal (case 2) with "-net=host" option, then >>>> such installation have more fine jitter then on case 1. >>>> If docker daemon installed inside virtual machine (case 3) then jitter >>>> will be same as case 1. >>>> >>>> One disadvantage of docker - is not possible to set scheduler priority >>>> for container. But work on progress. >>>> >>>> I use docker in production >>>> >>>> Sergey. >>>> >>>> чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : >>>> >>>>> I have seen people using it in production with quite a nice call >>>>> volume. >>>>> >>>>> I think there is a good nishe for deploying fs in docker. >>>>> >>>>> Sent from my iPhone >>>>> >>>>> On 17 Aug 2017, at 12:12, David Villasmil < >>>>> david.villasmil.work at gmail.com> wrote: >>>>> >>>>> Docket should never ever ever used for prod, in my opinion. For dev >>>>> purposes it's fantastic >>>>> >>>>> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" >>>>> wrote: >>>>> >>>>>> i suppose you meant >>>>>> >>>>>> >>>>>> 1. clone freeswitch repo >>>>>> >>>>>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>>>>> >>>>>> >>>>>> >>>>>> On 6 March 2017 at 19:52, Brian West wrote: >>>>>> >>>>>>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/br >>>>>>> owse/docker >>>>>>> >>>>>>> If anyone wishes to submit pull requests to improve these please do >>>>>>> so at freeswitch.org/jira >>>>>>> >>>>>>> I would like to work with the community to improve and document the >>>>>>> use cases correct. >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Allison prompts for FreeSWITCH: >>>>>>> >>>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>>> >>>>>>> >>>>>>> Wish to schedule a meeting? >>>>>>> >>>>>>> http://app.timebridge.com/#/meet/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 >>>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>>> freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> ____________________________________________________________ >>>>> _____________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>>> freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/ >>>> freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/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 kkothari157 at gmail.com Fri Aug 18 04:29:22 2017 From: kkothari157 at gmail.com (Ketan Kothari) Date: Fri, 18 Aug 2017 09:59:22 +0530 Subject: [Freeswitch-users] G729 Couldn't contact license server Message-ID: *Hello Team,* *I have purchased G729 10 channel license and configured in freeswitch but when i load mod_com_g729 getting below error in fs_cli console.*2017-08-17 08:10:36.232597 [ERR] mod_com_g729.c:256 Couldn't contact license server 2017-08-17 08:10:36.232597 [CONSOLE] switch_loadable_module.c:1538 Successfully Loaded [mod_com_g729] 2017-08-17 08:10:36.232597 [CRIT] switch_loadable_module.c:197 Failed to load codec interface G.729 from mod_com_g729 due to bytes per frame 608487423 exceeding buffer size 8192. 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_count' 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_available' 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_info' 2017-08-17 08:10:36.252597 [INFO] switch_time.c:1415 Timezone reloaded 1750 definitions *I followed this link http://files.freeswitch.org/g729/INSTALL and installed this one fs-latest-installer-v1.6.I am using FreeSWITCH (Version 1.6.8)* *Please help me on this.* -------------- next part -------------- An HTML attachment was scrubbed... URL: From d at d-man.org Fri Aug 18 04:33:05 2017 From: d at d-man.org (Darren) Date: Fri, 18 Aug 2017 04:33:05 +0000 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: References: Message-ID: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> The mod_com_g729 module contacts another locally running program on the server, the freeswitch_licence_server I believe it’s called. Is this running? Check your process list. You should see “freeswitch_licence_server” (note spelling) in the list. If it’s not running, start it up. If it was running previously before you applied the licenses, run: kill -HUP freeswitch_licence_server to cause the app to notice the new licenses. From: FreeSWITCH-users on behalf of Ketan Kothari Reply-To: FreeSWITCH Users Help Date: Thursday, August 17, 2017 at 9:29 PM To: "freeswitch-users at lists.freeswitch.org" Subject: [Freeswitch-users] G729 Couldn't contact license server Hello Team, I have purchased G729 10 channel license and configured in freeswitch but when i load mod_com_g729 getting below error in fs_cli console. 2017-08-17 08:10:36.232597 [ERR] mod_com_g729.c:256 Couldn't contact license server 2017-08-17 08:10:36.232597 [CONSOLE] switch_loadable_module.c:1538 Successfully Loaded [mod_com_g729] 2017-08-17 08:10:36.232597 [CRIT] switch_loadable_module.c:197 Failed to load codec interface G.729 from mod_com_g729 due to bytes per frame 608487423 exceeding buffer size 8192. 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_count' 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_available' 2017-08-17 08:10:36.232597 [NOTICE] switch_loadable_module.c:338 Adding API Function 'g729_info' 2017-08-17 08:10:36.252597 [INFO] switch_time.c:1415 Timezone reloaded 1750 definitions I followed this link http://files.freeswitch.org/g729/INSTALL and installed this one fs-latest-installer-v1.6. I am using FreeSWITCH (Version 1.6.8) Please help me on this. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kkothari157 at gmail.com Fri Aug 18 05:00:03 2017 From: kkothari157 at gmail.com (Ketan Kothari) Date: Fri, 18 Aug 2017 10:30:03 +0530 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> Message-ID: *Hello,* *I have checked find that freeswitch_licence_server is running.* # ps -aux | grep freeswitch freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 /usr/sbin/freeswitch_licence_server freeswi+ 13515 0.4 0.5 1777492 31732 ? S From tristan at mocha.net.nz Fri Aug 18 07:09:53 2017 From: tristan at mocha.net.nz (Tristan Dean) Date: Fri, 18 Aug 2017 19:09:53 +1200 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> Message-ID: <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> Hi Ketan I had similar problems once and landed up not using the -latest build and chose one of the other g729 builds. To be fair I think this was with an older version of 1.4. I'm not 100% sure on the communication flow with the license server, but it could be worth checking local firewalls and if the FreeSwitch user has permissions to read the license file in /etc/freeswitch/ Are you running apparmor? If so it might also restrict access to the license file? Particularly if the rest of the config is stored in /usr/local/freeswitch/conf/ Is there anything in your syslog or messages file? Otherwise I'm out of ideas :) Regards, Tristan > On 18/08/2017, at 5:00 PM, Ketan Kothari wrote: > > Hello, > > I have checked find that freeswitch_licence_server is running. > > # ps -aux | grep freeswitch > freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 /usr/sbin/freeswitch_licence_server > freeswi+ 13515 0.4 0.5 1777492 31732 ? S root 30830 0.0 0.0 12728 2184 pts/0 R+ 00:54 0:00 grep freeswitch > > Do i need do anything more? > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Fri Aug 18 10:21:23 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 18 Aug 2017 10:21:23 +0000 Subject: [Freeswitch-users] Dockerfile for FreeSWITCH In-Reply-To: References: Message-ID: Need to execute next command before calling ldd and freeswitch export LD_LIBRARY_PATH=/some_prefix/openssl/lib/x86_64-linux-gnu чт, 17 авг. 2017 г. в 19:47, Tihomir Culjaga : > freeswitch# ldd src/mod/endpoints/mod_verto/.libs/mod_verto.so | grep ssl > > libssl.so.1.1 => /usr/local/src/openssl-1.1.0f/libssl.so.1.1 > (0x00007f3dc5506000) > libcrypto.so.1.1 => /usr/local/src/openssl-1.1.0f/libcrypto.so.1.1 > (0x00007f3dc5077000) > libssl.so.1.0.0 => /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 > (0x00007f3dc2afe000) > > > don't like it :( > > > > On 17 August 2017 at 18:25, Tihomir Culjaga wrote: > >> hmmm, so what should be the procedure on centos7 ? >> >> On 17 August 2017 at 15:41, Sergey Safarov wrote: >> >>> Look this >>> https://freeswitch.org/jira/browse/FS-10584 >>> >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/1363 >>> >>> >>> чт, 17 авг. 2017 г. в 15:57, Tihomir Culjaga : >>> >>>> i use FS under centos KVM in production and it works perfectly. >>>> >>>> now is time to see what can be done with docker :=) >>>> since im on centos7 ... is it possible to run a FS docker image with >>>> latest libssl built in ? >>>> >>>> On 17 August 2017 at 12:51, Sergey Safarov wrote: >>>> >>>>> Many guys use FS in virtual machines for production (case 1). >>>>> When docker installed bare metal (case 2) with "-net=host" option, >>>>> then such installation have more fine jitter then on case 1. >>>>> If docker daemon installed inside virtual machine (case 3) then jitter >>>>> will be same as case 1. >>>>> >>>>> One disadvantage of docker - is not possible to set scheduler priority >>>>> for container. But work on progress. >>>>> >>>>> I use docker in production >>>>> >>>>> Sergey. >>>>> >>>>> чт, 17 авг. 2017 г. в 13:42, Tihomir Culjaga : >>>>> >>>>>> I have seen people using it in production with quite a nice call >>>>>> volume. >>>>>> >>>>>> I think there is a good nishe for deploying fs in docker. >>>>>> >>>>>> Sent from my iPhone >>>>>> >>>>>> On 17 Aug 2017, at 12:12, David Villasmil < >>>>>> david.villasmil.work at gmail.com> wrote: >>>>>> >>>>>> Docket should never ever ever used for prod, in my opinion. For dev >>>>>> purposes it's fantastic >>>>>> >>>>>> On Aug 17, 2017 11:28 AM, "Tihomir Culjaga" >>>>>> wrote: >>>>>> >>>>>>> i suppose you meant >>>>>>> >>>>>>> >>>>>>> 1. clone freeswitch repo >>>>>>> >>>>>>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>>>>>> >>>>>>> >>>>>>> >>>>>>> On 6 March 2017 at 19:52, Brian West wrote: >>>>>>> >>>>>>>> >>>>>>>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse/docker >>>>>>>> >>>>>>>> If anyone wishes to submit pull requests to improve these please do >>>>>>>> so at freeswitch.org/jira >>>>>>>> >>>>>>>> I would like to work with the community to improve and document the >>>>>>>> use cases correct. >>>>>>>> >>>>>>>> Thanks, >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Allison prompts for FreeSWITCH: >>>>>>>> >>>>>>>> *https://www.gofundme.com/allison-prompts-for-freeswitch* >>>>>>>> >>>>>>>> >>>>>>>> Wish to schedule a meeting? >>>>>>>> >>>>>>>> http://app.timebridge.com/#/meet/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 >>>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 steveayre at gmail.com Fri Aug 18 12:45:37 2017 From: steveayre at gmail.com (Steven Ayre) Date: Fri, 18 Aug 2017 13:45:37 +0100 Subject: [Freeswitch-users] AMR Codec for A-leg and GSM Codec for B-leg In-Reply-To: References: Message-ID: Ron, note there's a lot of changes between v1.6.19 and 1.8 (master). Only master has the README instructions Brian mentioned. On 17 August 2017 at 15:38, Brian West wrote: > Did you bother to read the README in the mod_amr folders? > > On Wed, Aug 16, 2017 at 8:54 PM, Steven Ayre wrote: > >> mod_amr doesn't allow transcoding for licensing reasons. It only supports >> passthrough mode where both sides support it so that the raw data can be >> passed between them and the clients use their own licensed AMR codec. It >> also means anything that uses media can't be used on those calls (eg >> playback, eavesdrop). >> >> On 15 August 2017 at 07:58, Ron wrote: >> >>> Hi All, >>> >>> Is it possible to use AMR Codec to A-leg and GSM Codec for B-leg or vice >>> versa? >>> >>> Tried the following configuration in sip profiles: >>> >>> >>> >>> >>> >>> The error we received on this is: >>> >>> 2017-08-15 06:17:29.755700 [ERR] mod_amr.c:338 This codec is only usable >>> in passthrough mode! >>> 2017-08-15 06:17:29.755700 [ERR] switch_core_io.c:1434 Codec AMR encoder >>> error! >>> >>> >>> For your kind advice please. >>> >>> TIA. >>> >>> Best Regard, >>> >>> Ron Menez >>> ron.menez at entropysolution.com >>> >>> >>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *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 gmaruzz at gmail.com Fri Aug 18 14:46:29 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 18 Aug 2017 16:46:29 +0200 Subject: [Freeswitch-users] [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> Message-ID: On 17 August 2017 at 11:20, Tihomir Culjaga wrote: > hi Giovanni, nice presentation! > > i got few questions tho :=) > > 1. you mentioned you use FusionPBX to provision. So, can it provision a FS > farm without switching from one FS to another ? I mean, can Fusion > provision a farm of FS as is not a single node per node ? > FusionPBX, if you use it, is able to provision (eg, to configure, reconfigure, etc) the PHONES that are used by the platform > 2. what do you use to "distribuite" VERTO calls from kamailio to FS(x). > as explained in the presentation, to distribute VERTO calls you either partition them on domain (eg, hash on domain client side as in case of multidomain, pbx in the cloud like), or distribute them using different redirected port for signaling (each port going to different backend machines). You can use iptables or HAProxy. For media, you assign each backend machine a different range of rtp ports, and redirect them from the front machine. You use iptables. VERTO has no trunking or external registar function. Neither has a proxy function. 3. how do you configure "static" SIP trunks between FS(x) to allow VERTO to > VERTO calls across entire FS farm ? > You can have verto to verto calls only between verto users registered on the same machine. For users on different machines you will need to use traditional SIP routing, and use traditional sip addressing. Eg userA at domainA will call userB at domainB. Each user is registered via VERTO on a different machines. Call will be VERTO from userA to machineA SIP from machineA to machineB VERTO from machineB to userB > 4. ...and many more but i will stop now :=) > :) Yes, I understand there can be enough for talking and writing for days and weeks, and unfortunately I will I will not be able to further discuss things in mailing list. But I hope I answered your questions. That will be matter of a future book, maybe, and for sure for next presentations. So, get ready for ClueCon 2018, and the other important meetups of our community like OpenSIPS Summits, Kamailio World, FOSDEM, etc :) Thank you for nice words -giovanni > > Regards, > Tihomir > > > On 17 August 2017 at 07:37, Giovanni Maruzzelli wrote: > >> >> >> On 17 August 2017 at 02:32, Adrian Georgescu wrote: >> >>> Giovanni, >>> >>> The creature on page 55 and 56 is a dude, man! >>> >> >> >> I was more focused on the other one, but yes, he's a dude. An happy dude >> :) >> >> -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 > -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Fri Aug 18 18:53:34 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Fri, 18 Aug 2017 20:53:34 +0200 Subject: [Freeswitch-users] [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> Message-ID: On 18 August 2017 at 16:46, Giovanni Maruzzelli wrote: > > > On 17 August 2017 at 11:20, Tihomir Culjaga wrote: > >> hi Giovanni, nice presentation! >> >> i got few questions tho :=) >> >> 1. you mentioned you use FusionPBX to provision. So, can it provision a >> FS farm without switching from one FS to another ? I mean, can Fusion >> provision a farm of FS as is not a single node per node ? >> > > FusionPBX, if you use it, is able to provision (eg, to configure, > reconfigure, etc) the PHONES that are used by the platform > To be honest, I tried FusionPBX once and there is a lot of lua under the hood ... didn't like it at that time as im not that into lua (my fault :=)). If this fixes phone provision only, i think its better having an xml_curl config server to feed both PHONES and FreeSWITCH (configuration/directory) across N number of FS nodes seamlessly .. no need to partition anything. > > >> 2. what do you use to "distribuite" VERTO calls from kamailio to FS(x). >> > > as explained in the presentation, to distribute VERTO calls you either > partition them on domain (eg, hash on domain client side as in case of > multidomain, pbx in the cloud like), or distribute them using different > redirected port for signaling (each port going to different backend > machines). You can use iptables or HAProxy. For media, you assign each > backend machine a different range of rtp ports, and redirect them from the > front machine. You use iptables. VERTO has no trunking or external registar > function. Neither has a proxy function. > i was planing to use nginx or haproxy to load balance websockets across Freeswitch farm and iptables for RTP forwarding. > > > 3. how do you configure "static" SIP trunks between FS(x) to allow VERTO >> to VERTO calls across entire FS farm ? >> > > You can have verto to verto calls only between verto users registered on > the same machine. For users on different machines you will need to use > traditional SIP routing, and use traditional sip addressing. Eg > userA at domainA will call userB at domainB. Each user is registered via VERTO > on a different machines. Call will be VERTO from userA to machineA SIP from > machineA to machineB VERTO from machineB to userB > > > here i was thinking to create a location service on kamailio that will respond with 302 message pointing to FS node having the correct verto registration. e.g. - verto user1 registers, haproxy balances wss to node1 - verto user2 registres, haproxy balances wss to node2 when user1 calls user2, i can make FS1 ask for location ( INVITE ) to kamailio, so i get a correct FS node in 302 contact. This way FS1 can place a call to FS2 without any specific mambo jumbo dialplan... and especially, anything static. my goal is to have a setup where i don't need to group specific hosted pbx group members on the specific node. > 4. ...and many more but i will stop now :=) >> > > :) Yes, I understand there can be enough for talking and writing for days > and weeks, and unfortunately I will I will not be able to further discuss > things in mailing list. But I hope I answered your questions. > > That will be matter of a future book, maybe, and for sure for next > presentations. > > > So, get ready for ClueCon 2018, and the other important meetups of our > community like OpenSIPS Summits, Kamailio World, FOSDEM, etc :) > > Thank you for nice words > > -giovanni > > > >> >> Regards, >> Tihomir >> >> >> On 17 August 2017 at 07:37, Giovanni Maruzzelli >> wrote: >> >>> >>> >>> On 17 August 2017 at 02:32, Adrian Georgescu wrote: >>> >>>> Giovanni, >>>> >>>> The creature on page 55 and 56 is a dude, man! >>>> >>> >>> >>> I was more focused on the other one, but yes, he's a dude. An happy dude >>> :) >>> >>> -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 >> > > > > -- > > 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 abhishek.sharma at autoninja.in Fri Aug 18 07:52:54 2017 From: abhishek.sharma at autoninja.in (Abhishek Sharma) Date: Fri, 18 Aug 2017 13:22:54 +0530 Subject: [Freeswitch-users] Sangoma card pri not coming up on new architecture servers Message-ID: <00b201d317f7$01b16400$05142c00$@autoninja.in> Hi, We are facing issues with sangoma card in the new hardware dell server (Dell T30) with Xeon processor. Also we have observed same issue in i7 based servers. With same configuration, same pri and same sangoma card, it is working fine in an old machine with intel core i3 and i5 processor. We are using freeswitch v1.6.6 but on upgrading to freeswitch v1.6.19 issue still persists. In this signalling layer does not come up on the new hardware Xeon, intel core i7. This is a new installation on a brand new dell server (Dell T30). freeswitch at internal> ftdm list +OK span: 1 (wp1) type: Sangoma (ISDN) physical_status: ok signaling_status: DOWN chan_count: 31 dialplan: XML context: public dial_regex: fail_dial_regex: Also we get following log trace in freeswitch cli: 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c1][1:1] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c2][1:2] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 Received RESTART CFM (dChan:1 ces:0 type:0) 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c3][1:3] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c4][1:4] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:1 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c5][1:5] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c6][1:6] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:2 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c7][1:7] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:3 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c8][1:8] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:4 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:5 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c9][1:9] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c10][1:10] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:6 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c11][1:11] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:7 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c12][1:12] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c13][1:13] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:8 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c14][1:14] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:9 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c15][1:15] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c16][1:17] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:10 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c17][1:18] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c18][1:19] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:11 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c19][1:20] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c20][1:21] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:12 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c21][1:22] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c22][1:23] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:13 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c23][1:24] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c24][1:25] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:14 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c25][1:26] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c26][1:27] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:15 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c27][1:28] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:16 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c28][1:29] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c29][1:30] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:17 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c30][1:31] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c31][1:16] Signalling link status changed to UP 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:18 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:19 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:20 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:21 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:22 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:23 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:24 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:25 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:26 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:27 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:28 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:29 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:30 signalling changed to :UP 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:31 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: format: Unnumbered sapi: 000 c/r: 1 ea: 0 tei: 000 ea: 1 p/f: 1 cmd: DM - disconnected mode [ 02 01 7f ] 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 Received RESTART CFM (dChan:1 ces:0 type:0) 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c1][1:1] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c2][1:2] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c3][1:3] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c4][1:4] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c5][1:5] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c6][1:6] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c7][1:7] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:1 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c8][1:8] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c9][1:9] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:2 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c10][1:10] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:3 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c11][1:11] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:4 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c12][1:12] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:5 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c13][1:13] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c14][1:14] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:6 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c15][1:15] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:7 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c16][1:17] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c17][1:18] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:8 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c18][1:19] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c19][1:20] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:9 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c20][1:21] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:10 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c21][1:22] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:11 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c22][1:23] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c23][1:24] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:12 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c24][1:25] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c25][1:26] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:13 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c26][1:27] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c27][1:28] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:14 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c28][1:29] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:15 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c29][1:30] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:16 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c30][1:31] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c31][1:16] Signalling link status changed to UP 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:17 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:18 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:19 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:20 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:21 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:22 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:23 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:24 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:25 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:26 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:27 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:28 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:29 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:30 signalling changed to :UP 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:31 signalling changed to :UP 2017-07-27 12:44:52.934775 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: format: Unnumbered sapi: 000 c/r: 1 ea: 0 tei: 000 ea: 1 p/f: 1 cmd: DM - disconnected mode [ 02 01 7f ] We had also upgraded the bios of the server but that had no effect Also we were suggested to upgrade the bios to latest version. Which was also done and made no effect on our issue. It seems we are receiving SABME but sending nothing in return. Their are no RX and TX counter increment. Do let me know if you need more information. Any idea what could we do to mitigate this? -- Best Regards, Abhishek Sharma Senior Systems Engineer ------------------------------- www.autoninja.in This message is confidential. The message may also be privileged or covered under work product immunity. If you are not the intended recipient of this message, you should not copy or distribute this message. If you have received this message by mistake, delete it from your system completely and please notify the sender of the message immediately. Email transmission could be corrupted, intercepted, arrive late, arrive incomplete, or contain viruses and hence, the transmission cannot be guaranteed to be free of errors or secure. Therefore, liability for any errors or omissions, which might have arisen as a result of Email transmission, is not accepted by either the sender of this message or by Unbox Technologies pvt. ltd. (Autoninja). Views or opinions expressed in this message are solely those of the sender of the message and do not necessarily represent the views of Unbox Technologies pvt. ltd. (Autoninja). -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Sat Aug 19 00:46:14 2017 From: covici at ccs.covici.com (John Covici) Date: Fri, 18 Aug 2017 20:46:14 -0400 Subject: [Freeswitch-users] Sangoma card pri not coming up on new architecture servers In-Reply-To: <00b201d317f7$01b16400$05142c00$@autoninja.in> References: <00b201d317f7$01b16400$05142c00$@autoninja.in> Message-ID: I would imagine you would get better answers by speaking to Sangoma. On Fri, 18 Aug 2017 03:52:54 -0400, Abhishek Sharma wrote: > > [1 ] > [1.1 ] > [1.2 ] > Hi, > > We are facing issues with sangoma card in the new hardware dell server (Dell T30) with Xeon processor. > > Also we have observed same issue in i7 based servers. > > With same configuration, same pri and same sangoma card, it is working fine in an old machine with intel core i3 and i5 processor. > > We are using freeswitch v1.6.6 but on upgrading to freeswitch v1.6.19 issue still persists. > > In this signalling layer does not come up on the new hardware Xeon, intel core i7. > > This is a new installation on a brand new dell server (Dell T30). > > freeswitch at internal> ftdm list > > +OK > > span: 1 (wp1) > > type: Sangoma (ISDN) > > physical_status: ok > > signaling_status: DOWN > > chan_count: 31 > > dialplan: XML > > context: public > > dial_regex: > > fail_dial_regex: > > Also we get following log trace in freeswitch cli: > > 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c1][1:1] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c2][1:2] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 Received RESTART CFM (dChan:1 ces:0 type:0) > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c3][1:3] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c4][1:4] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:1 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c5][1:5] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c6][1:6] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:2 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c7][1:7] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:3 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c8][1:8] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:4 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:5 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c9][1:9] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c10][1:10] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:6 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c11][1:11] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:7 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c12][1:12] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c13][1:13] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:8 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c14][1:14] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:9 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c15][1:15] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c16][1:17] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:10 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c17][1:18] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c18][1:19] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:11 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c19][1:20] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c20][1:21] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:12 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c21][1:22] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c22][1:23] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:13 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c23][1:24] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c24][1:25] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:14 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c25][1:26] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c26][1:27] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:15 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c27][1:28] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:16 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c28][1:29] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c29][1:30] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:17 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c30][1:31] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c31][1:16] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:18 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:19 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:20 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:21 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:22 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:23 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:24 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:25 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:26 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:27 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:28 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:29 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:30 signalling changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:31 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: > > format: Unnumbered > > sapi: 000 c/r: 1 ea: 0 > > tei: 000 ea: 1 > > p/f: 1 > > cmd: DM - disconnected mode > > [ 02 01 7f ] > > 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) > > 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 Received RESTART CFM (dChan:1 ces:0 type:0) > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c1][1:1] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c2][1:2] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c3][1:3] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c4][1:4] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c5][1:5] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c6][1:6] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c7][1:7] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:1 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c8][1:8] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c9][1:9] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:2 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c10][1:10] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:3 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c11][1:11] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:4 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c12][1:12] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:5 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c13][1:13] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c14][1:14] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:6 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c15][1:15] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:7 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c16][1:17] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c17][1:18] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:8 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c18][1:19] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c19][1:20] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:9 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c20][1:21] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:10 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c21][1:22] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:11 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c22][1:23] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c23][1:24] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:12 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c24][1:25] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c25][1:26] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:13 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c26][1:27] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c27][1:28] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:14 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c28][1:29] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:15 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c29][1:30] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:16 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c30][1:31] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 [s1c31][1:16] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:17 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:18 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:19 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:20 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:21 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:22 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:23 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:24 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:25 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:26 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:27 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:28 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:29 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:30 signalling changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:31 signalling changed to :UP > > 2017-07-27 12:44:52.934775 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: > > format: Unnumbered > > sapi: 000 c/r: 1 ea: 0 > > tei: 000 ea: 1 > > p/f: 1 > > cmd: DM - disconnected mode > > [ 02 01 7f ] > > We had also upgraded the bios of the server but that had no effect > > Also we were suggested to upgrade the bios to latest version. Which was also done and made no effect on our issue. > > It seems we are receiving SABME but sending nothing in return. Their are no RX and TX counter increment. > > Do let me know if you need more information. > > Any idea what could we do to mitigate this? > > -- > > Best Regards, > > Abhishek Sharma > > Senior Systems Engineer > > ------------------------------- > > www.autoninja.in > > This message is confidential. The message may also be privileged or covered under work product immunity. If you are not the intended recipient of this message, you should not copy or distribute this message. If you have received this > message by mistake, delete it from your system completely and please notify the sender of the message immediately. Email transmission could be corrupted, intercepted, arrive late, arrive incomplete, or contain viruses and hence, the > transmission cannot be guaranteed to be free of errors or secure. Therefore, liability for any errors or omissions, which might have arisen as a result of Email transmission, is not accepted by either the sender of this message or by > Unbox Technologies pvt. ltd. (Autoninja). Views or opinions expressed in this message are solely those of the sender of the message and do not necessarily represent the views of Unbox Technologies pvt. ltd. (Autoninja). > > [2 ] > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From nandy1925 at gmail.com Sat Aug 19 11:10:03 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Sat, 19 Aug 2017 11:10:03 +0000 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: References: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Message-ID: Update. Just ordered the eBook with 50% discount (Promo code: FreeSwitch50). There's a Packt notice ending 50% offer by Monday but didn't check if FS 1.8 is in the list. This is great! Tks. On Mon, Aug 14, 2017 at 8:02 AM, Nandy Dagondon wrote: > > > 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/free >>>> switch-users >>>> http://www.freeswitch.org >>> >>> >>> >>> >>> Virus-free. >>> www.avast.com >>> >>> <#m_9123232308483843096_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 gmaruzz at gmail.com Sat Aug 19 13:28:59 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Sat, 19 Aug 2017 15:28:59 +0200 Subject: [Freeswitch-users] [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC In-Reply-To: References: <988D1D46-CE77-4376-BEBE-E6E86D2C347D@ag-projects.com> Message-ID: sent from mobile cell: +39 347 266 56 18 Giovanni Maruzzelli OpenTelecom.IT On Aug 18, 2017 8:54 PM, "Tihomir Culjaga" wrote: On 18 August 2017 at 16:46, Giovanni Maruzzelli wrote: > > > On 17 August 2017 at 11:20, Tihomir Culjaga wrote: > >> hi Giovanni, nice presentation! >> >> i got few questions tho :=) >> >> 1. you mentioned you use FusionPBX to provision. So, can it provision a >> FS farm without switching from one FS to another ? I mean, can Fusion >> provision a farm of FS as is not a single node per node ? >> > > FusionPBX, if you use it, is able to provision (eg, to configure, > reconfigure, etc) the PHONES that are used by the platform > To be honest, I tried FusionPBX once and there is a lot of lua under the hood ... didn't like it at that time as im not that into lua (my fault :=)). If this fixes phone provision only, i think its better having an xml_curl config server to feed both PHONES and FreeSWITCH (configuration/directory) across N number of FS nodes seamlessly .. no need to partition anything. > > >> 2. what do you use to "distribuite" VERTO calls from kamailio to FS(x). >> > > as explained in the presentation, to distribute VERTO calls you either > partition them on domain (eg, hash on domain client side as in case of > multidomain, pbx in the cloud like), or distribute them using different > redirected port for signaling (each port going to different backend > machines). You can use iptables or HAProxy. For media, you assign each > backend machine a different range of rtp ports, and redirect them from the > front machine. You use iptables. VERTO has no trunking or external registar > function. Neither has a proxy function. > i was planing to use nginx or haproxy to load balance websockets across Freeswitch farm and iptables for RTP forwarding. > > > 3. how do you configure "static" SIP trunks between FS(x) to allow VERTO >> to VERTO calls across entire FS farm ? >> > > You can have verto to verto calls only between verto users registered on > the same machine. For users on different machines you will need to use > traditional SIP routing, and use traditional sip addressing. Eg > userA at domainA will call userB at domainB. Each user is registered via VERTO > on a different machines. Call will be VERTO from userA to machineA SIP from > machineA to machineB VERTO from machineB to userB > > > here i was thinking to create a location service on kamailio that will respond with 302 message pointing to FS node having the correct verto registration. e.g. - verto user1 registers, haproxy balances wss to node1 - verto user2 registres, haproxy balances wss to node2 when user1 calls user2, i can make FS1 ask for location ( INVITE ) to kamailio, so i get a correct FS node in 302 contact. This way FS1 can place a call to FS2 without any specific mambo jumbo dialplan... and especially, anything static. my goal is to have a setup where i don't need to group specific hosted pbx group members on the specific node. Yes, that is what I was meaning with traditional SIP trunking. And is the only way to connect vertos in different machines. Btw, me too prefer to have location on sip proxy. As per FusionPBX, is not only a provisioning system, but a complete pbx solution, multitenant, etc. So, if you decide to use it, and/or to offer your customers, then you decide if you want to partition it based on domains, or if you prefer to use a load balanced architecture. Both topologies are reliable and can scale. > 4. ...and many more but i will stop now :=) >> > > :) Yes, I understand there can be enough for talking and writing for days > and weeks, and unfortunately I will I will not be able to further discuss > things in mailing list. But I hope I answered your questions. > > That will be matter of a future book, maybe, and for sure for next > presentations. > > > So, get ready for ClueCon 2018, and the other important meetups of our > community like OpenSIPS Summits, Kamailio World, FOSDEM, etc :) > > Thank you for nice words > > -giovanni > > > >> >> Regards, >> Tihomir >> >> >> On 17 August 2017 at 07:37, Giovanni Maruzzelli >> wrote: >> >>> >>> >>> On 17 August 2017 at 02:32, Adrian Georgescu wrote: >>> >>>> Giovanni, >>>> >>>> The creature on page 55 and 56 is a dude, man! >>>> >>> >>> >>> I was more focused on the other one, but yes, he's a dude. An happy dude >>> :) >>> >>> -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 >> > > > > -- > > 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 lists at virtues.net Sat Aug 19 18:21:00 2017 From: lists at virtues.net (Thomas Auge) Date: Sat, 19 Aug 2017 15:21:00 -0300 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: <65e9b04e-6f49-a8fa-651b-cac7ed19102d@virtues.net> Those "clicks" we were looking for were 20ms gaps, the codec's ptime, without packet loss or PLC. I can't say if autofix-timing was one of several causes or just an effect. What solved the main problem for our testers was setting the RTP timer from "soft" to "none". With the soft timer on connections between Chrome and FS a bit of jitter causes these dropouts. Chrome M60 has all kinds of problems related to local sample rates and its jitter buffer, and we ran with the soft timer for years without complaints. I doubt it's a Freeswitch problem. This is just an FYI. 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 lists at virtues.net Sat Aug 19 18:37:38 2017 From: lists at virtues.net (Thomas Auge) Date: Sat, 19 Aug 2017 15:37:38 -0300 Subject: [Freeswitch-users] Cool stuff you can do with Freeswitch Message-ID: <2d67a7e2-6757-e1f4-9f4a-ca89e092516d@virtues.net> https://www.youtube.com/watch?v=S7gzYf423Lo :-) From anthony.minessale at gmail.com Sat Aug 19 19:45:08 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Sat, 19 Aug 2017 19:45:08 +0000 Subject: [Freeswitch-users] Cool stuff you can do with Freeswitch In-Reply-To: <2d67a7e2-6757-e1f4-9f4a-ca89e092516d@virtues.net> References: <2d67a7e2-6757-e1f4-9f4a-ca89e092516d@virtues.net> Message-ID: Was any of that FreeSWITCH? If so, actually bad news for us, cos we get no mention.... On Sat, Aug 19, 2017 at 2:37 PM Thomas Auge wrote: > https://www.youtube.com/watch?v=S7gzYf423Lo > > :-) > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 brian at freeswitch.org Sat Aug 19 20:24:03 2017 From: brian at freeswitch.org (Brian West) Date: Sat, 19 Aug 2017 20:24:03 +0000 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> Message-ID: Using the wrong binary, what fs and g729 are you installing? On Fri, Aug 18, 2017 at 2:10 AM Tristan Dean wrote: > Hi Ketan > > I had similar problems once and landed up not using the -latest build and > chose one of the other g729 builds. To be fair I think this was with an > older version of 1.4. > > I'm not 100% sure on the communication flow with the license server, but > it could be worth checking local firewalls and if the FreeSwitch user has > permissions to read the license file in /etc/freeswitch/ > > Are you running apparmor? If so it might also restrict access to the > license file? Particularly if the rest of the config is stored in > /usr/local/freeswitch/conf/ > > Is there anything in your syslog or messages file? > > Otherwise I'm out of ideas :) > > Regards, > > Tristan > > On 18/08/2017, at 5:00 PM, Ketan Kothari wrote: > > > > *Hello,* > > *I have checked find that freeswitch_licence_server is running.* > > # ps -aux | grep freeswitch > freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 > /usr/sbin/freeswitch_licence_server > freeswi+ 13515 0.4 0.5 1777492 31732 ? S /usr/local/freeswitch/bin/freeswitch -nc -rp -u freeswitch -g daemon > root 30830 0.0 0.0 12728 2184 pts/0 R+ 00:54 0:00 grep > freeswitch > > > *Do i need do anything more?* > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 Sat Aug 19 20:24:40 2017 From: brian at freeswitch.org (Brian West) Date: Sat, 19 Aug 2017 20:24:40 +0000 Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error In-Reply-To: <000001d31731$3becfe20$b3c6fa60$@mocha.net.nz> References: <1502863029696-7596350.post@n2.nabble.com> <000001d31731$3becfe20$b3c6fa60$@mocha.net.nz> Message-ID: We do not support this! On Thu, Aug 17, 2017 at 3:18 AM Tristan Dean wrote: > Hi animal_alpha > > This sounds very much like a problem I had when we upgraded from 1.4 to > 1.6. > In our case, the carrier was sending the initial INVITE messages with 2 > m-lines. One with audio, one with image. Both had non-zero port numbers. In > my testing, it seemed to be that having 2 m-lines with different port > numbers upset FreeSWITCH's SDP parsing. > > If I set bypass_media=true and FreeSWITCH could step out of media path, > the call could connect normally, but this wasn't an option for us as we > needed to transcode. I can't recall if proxy_media=true worked (I.E. > FreeSWITCH just proxies RTP and doesn't transcode). Our application > required transcoding anyway. > > In the end I made a rather ugly work-around, but I'm sure there are nicer > ways to manage this. > I found that FreeSWITCH 1.6 could parse the SDP correctly if I rewrote the > port for the m-line containing image. > > Since we were using mod_xml_curl for the dialplan, this was quite easy. > Effectively I have a bit of perl script parsing the SDP lines from > 'variable_switch_r_sdp'. > > if ($line =~ /^m\=image\s+(\d+)\s+udptl\s+(.*)$/) { > $line = "m=image 0 udptl $2"; > $rewrite_reqd = 1; > } > $line = "$line\r\n"; > > You can insert the rewritten SDP with > > This worked around the problem and didn't interfere with T.38 revinites > from fax machines. > > All this being said, I am not certain that my approach would work as if I > understand you correctly, your problem is with the SDP attached to the 18X > message. Hopefully this might inspire some other ideas if nothing else. > > I am very interested to hear other's thoughts on this. I feel I'm probably > missing something and there is a cleaner way of managing these SDPs. > > Many thanks, > > Tristan > > -----Original Message----- > From: FreeSWITCH-users [mailto: > freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of animal_alpha > Sent: Wednesday, 16 August 2017 5:57 PM > To: freeswitch-users at lists.freeswitch.org > Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation > error > > Hello everybody. Have some problem with fs. > I've got codec negotiation error when i try use early_media and sdp has T38 > > pre_answer() > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec > Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMA:8:8000:20:64000:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec > Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMU:0:8000:20:64000:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:101:8000:20:0:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:101:8000:20:0:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:101:8000:20:0:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:101:8000:20:0:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:97:8000:30:0:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:97:8000:30:0:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:97:8000:30:0:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:97:8000:30:0:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:98:8000:30:0:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:98:8000:30:0:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:98:8000:30:0:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [iLBC:98:8000:30:0:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [gsm:3:8000:20:13200:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [gsm:3:8000:20:13200:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [gsm:3:8000:20:13200:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [gsm:3:8000:20:13200:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [speex:99:8000:20:0:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [speex:99:8000:20:0:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [speex:99:8000:20:0:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [speex:99:8000:20:0:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:18:8000:20:8000:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec > Compare [G729:18:8000:20:8000:1] ++++ is saved as a match > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:100:8000:20:0:1]/[PCMA:8:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:100:8000:20:0:1]/[PCMU:0:8000:20:64000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:100:8000:20:0:1]/[G729:18:8000:20:8000:1] > 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec > Compare [G729:100:8000:20:0:1]/[G722:9:8000:20:64000:1] > > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4365 Set > telephone-event payload to 96 at 8000 > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:3061 Set Codec > sofia/external/4995196123 at 10.34.111.140:5061 PCMA/8000 20 ms 160 samples > 64000 bits 1 channels > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_codec.c:111 > sofia/external/4995196123 at 10.34.111.140:5061 Original read codec set to > PCMA:8 > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4708 Set > telephone-event payload to 96 at 8000 > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4767 > sofia/external/123 at 10.34.111.140:5061 Set 2833 dtmf send payload to 96 > recv payload to 96 > 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4028 > sofia/external/123 at 10.34.111.140:5061 T38 REFUSE on request > 2017-08-16 08:25:36.105410 [ERR] mod_sofia.c:2343 CODEC NEGOTIATION ERROR. > SDP: > v=0 > o=- 1502861170 1502861170 IN IP4 10.34.111.143 > s=- > c=IN IP4 10.34.84.100 > t=0 0 > m=audio 53628 RTP/AVP 8 0 101 97 98 3 99 18 100 96 > a=rtpmap:8 PCMA/8000 > a=rtpmap:0 PCMU/8000 > a=rtpmap:101 G729/8000 > a=fmtp:101 annexb=yes > a=rtpmap:97 iLBC/8000 > a=fmtp:97 mode=20 > a=rtpmap:98 iLBC/8000 > a=fmtp:98 mode=30 > a=rtpmap:3 gsm/8000 > a=rtpmap:99 speex/8000 > a=fmtp:99 mode=3;vbr=off > a=rtpmap:18 G729/8000 > a=fmtp:18 annexb=no > a=rtpmap:100 G729/8000 > a=fmtp:100 annexb=no > a=rtpmap:96 telephone-event/8000 > a=fmtp:96 0-15 > m=image 41690 udptl t38 > a=T38FaxRateManagement:transferredTCF > a=T38FaxUdpEC:t38UDPRedundancy > > my codecs: > > data="outbound_codec_prefs=PCMA,PCMU,G729,G722"/> > > Solution: dont use early media (use execute_on_answer=record_session > instead of application=record_session in my case) > > Does not help: t38 ignore, late negotiation=false, > > > > -- > View this message in context: > http://freeswitch-users.2379917.n2.nabble.com/Early-media-T38-in-SDP-Codec-negotiation-error-tp7596350.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 > > > --- > This email has been checked for viruses by AVG. > http://www.avg.com > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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 tristan at mocha.net.nz Sat Aug 19 20:47:35 2017 From: tristan at mocha.net.nz (Tristan Dean) Date: Sun, 20 Aug 2017 08:47:35 +1200 Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error In-Reply-To: References: <1502863029696-7596350.post@n2.nabble.com> <000001d31731$3becfe20$b3c6fa60$@mocha.net.nz> Message-ID: <000a01d3192c$63415dc0$29c41940$@mocha.net.nz> Thanks Brian By ‘this’, do we mean, 2 m-lines, my hack or both? ;) From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: Sunday, 20 August 2017 8:25 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error We do not support this! On Thu, Aug 17, 2017 at 3:18 AM Tristan Dean > wrote: Hi animal_alpha This sounds very much like a problem I had when we upgraded from 1.4 to 1.6. In our case, the carrier was sending the initial INVITE messages with 2 m-lines. One with audio, one with image. Both had non-zero port numbers. In my testing, it seemed to be that having 2 m-lines with different port numbers upset FreeSWITCH's SDP parsing. If I set bypass_media=true and FreeSWITCH could step out of media path, the call could connect normally, but this wasn't an option for us as we needed to transcode. I can't recall if proxy_media=true worked (I.E. FreeSWITCH just proxies RTP and doesn't transcode). Our application required transcoding anyway. In the end I made a rather ugly work-around, but I'm sure there are nicer ways to manage this. I found that FreeSWITCH 1.6 could parse the SDP correctly if I rewrote the port for the m-line containing image. Since we were using mod_xml_curl for the dialplan, this was quite easy. Effectively I have a bit of perl script parsing the SDP lines from 'variable_switch_r_sdp'. if ($line =~ /^m\=image\s+(\d+)\s+udptl\s+(.*)$/) { $line = "m=image 0 udptl $2"; $rewrite_reqd = 1; } $line = "$line\r\n"; You can insert the rewritten SDP with This worked around the problem and didn't interfere with T.38 revinites from fax machines. All this being said, I am not certain that my approach would work as if I understand you correctly, your problem is with the SDP attached to the 18X message. Hopefully this might inspire some other ideas if nothing else. I am very interested to hear other's thoughts on this. I feel I'm probably missing something and there is a cleaner way of managing these SDPs. Many thanks, Tristan -----Original Message----- From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org ] On Behalf Of animal_alpha Sent: Wednesday, 16 August 2017 5:57 PM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Early media + T38 in SDP = Codec negotiation error Hello everybody. Have some problem with fs. I've got codec negotiation error when i try use early_media and sdp has T38 pre_answer() 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMA:8:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMA:8:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [PCMU:0:8000:20:64000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [PCMU:0:8000:20:64000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:101:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:97:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [iLBC:98:8000:30:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [gsm:3:8000:20:13200:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [speex:99:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4504 Audio Codec Compare [G729:18:8000:20:8000:1] ++++ is saved as a match 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:18:8000:20:8000:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMA:8:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[PCMU:0:8000:20:64000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G729:18:8000:20:8000:1] 2017-08-16 08:50:36.337346 [DEBUG] switch_core_media.c:4449 Audio Codec Compare [G729:100:8000:20:0:1]/[G722:9:8000:20:64000:1] 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4365 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:3061 Set Codec sofia/external/4995196123 at 10.34.111.140:5061 PCMA/8000 20 ms 160 samples 64000 bits 1 channels 2017-08-16 08:25:36.105410 [DEBUG] switch_core_codec.c:111 sofia/external/4995196123 at 10.34.111.140:5061 Original read codec set to PCMA:8 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4708 Set telephone-event payload to 96 at 8000 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4767 sofia/external/123 at 10.34.111.140:5061 Set 2833 dtmf send payload to 96 recv payload to 96 2017-08-16 08:25:36.105410 [DEBUG] switch_core_media.c:4028 sofia/external/123 at 10.34.111.140:5061 T38 REFUSE on request 2017-08-16 08:25:36.105410 [ERR] mod_sofia.c:2343 CODEC NEGOTIATION ERROR. SDP: v=0 o=- 1502861170 1502861170 IN IP4 10.34.111.143 s=- c=IN IP4 10.34.84.100 t=0 0 m=audio 53628 RTP/AVP 8 0 101 97 98 3 99 18 100 96 a=rtpmap:8 PCMA/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:101 G729/8000 a=fmtp:101 annexb=yes a=rtpmap:97 iLBC/8000 a=fmtp:97 mode=20 a=rtpmap:98 iLBC/8000 a=fmtp:98 mode=30 a=rtpmap:3 gsm/8000 a=rtpmap:99 speex/8000 a=fmtp:99 mode=3;vbr=off a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:100 G729/8000 a=fmtp:100 annexb=no a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-15 m=image 41690 udptl t38 a=T38FaxRateManagement:transferredTCF a=T38FaxUdpEC:t38UDPRedundancy my codecs: Solution: dont use early media (use execute_on_answer=record_session instead of application=record_session in my case) Does not help: t38 ignore, late negotiation=false, -- View this message in context: http://freeswitch-users.2379917.n2.nabble.com/Early-media-T38-in-SDP-Codec-negotiation-error-tp7596350.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 --- This email has been checked for viruses by AVG. http://www.avg.com _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Brian West brian at freeswitch.org Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com 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 lists at virtues.net Sun Aug 20 01:43:54 2017 From: lists at virtues.net (Thomas Auge) Date: Sat, 19 Aug 2017 22:43:54 -0300 Subject: [Freeswitch-users] Cool stuff you can do with Freeswitch In-Reply-To: References: <2d67a7e2-6757-e1f4-9f4a-ca89e092516d@virtues.net> Message-ID: <11808266-fecb-3242-bbca-0924e44cbbd4@virtues.net> The SIP and PSTN connections have FS in the middle, and it also acts as gateway to our ISDN bridge. You're right, credit where credit is due. I'll kick off a discussion how we can give the open source solutions under the hood the publicity they deserve. We originally started building this with Asterisk, so we can appreciate how easy FreeSWITCH has made things for us. On 08/19/2017 04:45 PM, Anthony Minessale wrote: > Was any of that FreeSWITCH? If so, actually bad news for us, cos we get no mention.... > > > > On Sat, Aug 19, 2017 at 2:37 PM Thomas Auge > wrote: > > https://www.youtube.com/watch?v=S7gzYf423Lo > > :-) > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 william at williamcollsassoc.ca Sun Aug 20 20:54:32 2017 From: william at williamcollsassoc.ca (William Colls) Date: Sun, 20 Aug 2017 16:54:32 -0400 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 Message-ID: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Trying to build 1.6.19 on above board, and running into problems with OpenSSL. The problem appears to be related to the implementation of Debian jesse, and I will peruse it with the debain team. In the mean time, what modules do I need to disable so that I can build FreeSWITCH without OpenSSL? Thanks for your time. William. From mike at jerris.com Mon Aug 21 03:11:38 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 21 Aug 2017 03:11:38 +0000 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: Are you sure it's jessie and not stretch? If it's stretch you need to be on master not 1.6. What exactly is the problem with openssl? On Sun, Aug 20, 2017 at 4:59 PM William Colls wrote: > Trying to build 1.6.19 on above board, and running into problems with > OpenSSL. The problem appears to be related to the implementation of > Debian jesse, and I will peruse it with the debain team. > > In the mean time, what modules do I need to disable so that I can build > FreeSWITCH without OpenSSL? > > 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 kkothari157 at gmail.com Mon Aug 21 04:19:33 2017 From: kkothari157 at gmail.com (Ketan Kothari) Date: Mon, 21 Aug 2017 09:49:33 +0530 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> Message-ID: *Hello Brian,I am using FreeSWITCH (Version 1.6.8) followed this link http://files.freeswitch.org/g729/INSTALL and installed this one fs-latest-installer-v1.6.* *Please correct me if i have installed wrong.* On Sun, Aug 20, 2017 at 1:54 AM, Brian West wrote: > Using the wrong binary, what fs and g729 are you installing? > > On Fri, Aug 18, 2017 at 2:10 AM Tristan Dean wrote: > >> Hi Ketan >> >> I had similar problems once and landed up not using the -latest build and >> chose one of the other g729 builds. To be fair I think this was with an >> older version of 1.4. >> >> I'm not 100% sure on the communication flow with the license server, but >> it could be worth checking local firewalls and if the FreeSwitch user has >> permissions to read the license file in /etc/freeswitch/ >> >> Are you running apparmor? If so it might also restrict access to the >> license file? Particularly if the rest of the config is stored in >> /usr/local/freeswitch/conf/ >> >> Is there anything in your syslog or messages file? >> >> Otherwise I'm out of ideas :) >> >> Regards, >> >> Tristan >> >> On 18/08/2017, at 5:00 PM, Ketan Kothari wrote: >> >> >> >> *Hello,* >> >> *I have checked find that freeswitch_licence_server is running.* >> >> # ps -aux | grep freeswitch >> freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 >> /usr/sbin/freeswitch_licence_server >> freeswi+ 13515 0.4 0.5 1777492 31732 ? S> /usr/local/freeswitch/bin/freeswitch -nc -rp -u freeswitch -g daemon >> root 30830 0.0 0.0 12728 2184 pts/0 R+ 00:54 0:00 grep >> freeswitch >> >> >> *Do i need do anything more?* >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 sagarmalam at gmail.com Sat Aug 19 11:36:01 2017 From: sagarmalam at gmail.com (sagar malam) Date: Sat, 19 Aug 2017 11:36:01 +0000 Subject: [Freeswitch-users] Sofia profile with support of both IPv6 and IPv4 Message-ID: Hello, I would like to know if same Sofia Profile can bind to IPv6 and IPv4 address simultaneously ? I tried adding extra "sip-ip" param with IPv6 address but it always binds to any one address either IPv6 or IPv4. If it is not possible then what is the best way to provide support for both IPv6 and IPv6 in FS ? Creating separate Sofia profiles for both ? Any clarification would be appreciated. Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Mon Aug 21 05:12:42 2017 From: sagarmalam at gmail.com (sagar malam) Date: Mon, 21 Aug 2017 05:12:42 +0000 Subject: [Freeswitch-users] Sofia profile with support of both IPv6 and IPv4 In-Reply-To: References: Message-ID: Hello, Can anyone please help me on this ? On Sat, Aug 19, 2017 at 5:06 PM sagar malam wrote: > Hello, > > I would like to know if same Sofia Profile can bind to IPv6 and IPv4 > address simultaneously ? > > I tried adding extra "sip-ip" param with IPv6 address but it always binds > to any one address either IPv6 or IPv4. > > If it is not possible then what is the best way to provide support for > both IPv6 and IPv6 in FS ? Creating separate Sofia profiles for both ? > > Any clarification would be appreciated. > > Thanks in advance > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Mon Aug 21 08:00:47 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 21 Aug 2017 10:00:47 +0200 Subject: [Freeswitch-users] FS v1.6 vs 1.8 Message-ID: hi, is there a document describing whats new in FS v1.8 compared to 1.6 ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From donguyenha at gmail.com Mon Aug 21 08:56:20 2017 From: donguyenha at gmail.com (Do Nguyen Ha) Date: Mon, 21 Aug 2017 15:56:20 +0700 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: I am interested in call-center module, because call-center is only inbound call when agent 01 make call out the freeswitch doesn't care when call coming call-center may be agent 01 will be ringing On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: hi, is there a document describing whats new in FS v1.8 compared to 1.6 ? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From italo at freeswitch.org Mon Aug 21 09:19:24 2017 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Mon, 21 Aug 2017 09:19:24 +0000 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Check callcenter_track app Em seg, 21 de ago de 2017 às 05:57, Do Nguyen Ha escreveu: > I am interested in call-center module, because call-center is only inbound > call when agent 01 make call out the freeswitch doesn't care when call > coming call-center may be agent 01 will be ringing > > On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: > > hi, > > is there a document describing whats new in FS v1.8 compared to 1.6 ? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Mon Aug 21 09:22:02 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 21 Aug 2017 11:22:02 +0200 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: yap, thats why you move your contact center logic outside in a separate program, and use FS via ESL to get and place calls :=) mod_callcenter is a great module, but for inbound only :=) saying that i can see few ways to go around that ... callcenter_config agent set [key(contact|status|state|type|max_no_answer|wrap_up_time|ready_time|reject_delay_time|busy_delay_time)] [agent name] [value] Not sure if its gonna work, but you can change agent state to idle until your outgoing wrap-up goes off... there are many ways to handle tihs :=) On 21 August 2017 at 10:56, Do Nguyen Ha wrote: > I am interested in call-center module, because call-center is only inbound > call when agent 01 make call out the freeswitch doesn't care when call > coming call-center may be agent 01 will be ringing > > On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: > > hi, > > is there a document describing whats new in FS v1.8 compared to 1.6 ? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Mon Aug 21 09:31:17 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 21 Aug 2017 11:31:17 +0200 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: not bad :=) https://freeswitch.org/jira/browse/FS-9609 Italo, it will be nice to have a wrap-up time for external calls as well before the module tries to offer new calls. Tihomir. On 21 August 2017 at 11:22, Tihomir Culjaga wrote: > yap, > > thats why you move your contact center logic outside in a separate > program, and use FS via ESL to get and place calls :=) > > mod_callcenter is a great module, but for inbound only :=) > > saying that i can see few ways to go around that ... > > callcenter_config agent set [key(contact|status|state| > type|max_no_answer|wrap_up_time|ready_time|reject_delay_time|busy_delay_time)] > [agent name] [value] > > > Not sure if its gonna work, but you can change agent state to idle until > your outgoing wrap-up goes off... > > there are many ways to handle tihs :=) > > > > > On 21 August 2017 at 10:56, Do Nguyen Ha wrote: > >> I am interested in call-center module, because call-center is only >> inbound call when agent 01 make call out the freeswitch doesn't care when >> call coming call-center may be agent 01 will be ringing >> >> On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: >> >> hi, >> >> is there a document describing whats new in FS v1.8 compared to 1.6 ? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Mon Aug 21 09:40:02 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 21 Aug 2017 11:40:02 +0200 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: This issue is also interested for me, since I am in implementig phase of mod_callcenter. Does this mean that mod_callcenter doesn't care if agent with some extension is on outgoing call? It will send send incoming call to that agent anyway? It looks like callcenter_track can be solution for this. In Jira it says that it is implemented in 1.9 version or is already in latest 1.6? Best regards, Gregor 2017-08-21 11:31 GMT+02:00 Tihomir Culjaga : > not bad :=) > > https://freeswitch.org/jira/browse/FS-9609 > > > Italo, it will be nice to have a wrap-up time for external calls as well > before the module tries to offer new calls. > > > Tihomir. > > > > > On 21 August 2017 at 11:22, Tihomir Culjaga wrote: > >> yap, >> >> thats why you move your contact center logic outside in a separate >> program, and use FS via ESL to get and place calls :=) >> >> mod_callcenter is a great module, but for inbound only :=) >> >> saying that i can see few ways to go around that ... >> >> callcenter_config agent set [key(contact|status|state|type >> |max_no_answer|wrap_up_time|ready_time|reject_delay_time|busy_delay_time)] >> [agent name] [value] >> >> >> Not sure if its gonna work, but you can change agent state to idle until >> your outgoing wrap-up goes off... >> >> there are many ways to handle tihs :=) >> >> >> >> >> On 21 August 2017 at 10:56, Do Nguyen Ha wrote: >> >>> I am interested in call-center module, because call-center is only >>> inbound call when agent 01 make call out the freeswitch doesn't care when >>> call coming call-center may be agent 01 will be ringing >>> >>> On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: >>> >>> hi, >>> >>> is there a document describing whats new in FS v1.8 compared to 1.6 ? >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 david.villasmil.work at gmail.com Mon Aug 21 09:49:52 2017 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 21 Aug 2017 11:49:52 +0200 Subject: [Freeswitch-users] wss issues? Message-ID: Hello guys, Are there any known issues with WSS? I'm seeing a lot on "stuck" calls. By this i mean the signaling is fine and the call ends properly. But on the cli i still see the calls there and it's not possible to uuid_kill them because fs replies "no such channel"... Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 ᐧ -------------- next part -------------- An HTML attachment was scrubbed... URL: From donguyenha at gmail.com Mon Aug 21 11:45:04 2017 From: donguyenha at gmail.com (Do Nguyen Ha) Date: Mon, 21 Aug 2017 18:45:04 +0700 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Can we have callcenter_track app in lastest version 1.6.9 On Aug 21, 2017 16:23, "Ítalo Rossi" wrote: Check callcenter_track app Em seg, 21 de ago de 2017 às 05:57, Do Nguyen Ha escreveu: > I am interested in call-center module, because call-center is only inbound > call when agent 01 make call out the freeswitch doesn't care when call > coming call-center may be agent 01 will be ringing > > On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: > > hi, > > is there a document describing whats new in FS v1.8 compared to 1.6 ? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/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 21 13:13:24 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 21 Aug 2017 09:13:24 -0400 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: 1.6.9. is not latest, and has already been released, so no we can’t add anything to it as its already been released. > On Aug 21, 2017, at 7:45 AM, Do Nguyen Ha wrote: > > Can we have callcenter_track app in lastest version 1.6.9 > > On Aug 21, 2017 16:23, "Ítalo Rossi" > wrote: > Check callcenter_track app > Em seg, 21 de ago de 2017 às 05:57, Do Nguyen Ha > escreveu: > I am interested in call-center module, because call-center is only inbound call when agent 01 make call out the freeswitch doesn't care when call coming call-center may be agent 01 will be ringing > > On Aug 21, 2017 15:03, "Tihomir Culjaga" > wrote: > hi, > > is there a document describing whats new in FS v1.8 compared to 1.6 ? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Mon Aug 21 13:14:12 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 21 Aug 2017 09:14:12 -0400 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: I’m still working on release notes for 1.8 We will mark a release when those are done. > On Aug 21, 2017, at 4:00 AM, Tihomir Culjaga wrote: > > hi, > > is there a document describing whats new in FS v1.8 compared to 1.6 ? From donguyenha at gmail.com Mon Aug 21 13:37:36 2017 From: donguyenha at gmail.com (Do Nguyen Ha) Date: Mon, 21 Aug 2017 20:37:36 +0700 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Sorry for wrong version, it is 1.6.19 but a feature can be present in 1.6.xx On Aug 21, 2017 20:18, "Michael Jerris" wrote: > 1.6.9. is not latest, and has already been released, so no we can’t add > anything to it as its already been released. > > > On Aug 21, 2017, at 7:45 AM, Do Nguyen Ha wrote: > > Can we have callcenter_track app in lastest version 1.6.9 > > On Aug 21, 2017 16:23, "Ítalo Rossi" wrote: > > Check callcenter_track app > Em seg, 21 de ago de 2017 às 05:57, Do Nguyen Ha > escreveu: > >> I am interested in call-center module, because call-center is only >> inbound call when agent 01 make call out the freeswitch doesn't care when >> call coming call-center may be agent 01 will be ringing >> >> On Aug 21, 2017 15:03, "Tihomir Culjaga" wrote: >> >> hi, >> >> is there a document describing whats new in FS v1.8 compared to 1.6 ? >> >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: From donguyenha at gmail.com Mon Aug 21 13:41:43 2017 From: donguyenha at gmail.com (Do Nguyen Ha) Date: Mon, 21 Aug 2017 20:41:43 +0700 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Thank you your information On Aug 21, 2017 20:17, "Michael Jerris" wrote: > I’m still working on release notes for 1.8 We will mark a release when > those are done. > > > On Aug 21, 2017, at 4:00 AM, Tihomir Culjaga wrote: > > > > hi, > > > > is there a document describing whats new in FS v1.8 compared to 1.6 ? > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Mon Aug 21 14:11:21 2017 From: mike at jerris.com (Michael Jerris) Date: Mon, 21 Aug 2017 14:11:21 +0000 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Features are not really being added to 1.6 at this point On Mon, Aug 21, 2017 at 9:44 AM Do Nguyen Ha wrote: > Thank you your information > > On Aug 21, 2017 20:17, "Michael Jerris" wrote: > >> I’m still working on release notes for 1.8 We will mark a release when >> those are done. >> >> > On Aug 21, 2017, at 4:00 AM, Tihomir Culjaga >> wrote: >> > >> > hi, >> > >> > is there a document describing whats new in FS v1.8 compared to 1.6 ? >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.org Mon Aug 21 14:48:42 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 21 Aug 2017 09:48:42 -0500 Subject: [Freeswitch-users] wss issues? In-Reply-To: References: Message-ID: The channel isn't really stuck if you receive "no such channel", What revision of FreeSWITCH are you running? On Mon, Aug 21, 2017 at 4:49 AM, David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello guys, > > Are there any known issues with WSS? I'm seeing a lot on "stuck" calls. By > this i mean the signaling is fine and the call ends properly. But on the > cli i still see the calls there and it's not possible to uuid_kill them > because fs replies "no such channel"... > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 <+34%20669%2044%2083%2037> > ᐧ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 Mon Aug 21 14:49:06 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 21 Aug 2017 09:49:06 -0500 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> Message-ID: You have to use the 94 revision of the installer. And you should UPDATE to at least 1.6.19. /b On Sun, Aug 20, 2017 at 11:19 PM, Ketan Kothari wrote: > > > > > > *Hello Brian,I am using FreeSWITCH (Version 1.6.8) followed this link > http://files.freeswitch.org/g729/INSTALL > and installed this one > fs-latest-installer-v1.6.* > > > *Please correct me if i have installed wrong.* > > On Sun, Aug 20, 2017 at 1:54 AM, Brian West wrote: > >> Using the wrong binary, what fs and g729 are you installing? >> >> On Fri, Aug 18, 2017 at 2:10 AM Tristan Dean >> wrote: >> >>> Hi Ketan >>> >>> I had similar problems once and landed up not using the -latest build >>> and chose one of the other g729 builds. To be fair I think this was with an >>> older version of 1.4. >>> >>> I'm not 100% sure on the communication flow with the license server, but >>> it could be worth checking local firewalls and if the FreeSwitch user has >>> permissions to read the license file in /etc/freeswitch/ >>> >>> Are you running apparmor? If so it might also restrict access to the >>> license file? Particularly if the rest of the config is stored in >>> /usr/local/freeswitch/conf/ >>> >>> Is there anything in your syslog or messages file? >>> >>> Otherwise I'm out of ideas :) >>> >>> Regards, >>> >>> Tristan >>> >>> On 18/08/2017, at 5:00 PM, Ketan Kothari wrote: >>> >>> >>> >>> *Hello,* >>> >>> *I have checked find that freeswitch_licence_server is running.* >>> >>> # ps -aux | grep freeswitch >>> freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 >>> /usr/sbin/freeswitch_licence_server >>> freeswi+ 13515 0.4 0.5 1777492 31732 ? S>> /usr/local/freeswitch/bin/freeswitch -nc -rp -u freeswitch -g daemon >>> root 30830 0.0 0.0 12728 2184 pts/0 R+ 00:54 0:00 grep >>> freeswitch >>> >>> >>> *Do i need do anything more?* >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 Mon Aug 21 14:49:26 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 21 Aug 2017 09:49:26 -0500 Subject: [Freeswitch-users] G729 Couldn't contact license server In-Reply-To: References: <654FFB29-DCCF-41E8-A914-A410B2AD37D1@d-man.org> <4D4A8058-B371-4926-AE65-AEF52144C219@mocha.net.nz> Message-ID: Oh to clarify 94 installer is for 1.6.8 and lower, anything nigher the latest one will work. /b On Mon, Aug 21, 2017 at 9:49 AM, Brian West wrote: > You have to use the 94 revision of the installer. And you should UPDATE > to at least 1.6.19. > > /b > > On Sun, Aug 20, 2017 at 11:19 PM, Ketan Kothari > wrote: > >> >> >> >> >> >> *Hello Brian,I am using FreeSWITCH (Version 1.6.8) followed this link >> http://files.freeswitch.org/g729/INSTALL >> and installed this one >> fs-latest-installer-v1.6.* >> >> >> *Please correct me if i have installed wrong.* >> >> On Sun, Aug 20, 2017 at 1:54 AM, Brian West wrote: >> >>> Using the wrong binary, what fs and g729 are you installing? >>> >>> On Fri, Aug 18, 2017 at 2:10 AM Tristan Dean >>> wrote: >>> >>>> Hi Ketan >>>> >>>> I had similar problems once and landed up not using the -latest build >>>> and chose one of the other g729 builds. To be fair I think this was with an >>>> older version of 1.4. >>>> >>>> I'm not 100% sure on the communication flow with the license server, >>>> but it could be worth checking local firewalls and if the FreeSwitch user >>>> has permissions to read the license file in /etc/freeswitch/ >>>> >>>> Are you running apparmor? If so it might also restrict access to the >>>> license file? Particularly if the rest of the config is stored in >>>> /usr/local/freeswitch/conf/ >>>> >>>> Is there anything in your syslog or messages file? >>>> >>>> Otherwise I'm out of ideas :) >>>> >>>> Regards, >>>> >>>> Tristan >>>> >>>> On 18/08/2017, at 5:00 PM, Ketan Kothari wrote: >>>> >>>> >>>> >>>> *Hello,* >>>> >>>> *I have checked find that freeswitch_licence_server is running.* >>>> >>>> # ps -aux | grep freeswitch >>>> freeswi+ 13338 0.0 0.0 17208 1080 ? Ss Aug17 0:00 >>>> /usr/sbin/freeswitch_licence_server >>>> freeswi+ 13515 0.4 0.5 1777492 31732 ? S>>> /usr/local/freeswitch/bin/freeswitch -nc -rp -u freeswitch -g daemon >>>> root 30830 0.0 0.0 12728 2184 pts/0 R+ 00:54 0:00 grep >>>> freeswitch >>>> >>>> >>>> *Do i need do anything more?* >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-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 <(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 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/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 > -- *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 Mon Aug 21 14:50:14 2017 From: brian at freeswitch.org (Brian West) Date: Mon, 21 Aug 2017 09:50:14 -0500 Subject: [Freeswitch-users] Sofia profile with support of both IPv6 and IPv4 In-Reply-To: References: Message-ID: No, it can not, You have a v4 profile and a v6 profile, Its theoretically possible to do it all one profile but It would require a lot of work to allow it. /b On Mon, Aug 21, 2017 at 12:12 AM, sagar malam wrote: > Hello, > > Can anyone please help me on this ? > > On Sat, Aug 19, 2017 at 5:06 PM sagar malam wrote: > >> Hello, >> >> I would like to know if same Sofia Profile can bind to IPv6 and IPv4 >> address simultaneously ? >> >> I tried adding extra "sip-ip" param with IPv6 address but it always binds >> to any one address either IPv6 or IPv4. >> >> If it is not possible then what is the best way to provide support for >> both IPv6 and IPv6 in FS ? Creating separate Sofia profiles for both ? >> >> Any clarification would be appreciated. >> >> Thanks in advance >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *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 christian.hoene at symonics.com Mon Aug 21 16:59:38 2017 From: christian.hoene at symonics.com (christian.hoene at symonics.com) Date: Mon, 21 Aug 2017 18:59:38 +0200 Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 134, Issue 127 References: Message-ID: <1gnk5dpwypydhvxiu4ju0gyp.1503334778703@email.android.com> Sent from my ASUS -------- Originalmitteilung -------- Von:freeswitch-users-request at lists.freeswitch.org Gesendet:Mon, 21 Aug 2017 16:49:38 +0200 An:freeswitch-users at lists.freeswitch.org Betreff:FreeSWITCH-users Digest, Vol 134, Issue 127 >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: wss issues? (Brian West) > 2. Re: G729 Couldn't contact license server (Brian West) > >_______________________________________________ >FreeSWITCH-users mailing list >FreeSWITCH-users at lists.freeswitch.org >http://lists.freeswitch.org/mailman/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 Mon Aug 21 19:41:06 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 21 Aug 2017 21:41:06 +0200 Subject: [Freeswitch-users] Sofia profile with support of both IPv6 and IPv4 In-Reply-To: References: Message-ID: there's not much reason in combining the two. The only scenario where it might cause problems, is when you refer to a remote gateway by its NAPTR or SRV name, and suddenly it changes the transport from ipv4 to ipv6. I would say you should avoid such a service provider in any case :-) On Mon, Aug 21, 2017 at 4:50 PM, Brian West wrote: > No, it can not, You have a v4 profile and a v6 profile, Its theoretically > possible to do it all one profile but It would require a lot of work to > allow it. > /b > > > On Mon, Aug 21, 2017 at 12:12 AM, sagar malam > wrote: > >> Hello, >> >> Can anyone please help me on this ? >> >> On Sat, Aug 19, 2017 at 5:06 PM sagar malam wrote: >> >>> Hello, >>> >>> I would like to know if same Sofia Profile can bind to IPv6 and IPv4 >>> address simultaneously ? >>> >>> I tried adding extra "sip-ip" param with IPv6 address but it always >>> binds to any one address either IPv6 or IPv4. >>> >>> If it is not possible then what is the best way to provide support for >>> both IPv6 and IPv6 in FS ? Creating separate Sofia profiles for both ? >>> >>> Any clarification would be appreciated. >>> >>> Thanks in advance >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *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 ssinyagin at gmail.com Mon Aug 21 19:44:55 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 21 Aug 2017 21:44:55 +0200 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: I'm compiling debs from daily master on Jessie on armhf architecture, according to the guide below, and it works fine: https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures What exactly is the problem and how exactly do you compile? On Sun, Aug 20, 2017 at 10:54 PM, William Colls wrote: > Trying to build 1.6.19 on above board, and running into problems with > OpenSSL. The problem appears to be related to the implementation of Debian > jesse, and I will peruse it with the debain team. > > In the mean time, what modules do I need to disable so that I can build > FreeSWITCH without OpenSSL? > > 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 From william at williamcollsassoc.ca Mon Aug 21 20:57:51 2017 From: william at williamcollsassoc.ca (William Colls) Date: Mon, 21 Aug 2017 16:57:51 -0400 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: Yes. it is jessie. Stretch not available for the Pine64 yet. There is an unresolved dependency when trying to install libssl-dev. The error message is as follows: The following packages have unmet dependencies: libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but 1.0.2l-1~bpo8+1 is to be installed On 2017-08-20 11:11 PM, Michael Jerris wrote: > Are you sure it's jessie and not stretch? If it's stretch you need to > be on master not 1.6. What exactly is the problem with openssl? > > On Sun, Aug 20, 2017 at 4:59 PM William Colls > > > wrote: > > Trying to build 1.6.19 on above board, and running into problems > with > OpenSSL. The problem appears to be related to the implementation of > Debian jesse, and I will peruse it with the debain team. > > In the mean time, what modules do I need to disable so that I can > build > FreeSWITCH without OpenSSL? > > 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Mon Aug 21 21:46:08 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 21 Aug 2017 23:46:08 +0200 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: I have 1.0.1t-1+deb8u2 installed, and it works. So, what exactly build process are you using? On Mon, Aug 21, 2017 at 10:57 PM, William Colls wrote: > Yes. it is jessie. Stretch not available for the Pine64 yet. There is an > unresolved dependency when trying to install libssl-dev. The error message > is as follows: > > The following packages have unmet dependencies: > libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but 1.0.2l-1~bpo8+1 > is to be installed > > > > On 2017-08-20 11:11 PM, Michael Jerris wrote: > > Are you sure it's jessie and not stretch? If it's stretch you need to be on > master not 1.6. What exactly is the problem with openssl? > > On Sun, Aug 20, 2017 at 4:59 PM William Colls > wrote: >> >> Trying to build 1.6.19 on above board, and running into problems with >> OpenSSL. The problem appears to be related to the implementation of >> Debian jesse, and I will peruse it with the debain team. >> >> In the mean time, what modules do I need to disable so that I can build >> FreeSWITCH without OpenSSL? >> >> 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 > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 jungleboogie0 at gmail.com Tue Aug 22 05:29:02 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Mon, 21 Aug 2017 22:29:02 -0700 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: <9dcdb3a1-09cf-b71a-9e26-228ab004aa62@gmail.com> Thus said William Colls on Mon, 21 Aug 2017 16:57:51 -0400 > Yes. it is jessie. Stretch not available for the Pine64 yet. There is an > unresolved dependency when trying to install libssl-dev. The error > message is as follows: > > The following packages have unmet dependencies: > libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but > 1.0.2l-1~bpo8+1 is to be installed > > I'm interested to know your config options. Are you building from git master src? There's also this link: https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie Compiling Latest Master (for testing) You'll probably want to start at this section: # Then let's get the source. Use the -b flag to get a specific branch From abhishek.sharma at autoninja.in Mon Aug 21 11:54:26 2017 From: abhishek.sharma at autoninja.in (Abhishek Sharma) Date: Mon, 21 Aug 2017 17:24:26 +0530 Subject: [Freeswitch-users] Sangoma card pri not coming up on new architecture servers In-Reply-To: References: <00b201d317f7$01b16400$05142c00$@autoninja.in> Message-ID: <01f401d31a74$4345e920$c9d1bb60$@autoninja.in> Hi John, Thanks for the reply, we have been following up with sangoma but we didn't get any solution or workaround from them. We hoped to find resolution from people who may have faced the same issue. Any insight much appreciated Thanks Abhishek -----Original Message----- From: John Covici [mailto:covici at ccs.covici.com] Sent: 19 August 2017 06:16 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Sangoma card pri not coming up on new architecture servers I would imagine you would get better answers by speaking to Sangoma. On Fri, 18 Aug 2017 03:52:54 -0400, Abhishek Sharma wrote: > > [1 ] > [1.1 ] > [1.2 ] Hi, > > We are facing issues with sangoma card in the new hardware dell server (Dell T30) with Xeon processor. > > Also we have observed same issue in i7 based servers. > > With same configuration, same pri and same sangoma card, it is working fine in an old machine with intel core i3 and i5 processor. > > We are using freeswitch v1.6.6 but on upgrading to freeswitch v1.6.19 issue still persists. > > In this signalling layer does not come up on the new hardware Xeon, intel core i7. > > This is a new installation on a brand new dell server (Dell T30). > > freeswitch at internal> ftdm list > > +OK > > span: 1 (wp1) > > type: Sangoma (ISDN) > > physical_status: ok > > signaling_status: DOWN > > chan_count: 31 > > dialplan: XML > > context: public > > dial_regex: > > fail_dial_regex: > > Also we get following log trace in freeswitch cli: > > 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 > [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c1][1:1] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c2][1:2] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 > Received RESTART CFM (dChan:1 ces:0 type:0) > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c3][1:3] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c4][1:4] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:1 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c5][1:5] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c6][1:6] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:2 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c7][1:7] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:3 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c8][1:8] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:4 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:5 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c9][1:9] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c10][1:10] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:6 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c11][1:11] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:7 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c12][1:12] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c13][1:13] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:8 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c14][1:14] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:9 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c15][1:15] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c16][1:17] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:10 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c17][1:18] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c18][1:19] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:11 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c19][1:20] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c20][1:21] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:12 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c21][1:22] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c22][1:23] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:13 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c23][1:24] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c24][1:25] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:14 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c25][1:26] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c26][1:27] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:15 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c27][1:28] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:16 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c28][1:29] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c29][1:30] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:17 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c30][1:31] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c31][1:16] Signalling link status changed to UP > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:18 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:19 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:20 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:21 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:22 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:23 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:24 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:25 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:26 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:27 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:28 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:29 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:30 signalling > changed to :UP > > 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:31 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: > > format: Unnumbered > > sapi: 000 c/r: 1 ea: 0 > > tei: 000 ea: 1 > > p/f: 1 > > cmd: DM - disconnected mode > > [ 02 01 7f ] > > 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 > [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) > > 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 > Received RESTART CFM (dChan:1 ces:0 type:0) > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c1][1:1] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c2][1:2] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c3][1:3] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c4][1:4] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c5][1:5] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c6][1:6] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c7][1:7] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:1 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c8][1:8] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c9][1:9] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:2 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c10][1:10] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:3 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c11][1:11] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:4 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c12][1:12] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:5 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c13][1:13] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c14][1:14] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:6 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c15][1:15] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:7 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c16][1:17] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c17][1:18] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:8 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c18][1:19] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c19][1:20] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:9 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c20][1:21] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:10 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c21][1:22] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:11 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c22][1:23] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c23][1:24] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:12 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c24][1:25] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c25][1:26] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:13 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c26][1:27] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c27][1:28] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:14 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c28][1:29] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:15 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c29][1:30] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:16 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c30][1:31] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 > [s1c31][1:16] Signalling link status changed to UP > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:17 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:18 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:19 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:20 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:21 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:22 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:23 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:24 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:25 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:26 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:27 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:28 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:29 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:30 signalling > changed to :UP > > 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear > channel sig [SIGSTATUS_CHANGED] > > 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:31 signalling > changed to :UP > > 2017-07-27 12:44:52.934775 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN Q921] wp1 FRAME INCOMING: > > format: Unnumbered > > sapi: 000 c/r: 1 ea: 0 > > tei: 000 ea: 1 > > p/f: 1 > > cmd: DM - disconnected mode > > [ 02 01 7f ] > > We had also upgraded the bios of the server but that had no effect > > Also we were suggested to upgrade the bios to latest version. Which was also done and made no effect on our issue. > > It seems we are receiving SABME but sending nothing in return. Their are no RX and TX counter increment. > > Do let me know if you need more information. > > Any idea what could we do to mitigate this? > > -- > > Best Regards, > > Abhishek Sharma > > Senior Systems Engineer > > ------------------------------- > > www.autoninja.in > > This message is confidential. The message may also be privileged or > covered under work product immunity. If you are not the intended > recipient of this message, you should not copy or distribute this > message. If you have received this message by mistake, delete it from your system completely and please notify the sender of the message immediately. Email transmission could be corrupted, intercepted, arrive late, arrive incomplete, or contain viruses and hence, the transmission cannot be guaranteed to be free of errors or secure. Therefore, liability for any errors or omissions, which might have arisen as a result of Email transmission, is not accepted by either the sender of this message or by Unbox Technologies pvt. ltd. (Autoninja). Views or opinions expressed in this message are solely those of the sender of the message and do not necessarily represent the views of Unbox Technologies pvt. ltd. (Autoninja). > > [2 ] > ______________________________________________________________________ > ___ Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use > rs > http://www.freeswitch.org -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From hunterj91 at hotmail.com Tue Aug 22 13:08:16 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Tue, 22 Aug 2017 13:08:16 +0000 Subject: [Freeswitch-users] Pause Voicemail 'beep' when using skip instructions Message-ID: Hi Guys, Hope all are well? I am using using skip_instructions with the voicemail module, so that we dont have any instructions and just the audio file is played (voicemail_greeting_number=1), which I am doing in dialplan as below; This works fine but some people are reporting the 'beep' kicks in too quickly after the audio file has stopped playing. Is there a way to pause/sleep the 'beep' so I can wait for a few seconds before it is generated? Many thanks Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: From ha.ppy.neko at gmail.com Mon Aug 21 23:03:25 2017 From: ha.ppy.neko at gmail.com (ha.ppy.neko) Date: Tue, 22 Aug 2017 02:03:25 +0300 Subject: [Freeswitch-users] Playback of AMR-WB files. Message-ID: Hi, I have FreeSwitch 1.6.19 with mod_amrwb and mod_native_file installed. But when I try to playback amr-wb file I see the following error "cannot play or record native files with variable length data". Is it possible to play amr and amr-wb files with FS and if so how? -- Best regards, Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: From saeedmusani at gmail.com Tue Aug 22 12:03:04 2017 From: saeedmusani at gmail.com (Saeed Musani) Date: Tue, 22 Aug 2017 17:03:04 +0500 Subject: [Freeswitch-users] Destination number from Request-URI Message-ID: Hi, I want to know whether FreeSwitch extracts destination number from Request-URI or from "To" header. I suspect that it extracts from "To" header. If this is the case, please guide me how we can configure FreeSwitch to extract destination number from Request-URI. I have googled it but unable to find the solution. Thanks for the support. Best Wishes, Muhammad Saeed Musani -------------- next part -------------- An HTML attachment was scrubbed... URL: From vladislaus at gmail.com Tue Aug 22 13:26:51 2017 From: vladislaus at gmail.com (Andres Gomez) Date: Tue, 22 Aug 2017 08:26:51 -0500 Subject: [Freeswitch-users] XUI Install error Message-ID: Hi XUI Guys I saw your presentation in cluecon and it was excellent. Congratulations. I am trying to install xui, but I get to a point that generates error. I am following the instructions of github, and I am installing on debian 8. (https://github.com/seven1240/xui) after this cd db/schema && make make setup I see this error root at debian:/usr/src/xui-master/db/schema# make setup make: *** No rule to make target 'setup'. Stop. Can you help me? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Tue Aug 22 15:08:13 2017 From: mike at jerris.com (Michael Jerris) Date: Tue, 22 Aug 2017 11:08:13 -0400 Subject: [Freeswitch-users] Sangoma card pri not coming up on new architecture servers In-Reply-To: <01f401d31a74$4345e920$c9d1bb60$@autoninja.in> References: <00b201d317f7$01b16400$05142c00$@autoninja.in> <01f401d31a74$4345e920$c9d1bb60$@autoninja.in> Message-ID: <681F4F9D-1437-4B2A-8DE1-25C2E4E7AEE5@jerris.com> That signaling stack is sangoma proprietary, they will need to provide the support for it. > On Aug 21, 2017, at 7:54 AM, Abhishek Sharma wrote: > > Hi John, > > Thanks for the reply, we have been following up with sangoma but we didn't > get any solution or workaround from them. > We hoped to find resolution from people who may have faced the same issue. > Any insight much appreciated > > Thanks > Abhishek > > -----Original Message----- > From: John Covici [mailto:covici at ccs.covici.com] > Sent: 19 August 2017 06:16 > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Sangoma card pri not coming up on new > architecture servers > > I would imagine you would get better answers by speaking to Sangoma. > > On Fri, 18 Aug 2017 03:52:54 -0400, > Abhishek Sharma wrote: >> >> [1 ] >> [1.1 ] >> [1.2 ] Hi, >> >> We are facing issues with sangoma card in the new hardware dell server > (Dell T30) with Xeon processor. >> >> Also we have observed same issue in i7 based servers. >> >> With same configuration, same pri and same sangoma card, it is working > fine in an old machine with intel core i3 and i5 processor. >> >> We are using freeswitch v1.6.6 but on upgrading to freeswitch v1.6.19 > issue still persists. >> >> In this signalling layer does not come up on the new hardware Xeon, intel > core i7. >> >> This is a new installation on a brand new dell server (Dell T30). >> >> freeswitch at internal> ftdm list >> >> +OK >> >> span: 1 (wp1) >> >> type: Sangoma (ISDN) >> >> physical_status: ok >> >> signaling_status: DOWN >> >> chan_count: 31 >> >> dialplan: XML >> >> context: public >> >> dial_regex: >> >> fail_dial_regex: >> >> Also we get following log trace in freeswitch cli: >> >> 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 >> [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c1][1:1] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c2][1:2] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 >> Received RESTART CFM (dChan:1 ces:0 type:0) >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c3][1:3] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c4][1:4] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:1 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c5][1:5] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c6][1:6] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:2 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c7][1:7] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:3 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c8][1:8] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:4 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:5 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c9][1:9] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c10][1:10] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:6 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c11][1:11] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:7 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c12][1:12] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c13][1:13] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:8 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c14][1:14] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:9 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c15][1:15] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c16][1:17] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:10 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c17][1:18] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c18][1:19] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:11 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c19][1:20] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c20][1:21] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:12 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c21][1:22] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c22][1:23] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:13 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c23][1:24] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c24][1:25] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:14 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c25][1:26] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c26][1:27] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:15 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c27][1:28] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:16 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c28][1:29] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c29][1:30] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:17 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c30][1:31] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c31][1:16] Signalling link status changed to UP >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:18 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:19 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:20 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:21 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:22 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:23 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:24 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:25 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:26 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:27 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:28 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:29 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:30 signalling >> changed to :UP >> >> 2017-07-27 12:44:50.934840 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:50.934840 [INFO] mod_freetdm.c:2781 1:31 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN > Q921] wp1 FRAME INCOMING: >> >> format: Unnumbered >> >> sapi: 000 c/r: 1 ea: 0 >> >> tei: 000 ea: 1 >> >> p/f: 1 >> >> cmd: DM - disconnected mode >> >> [ 02 01 7f ] >> >> 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:825 >> [SNGISDN Q931] s1: Interface: UP(260): Dchan(285) >> >> 2017-07-27 12:44:51.934784 [INFO] ftmod_sangoma_isdn_stack_rcv.c:675 >> Received RESTART CFM (dChan:1 ces:0 type:0) >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c1][1:1] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c2][1:2] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c3][1:3] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c4][1:4] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c5][1:5] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c6][1:6] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c7][1:7] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:1 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c8][1:8] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c9][1:9] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:2 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c10][1:10] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:3 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c11][1:11] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:4 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c12][1:12] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:5 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c13][1:13] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c14][1:14] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:6 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c15][1:15] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:7 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c16][1:17] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c17][1:18] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:8 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c18][1:19] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c19][1:20] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:9 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c20][1:21] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:10 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c21][1:22] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:11 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c22][1:23] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c23][1:24] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:12 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c24][1:25] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c25][1:26] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:13 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c26][1:27] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c27][1:28] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:14 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c28][1:29] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:15 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c29][1:30] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:16 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c30][1:31] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [DEBUG] ftmod_sangoma_isdn_cntrl.c:45 >> [s1c31][1:16] Signalling link status changed to UP >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:17 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:18 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:19 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:20 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:21 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:22 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:23 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:24 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:25 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:26 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:27 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:28 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:29 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:30 signalling >> changed to :UP >> >> 2017-07-27 12:44:51.934784 [DEBUG] mod_freetdm.c:2705 got clear >> channel sig [SIGSTATUS_CHANGED] >> >> 2017-07-27 12:44:51.934784 [INFO] mod_freetdm.c:2781 1:31 signalling >> changed to :UP >> >> 2017-07-27 12:44:52.934775 [DEBUG] ftmod_sangoma_isdn_trace.c:117 [SNGISDN > Q921] wp1 FRAME INCOMING: >> >> format: Unnumbered >> >> sapi: 000 c/r: 1 ea: 0 >> >> tei: 000 ea: 1 >> >> p/f: 1 >> >> cmd: DM - disconnected mode >> >> [ 02 01 7f ] >> >> We had also upgraded the bios of the server but that had no effect >> >> Also we were suggested to upgrade the bios to latest version. Which was > also done and made no effect on our issue. >> >> It seems we are receiving SABME but sending nothing in return. Their are > no RX and TX counter increment. >> >> Do let me know if you need more information. >> >> Any idea what could we do to mitigate this? >> From sagarmalam at gmail.com Tue Aug 22 13:27:18 2017 From: sagarmalam at gmail.com (sagar malam) Date: Tue, 22 Aug 2017 13:27:18 +0000 Subject: [Freeswitch-users] Sofia profile with support of both IPv6 and IPv4 In-Reply-To: References: Message-ID: OK. Thanks for information. :) On Tue, Aug 22, 2017 at 1:11 AM Stanislav Sinyagin wrote: > there's not much reason in combining the two. The only scenario where it > might cause problems, is when you refer to a remote gateway by its NAPTR or > SRV name, and suddenly it changes the transport from ipv4 to ipv6. I would > say you should avoid such a service provider in any case :-) > > > > On Mon, Aug 21, 2017 at 4:50 PM, Brian West wrote: > >> No, it can not, You have a v4 profile and a v6 profile, Its theoretically >> possible to do it all one profile but It would require a lot of work to >> allow it. >> /b >> >> >> On Mon, Aug 21, 2017 at 12:12 AM, sagar malam >> wrote: >> >>> Hello, >>> >>> Can anyone please help me on this ? >>> >>> On Sat, Aug 19, 2017 at 5:06 PM sagar malam >>> wrote: >>> >>>> Hello, >>>> >>>> I would like to know if same Sofia Profile can bind to IPv6 and IPv4 >>>> address simultaneously ? >>>> >>>> I tried adding extra "sip-ip" param with IPv6 address but it always >>>> binds to any one address either IPv6 or IPv4. >>>> >>>> If it is not possible then what is the best way to provide support for >>>> both IPv6 and IPv6 in FS ? Creating separate Sofia profiles for both ? >>>> >>>> Any clarification would be appreciated. >>>> >>>> Thanks in advance >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryharris at airmail.cc Tue Aug 22 17:44:49 2017 From: ryharris at airmail.cc (Ryan Harris) Date: Tue, 22 Aug 2017 13:44:49 -0400 Subject: [Freeswitch-users] XUI Install error In-Reply-To: References: Message-ID: Not an XUI guy, but you need to run `make setup` from the main directory. cd db/schema && make cd ../.. && make setup or a more terse way would be: make -C db/schema && make setup On 08/22/2017 09:26 AM, Andres Gomez wrote: > Hi XUI Guys > > > I saw your presentation in cluecon and it was excellent. Congratulations. > > I am trying to install xui, but I get to a point that generates error. > > I am following the instructions of github, and I am installing on > debian 8. (https://github.com/seven1240/xui) > > after this > > cd db/schema && make > make setup > > I see this error > > > root at debian:/usr/src/xui-master/db/schema# make setup > make: *** No rule to make target 'setup'. Stop. > > > Can you help me? > > 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 grcamauer at gmail.com Tue Aug 22 20:21:26 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Tue, 22 Aug 2017 17:21:26 -0300 Subject: [Freeswitch-users] FreeSWITCH 1.8 Book Promo In-Reply-To: References: <41889112-7ae0-b5a8-f277-9b8eced96bef@gmail.com> Message-ID: Just bought a copy. Thanks for the code! Guillermo On Sat, Aug 19, 2017 at 8:10 AM, Nandy Dagondon wrote: > > > Update. > Just ordered the eBook with 50% discount (Promo code: FreeSwitch50). > There's a Packt notice ending 50% offer by Monday but didn't check if FS > 1.8 is in the list. > > This is great! Tks. > > > On Mon, Aug 14, 2017 at 8:02 AM, Nandy Dagondon > wrote: > >> >> >> 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/free >>>>> switch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> Virus-free. >>>> www.avast.com >>>> >>>> <#m_-8829844961729314479_m_9123232308483843096_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/free >>>> switch-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 > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From ha.ppy.neko at gmail.com Tue Aug 22 18:32:15 2017 From: ha.ppy.neko at gmail.com (ha.ppy.neko) Date: Tue, 22 Aug 2017 21:32:15 +0300 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: References: Message-ID: I think my assumption that mod_amrwb in passthrough mode allows native playback was wrong. But at lest I made some progress. Master branch includes integration with libvo-amrwbenc and libopencore-amrwb libraries. With them I can transcode WAV to AMR-WB on the fly. But playback of native AMR-WB file with mod_native_file still fails. No errors, just silence. The question remains: is it possible to natively play AMR files without transcoding with FS? 2017-08-22 2:03 GMT+03:00 ha.ppy.neko : > Hi, > I have FreeSwitch 1.6.19 with mod_amrwb and mod_native_file installed. > But when I try to playback amr-wb file I see the following error "cannot > play or record native files with variable length data". > > Is it possible to play amr and amr-wb files with FS and if so how? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ryharris at airmail.cc Tue Aug 22 18:44:42 2017 From: ryharris at airmail.cc (Ryan Harris) Date: Tue, 22 Aug 2017 14:44:42 -0400 Subject: [Freeswitch-users] Pause Voicemail 'beep' when using skip instructions In-Reply-To: References: Message-ID: Here's a solution that might be considered a hack: In your voicemail config /etc/freeswitch/autoload_configs/voicemail.conf.xml, you can do something like this with the tone-spec: What's happening here is you are setting the volume to imperceptible and then playing a tone for 5000 ms; then, the volume gets set to 0 dB and plays the regular tone. Of course change 5000 to whatever delay you want before the tone and check to make sure that v=0 is a comfortable volume. On 08/22/2017 09:08 AM, Jonathan Hunter wrote: > Hi Guys, > > Hope all are well? > > I am using using skip_instructions with the voicemail module, so that > we dont have any instructions and just the audio file is played > (voicemail_greeting_number=1), which I am doing in dialplan as below; > > > > > > > > > This works fine but some people are reporting the 'beep' kicks in too > quickly after the audio file has stopped playing. > > Is there a way to pause/sleep the 'beep' so I can wait for a few > seconds before it is generated? > > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Tue Aug 22 21:21:18 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Tue, 22 Aug 2017 16:21:18 -0500 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: References: Message-ID: The question was answered by the log line you supplied. -- "cannot play or record native files with variable length data". VBR codecs are not a predictable size so you cannot make a raw file of it because you don't have any idea how big each packet is. On Tue, Aug 22, 2017 at 1:32 PM, ha.ppy.neko wrote: > I think my assumption that mod_amrwb in passthrough mode allows native > playback was wrong. > But at lest I made some progress. Master branch includes integration with > libvo-amrwbenc and libopencore-amrwb libraries. With them I can transcode > WAV to AMR-WB on the fly. > But playback of native AMR-WB file with mod_native_file still fails. No > errors, just silence. > > The question remains: is it possible to natively play AMR files without > transcoding with FS? > > 2017-08-22 2:03 GMT+03:00 ha.ppy.neko : > >> Hi, >> I have FreeSwitch 1.6.19 with mod_amrwb and mod_native_file installed. >> But when I try to playback amr-wb file I see the following error "cannot >> play or record native files with variable length data". >> >> Is it possible to play amr and amr-wb files with FS and if so how? >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 chernetsov.artyom at gmail.com Tue Aug 22 21:34:38 2017 From: chernetsov.artyom at gmail.com (Artyom Chernetzov) Date: Wed, 23 Aug 2017 00:34:38 +0300 Subject: [Freeswitch-users] question about session:setInputCallback Message-ID: It will work if you define object in global table, then setup argument as string name of that object, like so: somethingToPassAsArg={ name="arg"; } callbackFunction = function(s, type, obj, arg) freeswitch.consoleLog("debug","hi, i'm "..arg.name); end session:setInputCallback("onInputRecognition","somethingToPassAsArg"); object will be available as arg parameter of callbackFunction 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 > > Best regards, Artyom -------------- next part -------------- An HTML attachment was scrubbed... URL: From hunterj91 at hotmail.com Wed Aug 23 10:26:54 2017 From: hunterj91 at hotmail.com (Jonathan Hunter) Date: Wed, 23 Aug 2017 10:26:54 +0000 Subject: [Freeswitch-users] Pause Voicemail 'beep' when using skip instructions In-Reply-To: References: , Message-ID: Thanks Ryan, works perfectly! Many thanks Jon ________________________________ From: FreeSWITCH-users on behalf of Ryan Harris Sent: 22 August 2017 18:44 To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Pause Voicemail 'beep' when using skip instructions Here's a solution that might be considered a hack: In your voicemail config /etc/freeswitch/autoload_configs/voicemail.conf.xml, you can do something like this with the tone-spec: What's happening here is you are setting the volume to imperceptible and then playing a tone for 5000 ms; then, the volume gets set to 0 dB and plays the regular tone. Of course change 5000 to whatever delay you want before the tone and check to make sure that v=0 is a comfortable volume. On 08/22/2017 09:08 AM, Jonathan Hunter wrote: Hi Guys, Hope all are well? I am using using skip_instructions with the voicemail module, so that we dont have any instructions and just the audio file is played (voicemail_greeting_number=1), which I am doing in dialplan as below; This works fine but some people are reporting the 'beep' kicks in too quickly after the audio file has stopped playing. Is there a way to pause/sleep the 'beep' so I can wait for a few seconds before it is generated? 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ha.ppy.neko at gmail.com Tue Aug 22 22:50:24 2017 From: ha.ppy.neko at gmail.com (ha.ppy.neko) Date: Wed, 23 Aug 2017 01:50:24 +0300 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: References: Message-ID: I am not sure, but it looks like for given mode AMR and AMR-WB files have fixed frame size. "The length of the speech frame is implicitly defined by the mode indicated in the FT field": https://tools.ietf.org/html/rfc4867#page-35 Anyway, it is strange that mod_native_file registers AMR and AMR-WB formats if it could not support them. 2017-08-23 0:21 GMT+03:00 Anthony Minessale : > The question was answered by the log line you supplied. > > -- "cannot play or record native files with variable length data". > > VBR codecs are not a predictable size so you cannot make a raw file of it > because you don't have any idea how big each packet is. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Wed Aug 23 12:57:42 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 23 Aug 2017 08:57:42 -0400 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: References: Message-ID: <2D2AD379-782F-4F3E-934A-2A119BAA85DA@jerris.com> That was actually fixed recently. In current master code it won’t register them. > On Aug 22, 2017, at 6:50 PM, ha.ppy.neko wrote: > > I am not sure, but it looks like for given mode AMR and AMR-WB files have fixed frame size. > "The length of the speech frame is implicitly defined by the mode indicated in the FT field": > > https://tools.ietf.org/html/rfc4867#page-35 > > Anyway, it is strange that mod_native_file registers AMR and AMR-WB formats if it could not support them. > > 2017-08-23 0:21 GMT+03:00 Anthony Minessale >: > The question was answered by the log line you supplied. > > -- "cannot play or record native files with variable length data". > > VBR codecs are not a predictable size so you cannot make a raw file of it because you don't have any idea how big each packet is. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mjlopez at smartic.es Wed Aug 23 18:23:15 2017 From: mjlopez at smartic.es (=?iso-8859-1?Q?Miguel_Jes=FAs_L=F3pez_Valverde?=) Date: Wed, 23 Aug 2017 20:23:15 +0200 Subject: [Freeswitch-users] Customs fields on Channels table with FS on ODBC in the core. In-Reply-To: <180b01d31b3f$1874e540$495eafc0$@smartic.es> References: <180b01d31b3f$1874e540$495eafc0$@smartic.es> Message-ID: <019a01d31c3c$e3ad3070$ab079150$@smartic.es> Hello, good afternoon: Could anyone offer me any clue about this? Thankyou very much. Miguel J. López Valverde Dpto. Técnico. _____ Pº de la Castellana, 135 7ª pl 28046 Madrid España Tel: 900 900 368 | Móvil: (+34) 667 772 911 E-mail: mjlopez at smartic.es | Web: http://www.smartic.es _____ Sus datos de carácter personal (nombre, apellidos, dirección postal y de correo electrónico, etc.) son tratados para la gestión de su relación con la Entidad, así como para el envío de información sobre nuestra actividad y la de terceros relacionadas con la actividad de Consulting Smartic Solutions, S.L., CIF: B85130037, Pº de la Castellana, 135 7ª pl 28046 Madrid. Usted puede ejercer sus derechos de acceso, rectificación, cancelación y oposición dirigiéndose por escrito, con copia de un documento que acredite su identidad, a la dirección info (arroba) smartic.es. Este mensaje puede contener información confidencial. Si usted no es su destinatario, no debe leerlo, copiarlo, distribuirlo, ni hacer uso de la información que contiene. En este caso, por favor, llámenos o comuníquenoslo por escrito y borre este mensaje de su sistema De: Miguel Jesús López Valverde [mailto:mjlopez at smartic.es] Enviado el: martes, 22 de agosto de 2017 14:07 Para: freeswitch-users at lists.freeswitch.org Asunto: Customs fields on Channels table with FS on ODBC in the core. Good afternoon: I send this email to transmit a query, in case someone can help me. I was looking for different forums and sources, but I have not found anything about it. I currently have a demo Freeswitch server using ODBC in the core, (as described at https://freeswitch.org/confluence/display/FREESWITCH/Using+ODBC+in+the+core) , and working with a MySQL server As a database engine. This generates tables called Channels and Calls, from which the basic_calls and detailed_calls example views are obtained and, through these tables and views, the information of the calls in progress can be obtained. I wanted to add fields in the Channels table where to add information that comes from channel variables included in the dialplan using XML statements like or from LUA scripts, in the form session: setVariable ("Variable_channel", "value"). I have noticed that only the variables already contained in the field names are actually updated, as in the case of "accountcode". Is it possible to transmit custom channel variables to added fields in the Channels table? Thank you very much in advance. A cordial greeting. Miguel J. López Valverde Dpto. Técnico. _____ Pº de la Castellana, 135 7ª pl 28046 Madrid España Tel: 900 900 368 | Móvil: (+34) 667 772 911 E-mail: mjlopez at smartic.es | Web: http://www.smartic.es _____ Sus datos de carácter personal (nombre, apellidos, dirección postal y de correo electrónico, etc.) son tratados para la gestión de su relación con la Entidad, así como para el envío de información sobre nuestra actividad y la de terceros relacionadas con la actividad de Consulting Smartic Solutions, S.L., CIF: B85130037, Pº de la Castellana, 135 7ª pl 28046 Madrid. Usted puede ejercer sus derechos de acceso, rectificación, cancelación y oposición dirigiéndose por escrito, con copia de un documento que acredite su identidad, a la dirección info (arroba) smartic.es. Este mensaje puede contener información confidencial. Si usted no es su destinatario, no debe leerlo, copiarlo, distribuirlo, ni hacer uso de la información que contiene. En este caso, por favor, llámenos o comuníquenoslo por escrito y borre este mensaje de su sistema Libre de virus. www.avast.com --- El software de antivirus Avast ha analizado este correo electrónico en busca de virus. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4475 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.jpg Type: image/jpeg Size: 1217 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.jpg Type: image/jpeg Size: 1201 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.jpg Type: image/jpeg Size: 1184 bytes Desc: not available URL: From jungleboogie0 at gmail.com Wed Aug 23 20:47:18 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 23 Aug 2017 13:47:18 -0700 Subject: [Freeswitch-users] say module with male vocie? Message-ID: Hi All, I would like to have the phrase below spoken in a male voice, but when doing so, I receive this error in the fs logs: 2017-08-23 13:36:29.619893 [ERR] mod_say_en.c:627 Unknown Say type=[19] phrase: If I do it this way: It reads it but not in the male voice: 2017-08-23 13:44:11.539900 [DEBUG] switch_ivr_play_say.c:250 Handle say:[2600] (en:en) 2017-08-23 13:44:11.539900 [DEBUG] switch_ivr_play_say.c:1498 Codec Activated L16 at 48000hz 1 channels 20ms 2017-08-23 13:44:13.659902 [DEBUG] switch_ivr_play_say.c:1942 done playing file file_string://digits/2.wav!digits/thousand.wav!digits/6.wav!digits/hundred.wav Any help would be appreciated! Thanks, j.b. -- ------- inum: 883510009027723 sip: jungleboogie at sip2sip.info From mike at jerris.com Wed Aug 23 22:03:40 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 23 Aug 2017 18:03:40 -0400 Subject: [Freeswitch-users] say module with male vocie? In-Reply-To: References: Message-ID: gender is not for a different set of voice files, its for using things like saying numbers when referring to a gendered object, as is the case in some languages (not english). > On Aug 23, 2017, at 4:47 PM, jungle Boogie wrote: > > Hi All, > > I would like to have the phrase below spoken in a male voice, but when > doing so, I receive this error in the fs logs: > 2017-08-23 13:36:29.619893 [ERR] mod_say_en.c:627 Unknown Say type=[19] > > > phrase: > method="pronounced" type="number"/> > > > If I do it this way: > type="number"/> > > It reads it but not in the male voice: > 2017-08-23 13:44:11.539900 [DEBUG] switch_ivr_play_say.c:250 Handle > say:[2600] (en:en) > 2017-08-23 13:44:11.539900 [DEBUG] switch_ivr_play_say.c:1498 Codec > Activated L16 at 48000hz 1 channels 20ms > 2017-08-23 13:44:13.659902 [DEBUG] switch_ivr_play_say.c:1942 done > playing file file_string://digits/2.wav!digits/thousand.wav!digits/6.wav!digits/hundred.wav > > > Any help would be appreciated! > > Thanks, > j.b. > > -- > ------- > inum: 883510009027723 > sip: jungleboogie at sip2sip.info From ha.ppy.neko at gmail.com Wed Aug 23 22:06:24 2017 From: ha.ppy.neko at gmail.com (ha.ppy.neko) Date: Thu, 24 Aug 2017 01:06:24 +0300 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: <2D2AD379-782F-4F3E-934A-2A119BAA85DA@jerris.com> References: <2D2AD379-782F-4F3E-934A-2A119BAA85DA@jerris.com> Message-ID: Indeed. If mod_amrwb is compiled in paththrough mode it sets encoded_bytes_per_packet to 0 and mod_native_file skips this codec. But if mod_amrwb is compiled with transcoding support it sets encoded_bytes_per_packet to SWITCH_AMRWB_OUT_MAX_SIZE constant (61) and mod_native_file registers AMR-WB extension. That was the case for my installation. So my theory was that native playback fails because of incorrect packet size. According to module source AMR-WB has 9 bitrate modes with corresponding voice frame sizes (in bytes): 0 - 17 1 - 23 2 - 32 3 - 36 4 - 40 5 - 46 6 - 50 7 - 58 8 - 60 I recorded test RAW file with FS and record application at max bitrate and resulting file was indeed stream of 62 bytes RTP payloads. 2 bytes AMR-WB header + 60 bytes of voice data. I recompiled mod_amrwb with encoded_bytes_per_packet set to 62 and was able to successfully play RAW file! There was warning "switch_core_file.c:358 File /tmp/recording.AMR-WB sample rate 8000 doesn't match requested rate 16000" but it sounded fine nevertheless. I think this will work with passthrough mode too (change encoded_bytes_per_packet param from 0 to 62), but I don't have time to test it yet. Of course I don't know if this change will not break other FS functions, any ideas? And second problem is that caller may request lower bitrate with frame size 40 for example and RAW file will be sliced incorrectly. Thats the real deal breaker. Any tips how to make native playback honor negotiated codec and set proper encoded_bytes_per_packet value? 2017-08-23 15:57 GMT+03:00 Michael Jerris : > That was actually fixed recently. In current master code it won’t > register them. > > On Aug 22, 2017, at 6:50 PM, ha.ppy.neko wrote: > > I am not sure, but it looks like for given mode AMR and AMR-WB files have > fixed frame size. > "The length of the speech frame is implicitly defined by the mode > indicated in the FT field": > > https://tools.ietf.org/html/rfc4867#page-35 > > Anyway, it is strange that mod_native_file registers AMR and AMR-WB > formats if it could not support them. > > 2017-08-23 0:21 GMT+03:00 Anthony Minessale : > >> The question was answered by the log line you supplied. >> >> -- "cannot play or record native files with variable length data". >> >> VBR codecs are not a predictable size so you cannot make a raw file of it >> because you don't have any idea how big each packet is. >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Wed Aug 23 22:25:29 2017 From: mike at jerris.com (Michael Jerris) Date: Wed, 23 Aug 2017 18:25:29 -0400 Subject: [Freeswitch-users] Playback of AMR-WB files. In-Reply-To: References: <2D2AD379-782F-4F3E-934A-2A119BAA85DA@jerris.com> Message-ID: <41D1E239-0B68-499F-8653-D5D1CB3580A7@jerris.com> Thats a bug. AMR-WB is not fixed rate so it should be setting that value to 0. That change will make mod_native_file not load it. Toss me a pull request to fix and I’ll merge it. > On Aug 23, 2017, at 6:06 PM, ha.ppy.neko wrote: > > Indeed. If mod_amrwb is compiled in paththrough mode it sets encoded_bytes_per_packet to 0 and mod_native_file skips this codec. > But if mod_amrwb is compiled with transcoding support it sets encoded_bytes_per_packet to SWITCH_AMRWB_OUT_MAX_SIZE constant (61) and mod_native_file registers AMR-WB extension. That was the case for my installation. > > So my theory was that native playback fails because of incorrect packet size. > According to module source AMR-WB has 9 bitrate modes with corresponding voice frame sizes (in bytes): > 0 - 17 > 1 - 23 > 2 - 32 > 3 - 36 > 4 - 40 > 5 - 46 > 6 - 50 > 7 - 58 > 8 - 60 > > I recorded test RAW file with FS and record application at max bitrate and resulting file was indeed stream of 62 bytes RTP payloads. 2 bytes AMR-WB header + 60 bytes of voice data. > I recompiled mod_amrwb with encoded_bytes_per_packet set to 62 and was able to successfully play RAW file! > There was warning "switch_core_file.c:358 File /tmp/recording.AMR-WB sample rate 8000 doesn't match requested rate 16000" but it sounded fine nevertheless. > > I think this will work with passthrough mode too (change encoded_bytes_per_packet param from 0 to 62), but I don't have time to test it yet. > > Of course I don't know if this change will not break other FS functions, any ideas? > > And second problem is that caller may request lower bitrate with frame size 40 for example and RAW file will be sliced incorrectly. > Thats the real deal breaker. Any tips how to make native playback honor negotiated codec and set proper encoded_bytes_per_packet value? > > > 2017-08-23 15:57 GMT+03:00 Michael Jerris >: > That was actually fixed recently. In current master code it won’t register them. > >> On Aug 22, 2017, at 6:50 PM, ha.ppy.neko > wrote: >> >> I am not sure, but it looks like for given mode AMR and AMR-WB files have fixed frame size. >> "The length of the speech frame is implicitly defined by the mode indicated in the FT field": >> >> https://tools.ietf.org/html/rfc4867#page-35 >> >> Anyway, it is strange that mod_native_file registers AMR and AMR-WB formats if it could not support them. >> >> 2017-08-23 0:21 GMT+03:00 Anthony Minessale >: >> The question was answered by the log line you supplied. >> >> -- "cannot play or record native files with variable length data". >> >> VBR codecs are not a predictable size so you cannot make a raw file of it because you don't have any idea how big each packet is. >> -------------- next part -------------- An HTML attachment was scrubbed... URL: From grcamauer at gmail.com Wed Aug 23 22:26:59 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Wed, 23 Aug 2017 19:26:59 -0300 Subject: [Freeswitch-users] ESL for Go? Message-ID: What is the best ESL Go library? By best I mean complete, maintained, bug free, efficient, etc. There seem to be MANY alternative Go ESL packages. I am wondering which ones are being actively and successfully used. Recommendations? Some of the ones I found: https://github.com/fiorix/go-eventsocket https://github.com/0x19/goesl https://github.com/mattwilliamson/go-eventsocket https://github.com/cgrates/fsock https://github.com/vma/esl Thanks, -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From jungleboogie0 at gmail.com Thu Aug 24 01:12:00 2017 From: jungleboogie0 at gmail.com (jungle boogie) Date: Wed, 23 Aug 2017 18:12:00 -0700 Subject: [Freeswitch-users] say module with male vocie? In-Reply-To: References: Message-ID: Thus said Michael Jerris on Wed, 23 Aug 2017 18:03:40 -0400 > gender is not for a different set of voice files, its for using things like saying numbers when referring to a gendered object, as is the case in some languages (not english). > > Can you show an xml example of the correct syntax, including the language? I'll update/create a confluence page with this info. From andrew at cassidywebservices.co.uk Thu Aug 24 07:37:37 2017 From: andrew at cassidywebservices.co.uk (Andrew Cassidy) Date: Thu, 24 Aug 2017 07:37:37 +0000 Subject: [Freeswitch-users] Destination number from Request-URI In-Reply-To: References: Message-ID: Request URI unless otherwise specified afaik. Gateways have an extension option that can be set to auto_to_user to take it from the to header. On Tue, 22 Aug 2017, 17:37 Saeed Musani wrote: > Hi, > > I want to know whether FreeSwitch extracts destination number from > Request-URI or from "To" header. I suspect that it extracts from "To" > header. If this is the case, please guide me how we can configure > FreeSwitch to extract destination number from Request-URI. > > I have googled it but unable to find the solution. > > Thanks for the support. > > Best Wishes, > > > Muhammad Saeed Musani > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 24 08:05:10 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 24 Aug 2017 10:05:10 +0200 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: why don't you evaluate them and provide input for https://freeswitch.org/confluence/display/FREESWITCH/Golang+ESL ? I would edit the page accordingly. On Thu, Aug 24, 2017 at 12:26 AM, Guillermo Ruiz Camauer wrote: > What is the best ESL Go library? By best I mean complete, maintained, bug > free, efficient, etc. > There seem to be MANY alternative Go ESL packages. I am wondering which > ones are being actively and successfully used. Recommendations? > > Some of the ones I found: > > https://github.com/fiorix/go-eventsocket > https://github.com/0x19/goesl > https://github.com/mattwilliamson/go-eventsocket > https://github.com/cgrates/fsock > https://github.com/vma/esl > > > Thanks, > > -- > 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 From vma at vallimamod.org Thu Aug 24 10:51:45 2017 From: vma at vallimamod.org (Vallimamod Abdullah) Date: Thu, 24 Aug 2017 12:51:45 +0200 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: <64C5E215-D919-46FE-81A6-D4D152E65A16@vallimamod.org> Hi, I am the author of github.com/vma/esl . I wrote it because I was mostly unhappy with the existing libs and wanted a lib a bit similar to the C one with a simple event loop. It is used in various esl apps I wrote for my customers and works fine so far. Feel free to contact me if you have any questions or issues. Best Regards, -- Vallimamod Abdullah SIP Solutions vma at sipsolutions.fr . > On 24 Aug 2017, at 00:26, Guillermo Ruiz Camauer wrote: > > What is the best ESL Go library? By best I mean complete, maintained, bug free, efficient, etc. > There seem to be MANY alternative Go ESL packages. I am wondering which ones are being actively and successfully used. Recommendations? > > Some of the ones I found: > > https://github.com/fiorix/go-eventsocket > https://github.com/0x19/goesl > https://github.com/mattwilliamson/go-eventsocket > https://github.com/cgrates/fsock > https://github.com/vma/esl > > > Thanks, > > -- > Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Thu Aug 24 11:59:04 2017 From: sagarmalam at gmail.com (sagar malam) Date: Thu, 24 Aug 2017 11:59:04 +0000 Subject: [Freeswitch-users] FS not able to listen on IPv6 Message-ID: Hello, I want FS on listen on IPv6 address but facing issue. =======FS CLI output =========== 2017-08-24 17:25:44.786068 [ERR] sofia.c:3146 Error Creating SIP UA for profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC) 2017-08-24 17:25:49.786024 [ERR] sofia.c:3146 Error Creating SIP UA for profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC) 2017-08-24 17:25:49.786024 [ERR] sofia.c:3156 Error Creating SIP UA for profile: register (sip:mod_sofia@ [fe80::e063:e1a0:4d41:6a50]:5070;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. ================================================= ==========IFCONFIG output============================ [root at localhost ~]# ifconfig enp0s3: flags=4163 mtu 1500 inet 192.168.1.89 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::e063:e1a0:4d41:6a50 prefixlen 64 scopeid 0x20 ether 08:00:27:dc:70:f7 txqueuelen 1000 (Ethernet) RX packets 68251 bytes 9598853 (9.1 MiB) RX errors 0 dropped 28 overruns 0 frame 0 TX packets 46138 bytes 12084174 (11.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ====================================================== There is no other application using 5070 port. Please help me understand issue here. -------------- next part -------------- An HTML attachment was scrubbed... URL: From wsimon at stratusvideo.com Thu Aug 24 13:39:45 2017 From: wsimon at stratusvideo.com (William Simon) Date: Thu, 24 Aug 2017 13:39:45 +0000 Subject: [Freeswitch-users] FS not able to listen on IPv6 In-Reply-To: References: Message-ID: The default configuration for FreeSWITCH should bind to IPv6 on [::1]:5060 If you want to bind to a link-local address you may need to add the interface like fe80::e063:e1a0:4d41:6a50%enp0s3 Binding to link-local is of limited value; are you sure this is what you want to do? > On Aug 24, 2017, at 7:59 AM, sagar malam wrote: > > Hello, > > I want FS on listen on IPv6 address but facing issue. > > =======FS CLI output =========== > 2017-08-24 17:25:44.786068 [ERR] sofia.c:3146 Error Creating SIP UA for profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) ATTEMPT 2 (RETRY IN 5 SEC) > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3146 Error Creating SIP UA for profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) ATTEMPT 3 (RETRY IN 5 SEC) > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3156 Error Creating SIP UA for profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;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. > ================================================= > ==========IFCONFIG output============================ > [root at localhost ~]# ifconfig > enp0s3: flags=4163 mtu 1500 > inet 192.168.1.89 netmask 255.255.255.0 broadcast 192.168.1.255 > inet6 fe80::e063:e1a0:4d41:6a50 prefixlen 64 scopeid 0x20 > ether 08:00:27:dc:70:f7 txqueuelen 1000 (Ethernet) > RX packets 68251 bytes 9598853 (9.1 MiB) > RX errors 0 dropped 28 overruns 0 frame 0 > TX packets 46138 bytes 12084174 (11.5 MiB) > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > ====================================================== > > There is no other application using 5070 port. > > Please help me understand issue here. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3872 bytes Desc: not available URL: From brian at freeswitch.org Thu Aug 24 13:43:27 2017 From: brian at freeswitch.org (Brian West) Date: Thu, 24 Aug 2017 08:43:27 -0500 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: <64C5E215-D919-46FE-81A6-D4D152E65A16@vallimamod.org> References: <64C5E215-D919-46FE-81A6-D4D152E65A16@vallimamod.org> Message-ID: Why didn't you create a wrapper for libesl in go? On Thu, Aug 24, 2017 at 5:51 AM, Vallimamod Abdullah wrote: > Hi, > > I am the author of github.com/vma/esl. I wrote it because I was mostly > unhappy with the existing libs and wanted a lib a bit similar to the C one > with a simple event loop. > It is used in various esl apps I wrote for my customers and works fine so > far. Feel free to contact me if you have any questions or issues. > > Best Regards, > -- > Vallimamod Abdullah > SIP Solutions > vma at sipsolutions.fr > . > > On 24 Aug 2017, at 00:26, Guillermo Ruiz Camauer > wrote: > > What is the best ESL Go library? By best I mean complete, maintained, bug > free, efficient, etc. > There seem to be MANY alternative Go ESL packages. I am wondering which > ones are being actively and successfully used. Recommendations? > > Some of the ones I found: > > https://github.com/fiorix/go-eventsocket > https://github.com/0x19/goesl > https://github.com/mattwilliamson/go-eventsocket > https://github.com/cgrates/fsock > https://github.com/vma/esl > > > Thanks, > > -- > 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 > -- *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 jungleboogie0 at gmail.com Thu Aug 24 14:15:44 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Thu, 24 Aug 2017 07:15:44 -0700 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: On 23 August 2017 at 15:26, Guillermo Ruiz Camauer wrote: > What is the best ESL Go library? By best I mean complete, maintained, bug > free, efficient, etc. > There seem to be MANY alternative Go ESL packages. I am wondering which > ones are being actively and successfully used. Recommendations? > > Some of the ones I found: > > https://github.com/fiorix/go-eventsocket > https://github.com/0x19/goesl > https://github.com/mattwilliamson/go-eventsocket > https://github.com/cgrates/fsock > https://github.com/vma/esl > > Telnyx uses: https://github.com/fiorix/go-eventsocket You can hear one of the engineers discuss it here: https://www.youtube.com/watch?v=iPHIiZJkgHE > Thanks, > > -- > Guillermo Ruiz Camauer > > From avi at avimarcus.net Thu Aug 24 14:48:48 2017 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 24 Aug 2017 14:48:48 +0000 Subject: [Freeswitch-users] say module with male vocie? In-Reply-To: References: Message-ID: <0100015e14b790af-3efad158-028f-4f9c-934c-479491245bce-000000@email.amazonses.com> Looks like it already on confluence: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools:+say ... you can choose a male flite language with mod_flite and speak: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+speak -Avi Marcus BestFone On Thu, Aug 24, 2017 at 4:12 AM, jungle boogie wrote: > Thus said Michael Jerris on Wed, 23 Aug 2017 18:03:40 -0400 > >> gender is not for a different set of voice files, its for using things >> like saying numbers when referring to a gendered object, as is the case in >> some languages (not english). >> >> >> > Can you show an xml example of the correct syntax, including the language? > I'll update/create a confluence page with this info. -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Thu Aug 24 15:22:07 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 24 Aug 2017 15:22:07 +0000 Subject: [Freeswitch-users] FS not able to listen on IPv6 In-Reply-To: References: Message-ID: Similar issue https://freeswitch.org/jira/browse/FS-9867 чт, 24 авг. 2017 г. в 16:40, William Simon : > The default configuration for FreeSWITCH should bind to IPv6 on [::1]:5060 > > If you want to bind to a link-local address you may need to add the > interface like fe80::e063:e1a0:4d41:6a50%enp0s3 > > Binding to link-local is of limited value; are you sure this is what you > want to do? > > > > > On Aug 24, 2017, at 7:59 AM, sagar malam wrote: > > > > Hello, > > > > I want FS on listen on IPv6 address but facing issue. > > > > =======FS CLI output =========== > > 2017-08-24 17:25:44.786068 [ERR] sofia.c:3146 Error Creating SIP UA for > profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) > ATTEMPT 2 (RETRY IN 5 SEC) > > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3146 Error Creating SIP UA for > profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) > ATTEMPT 3 (RETRY IN 5 SEC) > > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3156 Error Creating SIP UA for > profile: register (sip:mod_sofia@ > [fe80::e063:e1a0:4d41:6a50]:5070;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. > > ================================================= > > ==========IFCONFIG output============================ > > [root at localhost ~]# ifconfig > > enp0s3: flags=4163 mtu 1500 > > inet 192.168.1.89 netmask 255.255.255.0 broadcast 192.168.1.255 > > inet6 fe80::e063:e1a0:4d41:6a50 prefixlen 64 scopeid 0x20 > > ether 08:00:27:dc:70:f7 txqueuelen 1000 (Ethernet) > > RX packets 68251 bytes 9598853 (9.1 MiB) > > RX errors 0 dropped 28 overruns 0 frame 0 > > TX packets 46138 bytes 12084174 (11.5 MiB) > > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 > > ====================================================== > > > > There is no other application using 5070 port. > > > > Please help me understand issue here. > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 rick at magicmail.mooo.com Thu Aug 24 15:39:52 2017 From: rick at magicmail.mooo.com (Rick Jarvis) Date: Thu, 24 Aug 2017 16:39:52 +0100 Subject: [Freeswitch-users] Scripts (v8/js) Message-ID: Hello all We’re using scripts now, in particular with the v8 engine. So far so good, but a couple of questions I’m hoping someone can answer: 1. How do we terminate the script early? I’ve tried ‘return;’ but that doesn’t seem to do it? 2. What’s the best way to invoke a delay? ...see the second part of the script below, the standard js ways of waiting generate syntax errors, and using ‘session.execute’ with sleep isn’t fixing it… the problem we’re getting is that either the outgoing message is part of the way through by the time it connects, or if the call is going to a person, it’s possible to answer the call before the audio has established (this might be two separate issues though I guess)... re = session.destination.match(/^555555555$/); if(re) { if(office_open) { session.setVariable("call_timeout", 8); session.setVariable("hangup_after_bridge", true); session.setVariable("continue_on_fail", true); session.execute("export", "alert_info=Bellcore-dr4"); session.execute("db", "insert/call_pickup_uuid/201/" + session.uuid); session.answer(); session.streamFile(“custom/open.wav"); session.execute("bridge", "user/201@" + domain); session.setVariable("call_timeout", 30); session.execute("bridge", "group/mainq@" + domain); } else { session.answer(); await sleep(1000); // tried this setTimeout(function() { // and this session.streamFile(“custom/closed.wav”); // but this has already started session.setVariable("skip_greeting", true); session.setVariable("skip_instructions", true); session.execute("voicemail", "default " + domain + " 201"); }, 1000); } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Thu Aug 24 16:15:54 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 24 Aug 2017 16:15:54 +0000 Subject: [Freeswitch-users] git fsck Message-ID: Could team developers fix multiple 'author' for commits 487128950df6ee433c131b5feaafe81ee86629f4 and 8574988c3a378b4d5861ecaeb0e958657635703b. Without this to to difficult fork repo and late to track changes on GitHub home$ git fsck Checking object directories: 100% (256/256), done. error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: invalid format - multiple 'author' lines error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: invalid format - multiple 'author' lines Checking objects: 100% (306371/306371), done. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vma at vallimamod.org Thu Aug 24 16:21:02 2017 From: vma at vallimamod.org (Vallimamod Abdullah) Date: Thu, 24 Aug 2017 18:21:02 +0200 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: <64C5E215-D919-46FE-81A6-D4D152E65A16@vallimamod.org> Message-ID: Hi Brian, It would have then been more complicated to deploy as you also need to distribute the esl lib for all platforms. But the main reason is that I wanted an object-oriented event loop. Here you define a Handler struct with all your call-specific data that implements the ConnectionHandler interface. Everytime an event callback is fired from the main loop, this struct is available so you can retrieve or update the related call data. Best Regards, -- Vallimamod Abdullah SIP Solutions vma at sipsolutions.fr . > On 24 Aug 2017, at 15:43, Brian West wrote: > > Why didn't you create a wrapper for libesl in go? > > On Thu, Aug 24, 2017 at 5:51 AM, Vallimamod Abdullah wrote: > Hi, > > I am the author of github.com/vma/esl. I wrote it because I was mostly unhappy with the existing libs and wanted a lib a bit similar to the C one with a simple event loop. > It is used in various esl apps I wrote for my customers and works fine so far. Feel free to contact me if you have any questions or issues. > > Best Regards, > -- > Vallimamod Abdullah > SIP Solutions > vma at sipsolutions.fr > . > >> On 24 Aug 2017, at 00:26, Guillermo Ruiz Camauer wrote: >> >> What is the best ESL Go library? By best I mean complete, maintained, bug free, efficient, etc. >> There seem to be MANY alternative Go ESL packages. I am wondering which ones are being actively and successfully used. Recommendations? >> >> Some of the ones I found: >> >> https://github.com/fiorix/go-eventsocket >> https://github.com/0x19/goesl >> https://github.com/mattwilliamson/go-eventsocket >> https://github.com/cgrates/fsock >> https://github.com/vma/esl >> >> >> Thanks, >> >> -- >> 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 > > > > -- > 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 From mike at jerris.com Thu Aug 24 16:22:06 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 24 Aug 2017 12:22:06 -0400 Subject: [Freeswitch-users] git fsck In-Reply-To: References: Message-ID: That requires rewriting commit history all the way back to there. We won’t be doing that. You can make forks it our stash. > On Aug 24, 2017, at 12:15 PM, Sergey Safarov wrote: > > Could team developers fix multiple 'author' for commits 487128950df6ee433c131b5feaafe81ee86629f4 and 8574988c3a378b4d5861ecaeb0e958657635703b. > Without this to to difficult fork repo and late to track changes on GitHub > > home$ git fsck > Checking object directories: 100% (256/256), done. > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: invalid format - multiple 'author' lines > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: invalid format - multiple 'author' lines > Checking objects: 100% (306371/306371), done. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From cmrienzo at gmail.com Thu Aug 24 16:24:46 2017 From: cmrienzo at gmail.com (cmrienzo at gmail.com) Date: Thu, 24 Aug 2017 12:24:46 -0400 Subject: [Freeswitch-users] git fsck In-Reply-To: References: Message-ID: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> Bitbucket is a good alternative. That's what I switched to after github stopped working. Chris > On Aug 24, 2017, at 12:15, Sergey Safarov wrote: > > Could team developers fix multiple 'author' for commits 487128950df6ee433c131b5feaafe81ee86629f4 and 8574988c3a378b4d5861ecaeb0e958657635703b. > Without this to to difficult fork repo and late to track changes on GitHub > > home$ git fsck > Checking object directories: 100% (256/256), done. > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: invalid format - multiple 'author' lines > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: invalid format - multiple 'author' lines > Checking objects: 100% (306371/306371), done. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 krice at freeswitch.org Thu Aug 24 16:55:55 2017 From: krice at freeswitch.org (Ken Rice) Date: Thu, 24 Aug 2017 11:55:55 -0500 Subject: [Freeswitch-users] git fsck In-Reply-To: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> References: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> Message-ID: <072b01d31cf9$dac2f2c0$9048d840$@freeswitch.org> FreeSWITCH.org/stash is bitbucket From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of cmrienzo at gmail.com Sent: Thursday, August 24, 2017 11:25 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] git fsck Bitbucket is a good alternative. That's what I switched to after github stopped working. Chris On Aug 24, 2017, at 12:15, Sergey Safarov > wrote: Could team developers fix multiple 'author' for commits 487128950df6ee433c131b5feaafe81ee86629f4 and 8574988c3a378b4d5861ecaeb0e958657635703b. Without this to to difficult fork repo and late to track changes on GitHub home$ git fsck Checking object directories: 100% (256/256), done. error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: invalid format - multiple 'author' lines error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: invalid format - multiple 'author' lines Checking objects: 100% (306371/306371), done. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/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 cmrienzo at gmail.com Thu Aug 24 18:24:10 2017 From: cmrienzo at gmail.com (cmrienzo at gmail.com) Date: Thu, 24 Aug 2017 14:24:10 -0400 Subject: [Freeswitch-users] git fsck In-Reply-To: <072b01d31cf9$dac2f2c0$9048d840$@freeswitch.org> References: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> <072b01d31cf9$dac2f2c0$9048d840$@freeswitch.org> Message-ID: <7FE8E04A-7167-4550-9BE0-03B272ED96C5@gmail.com> That's correct. But if you want to have a private repo, then bitbucket is the solution. Chris > On Aug 24, 2017, at 12:55, Ken Rice wrote: > > FreeSWITCH.org/stash is bitbucket > > From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of cmrienzo at gmail.com > Sent: Thursday, August 24, 2017 11:25 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] git fsck > > Bitbucket is a good alternative. That's what I switched to after github stopped working. > > Chris > > > On Aug 24, 2017, at 12:15, Sergey Safarov wrote: > > Could team developers fix multiple 'author' for commits 487128950df6ee433c131b5feaafe81ee86629f4 and 8574988c3a378b4d5861ecaeb0e958657635703b. > Without this to to difficult fork repo and late to track changes on GitHub > > home$ git fsck > Checking object directories: 100% (256/256), done. > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: invalid format - multiple 'author' lines > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: invalid format - multiple 'author' lines > Checking objects: 100% (306371/306371), done. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Thu Aug 24 18:35:47 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Thu, 24 Aug 2017 15:35:47 -0300 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: I just watched the Telnyx presentation (https://www.youtube.com/watch? v=iPHIiZJkgHE). Very good. Doesn't mention which ESL Go library they use, but I'll take your word for it. I looked at https://github.com/fiorix/go-eventsocket and it seems to be a pretty complete implementation. Doesn't handle XML, but handles PLAIN and JSON events. It was updated 3 months ago. I will give it a try. https://github.com/mattwilliamson/go-eventsocket is a fork of Fiorix but was last updated 4 years ago. Seems like all changes made here have been ported back to Fiorix. https://github.com/vma/esl. It was updated 7 months ago and only handles PLAIN events. https://github.com/0x19/goesl was updated 2 months ago to fix long standing bugs. Handles PLAIN and JSON. https://github.com/cgrates/fsock was updated 2 months ago. Seems to handle only PLAIN events. Implements Socket Pool. I would appreciate feedback on any of these from anyone using them in production, specially in high traffic scenarios. Thanks, Guillermo On Thu, Aug 24, 2017 at 11:15 AM, jungle Boogie wrote: > On 23 August 2017 at 15:26, Guillermo Ruiz Camauer > wrote: > > What is the best ESL Go library? By best I mean complete, maintained, > bug > > free, efficient, etc. > > There seem to be MANY alternative Go ESL packages. I am wondering which > > ones are being actively and successfully used. Recommendations? > > > > Some of the ones I found: > > > > https://github.com/fiorix/go-eventsocket > > https://github.com/0x19/goesl > > https://github.com/mattwilliamson/go-eventsocket > > https://github.com/cgrates/fsock > > https://github.com/vma/esl > > > > > > Telnyx uses: > https://github.com/fiorix/go-eventsocket > > You can hear one of the engineers discuss it here: > https://www.youtube.com/watch?v=iPHIiZJkgHE > > > Thanks, > > > > -- > > 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 > -- Guillermo Ruiz Camauer -------------- next part -------------- An HTML attachment was scrubbed... URL: From william at williamcollsassoc.ca Thu Aug 24 19:19:28 2017 From: william at williamcollsassoc.ca (William Colls) Date: Thu, 24 Aug 2017 15:19:28 -0400 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> Message-ID: <26376959-f130-697d-81d5-1adcee9766a1@williamcollsassoc.ca> I am trying to build the current production release (1.6.19) from source. Basically following the sequence provided at https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie Compiling Release Branch. On 2017-08-21 03:44 PM, Stanislav Sinyagin wrote: > I'm compiling debs from daily master on Jessie on armhf architecture, > according to the guide below, and it works fine: > https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures > > What exactly is the problem and how exactly do you compile? > > > > > On Sun, Aug 20, 2017 at 10:54 PM, William Colls > wrote: >> Trying to build 1.6.19 on above board, and running into problems with >> OpenSSL. The problem appears to be related to the implementation of Debian >> jesse, and I will peruse it with the debain team. >> >> In the mean time, what modules do I need to disable so that I can build >> FreeSWITCH without OpenSSL? >> >> 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 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 william at williamcollsassoc.ca Thu Aug 24 19:21:36 2017 From: william at williamcollsassoc.ca (William Colls) Date: Thu, 24 Aug 2017 15:21:36 -0400 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: <9dcdb3a1-09cf-b71a-9e26-228ab004aa62@gmail.com> References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> <9dcdb3a1-09cf-b71a-9e26-228ab004aa62@gmail.com> Message-ID: I am trying to build the current production branch (1.6.19) using the instructions provided at Compiling Release Branch (production) On 2017-08-22 01:29 AM, jungle boogie wrote: > Thus said William Colls on Mon, 21 Aug 2017 16:57:51 -0400 >> Yes. it is jessie. Stretch not available for the Pine64 yet. There is >> an unresolved dependency when trying to install libssl-dev. The error >> message is as follows: >> >> The following packages have unmet dependencies: >> libssl-dev : Depends: libssl1.0.0 (= 1.0.1t-1+deb8u6) but >> 1.0.2l-1~bpo8+1 is to be installed >> >> > > I'm interested to know your config options. Are you building from git > master src? > > There's also this link: > https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie > Compiling Latest Master (for testing) > > > You'll probably want to start at this section: > # Then let's get the source. Use the -b flag to get a specific branch > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 xlin at soleocommunications.com Thu Aug 24 20:00:24 2017 From: xlin at soleocommunications.com (Lin, Xiaoping) Date: Thu, 24 Aug 2017 20:00:24 +0000 Subject: [Freeswitch-users] Issue of access JNDI from java application through mod_java Message-ID: I ran into error when trying to bring in a third party package into Java Frame work. It failed in resolving a JNDI name. It works as a stand alone application, but does not work inside java application through mod_java I appreciate any help or input. Many Thanks! The configuration file: The error from my log Aug 24, 2017 12:35:24.688 com.ibm.watson.developer_cloud.util.CredentialUtils getKeyUsingJNDI FINE: JNDI watson-developer-cloud/speech_to_text/credentials not found. Checking the code It failed at private static String getKeyUsingJNDI(String serviceName) { if (!isClassAvailable("javax.naming.Context") || !isClassAvailable("javax.naming.InitialContext")) { log.info("JNDI string lookups is not available."); return null; } String lookupName = "watson-developer-cloud/" + serviceName + "/credentials"; try { Context context = new InitialContext(); return (String) context.lookup(lookupName); } catch (Exception e) { log.fine("JNDI " + lookupName + " not found."); return null; } } -------------- next part -------------- An HTML attachment was scrubbed... URL: From nandy1925 at gmail.com Thu Aug 24 21:31:04 2017 From: nandy1925 at gmail.com (Nandy Dagondon) Date: Thu, 24 Aug 2017 21:31:04 +0000 Subject: [Freeswitch-users] Software Echo Canceller for Sangoma E1/T1 Cards Message-ID: Hi, I encountered echo when connecting FS both Alcatel S12 exchange and NEAX PABX (FS in the middle) using Sangoma A102 (w/o hw echo canceller) using R2 signalling on Wanpipe drivers - even if the call bridges the 2 E1 ports. I can't understand why since this is almost a pass-through connection (didn't add media_bypass=true on the dialplan). My option is to use Oslec but I have to switch to DAHDI-mode. Is there any other recommended echo canceller for Sangoma cards using Wanpipe? Tks, /Nandy -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at jerris.com Thu Aug 24 21:44:27 2017 From: mike at jerris.com (Michael Jerris) Date: Thu, 24 Aug 2017 17:44:27 -0400 Subject: [Freeswitch-users] Software Echo Canceller for Sangoma E1/T1 Cards In-Reply-To: References: Message-ID: You should talk to Sangoma support about issues like this. > On Aug 24, 2017, at 5:31 PM, Nandy Dagondon wrote: > > > Hi, > > I encountered echo when connecting FS both Alcatel S12 exchange and NEAX PABX (FS in the middle) using Sangoma A102 (w/o hw echo canceller) using R2 signalling on Wanpipe drivers - even if the call bridges the 2 E1 ports. I can't understand why since this is almost a pass-through connection (didn't add media_bypass=true on the dialplan). > > My option is to use Oslec but I have to switch to DAHDI-mode. Is there any other recommended echo canceller for Sangoma cards using Wanpipe? > > Tks, > /Nandy From ssinyagin at gmail.com Fri Aug 25 00:06:34 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 25 Aug 2017 02:06:34 +0200 Subject: [Freeswitch-users] Building Freeswitch on Pine64+ - AArch64 In-Reply-To: <26376959-f130-697d-81d5-1adcee9766a1@williamcollsassoc.ca> References: <49f69848-3731-1c18-4bac-048351ff31dd@williamcollsassoc.ca> <26376959-f130-697d-81d5-1adcee9766a1@williamcollsassoc.ca> Message-ID: it depends on pre-requisite libraries which need to be built for your CPU architecture. That's why you need to refer to https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures On Thu, Aug 24, 2017 at 9:19 PM, William Colls wrote: > I am trying to build the current production release (1.6.19) from source. > Basically following the sequence provided at > https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie > Compiling Release Branch. > > > > On 2017-08-21 03:44 PM, Stanislav Sinyagin wrote: >> >> I'm compiling debs from daily master on Jessie on armhf architecture, >> according to the guide below, and it works fine: >> >> https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures >> >> What exactly is the problem and how exactly do you compile? >> >> >> >> >> On Sun, Aug 20, 2017 at 10:54 PM, William Colls >> wrote: >>> >>> Trying to build 1.6.19 on above board, and running into problems with >>> OpenSSL. The problem appears to be related to the implementation of >>> Debian >>> jesse, and I will peruse it with the debain team. >>> >>> In the mean time, what modules do I need to disable so that I can build >>> FreeSWITCH without OpenSSL? >>> >>> 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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 dujinfang at gmail.com Fri Aug 25 00:42:37 2017 From: dujinfang at gmail.com (dujinfang) Date: Fri, 25 Aug 2017 08:42:37 +0800 Subject: [Freeswitch-users] =?utf-8?b?5Zue5aSN77yaICBYVUkgSW5zdGFsbCBlcnJv?= =?utf-8?q?r?= In-Reply-To: References: Message-ID: An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Fri Aug 25 05:47:06 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 25 Aug 2017 05:47:06 +0000 Subject: [Freeswitch-users] git fsck In-Reply-To: References: Message-ID: Hello Mike If i will create new fork/branch and will do rebase and fix multiple 'author' commits, then can you accept rebased branch as master? Sergey чт, 24 авг. 2017 г. в 19:22, Michael Jerris : > That requires rewriting commit history all the way back to there. We > won’t be doing that. You can make forks it our stash. > > > On Aug 24, 2017, at 12:15 PM, Sergey Safarov wrote: > > Could team developers fix multiple 'author' for > commits 487128950df6ee433c131b5feaafe81ee86629f4 > and 8574988c3a378b4d5861ecaeb0e958657635703b. > Without this to to difficult fork repo and late to track changes on GitHub > > home$ git fsck > Checking object directories: 100% (256/256), done. > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: > invalid format - multiple 'author' lines > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: > invalid format - multiple 'author' lines > Checking objects: 100% (306371/306371), done. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 steveayre at gmail.com Fri Aug 25 07:51:24 2017 From: steveayre at gmail.com (Steven Ayre) Date: Fri, 25 Aug 2017 08:51:24 +0100 Subject: [Freeswitch-users] git fsck In-Reply-To: References: Message-ID: Commit IDs are a hash of that commit and all previous commits. If you do that it changes every single commit hash since the broken commit. That then breaks any tracking of commit IDs, eg Jira, commit logs, people's own notes etc. It also breaks anyone else's checkouts, and every other checkout / fork off FreeSWITCH in existence. The commit in question is from 2014, so you'd be affecting 3 years of commits. It's just not worth the pain it would cause just so you can fork onto github. On 25 August 2017 at 06:47, Sergey Safarov wrote: > Hello Mike > If i will create new fork/branch and will do rebase and fix multiple > 'author' commits, then can you accept rebased branch as master? > > Sergey > > чт, 24 авг. 2017 г. в 19:22, Michael Jerris : > >> That requires rewriting commit history all the way back to there. We >> won’t be doing that. You can make forks it our stash. >> >> >> On Aug 24, 2017, at 12:15 PM, Sergey Safarov wrote: >> >> Could team developers fix multiple 'author' for commits >> 487128950df6ee433c131b5feaafe81ee86629f4 and >> 8574988c3a378b4d5861ecaeb0e958657635703b. >> Without this to to difficult fork repo and late to track changes on GitHub >> >> home$ git fsck >> Checking object directories: 100% (256/256), done. >> error in commit 487128950df6ee433c131b5feaafe81ee86629f4: >> multipleAuthors: invalid format - multiple 'author' lines >> error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: >> multipleAuthors: invalid format - multiple 'author' lines >> Checking objects: 100% (306371/306371), done. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Fri Aug 25 09:44:16 2017 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 25 Aug 2017 11:44:16 +0200 Subject: [Freeswitch-users] git fsck In-Reply-To: <7FE8E04A-7167-4550-9BE0-03B272ED96C5@gmail.com> References: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> <072b01d31cf9$dac2f2c0$9048d840$@freeswitch.org> <7FE8E04A-7167-4550-9BE0-03B272ED96C5@gmail.com> Message-ID: you can have a private fork within FreeSWITCH.org/stash On Thu, Aug 24, 2017 at 8:24 PM, wrote: > That's correct. But if you want to have a private repo, then bitbucket is > the solution. > > Chris > > > On Aug 24, 2017, at 12:55, Ken Rice wrote: > > FreeSWITCH.org/stash is bitbucket > > > > From: FreeSWITCH-users > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of > cmrienzo at gmail.com > Sent: Thursday, August 24, 2017 11:25 AM > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] git fsck > > > > Bitbucket is a good alternative. That's what I switched to after github > stopped working. > > > > Chris > > > > > On Aug 24, 2017, at 12:15, Sergey Safarov wrote: > > Could team developers fix multiple 'author' for commits > 487128950df6ee433c131b5feaafe81ee86629f4 and > 8574988c3a378b4d5861ecaeb0e958657635703b. > Without this to to difficult fork repo and late to track changes on GitHub > > > > home$ git fsck > Checking object directories: 100% (256/256), done. > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: multipleAuthors: > invalid format - multiple 'author' lines > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: multipleAuthors: > invalid format - multiple 'author' lines > Checking objects: 100% (306371/306371), done. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From s.safarov at gmail.com Fri Aug 25 09:51:45 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 25 Aug 2017 09:51:45 +0000 Subject: [Freeswitch-users] git fsck In-Reply-To: References: <001BF154-2C3F-4ECC-9D7E-4C6F1E4E4DCD@gmail.com> <072b01d31cf9$dac2f2c0$9048d840$@freeswitch.org> <7FE8E04A-7167-4550-9BE0-03B272ED96C5@gmail.com> Message-ID: This is done on bitbucket account. I suggest to do this fix and resolve this on master branch too. пт, 25 авг. 2017 г., 12:45 Stanislav Sinyagin : > you can have a private fork within FreeSWITCH.org/stash > > On Thu, Aug 24, 2017 at 8:24 PM, wrote: > > That's correct. But if you want to have a private repo, then bitbucket > is > > the solution. > > > > Chris > > > > > > On Aug 24, 2017, at 12:55, Ken Rice wrote: > > > > FreeSWITCH.org/stash is bitbucket > > > > > > > > From: FreeSWITCH-users > > [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of > > cmrienzo at gmail.com > > Sent: Thursday, August 24, 2017 11:25 AM > > To: FreeSWITCH Users Help > > Subject: Re: [Freeswitch-users] git fsck > > > > > > > > Bitbucket is a good alternative. That's what I switched to after github > > stopped working. > > > > > > > > Chris > > > > > > > > > > On Aug 24, 2017, at 12:15, Sergey Safarov wrote: > > > > Could team developers fix multiple 'author' for commits > > 487128950df6ee433c131b5feaafe81ee86629f4 and > > 8574988c3a378b4d5861ecaeb0e958657635703b. > > Without this to to difficult fork repo and late to track changes on > GitHub > > > > > > > > home$ git fsck > > Checking object directories: 100% (256/256), done. > > error in commit 487128950df6ee433c131b5feaafe81ee86629f4: > multipleAuthors: > > invalid format - multiple 'author' lines > > error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: > multipleAuthors: > > invalid format - multiple 'author' lines > > Checking objects: 100% (306371/306371), done. > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Fri Aug 25 13:30:17 2017 From: mike at jerris.com (Michael Jerris) Date: Fri, 25 Aug 2017 13:30:17 +0000 Subject: [Freeswitch-users] git fsck In-Reply-To: References: Message-ID: My initial response already answered this question, why, and how to work around your issue. On Fri, Aug 25, 2017 at 1:48 AM Sergey Safarov wrote: > Hello Mike > If i will create new fork/branch and will do rebase and fix multiple > 'author' commits, then can you accept rebased branch as master? > > Sergey > > чт, 24 авг. 2017 г. в 19:22, Michael Jerris : > >> That requires rewriting commit history all the way back to there. We >> won’t be doing that. You can make forks it our stash. >> >> >> On Aug 24, 2017, at 12:15 PM, Sergey Safarov wrote: >> >> Could team developers fix multiple 'author' for >> commits 487128950df6ee433c131b5feaafe81ee86629f4 >> and 8574988c3a378b4d5861ecaeb0e958657635703b. >> Without this to to difficult fork repo and late to track changes on GitHub >> >> home$ git fsck >> Checking object directories: 100% (256/256), done. >> error in commit 487128950df6ee433c131b5feaafe81ee86629f4: >> multipleAuthors: invalid format - multiple 'author' lines >> error in commit 8574988c3a378b4d5861ecaeb0e958657635703b: >> multipleAuthors: invalid format - multiple 'author' lines >> Checking objects: 100% (306371/306371), done. >> >> >> _________________________________________________________________________ > > >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Fri Aug 25 15:12:23 2017 From: aqsyounas at gmail.com (Aqs Younas) Date: Fri, 25 Aug 2017 20:12:23 +0500 Subject: [Freeswitch-users] Fax failing due to Timer T2 expired and prematurely dropped. Message-ID: Greetings list. I am using freeswitch to receive fax from DID numbers. But i see most of fax calls being failed due to " Timer T2 expired" and "The call dropped prematurely". I tried to enable fax debug but could not understand why it is happening. Could someone please help in out in understanding the reasons of these failures and how to over come these failures. Using FreeSWITCH Version 1.6.19~64bit ( 64bit) Best Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sagarmalam at gmail.com Fri Aug 25 09:05:26 2017 From: sagarmalam at gmail.com (sagar malam) Date: Fri, 25 Aug 2017 09:05:26 +0000 Subject: [Freeswitch-users] FS not able to listen on IPv6 In-Reply-To: References: Message-ID: Hello, Thanks very very much for the information. I will try again with Global IPv6. On Thu, Aug 24, 2017 at 8:53 PM Sergey Safarov wrote: > Similar issue > https://freeswitch.org/jira/browse/FS-9867 > > чт, 24 авг. 2017 г. в 16:40, William Simon : > >> The default configuration for FreeSWITCH should bind to IPv6 on [::1]:5060 >> >> If you want to bind to a link-local address you may need to add the >> interface like fe80::e063:e1a0:4d41:6a50%enp0s3 >> >> Binding to link-local is of limited value; are you sure this is what you >> want to do? >> >> >> >> > On Aug 24, 2017, at 7:59 AM, sagar malam wrote: >> > >> > Hello, >> > >> > I want FS on listen on IPv6 address but facing issue. >> > >> > =======FS CLI output =========== >> > 2017-08-24 17:25:44.786068 [ERR] sofia.c:3146 Error Creating SIP UA for >> profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) >> ATTEMPT 2 (RETRY IN 5 SEC) >> > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3146 Error Creating SIP UA for >> profile: register (sip:mod_sofia@[fe80::e063:e1a0:4d41:6a50]:5070;transport=udp,tcp) >> ATTEMPT 3 (RETRY IN 5 SEC) >> > 2017-08-24 17:25:49.786024 [ERR] sofia.c:3156 Error Creating SIP UA for >> profile: register (sip:mod_sofia@ >> [fe80::e063:e1a0:4d41:6a50]:5070;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. >> > ================================================= >> > ==========IFCONFIG output============================ >> > [root at localhost ~]# ifconfig >> > enp0s3: flags=4163 mtu 1500 >> > inet 192.168.1.89 netmask 255.255.255.0 broadcast 192.168.1.255 >> > inet6 fe80::e063:e1a0:4d41:6a50 prefixlen 64 scopeid 0x20 >> > ether 08:00:27:dc:70:f7 txqueuelen 1000 (Ethernet) >> > RX packets 68251 bytes 9598853 (9.1 MiB) >> > RX errors 0 dropped 28 overruns 0 frame 0 >> > TX packets 46138 bytes 12084174 (11.5 MiB) >> > TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 >> > ====================================================== >> > >> > There is no other application using 5070 port. >> > >> > Please help me understand issue here. >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 alexandr.popov at iqoption.com Fri Aug 25 16:04:17 2017 From: alexandr.popov at iqoption.com (Alexandr Popov) Date: Fri, 25 Aug 2017 19:04:17 +0300 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: Telnyx can use patched version of https://github.com/fiorix/go-eventsocket coz i met some problems in it. 2017-08-24 21:35 GMT+03:00 Guillermo Ruiz Camauer : > I just watched the Telnyx presentation (https://www.youtube.com/ > watch?v=iPHIiZJkgHE). Very good. Doesn't mention which ESL Go library > they use, but I'll take your word for it. > > I looked at https://github.com/fiorix/go-eventsocket and it seems to be a > pretty complete implementation. Doesn't handle XML, but handles PLAIN and > JSON events. > It was updated 3 months ago. I will give it a try. > > https://github.com/mattwilliamson/go-eventsocket is a fork of Fiorix but > was last updated 4 years ago. Seems like all changes made here have been > ported back to Fiorix. > > https://github.com/vma/esl. It was updated 7 months ago and only handles > PLAIN events. > > https://github.com/0x19/goesl was updated 2 months ago to fix long > standing bugs. Handles PLAIN and JSON. > > https://github.com/cgrates/fsock was updated 2 months ago. Seems to > handle only PLAIN events. Implements Socket Pool. > > > I would appreciate feedback on any of these from anyone using them in > production, specially in high traffic scenarios. > > Thanks, > > Guillermo > > > On Thu, Aug 24, 2017 at 11:15 AM, jungle Boogie > wrote: > >> On 23 August 2017 at 15:26, Guillermo Ruiz Camauer >> wrote: >> > What is the best ESL Go library? By best I mean complete, maintained, >> bug >> > free, efficient, etc. >> > There seem to be MANY alternative Go ESL packages. I am wondering which >> > ones are being actively and successfully used. Recommendations? >> > >> > Some of the ones I found: >> > >> > https://github.com/fiorix/go-eventsocket >> > https://github.com/0x19/goesl >> > https://github.com/mattwilliamson/go-eventsocket >> > https://github.com/cgrates/fsock >> > https://github.com/vma/esl >> > >> > >> >> Telnyx uses: >> https://github.com/fiorix/go-eventsocket >> >> You can hear one of the engineers discuss it here: >> https://www.youtube.com/watch?v=iPHIiZJkgHE >> >> > Thanks, >> > >> > -- >> > 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 >> > > > > -- > 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 grcamauer at gmail.com Fri Aug 25 16:16:26 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Fri, 25 Aug 2017 13:16:26 -0300 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: Alexandr, Can you comment on the problems that you found? Bugs? Performance problems? Guillermo On Fri, Aug 25, 2017 at 1:04 PM, Alexandr Popov wrote: > Telnyx can use patched version of https://github.com/fiorix/go-eventsocket > coz i met some problems in it. > > 2017-08-24 21:35 GMT+03:00 Guillermo Ruiz Camauer : > >> I just watched the Telnyx presentation (https://www.youtube.com/watch >> ?v=iPHIiZJkgHE). Very good. Doesn't mention which ESL Go library they >> use, but I'll take your word for it. >> >> I looked at https://github.com/fiorix/go-eventsocket and it seems to be >> a pretty complete implementation. Doesn't handle XML, but handles PLAIN >> and JSON events. >> It was updated 3 months ago. I will give it a try. >> >> https://github.com/mattwilliamson/go-eventsocket is a fork of Fiorix but >> was last updated 4 years ago. Seems like all changes made here have been >> ported back to Fiorix. >> >> https://github.com/vma/esl. It was updated 7 months ago and only >> handles PLAIN events. >> >> https://github.com/0x19/goesl was updated 2 months ago to fix long >> standing bugs. Handles PLAIN and JSON. >> >> https://github.com/cgrates/fsock was updated 2 months ago. Seems to >> handle only PLAIN events. Implements Socket Pool. >> >> >> I would appreciate feedback on any of these from anyone using them in >> production, specially in high traffic scenarios. >> >> Thanks, >> >> Guillermo >> >> >> On Thu, Aug 24, 2017 at 11:15 AM, jungle Boogie >> wrote: >> >>> On 23 August 2017 at 15:26, Guillermo Ruiz Camauer >>> wrote: >>> > What is the best ESL Go library? By best I mean complete, maintained, >>> bug >>> > free, efficient, etc. >>> > There seem to be MANY alternative Go ESL packages. I am wondering >>> which >>> > ones are being actively and successfully used. Recommendations? >>> > >>> > Some of the ones I found: >>> > >>> > https://github.com/fiorix/go-eventsocket >>> > https://github.com/0x19/goesl >>> > https://github.com/mattwilliamson/go-eventsocket >>> > https://github.com/cgrates/fsock >>> > https://github.com/vma/esl >>> > >>> > >>> >>> Telnyx uses: >>> https://github.com/fiorix/go-eventsocket >>> >>> You can hear one of the engineers discuss it here: >>> https://www.youtube.com/watch?v=iPHIiZJkgHE >>> >>> > Thanks, >>> > >>> > -- >>> > 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 >>> >> >> >> >> -- >> 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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 udy786 at gmail.com Sat Aug 26 06:06:10 2017 From: udy786 at gmail.com (Uday kumar) Date: Sat, 26 Aug 2017 11:36:10 +0530 Subject: [Freeswitch-users] Accept decimal number in IVR. Message-ID: Hello All, Hope everyone doing well. I have one question that how user can input decimal number and how can accept? For example user need to input his result i.e *66.65 *so how user can enter this number from his/her mobile/IP phone and we can get that input? I am using Freeswitch on1.6.19 on CentOS 7.2. -- Thanks & Regard Uday. Mobile:- +91-9377579349 -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Sat Aug 26 11:21:06 2017 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Sat, 26 Aug 2017 14:21:06 +0300 Subject: [Freeswitch-users] Accept decimal number in IVR. In-Reply-To: References: Message-ID: <7575cf80-b303-4c59-84d3-dfed678a4a3a@Spark> Using * or # as dot? Regards, Igor 26 авг. 2017 г., 9:07 +0300, Uday kumar , писал: > Hello All, > > Hope everyone doing well. > > I have one question that how user can input decimal number and how can accept? For example user need to input his result i.e 66.65 so how user can enter this number from his/her mobile/IP phone and we can get that input? > > I am using Freeswitch on1.6.19 on CentOS 7.2. > > -- > Thanks & Regard > Uday. > Mobile:- +91-9377579349 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 Sat Aug 26 16:14:14 2017 From: grcamauer at gmail.com (Guillermo Ruiz Camauer) Date: Sat, 26 Aug 2017 13:14:14 -0300 Subject: [Freeswitch-users] Accept decimal number in IVR. In-Reply-To: <7575cf80-b303-4c59-84d3-dfed678a4a3a@Spark> References: <7575cf80-b303-4c59-84d3-dfed678a4a3a@Spark> Message-ID: By prompting the user to input the amount including cents? ie. Please input the amount including cents, for example, for 45.99 please input 4599. Guillermo On Sat, Aug 26, 2017 at 8:21 AM, Igor Olhovskiy wrote: > Using * or # as dot? > > Regards, Igor > > 26 авг. 2017 г., 9:07 +0300, Uday kumar , писал: > > Hello All, > > Hope everyone doing well. > > I have one question that how user can input decimal number and how can > accept? For example user need to input his result i.e *66.65* so how user > can enter this number from his/her mobile/IP phone and we can get that > input? > > I am using Freeswitch on1.6.19 on CentOS 7.2. > > -- > Thanks & Regard > Uday. > Mobile:- +91-9377579349 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 gregor at infomedia.si Sat Aug 26 18:43:38 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Sat, 26 Aug 2017 20:43:38 +0200 Subject: [Freeswitch-users] FS v1.6 vs 1.8 In-Reply-To: References: Message-ID: Italo, what do you think about Tihomir suggestion for callcenter_track app: " it will be nice to have a wrap-up time for external calls as well before the module tries to offer new calls." It does make sense and it would be great feature. 2017-08-21 16:11 GMT+02:00 Michael Jerris : > Features are not really being added to 1.6 at this point > > On Mon, Aug 21, 2017 at 9:44 AM Do Nguyen Ha wrote: > >> Thank you your information >> >> On Aug 21, 2017 20:17, "Michael Jerris" wrote: >> >>> I’m still working on release notes for 1.8 We will mark a release when >>> those are done. >>> >>> > On Aug 21, 2017, at 4:00 AM, Tihomir Culjaga >>> wrote: >>> > >>> > hi, >>> > >>> > is there a document describing whats new in FS v1.8 compared to 1.6 ? >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 alexandr.popov at iqoption.com Mon Aug 28 07:48:26 2017 From: alexandr.popov at iqoption.com (Alexandr Popov) Date: Mon, 28 Aug 2017 10:48:26 +0300 Subject: [Freeswitch-users] ESL for Go? In-Reply-To: References: Message-ID: some kind of api/bgapi channels blocks. 2017-08-25 19:16 GMT+03:00 Guillermo Ruiz Camauer : > Alexandr, > > Can you comment on the problems that you found? Bugs? Performance > problems? > > Guillermo > > On Fri, Aug 25, 2017 at 1:04 PM, Alexandr Popov < > alexandr.popov at iqoption.com> wrote: > >> Telnyx can use patched version of https://github.com/fiorix/g >> o-eventsocket coz i met some problems in it. >> >> 2017-08-24 21:35 GMT+03:00 Guillermo Ruiz Camauer : >> >>> I just watched the Telnyx presentation (https://www.youtube.com/watch >>> ?v=iPHIiZJkgHE). Very good. Doesn't mention which ESL Go library they >>> use, but I'll take your word for it. >>> >>> I looked at https://github.com/fiorix/go-eventsocket and it seems to be >>> a pretty complete implementation. Doesn't handle XML, but handles PLAIN >>> and JSON events. >>> It was updated 3 months ago. I will give it a try. >>> >>> https://github.com/mattwilliamson/go-eventsocket is a fork of Fiorix >>> but was last updated 4 years ago. Seems like all changes made here have >>> been ported back to Fiorix. >>> >>> https://github.com/vma/esl. It was updated 7 months ago and only >>> handles PLAIN events. >>> >>> https://github.com/0x19/goesl was updated 2 months ago to fix long >>> standing bugs. Handles PLAIN and JSON. >>> >>> https://github.com/cgrates/fsock was updated 2 months ago. Seems to >>> handle only PLAIN events. Implements Socket Pool. >>> >>> >>> I would appreciate feedback on any of these from anyone using them in >>> production, specially in high traffic scenarios. >>> >>> Thanks, >>> >>> Guillermo >>> >>> >>> On Thu, Aug 24, 2017 at 11:15 AM, jungle Boogie >> > wrote: >>> >>>> On 23 August 2017 at 15:26, Guillermo Ruiz Camauer >>>> wrote: >>>> > What is the best ESL Go library? By best I mean complete, >>>> maintained, bug >>>> > free, efficient, etc. >>>> > There seem to be MANY alternative Go ESL packages. I am wondering >>>> which >>>> > ones are being actively and successfully used. Recommendations? >>>> > >>>> > Some of the ones I found: >>>> > >>>> > https://github.com/fiorix/go-eventsocket >>>> > https://github.com/0x19/goesl >>>> > https://github.com/mattwilliamson/go-eventsocket >>>> > https://github.com/cgrates/fsock >>>> > https://github.com/vma/esl >>>> > >>>> > >>>> >>>> Telnyx uses: >>>> https://github.com/fiorix/go-eventsocket >>>> >>>> You can hear one of the engineers discuss it here: >>>> https://www.youtube.com/watch?v=iPHIiZJkgHE >>>> >>>> > Thanks, >>>> > >>>> > -- >>>> > 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/free >>>> switch-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 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 aqsyounas at gmail.com Mon Aug 28 08:51:56 2017 From: aqsyounas at gmail.com (Aqs Younas) Date: Mon, 28 Aug 2017 13:51:56 +0500 Subject: [Freeswitch-users] Fax failing due to Timer T2 expired and prematurely dropped. In-Reply-To: References: Message-ID: Guys, any help? Thanks. On 25 August 2017 at 20:12, Aqs Younas wrote: > Greetings list. > > I am using freeswitch to receive fax from DID numbers. But i see most of > fax calls being failed due to " Timer T2 expired" and "The call dropped > prematurely". I tried to enable fax debug but could not understand why it > is happening. > > Could someone please help in out in understanding the reasons of these > failures and how to over come these failures. > > Using FreeSWITCH Version 1.6.19~64bit ( 64bit) > > Best Regards. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Mon Aug 28 09:18:08 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Mon, 28 Aug 2017 11:18:08 +0200 Subject: [Freeswitch-users] Fax failing due to Timer T2 expired and prematurely dropped. In-Reply-To: References: Message-ID: a fax log would be nice to have ... provide a log to pastebin pls. in general "The call dropped prematurely" means, spandsp didn't "hear" far-end fax at all or it was a pure voice call on the other end. On 28 August 2017 at 10:51, Aqs Younas wrote: > Guys, any help? > Thanks. > > On 25 August 2017 at 20:12, Aqs Younas wrote: > >> Greetings list. >> >> I am using freeswitch to receive fax from DID numbers. But i see most of >> fax calls being failed due to " Timer T2 expired" and "The call dropped >> prematurely". I tried to enable fax debug but could not understand why it >> is happening. >> >> Could someone please help in out in understanding the reasons of these >> failures and how to over come these failures. >> >> Using FreeSWITCH Version 1.6.19~64bit ( 64bit) >> >> Best 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 lists at telefaks.de Mon Aug 28 09:31:53 2017 From: lists at telefaks.de (Peter Steinbach) Date: Mon, 28 Aug 2017 11:31:53 +0200 Subject: [Freeswitch-users] Fax failing due to Timer T2 expired and prematurely dropped. In-Reply-To: References: Message-ID: <59A3E309.3010908@telefaks.de> I would recommend a tcpdump trace and see what's happening. If transmission is via T.38, it's not too difficult to determine, what's happening there with Wireshark. In case if T.30 it's much more difficult of course. /Peter On 08/28/17 11:18, Tihomir Culjaga wrote: > a fax log would be nice to have ... > > provide a log to pastebin pls. > > in general "The call dropped prematurely" means, spandsp didn't "hear" > far-end fax at all or it was a pure voice call on the other end. > > On 28 August 2017 at 10:51, Aqs Younas > wrote: > > Guys, any help? > Thanks. > > On 25 August 2017 at 20:12, Aqs Younas > wrote: > > Greetings list. > > I am using freeswitch to receive fax from DID numbers. But i > see most of fax calls being failed due to " Timer T2 expired" > and "The call dropped prematurely". I tried to enable fax > debug but could not understand why it is happening. > > Could someone please help in out in understanding the reasons > of these failures and how to over come these failures. > > Using FreeSWITCH Version 1.6.19~64bit ( 64bit) > > Best 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 -- 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 saeedmusani at gmail.com Mon Aug 28 12:57:05 2017 From: saeedmusani at gmail.com (Saeed Musani) Date: Mon, 28 Aug 2017 17:57:05 +0500 Subject: [Freeswitch-users] Destination number from Request-URI In-Reply-To: References: Message-ID: Thanks and sorry for late reply. In my case, i am sure that destination number is not extracted from Request URI. I will be grateful if you show me where it is defined to extract destination number from Request URI and how it can be changed? Best Wishes, Muhammad Saeed Musani On Thu, Aug 24, 2017 at 12:37 PM, Andrew Cassidy < andrew at cassidywebservices.co.uk> wrote: > Request URI unless otherwise specified afaik. Gateways have an extension > option that can be set to auto_to_user to take it from the to header. > > On Tue, 22 Aug 2017, 17:37 Saeed Musani wrote: > >> Hi, >> >> I want to know whether FreeSwitch extracts destination number from >> Request-URI or from "To" header. I suspect that it extracts from "To" >> header. If this is the case, please guide me how we can configure >> FreeSwitch to extract destination number from Request-URI. >> >> I have googled it but unable to find the solution. >> >> Thanks for the support. >> >> Best Wishes, >> >> >> Muhammad Saeed Musani >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 28 13:52:40 2017 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 28 Aug 2017 13:52:40 +0000 Subject: [Freeswitch-users] Destination number from Request-URI In-Reply-To: References: Message-ID: Route the call to the info app to see every possible variable. On Mon, Aug 28, 2017 at 9:36 AM Saeed Musani wrote: > Thanks and sorry for late reply. > > In my case, i am sure that destination number is not extracted from > Request URI. I will be grateful if you show me where it is defined to > extract destination number from Request URI and how it can be changed? > > Best Wishes, > > > Muhammad Saeed Musani > > > On Thu, Aug 24, 2017 at 12:37 PM, Andrew Cassidy < > andrew at cassidywebservices.co.uk> wrote: > >> Request URI unless otherwise specified afaik. Gateways have an extension >> option that can be set to auto_to_user to take it from the to header. >> >> On Tue, 22 Aug 2017, 17:37 Saeed Musani wrote: >> >>> Hi, >>> >>> I want to know whether FreeSwitch extracts destination number from >>> Request-URI or from "To" header. I suspect that it extracts from "To" >>> header. If this is the case, please guide me how we can configure >>> FreeSwitch to extract destination number from Request-URI. >>> >>> I have googled it but unable to find the solution. >>> >>> Thanks for the support. >>> >>> Best Wishes, >>> >>> >>> Muhammad Saeed Musani >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 david.villasmil.work at gmail.com Mon Aug 28 14:11:07 2017 From: david.villasmil.work at gmail.com (David Villasmil) Date: Mon, 28 Aug 2017 16:11:07 +0200 Subject: [Freeswitch-users] FS as a WSS CLIENT? Message-ID: Hello guys, Is this even possible with FS? Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 ᐧ -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Mon Aug 28 15:34:10 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 28 Aug 2017 17:34:10 +0200 Subject: [Freeswitch-users] FS as a WSS CLIENT? In-Reply-To: References: Message-ID: probably something like: bgapi originate sofia/internal/sips:1010 at your.domain.com:7443;transport=wss 5000 On 28 August 2017 at 16:11, David Villasmil wrote: > Hello guys, > > Is this even possible with FS? > > > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 <+34%20669%2044%2083%2037> > ᐧ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 krice at tollfreegateway.com Mon Aug 28 15:41:22 2017 From: krice at tollfreegateway.com (krice at tollfreegateway.com) Date: Mon, 28 Aug 2017 10:41:22 -0500 Subject: [Freeswitch-users] FS as a WSS CLIENT? In-Reply-To: References: Message-ID: <19b801d32014$1a145050$4e3cf0f0$@tollfreegateway.com> No FreeSWITCH does not have the client side support for WSS built in. that will require adding a http(s) client into FreeSWITCH that understands the WebRTC protocol. From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of David Villasmil Sent: Monday, August 28, 2017 9:11 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] FS as a WSS CLIENT? Hello guys, Is this even possible with FS? Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 ᐧ -------------- next part -------------- An HTML attachment was scrubbed... URL: From mario_fs at mgtech.com Mon Aug 28 20:14:03 2017 From: mario_fs at mgtech.com (Mario G) Date: Mon, 28 Aug 2017 13:14:03 -0700 Subject: [Freeswitch-users] Possible enhancement - load mod_logfile way earlier Message-ID: <760B20D3-CE69-4BD0-AAAE-CC860A3327AF@mgtech.com> While working on an issue, I realized I was missing a lot of the startup log. The reason is that FreeSWITCH is started in the background with -NC and only the log file it writes is all that’s available. Problem is mod_logfile is loaded long after other things and all messages prior to mod_logfile are lost. Loading mod_logfile as soon as possible at a startup would prevent all the lost startup messages. Let me know if you want a jira. Mario G From kamil.nigmatullin at gmail.com Tue Aug 29 03:29:48 2017 From: kamil.nigmatullin at gmail.com (Kamil Nigmatullin) Date: Tue, 29 Aug 2017 09:29:48 +0600 Subject: [Freeswitch-users] FS as a WSS CLIENT? In-Reply-To: <19b801d32014$1a145050$4e3cf0f0$@tollfreegateway.com> References: <19b801d32014$1a145050$4e3cf0f0$@tollfreegateway.com> Message-ID: you may use Kamailio or opensips with rtpengine as bridge between sip and webrtc 2017-08-28 21:41 GMT+06:00 : > No FreeSWITCH does not have the client side support for WSS built in. that > will require adding a http(s) client into FreeSWITCH that understands the > WebRTC protocol. > > > > *From:* FreeSWITCH-users [mailto:freeswitch-users- > bounces at lists.freeswitch.org] *On Behalf Of *David Villasmil > *Sent:* Monday, August 28, 2017 9:11 AM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] FS as a WSS CLIENT? > > > > Hello guys, > > > > Is this even possible with FS? > > > > > Regards, > > > > David Villasmil > > email: david.villasmil.work at gmail.com > > phone: +34669448337 <+34%20669%2044%2083%2037> > > ᐧ > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Kamil Nigmatullin Tel: 77272323748 mob: 7 (707) 2517003 Skype: kamil.nigmatullin -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Tue Aug 29 06:00:40 2017 From: covici at ccs.covici.com (John Covici) Date: Tue, 29 Aug 2017 02:00:40 -0400 Subject: [Freeswitch-users] v8 failing to build master branch Message-ID: Hi. I am trying to update to masterand v8 will not build and I have no idea even what this error means. Here is the complete build log. It is saying ninja subcommand failed. https://covici.com/owncloud/index.php/s/6MBIR4hnWdu8lWG Am I doing something wrong or should I file a bug? Thanks in advance for any suggestions. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici at ccs.covici.com From saeedmusani at gmail.com Tue Aug 29 04:59:18 2017 From: saeedmusani at gmail.com (Saeed Musani) Date: Tue, 29 Aug 2017 09:59:18 +0500 Subject: [Freeswitch-users] Destination number from Request-URI In-Reply-To: References: Message-ID: Thanks. Best Wishes, Muhammad Saeed Musani On Mon, Aug 28, 2017 at 6:52 PM, Anthony Minessale < anthony.minessale at gmail.com> wrote: > Route the call to the info app to see every possible variable. > > On Mon, Aug 28, 2017 at 9:36 AM Saeed Musani > wrote: > >> Thanks and sorry for late reply. >> >> In my case, i am sure that destination number is not extracted from >> Request URI. I will be grateful if you show me where it is defined to >> extract destination number from Request URI and how it can be changed? >> >> Best Wishes, >> >> >> Muhammad Saeed Musani >> >> >> On Thu, Aug 24, 2017 at 12:37 PM, Andrew Cassidy < >> andrew at cassidywebservices.co.uk> wrote: >> >>> Request URI unless otherwise specified afaik. Gateways have an extension >>> option that can be set to auto_to_user to take it from the to header. >>> >>> On Tue, 22 Aug 2017, 17:37 Saeed Musani wrote: >>> >>>> Hi, >>>> >>>> I want to know whether FreeSwitch extracts destination number from >>>> Request-URI or from "To" header. I suspect that it extracts from "To" >>>> header. If this is the case, please guide me how we can configure >>>> FreeSwitch to extract destination number from Request-URI. >>>> >>>> I have googled it but unable to find the solution. >>>> >>>> Thanks for the support. >>>> >>>> Best Wishes, >>>> >>>> >>>> Muhammad Saeed Musani >>>> >>>> ____________________________________________________________ >>>> _____________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/ >>>> options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 vikas452 at gmail.com Tue Aug 29 04:37:14 2017 From: vikas452 at gmail.com (vikas sharma) Date: Tue, 29 Aug 2017 10:07:14 +0530 Subject: [Freeswitch-users] 500 Internal Server Error with Verizon Network Message-ID: Hi i am trying to register my Linphone application with Freeswitch on Verizon mobile hotspot network but everytime i am getting *500 Internal server error.* It is working fine for other networks. Can i get some help on this? HOw to resolve such network issues? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From kkothari157 at gmail.com Tue Aug 29 10:28:05 2017 From: kkothari157 at gmail.com (Ketan Kothari) Date: Tue, 29 Aug 2017 15:58:05 +0530 Subject: [Freeswitch-users] pcapsipdump filename based on UUID Message-ID: Hello there, I have configured pcapsipdump in freeswitch also its working fine. https://wiki.freeswitch.org/wiki/Packet_Capture#pcapsipdump But i want to generate pcap file name based on cdr UUID. Anyone have idea about pcapsipdump? -------------- next part -------------- An HTML attachment was scrubbed... URL: From tculjaga at gmail.com Tue Aug 29 11:47:52 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 29 Aug 2017 13:47:52 +0200 Subject: [Freeswitch-users] pcapsipdump filename based on UUID In-Reply-To: References: Message-ID: even if you manage to get the UUID, when FS assigns the UUID its already late... you will loose part of the signaling in pcap file On 29 August 2017 at 12:28, Ketan Kothari wrote: > Hello there, > > I have configured pcapsipdump in freeswitch also its working fine. > https://wiki.freeswitch.org/wiki/Packet_Capture#pcapsipdump > > But i want to generate pcap file name based on cdr UUID. > > Anyone have idea about pcapsipdump? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 29 11:52:16 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Tue, 29 Aug 2017 13:52:16 +0200 Subject: [Freeswitch-users] Fax failing due to Timer T2 expired and prematurely dropped. In-Reply-To: <59A3E309.3010908@telefaks.de> References: <59A3E309.3010908@telefaks.de> Message-ID: for T.30 it would need the audio file and you can decode it easy. On 28 August 2017 at 11:31, Peter Steinbach wrote: > I would recommend a tcpdump trace and see what's happening. If > transmission is via T.38, it's not too difficult to determine, what's > happening there with Wireshark. In case if T.30 it's much more difficult of > course. > /Peter > > > On 08/28/17 11:18, Tihomir Culjaga wrote: > > a fax log would be nice to have ... > > provide a log to pastebin pls. > > in general "The call dropped prematurely" means, spandsp didn't "hear" > far-end fax at all or it was a pure voice call on the other end. > > On 28 August 2017 at 10:51, Aqs Younas wrote: > >> Guys, any help? >> Thanks. >> >> On 25 August 2017 at 20:12, Aqs Younas wrote: >> >>> Greetings list. >>> >>> I am using freeswitch to receive fax from DID numbers. But i see most of >>> fax calls being failed due to " Timer T2 expired" and "The call dropped >>> prematurely". I tried to enable fax debug but could not understand why it >>> is happening. >>> >>> Could someone please help in out in understanding the reasons of these >>> failures and how to over come these failures. >>> >>> Using FreeSWITCH Version 1.6.19~64bit ( 64bit) >>> >>> Best 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.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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: From steveayre at gmail.com Tue Aug 29 12:22:36 2017 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 29 Aug 2017 13:22:36 +0100 Subject: [Freeswitch-users] 500 Internal Server Error with Verizon Network In-Reply-To: References: Message-ID: Looks like Verizon have a ALG that blocks SIP. https://support.counterpath.com/topic/verizon_hot_spot https://www.onsip.com/blog/in-depth-verizon-blocks-sip-traffic-using-alg On 29 August 2017 at 05:37, vikas sharma wrote: > Hi > > i am trying to register my Linphone application with Freeswitch on Verizon > mobile hotspot network but everytime i am getting > > *500 Internal server error.* > It is working fine for other networks. > > Can i get some help on this? > HOw to resolve such network issues? > > > > 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 steveayre at gmail.com Tue Aug 29 12:26:40 2017 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 29 Aug 2017 13:26:40 +0100 Subject: [Freeswitch-users] pcapsipdump filename based on UUID In-Reply-To: References: Message-ID: There is an option that makes FS use the channel's UUID as the SIP Call-ID on outbound. There is an equivalent option to use the Call-ID as the UUID but I wouldn't recommend using it - the Call-ID is a byte string with no maximum length so it could be of any format, which is likely to cause issues with any software handling your CDRs or any FS scripts using UUIDs. On 29 August 2017 at 12:47, Tihomir Culjaga wrote: > even if you manage to get the UUID, when FS assigns the UUID its already > late... you will loose part of the signaling in pcap file > > On 29 August 2017 at 12:28, Ketan Kothari wrote: > >> Hello there, >> >> I have configured pcapsipdump in freeswitch also its working fine. >> https://wiki.freeswitch.org/wiki/Packet_Capture#pcapsipdump >> >> But i want to generate pcap file name based on cdr UUID. >> >> Anyone have idea about pcapsipdump? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 vikas452 at gmail.com Tue Aug 29 12:32:13 2017 From: vikas452 at gmail.com (vikas sharma) Date: Tue, 29 Aug 2017 18:02:13 +0530 Subject: [Freeswitch-users] 500 Internal Server Error with Verizon Network In-Reply-To: References: Message-ID: Hey Stevan, Thanks for checking this.Could you also please help me to findout any solution for such network issues.Ideally such blockage shall not be there. On Tue, Aug 29, 2017 at 5:52 PM, Steven Ayre wrote: > Looks like Verizon have a ALG that blocks SIP. > > https://support.counterpath.com/topic/verizon_hot_spot > https://www.onsip.com/blog/in-depth-verizon-blocks-sip-traffic-using-alg > > > > On 29 August 2017 at 05:37, vikas sharma wrote: > >> Hi >> >> i am trying to register my Linphone application with Freeswitch on >> Verizon mobile hotspot network but everytime i am getting >> >> *500 Internal server error.* >> It is working fine for other networks. >> >> Can i get some help on this? >> HOw to resolve such network issues? >> >> >> >> 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 >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 kathleen at freeswitch.org Tue Aug 29 17:27:03 2017 From: kathleen at freeswitch.org (Kathleen King) Date: Tue, 29 Aug 2017 10:27:03 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st Message-ID: Hello, We are excited to announce a special event this week on Thursday the 31st at 11:00am central time US. We will be having the OpenSIPs guys join us for a live integration demo of FreeSWITCH and OpenSIPs. Building on top of traditional load balancing techniques, the latest OpenSIPS and FreeSWITCH integration enables full usage of the available platform resources. This is achieved through a real-time feedback link between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The presentation will contain details about how this mechanism works, along with a demo showing how to configure and run such a setup. We will also discuss the added benefits of the solution by studying a series of graphs displaying statistics generated in real time. You can call in live with the Verto communicator using either Chrome or Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or you can watch the live stream from our Youtube channel and ask questions through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. This is going to be a great opportunity for you to get direct help and first hand information from the guys that wrote the project. Don't miss it! Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 <(703)%20859-3757> http://freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From nycphoneservice at gmail.com Tue Aug 29 20:15:26 2017 From: nycphoneservice at gmail.com (NYCPhoneService) Date: Tue, 29 Aug 2017 16:15:26 -0400 Subject: [Freeswitch-users] user param timezone is not being automatically changed in dialplan Message-ID: <063801d32103$8dd373a0$a97a5ae0$@gmail.com> Hello all, Please advise why is this happening: I have a user in the directory with the one of the set as . My system timezone is America/New_York. The timezone is not being changed automatically when user with this timezone is calling/called. I don't see any timezone variable set either. When I set timezone manually in dialplan, everything works as expected. Please advise if I'm doing something wrong. Thank you, Dennis -------------- next part -------------- An HTML attachment was scrubbed... URL: From joel at gogii.net Tue Aug 29 22:20:13 2017 From: joel at gogii.net (Joel Serrano) Date: Tue, 29 Aug 2017 15:20:13 -0700 Subject: [Freeswitch-users] 500 Internal Server Error with Verizon Network In-Reply-To: References: Message-ID: Use TLS as transport from your Linphone application to FreeSWITCH. On Tue, Aug 29, 2017 at 5:32 AM, vikas sharma wrote: > Hey Stevan, > > Thanks for checking this.Could you also please help me to findout any > solution for such network issues.Ideally such blockage shall not be there. > > > On Tue, Aug 29, 2017 at 5:52 PM, Steven Ayre wrote: > >> Looks like Verizon have a ALG that blocks SIP. >> >> https://support.counterpath.com/topic/verizon_hot_spot >> https://www.onsip.com/blog/in-depth-verizon-blocks-sip-traffic-using-alg >> >> >> >> On 29 August 2017 at 05:37, vikas sharma wrote: >> >>> Hi >>> >>> i am trying to register my Linphone application with Freeswitch on >>> Verizon mobile hotspot network but everytime i am getting >>> >>> *500 Internal server error.* >>> It is working fine for other networks. >>> >>> Can i get some help on this? >>> HOw to resolve such network issues? >>> >>> >>> >>> 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 >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 mbodbg at gmx.net Wed Aug 30 08:05:18 2017 From: mbodbg at gmx.net (=?utf-8?Q?Markus_B=C3=B6nke?=) Date: Wed, 30 Aug 2017 10:05:18 +0200 Subject: [Freeswitch-users] CHANNEL_EXECUTE_COMPLETE - variable_current_application and Application Message-ID: <451B416E-3268-4068-B5DD-7DBC364205F2@gmx.net> Hello, I want to clarify the signaling of CHANNEL_EXECUTE_COMPLETE events via the ESL socket. Especially on transfers / blind transfers I’m a bit confused how CHANNEL_EXECUTE_COMPLETE are sent and how the variables are set. The call scenario is the following: * A call control is sent to a ESL application via socket application. * The call is bridged to a SIP user. * The SIP user initiates a blind transfer to another phone number When the bind transfer is initiated, I get a CHANNEL_EXECUTE_COMPLETE event where the channel variables are set as follows: variable_current_application_data: sounds/moh.wav variable_current_application: playback variable_current_application_response: PLAYBACK%20ERROR Application: bridge Application-Data: ... Application-Response: PLAYBACK%20ERROR Application-UUID: 1420bfcd-63cd-4445-afa8-6e6c17c07d69 The Application-UUID "1420bfcd-63cd-4445-afa8-6e6c17c07d69 "belongs to the „bridge" command of the call send through ESL. But the Application-Response is set to PLAYBACK%20ERROR“, however the application response belongs to a playback command which was implicitly triggered when the call is put on hold. It seems on a blind transfer the call is first put on hold for a second and then bridged again. As the MOH is interrupted, the Application-Response is set to PLAYBACK%20ERROR. I see the same variables also in the CHANNEL_EXECUTE_COMPLETE belonging to the „socket“ which I get in the end of the call. variable_current_application_data: sounds/tevox-standard-moh-2.wav variable_current_application: playback variable_current_application_response: PLAYBACK%20ERROR Application: socket Application-Data: 192.168.154.209%3A8029%20async%20full Application-Response: PLAYBACK%20ERROR Application-UUID: 3a923054-89a5-11e7-a87d-e97d1c60b3f1 To be able to implement the processing of CHANNEL_EXECUTE_COMPLETE properly for all call scenarios, I need to understand the signaling in depth. Here in conclusion what I can see in the ESL trace: * I can get several CHANNEL_EXECUTE_COMPLETE events for an application that is executed, not just only one. * An application can trigger/execute other applications (Like playback in scope of executing a bridge command and blind transfer). * I also receive a CHANNEL_EXECUTE_COMPLETE event for those „implicit" executed applications. * In addition, I get a CHANNEL_EXECUTE_COMPLETE with the Application-UUID of the initial application. The channel variable "Application-Response" contains the last response that was generated in scope of the application that was executed belonging to the Application-UUID. If an other application was executed in scope of this application, the variables current_application, current_application_data and current_application_response are set. In this case the variable Application-Response = variable_current_application_response. I’ve tested this with older and the latest freeswitch version, the behavior seems to be by design. Questions: Why do I get a CHANNEL_EXECUTE_COMPLETE in scope of the bridge application at all (Or is this a bug)? Why is the Application-Response set to PLAYBACK%20ERROR (the current / last executed application)? Why is there no variable_current_application_uuid? Any comments are welcome Markus From yehavi.bourvine at gmail.com Wed Aug 30 08:22:40 2017 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Wed, 30 Aug 2017 11:22:40 +0300 Subject: [Freeswitch-users] Is there maximum number of TLS registrations? Message-ID: Hello, I would like to move all our phones to TLS. Is there some limitation in Freeswitch (or a Linux parameter to watch) which might limit these registrations? I am now doing it slowly, and have a problem with Yealink T19P which tries to create a new registration once every few minutes (leaving the other registration alive). T19P_E2 works ok so far. Thanks, __Yehavi: -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Wed Aug 30 11:16:37 2017 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 30 Aug 2017 13:16:37 +0200 Subject: [Freeswitch-users] FS as a WSS CLIENT? In-Reply-To: References: <19b801d32014$1a145050$4e3cf0f0$@tollfreegateway.com> Message-ID: Yes, i had thought of that, I just wanted to confirm fs can't do it alone. Thanks all On Aug 29, 2017 05:30, "Kamil Nigmatullin" wrote: > you may use Kamailio or opensips with rtpengine as bridge between sip and > webrtc > > > 2017-08-28 21:41 GMT+06:00 : > >> No FreeSWITCH does not have the client side support for WSS built in. >> that will require adding a http(s) client into FreeSWITCH that understands >> the WebRTC protocol. >> >> >> >> *From:* FreeSWITCH-users [mailto:freeswitch-users-bounc >> es at lists.freeswitch.org] *On Behalf Of *David Villasmil >> *Sent:* Monday, August 28, 2017 9:11 AM >> *To:* FreeSWITCH Users Help >> *Subject:* [Freeswitch-users] FS as a WSS CLIENT? >> >> >> >> Hello guys, >> >> >> >> Is this even possible with FS? >> >> >> >> >> Regards, >> >> >> >> David Villasmil >> >> email: david.villasmil.work at gmail.com >> >> phone: +34669448337 <+34%20669%2044%2083%2037> >> >> ᐧ >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Kamil Nigmatullin > Tel: 77272323748 > mob: 7 (707) 2517003 <(707)%20251-7003> > Skype: kamil.nigmatullin > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 fickledreams at yahoo.com Wed Aug 30 09:39:32 2017 From: fickledreams at yahoo.com ('Yemi Obembe) Date: Wed, 30 Aug 2017 09:39:32 +0000 (UTC) Subject: [Freeswitch-users] Getting digits from References: <2124175119.247213.1504085972725.ref@mail.yahoo.com> Message-ID: <2124175119.247213.1504085972725@mail.yahoo.com> I am using HTTAPI and need to get user input sent to a URL. The idea is this: play audio, get user input and send it to a URL. Every attempt hasn't worked so far. fs_cli shows the input from the user. It's just not getting to the URL. Here are what I have tried: This sends some details to the playback action URL but nothing about the user input is sent.       ~\d{3}#}   Tried putting action in . Doesn't work too:      ~\d{3}#}   Using execute/play_and_get_digits doesn't either: 0  -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Wed Aug 30 14:25:07 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 30 Aug 2017 16:25:07 +0200 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: Hello Kathleen, at what hour in which timezone will be the event, tomorrow? 11:00 central time or 11:00 pacific daylight time? (in facebook seems to be at 11:00 PDT) best of all, at what GMT time OpenSIPS event will be, tomorrow? -giovanni On 29 August 2017 at 19:27, Kathleen King wrote: > Hello, > > We are excited to announce a special event this week on Thursday the 31st > at 11:00am central time US. We will be having the OpenSIPs guys join us for > a live integration demo of FreeSWITCH and OpenSIPs. > > Building on top of traditional load balancing techniques, the latest > OpenSIPS and FreeSWITCH integration enables full usage of the available > platform resources. This is achieved through a real-time feedback link > between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The > presentation will contain details about how this mechanism works, along > with a demo showing how to configure and run such a setup. We will also > discuss the added benefits of the solution by studying a series of graphs > displaying statistics generated in real time. > > You can call in live with the Verto communicator using either Chrome or > Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or you > can watch the live stream from our Youtube channel and ask questions > through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. > > This is going to be a great opportunity for you to get direct help and > first hand information from the guys that wrote the project. Don't miss it! > > > Kathleen King > FreeSWITCH Public Relations > Mobile: +1-703-859-3757 <(703)%20859-3757> > http://freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 krice at freeswitch.org Wed Aug 30 15:36:03 2017 From: krice at freeswitch.org (Ken Rice) Date: Wed, 30 Aug 2017 10:36:03 -0500 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: <24e501d321a5$b0bb9440$1232bcc0$@freeswitch.org> 11 CDT (GMT-5) K From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Giovanni Maruzzelli Sent: Wednesday, August 30, 2017 9:25 AM To: FreeSWITCH Users Help ; Kathleen King Subject: Re: [Freeswitch-users] Special Event this Thursday August 31st Hello Kathleen, at what hour in which timezone will be the event, tomorrow? 11:00 central time or 11:00 pacific daylight time? (in facebook seems to be at 11:00 PDT) best of all, at what GMT time OpenSIPS event will be, tomorrow? -giovanni On 29 August 2017 at 19:27, Kathleen King > wrote: Hello, We are excited to announce a special event this week on Thursday the 31st at 11:00am central time US. We will be having the OpenSIPs guys join us for a live integration demo of FreeSWITCH and OpenSIPs. Building on top of traditional load balancing techniques, the latest OpenSIPS and FreeSWITCH integration enables full usage of the available platform resources. This is achieved through a real-time feedback link between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The presentation will contain details about how this mechanism works, along with a demo showing how to configure and run such a setup. We will also discuss the added benefits of the solution by studying a series of graphs displaying statistics generated in real time. You can call in live with the Verto communicator using either Chrome or Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or you can watch the live stream from our Youtube channel and ask questions through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. This is going to be a great opportunity for you to get direct help and first hand information from the guys that wrote the project. Don't miss it! Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 http://freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at 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 ryharris at airmail.cc Wed Aug 30 12:43:08 2017 From: ryharris at airmail.cc (Ryan Harris) Date: Wed, 30 Aug 2017 08:43:08 -0400 Subject: [Freeswitch-users] user param timezone is not being automatically changed in dialplan In-Reply-To: <063801d32103$8dd373a0$a97a5ae0$@gmail.com> References: <063801d32103$8dd373a0$a97a5ae0$@gmail.com> Message-ID: <4b0967d2-0b2e-9a16-b1c3-4a2e3d2f6cab@airmail.cc> What does your config for the user look like? Check here: https://freeswitch.org/confluence/display/FREESWITCH/XML+User+Directory#XMLUserDirectory-Usersettings It says that things you set in are accessible on the channel. Have you tried adding to your your ? On 08/29/2017 04:15 PM, NYCPhoneService wrote: > > Hello all, > > Please advise why is this happening: > > I have a user in the directory with the one of the set as name=“timezone” value=”America/Los_Angeles” />. > > My system timezone is America/New_York. The timezone is not being > changed automatically when user with this timezone is calling/called. > I don’t see any timezone variable set either. > > When I set timezone manually in dialplan, everything works as expected. > > Please advise if I’m doing something wrong. > > Thank you, > > Dennis > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 kathleen at freeswitch.org Wed Aug 30 17:13:57 2017 From: kathleen at freeswitch.org (Kathleen King) Date: Wed, 30 Aug 2017 10:13:57 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: Giovanni, Since I am on the west coast Facebook was using my timezone on the event which is 9am, but I have been using central as a standard. So the time is correct, just confusing. The call will be at 11:00am CDT. Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 http://freeswitch.org On Wed, Aug 30, 2017 at 7:25 AM, Giovanni Maruzzelli wrote: > Hello Kathleen, > > at what hour in which timezone will be the event, tomorrow? > > 11:00 central time or 11:00 pacific daylight time? (in facebook seems to > be at 11:00 PDT) > > best of all, at what GMT time OpenSIPS event will be, tomorrow? > > -giovanni > > On 29 August 2017 at 19:27, Kathleen King wrote: > >> Hello, >> >> We are excited to announce a special event this week on Thursday the 31st >> at 11:00am central time US. We will be having the OpenSIPs guys join us for >> a live integration demo of FreeSWITCH and OpenSIPs. >> >> Building on top of traditional load balancing techniques, the latest >> OpenSIPS and FreeSWITCH integration enables full usage of the available >> platform resources. This is achieved through a real-time feedback link >> between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The >> presentation will contain details about how this mechanism works, along >> with a demo showing how to configure and run such a setup. We will also >> discuss the added benefits of the solution by studying a series of graphs >> displaying statistics generated in real time. >> >> You can call in live with the Verto communicator using either Chrome or >> Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or you >> can watch the live stream from our Youtube channel and ask questions >> through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. >> >> This is going to be a great opportunity for you to get direct help and >> first hand information from the guys that wrote the project. Don't miss it! >> >> >> Kathleen King >> FreeSWITCH Public Relations >> Mobile: +1-703-859-3757 <(703)%20859-3757> >> http://freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 davidswalkabout at gmail.com Wed Aug 30 17:06:32 2017 From: davidswalkabout at gmail.com (David P) Date: Wed, 30 Aug 2017 10:06:32 -0700 Subject: [Freeswitch-users] Different errors on different machines Message-ID: I'm running into different Verto errors when loading the same page on different machines. For example, on one, I get "There has been a problem retrieving the streams - did you allow access? Check Device Resolution" while on another it reports not being able to find the speaker device. I'm using the latest Chrome on both, and I permitted use of media devices when loading my page. Other users routinely connect with the same FreeSwitch server using the same network I'm in. I'm looking for debugging advice mostly. I'd be happy to share the url if I could have a private exchange with someone at freeswitch.org Cheers, David -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Wed Aug 30 17:19:48 2017 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 30 Aug 2017 19:19:48 +0200 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: On Aug 30, 2017 7:14 PM, "Kathleen King" wrote: Giovanni, Since I am on the west coast Facebook was using my timezone on the event which is 9am, but I have been using central as a standard. So the time is correct, just confusing. The call will be at 11:00am CDT. So, let's say for the non-timezone-initiated: One hour before the usual weekly cluecon conference call. Correct? Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 <(703)%20859-3757> http://freeswitch.org On Wed, Aug 30, 2017 at 7:25 AM, Giovanni Maruzzelli wrote: > Hello Kathleen, > > at what hour in which timezone will be the event, tomorrow? > > 11:00 central time or 11:00 pacific daylight time? (in facebook seems to > be at 11:00 PDT) > > best of all, at what GMT time OpenSIPS event will be, tomorrow? > > -giovanni > > On 29 August 2017 at 19:27, Kathleen King wrote: > >> Hello, >> >> We are excited to announce a special event this week on Thursday the 31st >> at 11:00am central time US. We will be having the OpenSIPs guys join us for >> a live integration demo of FreeSWITCH and OpenSIPs. >> >> Building on top of traditional load balancing techniques, the latest >> OpenSIPS and FreeSWITCH integration enables full usage of the available >> platform resources. This is achieved through a real-time feedback link >> between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The >> presentation will contain details about how this mechanism works, along >> with a demo showing how to configure and run such a setup. We will also >> discuss the added benefits of the solution by studying a series of graphs >> displaying statistics generated in real time. >> >> You can call in live with the Verto communicator using either Chrome or >> Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or you >> can watch the live stream from our Youtube channel and ask questions >> through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. >> >> This is going to be a great opportunity for you to get direct help and >> first hand information from the guys that wrote the project. Don't miss it! >> >> >> Kathleen King >> FreeSWITCH Public Relations >> Mobile: +1-703-859-3757 <(703)%20859-3757> >> http://freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 nycphoneservice at gmail.com Wed Aug 30 17:23:53 2017 From: nycphoneservice at gmail.com (NYCPhoneService) Date: Wed, 30 Aug 2017 13:23:53 -0400 Subject: [Freeswitch-users] user param timezone is not being automatically changed in dialplan In-Reply-To: <4b0967d2-0b2e-9a16-b1c3-4a2e3d2f6cab@airmail.cc> References: <063801d32103$8dd373a0$a97a5ae0$@gmail.com> <4b0967d2-0b2e-9a16-b1c3-4a2e3d2f6cab@airmail.cc> Message-ID: <06bb01d321b4$c0fb9760$42f2c620$@gmail.com> Thank you for your reply Ryan. Here is what in the wiki related to the timezone: Directory Usage: So I followed wiki and it didn't work. Didn't try to set user's variable though... Thank you, Dennis From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ryan Harris Sent: Wednesday, August 30, 2017 8:43 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] user param timezone is not being automatically changed in dialplan What does your config for the user look like? Check here: https://freeswitch.org/confluence/display/FREESWITCH/XML+User+Directory#XMLU serDirectory-Usersettings It says that things you set in are accessible on the channel. Have you tried adding to your your ? On 08/29/2017 04:15 PM, NYCPhoneService wrote: Hello all, Please advise why is this happening: I have a user in the directory with the one of the set as . My system timezone is America/New_York. The timezone is not being changed automatically when user with this timezone is calling/called. I don't see any timezone variable set either. When I set timezone manually in dialplan, everything works as expected. Please advise if I'm doing something wrong. Thank you, Dennis _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/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 kathleen at freeswitch.org Wed Aug 30 18:13:02 2017 From: kathleen at freeswitch.org (Kathleen King) Date: Wed, 30 Aug 2017 11:13:02 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: Yes, I will work on finding/using a more euro friendly time format. :) Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 http://freeswitch.org On Wed, Aug 30, 2017 at 10:19 AM, Giovanni Maruzzelli wrote: > On Aug 30, 2017 7:14 PM, "Kathleen King" wrote: > > Giovanni, > > Since I am on the west coast Facebook was using my timezone on the event > which is 9am, but I have been using central as a standard. So the time is > correct, just confusing. > > The call will be at 11:00am CDT. > > > So, let's say for the non-timezone-initiated: > > One hour before the usual weekly cluecon conference call. Correct? > > > > > Kathleen King > FreeSWITCH Public Relations > Mobile: +1-703-859-3757 <(703)%20859-3757> > http://freeswitch.org > > On Wed, Aug 30, 2017 at 7:25 AM, Giovanni Maruzzelli > wrote: > >> Hello Kathleen, >> >> at what hour in which timezone will be the event, tomorrow? >> >> 11:00 central time or 11:00 pacific daylight time? (in facebook seems to >> be at 11:00 PDT) >> >> best of all, at what GMT time OpenSIPS event will be, tomorrow? >> >> -giovanni >> >> On 29 August 2017 at 19:27, Kathleen King >> wrote: >> >>> Hello, >>> >>> We are excited to announce a special event this week on Thursday the >>> 31st at 11:00am central time US. We will be having the OpenSIPs guys join >>> us for a live integration demo of FreeSWITCH and OpenSIPs. >>> >>> Building on top of traditional load balancing techniques, the latest >>> OpenSIPS and FreeSWITCH integration enables full usage of the available >>> platform resources. This is achieved through a real-time feedback link >>> between OpenSIPS and FreeSWITCH, using the Event Socket Layer. The >>> presentation will contain details about how this mechanism works, along >>> with a demo showing how to configure and run such a setup. We will also >>> discuss the added benefits of the solution by studying a series of graphs >>> displaying statistics generated in real time. >>> >>> You can call in live with the Verto communicator using either Chrome or >>> Firefox at https://conference.freeswitch.org/vc/ and dialing 888. Or >>> you can watch the live stream from our Youtube channel and ask questions >>> through the built in Youtube chat, IRC, or the FreeSWITCH Hipchat room. >>> >>> This is going to be a great opportunity for you to get direct help and >>> first hand information from the guys that wrote the project. Don't miss it! >>> >>> >>> Kathleen King >>> FreeSWITCH Public Relations >>> Mobile: +1-703-859-3757 <(703)%20859-3757> >>> http://freeswitch.org >>> >>> ____________________________________________________________ >>> _____________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 jungleboogie0 at gmail.com Wed Aug 30 20:15:00 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 30 Aug 2017 13:15:00 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: On 30 August 2017 at 11:13, Kathleen King wrote: > Yes, I will work on finding/using a more euro friendly time format. :) > does this help? From jungleboogie0 at gmail.com Wed Aug 30 20:16:35 2017 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Wed, 30 Aug 2017 13:16:35 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: On 30 August 2017 at 11:13, Kathleen King wrote: > Yes, I will work on finding/using a more euro friendly time format. :) > Does this help? https://www.timeanddate.com/worldclock/meetingdetails.html?year=2017&month=8&day=31&hour=16&min=0&sec=0&p1=127&p2=184&p3=195&p4=37&p5=215 relevant xkcd post: https://xkcd.com/1883 From tculjaga at gmail.com Wed Aug 30 21:24:32 2017 From: tculjaga at gmail.com (Tihomir Culjaga) Date: Wed, 30 Aug 2017 23:24:32 +0200 Subject: [Freeswitch-users] mod_verto mcast Message-ID: how does it work ? i see mcast-ip and mcast-port in verto configuration. also, i see a lot of code for multicast in mod_verto source ... but cannot find any documentation. please, can anyone share some info ? regards, Tihomir. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfmundkowsky at yahoo.com Wed Aug 30 21:34:42 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Wed, 30 Aug 2017 14:34:42 -0700 Subject: [Freeswitch-users] Different errors on different machines Message-ID: <1lvq4j63mbvtoiqgotgn16a7.1504128882879@email.android.com> What OS are you using? Device type?  E.g. iOS does not support getusermedia yet. Is your site using SSL  and a good SSL cert? Try test.webrtc.org.  -------- Original message -------- From: David P Date: 8/30/17 10:06 AM (GMT-07:00) To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Different errors on different machines I'm running into different Verto errors when loading the same page on different machines. For example, on one, I get "There has been a problem retrieving the streams - did you allow access? Check Device Resolution" while on another it reports not being able to find the speaker device. I'm using the latest Chrome on both, and I permitted use of media devices when loading my page. Other users routinely connect with the same FreeSwitch server using the same network I'm in. I'm looking for debugging advice mostly. I'd be happy to share the url if I could have a private exchange with someone at freeswitch.org Cheers,David -------------- next part -------------- An HTML attachment was scrubbed... URL: From rfmundkowsky at yahoo.com Wed Aug 30 21:35:39 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Wed, 30 Aug 2017 14:35:39 -0700 Subject: [Freeswitch-users] Different errors on different machines Message-ID: If you have multiple microphones, check which is used. -------- Original message -------- From: David P Date: 8/30/17 10:06 AM (GMT-07:00) To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Different errors on different machines I'm running into different Verto errors when loading the same page on different machines. For example, on one, I get "There has been a problem retrieving the streams - did you allow access? Check Device Resolution" while on another it reports not being able to find the speaker device. I'm using the latest Chrome on both, and I permitted use of media devices when loading my page. Other users routinely connect with the same FreeSwitch server using the same network I'm in. I'm looking for debugging advice mostly. I'd be happy to share the url if I could have a private exchange with someone at freeswitch.org Cheers,David -------------- next part -------------- An HTML attachment was scrubbed... URL: From william.suffill at gmail.com Wed Aug 30 21:47:42 2017 From: william.suffill at gmail.com (William Suffill) Date: Wed, 30 Aug 2017 17:47:42 -0400 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: https://time.is/1100AM_31_Aug_2017_in_CDT It should auto calculate for the end user their local time for the event just like timeanddate. Might be cleaner to automate linkage. I've used it for my sanity with people over multiple timezones. On Wed, Aug 30, 2017 at 4:16 PM, jungle Boogie wrote: > On 30 August 2017 at 11:13, Kathleen King wrote: > > Yes, I will work on finding/using a more euro friendly time format. :) > > > > Does this help? > > https://www.timeanddate.com/worldclock/meetingdetails. > html?year=2017&month=8&day=31&hour=16&min=0&sec=0&p1=127&p2= > 184&p3=195&p4=37&p5=215 > > relevant xkcd post: https://xkcd.com/1883 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 30 22:06:57 2017 From: rfmundkowsky at yahoo.com (Robert Mundkowsky) Date: Wed, 30 Aug 2017 15:06:57 -0700 Subject: [Freeswitch-users] Different errors on different machines Message-ID: BTW, are you request mic and camera? -------- Original message -------- From: David P Date: 8/30/17 10:06 AM (GMT-07:00) To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Different errors on different machines I'm running into different Verto errors when loading the same page on different machines. For example, on one, I get "There has been a problem retrieving the streams - did you allow access? Check Device Resolution" while on another it reports not being able to find the speaker device. I'm using the latest Chrome on both, and I permitted use of media devices when loading my page. Other users routinely connect with the same FreeSwitch server using the same network I'm in. I'm looking for debugging advice mostly. I'd be happy to share the url if I could have a private exchange with someone at freeswitch.org Cheers,David -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Wed Aug 30 23:03:25 2017 From: krice at freeswitch.org (Ken Rice) Date: Wed, 30 Aug 2017 18:03:25 -0500 Subject: [Freeswitch-users] Different errors on different machines In-Reply-To: References: Message-ID: you can certainly get private exchange going with a pro dev from freeswitch.org drop them an email to consulting at freeswitch.org Sent from my iPhone > On Aug 30, 2017, at 12:06, David P wrote: > > I'm running into different Verto errors when loading the same page on different machines. For example, on one, I get "There has been a problem retrieving the streams - did you allow access? Check Device Resolution" while on another it reports not being able to find the speaker device. > > I'm using the latest Chrome on both, and I permitted use of media devices when loading my page. Other users routinely connect with the same FreeSwitch server using the same network I'm in. > > I'm looking for debugging advice mostly. I'd be happy to share the url if I could have a private exchange with someone at freeswitch.org > > Cheers, > David > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 gb at cm.nl Thu Aug 31 06:19:17 2017 From: gb at cm.nl (Grant Bagdasarian) Date: Thu, 31 Aug 2017 06:19:17 +0000 Subject: [Freeswitch-users] Passthrough sip auth Message-ID: Hi, Is it possible to have freeswitch pass back the auth challenge (407) it receives from its next hop back to the client contacting freeswitch? And in turn when the client sends the INVITE with digest auth passthrough freeswitch to the next hop for authentication? I'm doing a bridge in the dialplan to the auth gateway when the client calls the freeswitch node. Flow: Client -> Freeswitch -> Auth Gateway Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Thu Aug 31 06:26:45 2017 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 31 Aug 2017 06:26:45 +0000 Subject: [Freeswitch-users] Passthrough sip auth In-Reply-To: References: Message-ID: It not possible. FreeSwitch not SIP proxy and cannot proxy auth challenge from client. чт, 31 авг. 2017 г. в 9:20, Grant Bagdasarian : > Hi, > > > > Is it possible to have freeswitch pass back the auth challenge (407) it > receives from its next hop back to the client contacting freeswitch? And in > turn when the client sends the INVITE with digest auth passthrough > freeswitch to the next hop for authentication? > > > > I’m doing a bridge in the dialplan to the auth gateway when the client > calls the freeswitch node. > > > > Flow: Client -> Freeswitch -> Auth Gateway > > > > Regards, > > > > Grant > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gb at cm.nl Thu Aug 31 08:59:50 2017 From: gb at cm.nl (Grant Bagdasarian) Date: Thu, 31 Aug 2017 08:59:50 +0000 Subject: [Freeswitch-users] Passthrough sip auth In-Reply-To: References: Message-ID: Clear as can be 😊 Thank you! From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Sergey Safarov Sent: donderdag 31 augustus 2017 08:27 To: FreeSWITCH Users Help (freeswitch-users at lists.freeswitch.org) Subject: Re: [Freeswitch-users] Passthrough sip auth It not possible. FreeSwitch not SIP proxy and cannot proxy auth challenge from client. чт, 31 авг. 2017 г. в 9:20, Grant Bagdasarian >: Hi, Is it possible to have freeswitch pass back the auth challenge (407) it receives from its next hop back to the client contacting freeswitch? And in turn when the client sends the INVITE with digest auth passthrough freeswitch to the next hop for authentication? I’m doing a bridge in the dialplan to the auth gateway when the client calls the freeswitch node. Flow: Client -> Freeswitch -> Auth Gateway Regards, Grant _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Aug 31 09:17:36 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 31 Aug 2017 11:17:36 +0200 Subject: [Freeswitch-users] Inbound call - Dialed number on transfer Message-ID: Can you please help me with best practice. I am transfering incoming call to extenstion via bridge to user/user at domain. But I want that sip client sees on which number (external DID) call was placed. Which variable should I set? Thank you, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandr.popov at iqoption.com Thu Aug 31 10:44:07 2017 From: alexandr.popov at iqoption.com (Alexandr Popov) Date: Thu, 31 Aug 2017 13:44:07 +0300 Subject: [Freeswitch-users] Inbound call - Dialed number on transfer In-Reply-To: References: Message-ID: what about to use remote-party-id? 2017-08-31 12:17 GMT+03:00 Gregor Nanger : > Can you please help me with best practice. > > I am transfering incoming call to extenstion via bridge to > user/user at domain. But I want that sip client sees on which number > (external DID) call was placed. Which variable should I set? > > Thank you, Gregor > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/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 31 10:51:50 2017 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 31 Aug 2017 12:51:50 +0200 Subject: [Freeswitch-users] Inbound call - Dialed number on transfer In-Reply-To: References: Message-ID: Ok, thank you. Will try this. What about this: https://wiki.freeswitch.org/wiki/Variable_sip_route_uri in real life example on page? Best regards, Gregor 2017-08-31 12:44 GMT+02:00 Alexandr Popov : > what about to use remote-party-id? > > 2017-08-31 12:17 GMT+03:00 Gregor Nanger : > >> Can you please help me with best practice. >> >> I am transfering incoming call to extenstion via bridge to >> user/user at domain. But I want that sip client sees on which number >> (external DID) call was placed. Which variable should I set? >> >> Thank you, Gregor >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 gkuri at ieee.org Thu Aug 31 15:27:15 2017 From: gkuri at ieee.org (Gabriel Kuri) Date: Thu, 31 Aug 2017 08:27:15 -0700 Subject: [Freeswitch-users] session timer - enable/disable per call Message-ID: Is it possible to either: a) enable/disable the session timer per call, via the dialplan? b) change the session timeout value per call, via the dialplan? Currently, it's set in the sofia profile, either: or However, it would be great if it could be changed/set per call. If you ask why, a particular device when it receives a re-invite mid-call decides to re-invite an already established T.38 call to PCMU which breaks the FAX transmission. Yes, this is a long fax :) Unfortunately, the vendor won't fix, so it'd be nice for these devices to be able to simply disable or set the timer to a really long time in the dialplan. Thanks ... From fickledreams at yahoo.com Thu Aug 31 08:59:11 2017 From: fickledreams at yahoo.com ('Yemi Obembe) Date: Thu, 31 Aug 2017 08:59:11 +0000 (UTC) Subject: [Freeswitch-users] FreeSWITCH-users Digest, Vol 134, Issue 158 In-Reply-To: References: Message-ID: <1606500011.251499.1504169951108@mail.yahoo.com> This, anyone? On Wednesday, August 30, 2017, 4:36:56 PM GMT+1, wrote: I am using HTTAPI and need to get user input sent to a URL. The idea is this: play audio, get user input and send it to a URL. Every attempt hasn't worked so far. fs_cli shows the input from the user. It's just not getting to the URL. Here are what I have tried: This sends some details to the playback action URL but nothing about the user input is sent.       ~\d{3}#}   Tried putting action in . Doesn't work too:      ~\d{3}#}   Using execute/play_and_get_digits doesn't either: 0  -------------- next part -------------- An HTML attachment was scrubbed... URL: From kathleen at freeswitch.org Thu Aug 31 15:51:59 2017 From: kathleen at freeswitch.org (Kathleen King) Date: Thu, 31 Aug 2017 08:51:59 -0700 Subject: [Freeswitch-users] Special Event this Thursday August 31st In-Reply-To: References: Message-ID: Oh, these are great! Thank-you! Kathleen King FreeSWITCH Public Relations Mobile: +1-703-859-3757 http://freeswitch.org On Wed, Aug 30, 2017 at 2:47 PM, William Suffill wrote: > https://time.is/1100AM_31_Aug_2017_in_CDT > > It should auto calculate for the end user their local time for the event > just like timeanddate. > Might be cleaner to automate linkage. I've used it for my sanity with > people over multiple timezones. > > On Wed, Aug 30, 2017 at 4:16 PM, jungle Boogie > wrote: > >> On 30 August 2017 at 11:13, Kathleen King >> wrote: >> > Yes, I will work on finding/using a more euro friendly time format. :) >> > >> >> Does this help? >> >> https://www.timeanddate.com/worldclock/meetingdetails.html? >> year=2017&month=8&day=31&hour=16&min=0&sec=0&p1=127&p2=184& >> p3=195&p4=37&p5=215 >> >> relevant xkcd post: https://xkcd.com/1883 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: