From miha at softnet.si Thu Oct 1 00:05:40 2015 From: miha at softnet.si (Miha) Date: Wed, 30 Sep 2015 22:05:40 +0200 Subject: [Freeswitch-users] Music on hold, send SDP In-Reply-To: References: <560A5FFD.2050803@softnet.si> Message-ID: Hi Brian, I Know i would Like to Have proxy here:) ok, is there any way to imeplement this with fs? Tnx On Wed, 30 Sep 2015 11:08:10 -0500 Brian West wrote: > Sounds like you want a proxy... FreeSWITCH is a b2bua, > not a proxy, granted > we do blur those lines but there are limits! :P > > On Tue, Sep 29, 2015 at 4:55 AM, Miha > wrote: > > > Hi, > > > > how can I forward SDP that has indication of "hold" > (sdp: c= 0.0.0.0). I > > need that FW forwards this SDP further and not change > it to its ip? > > > > tnx > > miha > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! > | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST > (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | > *Skype:*briankwest From brian at freeswitch.org Thu Oct 1 00:38:17 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 15:38:17 -0500 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: Message-ID: commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 Author: Brian West Date: Wed Sep 30 00:15:52 2015 -0500 FS-8244 #resolve On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre wrote: > Are you sure Brian? > > This is in master: > mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" > > But there's no such define in the v1.4 branch. > > On 30 September 2015 at 06:17, Brian West wrote: > >> Its fixed. >> >> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy wrote: >> >>> I did today!! >>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>> >>>> Using our existing build scripts, we started seeing this compile error >>>> today when building the 1.4 branch on Ubuntu 14.04. Has anyone else come >>>> across this? Thanks! >>>> >>>> Regards, >>>> +Mark >>>> >>>> >>>> making all mod_dptools >>>> make[4]: Entering directory >>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>> CC mod_dptools_la-mod_dptools.lo >>>> In file included from ../../../../src/include/switch.h:130:0, >>>> from mod_dptools.c:40: >>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first use >>>> in this function) >>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>> ^ >>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>> macro 'switch_event_free_subclass' >>>> #define switch_event_free_subclass(subclass_name) >>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>> >>>> ^ >>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported >>>> only once for each function it appears in >>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>> ^ >>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>> macro 'switch_event_free_subclass' >>>> #define switch_event_free_subclass(subclass_name) >>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>> >>>> ^ >>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first use >>>> in this function) >>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>> >>>> >>>> ==================================== >>>> >>>> Mark Boots, PhD | CEO and CTO, >>>> VOTO Mobile >>>> >>>> PO Box KS17672, Kumasi, Ashanti Region >>>> Ghana >>>> +233 26 416 4182 >>>> >>>> 40 King St. W, Toronto, Ontario >>>> Canada M5H 3Y4 >>>> +1 639 471 0295 >>>> >>>> e: mark at votomobile.org >>>> w: http://votomobile.org >>>> skype: markjboots >>>> twitter: @markjboots >>>> >>>> ==================================== >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/0b4c4c84/attachment.html From brian at freeswitch.org Thu Oct 1 01:03:02 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 16:03:02 -0500 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: Message-ID: Fixing it, pushed to the wrong repo. On Wed, Sep 30, 2015 at 3:38 PM, Brian West wrote: > commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 > > Author: Brian West > > Date: Wed Sep 30 00:15:52 2015 -0500 > > > FS-8244 #resolve > > > > On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre wrote: > >> Are you sure Brian? >> >> This is in master: >> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >> >> But there's no such define in the v1.4 branch. >> >> On 30 September 2015 at 06:17, Brian West wrote: >> >>> Its fixed. >>> >>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy wrote: >>> >>>> I did today!! >>>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>>> >>>>> Using our existing build scripts, we started seeing this compile error >>>>> today when building the 1.4 branch on Ubuntu 14.04. Has anyone else come >>>>> across this? Thanks! >>>>> >>>>> Regards, >>>>> +Mark >>>>> >>>>> >>>>> making all mod_dptools >>>>> make[4]: Entering directory >>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>> CC mod_dptools_la-mod_dptools.lo >>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>> from mod_dptools.c:40: >>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first >>>>> use in this function) >>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>> ^ >>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>>> macro 'switch_event_free_subclass' >>>>> #define switch_event_free_subclass(subclass_name) >>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>> >>>>> ^ >>>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported >>>>> only once for each function it appears in >>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>> ^ >>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>>> macro 'switch_event_free_subclass' >>>>> #define switch_event_free_subclass(subclass_name) >>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>> >>>>> ^ >>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first use >>>>> in this function) >>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>> >>>>> >>>>> ==================================== >>>>> >>>>> Mark Boots, PhD | CEO and CTO, >>>>> VOTO Mobile >>>>> >>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>> Ghana >>>>> +233 26 416 4182 >>>>> >>>>> 40 King St. W, Toronto, Ontario >>>>> Canada M5H 3Y4 >>>>> +1 639 471 0295 >>>>> >>>>> e: mark at votomobile.org >>>>> w: http://votomobile.org >>>>> skype: markjboots >>>>> twitter: @markjboots >>>>> >>>>> ==================================== >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/a0724cd7/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 01:15:27 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Wed, 30 Sep 2015 21:15:27 +0000 Subject: [Freeswitch-users] Audio delays and jitter Message-ID: We are using the OPUS codec with Chrome and WebRTC to make SIP calls into FS conferences. We have packet captures at the edge of network that sound clear, but when they get to FreeSWITCH they sound distorted via delays and clipping. I've tried several combinations of jitterbuffer settings, disabled/enabling RTP timers, conference. I have a mechanism I use in which I replay the RTP packets using SIPP and try them out. Is there a way to dynamically adjust the jitterbuffer so that the right size is being used? Right now I have it set at 180:540:540. Maybe there is some other setting I could try that would help? Perhaps there's a way to force OPUS to use less bandwidth at the expense of quality? I'm willing to share the PCAPs some examples. Thanks in advance. --Danny Gershman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/49ba0819/attachment.html From brian at freeswitch.org Thu Oct 1 01:22:37 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 16:22:37 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Which revision of FreeSWITCH have you tested with? On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman wrote: > We are using the OPUS codec with Chrome and WebRTC to make SIP calls into > FS conferences. We have packet captures at the edge of network that sound > clear, but when they get to FreeSWITCH they sound distorted via delays and > clipping. > > I've tried several combinations of jitterbuffer settings, > disabled/enabling RTP timers, conference. I have a mechanism I use in > which I replay the RTP packets using SIPP and try them out. Is there a way > to dynamically adjust the jitterbuffer so that the right size is being > used? Right now I have it set at 180:540:540. Maybe there is some other > setting I could try that would help? > > Perhaps there's a way to force OPUS to use less bandwidth at the expense > of quality? > > I'm willing to share the PCAPs some examples. > > Thanks in advance. > > --Danny Gershman > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/716a7b9a/attachment.html From brian at freeswitch.org Thu Oct 1 01:23:35 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 16:23:35 -0500 Subject: [Freeswitch-users] Music on hold, send SDP In-Reply-To: References: <560A5FFD.2050803@softnet.si> Message-ID: provide the patch or fund development of the feature. On Wed, Sep 30, 2015 at 3:05 PM, Miha wrote: > Hi Brian, > > > I Know i would Like to Have proxy here:) ok, is there any > way to imeplement this with fs? > > Tnx > > On Wed, 30 Sep 2015 11:08:10 -0500 > Brian West wrote: > > Sounds like you want a proxy... FreeSWITCH is a b2bua, > > not a proxy, granted > > we do blur those lines but there are limits! :P > > > > On Tue, Sep 29, 2015 at 4:55 AM, Miha > > wrote: > > > > > Hi, > > > > > > how can I forward SDP that has indication of "hold" > > (sdp: c= 0.0.0.0). I > > > need that FW forwards this SDP further and not change > > it to its ip? > > > > > > tnx > > > miha > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org > > > http://www.freeswitchsolutions.com > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://confluence.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-users mailing list > > > FreeSWITCH-users at lists.freeswitch.org > > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > > http://www.freeswitch.org > > > > > > > > > > > -- > > > > *Brian West* > > brian at freeswitch.org > > > > > > *Twitter: @FreeSWITCH , @briankwest* > > http://www.freeswitchbook.com > > http://www.freeswitchcookbook.com > > > > Got Bugs? Report them here ! > > | Reddit: > > /r/freeswitch > > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST > > (9378) > > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | > > *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/df6b2ac6/attachment.html From cmrienzo at gmail.com Thu Oct 1 01:29:53 2015 From: cmrienzo at gmail.com (cmrienzo at gmail.com) Date: Wed, 30 Sep 2015 17:29:53 -0400 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: Message-ID: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Oooooo... secret repo > On Sep 30, 2015, at 17:03, Brian West wrote: > > Fixing it, pushed to the wrong repo. > >> On Wed, Sep 30, 2015 at 3:38 PM, Brian West wrote: >> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >> >> Author: Brian West >> >> Date: Wed Sep 30 00:15:52 2015 -0500 >> >> >> >> FS-8244 #resolve >> >> >> >> >>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre wrote: >>> Are you sure Brian? >>> >>> This is in master: >>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>> >>> But there's no such define in the v1.4 branch. >>> >>>> On 30 September 2015 at 06:17, Brian West wrote: >>>> Its fixed. >>>> >>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy wrote: >>>>> I did today!! >>>>> >>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>>>>> Using our existing build scripts, we started seeing this compile error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else come across this? Thanks! >>>>>> >>>>>> Regards, >>>>>> +Mark >>>>>> >>>>>> >>>>>> making all mod_dptools >>>>>> make[4]: Entering directory `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>> from mod_dptools.c:40: >>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first use in this function) >>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>> ^ >>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of macro 'switch_event_free_subclass' >>>>>> #define switch_event_free_subclass(subclass_name) switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>> ^ >>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported only once for each function it appears in >>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>> ^ >>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of macro 'switch_event_free_subclass' >>>>>> #define switch_event_free_subclass(subclass_name) switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>> ^ >>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first use in this function) >>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>> >>>>>> >>>>>> ==================================== >>>>>> >>>>>> Mark Boots, PhD | CEO and CTO, >>>>>> VOTO Mobile >>>>>> >>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>> Ghana >>>>>> +233 26 416 4182 >>>>>> >>>>>> 40 King St. W, Toronto, Ontario >>>>>> Canada M5H 3Y4 >>>>>> +1 639 471 0295 >>>>>> >>>>>> e: mark at votomobile.org >>>>>> w: http://votomobile.org >>>>>> skype: markjboots >>>>>> twitter: @markjboots >>>>>> >>>>>> ==================================== >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> -- >>>> Brian West >>>> brian at freeswitch.org >>>> >>>> >>>> >>>> Twitter: @FreeSWITCH , @briankwest >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here! | Reddit: /r/freeswitch >>>> >>>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >>>> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> -- >> Brian West >> brian at freeswitch.org >> >> >> >> Twitter: @FreeSWITCH , @briankwest >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here! | Reddit: /r/freeswitch >> >> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest >> > > > > -- > Brian West > brian at freeswitch.org > > > > Twitter: @FreeSWITCH , @briankwest > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here! | Reddit: /r/freeswitch > > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/ce8b50c4/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 01:54:10 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Wed, 30 Sep 2015 21:54:10 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Currently tested with 1.4.19 On Wed, Sep 30, 2015 at 5:23 PM Brian West wrote: > Which revision of FreeSWITCH have you tested with? > > On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > wrote: > >> We are using the OPUS codec with Chrome and WebRTC to make SIP calls into >> FS conferences. We have packet captures at the edge of network that sound >> clear, but when they get to FreeSWITCH they sound distorted via delays and >> clipping. >> >> I've tried several combinations of jitterbuffer settings, >> disabled/enabling RTP timers, conference. I have a mechanism I use in >> which I replay the RTP packets using SIPP and try them out. Is there a way >> to dynamically adjust the jitterbuffer so that the right size is being >> used? Right now I have it set at 180:540:540. Maybe there is some other >> setting I could try that would help? >> >> Perhaps there's a way to force OPUS to use less bandwidth at the expense >> of quality? >> >> I'm willing to share the PCAPs some examples. >> >> Thanks in advance. >> >> --Danny Gershman >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/3af20471/attachment.html From gmaruzz at gmail.com Thu Oct 1 01:58:07 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 30 Sep 2015 23:58:07 +0200 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: What kind of machine are you using? Virtual or hardware? Kernel? Distro? sent from my mobile, Giovanni Maruzzelli cell: +39 347 266 56 18 Il 30/Set/2015 23:55, "Danny Gershman" ha scritto: > Currently tested with 1.4.19 > > On Wed, Sep 30, 2015 at 5:23 PM Brian West wrote: > >> Which revision of FreeSWITCH have you tested with? >> >> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > > wrote: >> >>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>> into FS conferences. We have packet captures at the edge of network that >>> sound clear, but when they get to FreeSWITCH they sound distorted via >>> delays and clipping. >>> >>> I've tried several combinations of jitterbuffer settings, >>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>> which I replay the RTP packets using SIPP and try them out. Is there a way >>> to dynamically adjust the jitterbuffer so that the right size is being >>> used? Right now I have it set at 180:540:540. Maybe there is some other >>> setting I could try that would help? >>> >>> Perhaps there's a way to force OPUS to use less bandwidth at the expense >>> of quality? >>> >>> I'm willing to share the PCAPs some examples. >>> >>> Thanks in advance. >>> >>> --Danny Gershman >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/64bd7605/attachment.html From krice at freeswitch.org Thu Oct 1 01:59:50 2015 From: krice at freeswitch.org (Ken Rice) Date: Wed, 30 Sep 2015 16:59:50 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: <2a6701d0fbcb$54e856f0$feb904d0$@freeswitch.org> You should really be testing the latest? not to mention there are multiple bugs resolved since 1.4.19 From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Danny Gershman Sent: Wednesday, September 30, 2015 4:54 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Audio delays and jitter Currently tested with 1.4.19 On Wed, Sep 30, 2015 at 5:23 PM Brian West > wrote: Which revision of FreeSWITCH have you tested with? On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > wrote: We are using the OPUS codec with Chrome and WebRTC to make SIP calls into FS conferences. We have packet captures at the edge of network that sound clear, but when they get to FreeSWITCH they sound distorted via delays and clipping. I've tried several combinations of jitterbuffer settings, disabled/enabling RTP timers, conference. I have a mechanism I use in which I replay the RTP packets using SIPP and try them out. Is there a way to dynamically adjust the jitterbuffer so that the right size is being used? Right now I have it set at 180:540:540. Maybe there is some other setting I could try that would help? Perhaps there's a way to force OPUS to use less bandwidth at the expense of quality? I'm willing to share the PCAPs some examples. Thanks in advance. --Danny Gershman _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Brian West brian at freeswitch.org Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/5441d24f/attachment-0001.html From brian at freeswitch.org Thu Oct 1 02:26:22 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 17:26:22 -0500 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: LOL, nope, it was public, it was just the original branch with Verto Communicator in it. :P On Wed, Sep 30, 2015 at 4:29 PM, wrote: > Oooooo... secret repo > > > On Sep 30, 2015, at 17:03, Brian West wrote: > > Fixing it, pushed to the wrong repo. > > On Wed, Sep 30, 2015 at 3:38 PM, Brian West wrote: > >> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >> >> Author: Brian West >> >> Date: Wed Sep 30 00:15:52 2015 -0500 >> >> >> FS-8244 #resolve >> >> >> >> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre wrote: >> >>> Are you sure Brian? >>> >>> This is in master: >>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>> >>> But there's no such define in the v1.4 branch. >>> >>> On 30 September 2015 at 06:17, Brian West wrote: >>> >>>> Its fixed. >>>> >>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>> wrote: >>>> >>>>> I did today!! >>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>>>> >>>>>> Using our existing build scripts, we started seeing this compile >>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>> come across this? Thanks! >>>>>> >>>>>> Regards, >>>>>> +Mark >>>>>> >>>>>> >>>>>> making all mod_dptools >>>>>> make[4]: Entering directory >>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>> from mod_dptools.c:40: >>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first >>>>>> use in this function) >>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>> ^ >>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>>>> macro 'switch_event_free_subclass' >>>>>> #define switch_event_free_subclass(subclass_name) >>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>> >>>>>> ^ >>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported >>>>>> only once for each function it appears in >>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>> ^ >>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition of >>>>>> macro 'switch_event_free_subclass' >>>>>> #define switch_event_free_subclass(subclass_name) >>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>> >>>>>> ^ >>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first >>>>>> use in this function) >>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>> >>>>>> >>>>>> ==================================== >>>>>> >>>>>> Mark Boots, PhD | CEO and CTO, >>>>>> VOTO Mobile >>>>>> >>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>> Ghana >>>>>> +233 26 416 4182 >>>>>> >>>>>> 40 King St. W, Toronto, Ontario >>>>>> Canada M5H 3Y4 >>>>>> +1 639 471 0295 >>>>>> >>>>>> e: mark at votomobile.org >>>>>> w: http://votomobile.org >>>>>> skype: markjboots >>>>>> twitter: @markjboots >>>>>> >>>>>> ==================================== >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/8ff6f7a5/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 02:42:04 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Wed, 30 Sep 2015 22:42:04 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: <2a6701d0fbcb$54e856f0$feb904d0$@freeswitch.org> References: <2a6701d0fbcb$54e856f0$feb904d0$@freeswitch.org> Message-ID: This is bare metal running CentOS 6.4. Linux 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Thread(s) per core: 2 Core(s) per socket: 4 Socket(s): 2 NUMA node(s): 2 Vendor ID: GenuineIntel CPU family: 6 Model: 26 Stepping: 5 CPU MHz: 2261.023 BogoMIPS: 4521.29 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 8192K NUMA node0 CPU(s): 0,2,4,6,8,10,12,14 NUMA node1 CPU(s): 1,3,5,7,9,11,13,15 On Wed, Sep 30, 2015 at 6:00 PM Ken Rice wrote: > You should really be testing the latest? not to mention there are multiple > bugs resolved since 1.4.19 > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Danny > Gershman > *Sent:* Wednesday, September 30, 2015 4:54 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Audio delays and jitter > > > > Currently tested with 1.4.19 > > > > On Wed, Sep 30, 2015 at 5:23 PM Brian West wrote: > > Which revision of FreeSWITCH have you tested with? > > > > On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > wrote: > > We are using the OPUS codec with Chrome and WebRTC to make SIP calls into > FS conferences. We have packet captures at the edge of network that sound > clear, but when they get to FreeSWITCH they sound distorted via delays and > clipping. > > > > I've tried several combinations of jitterbuffer settings, > disabled/enabling RTP timers, conference. I have a mechanism I use in > which I replay the RTP packets using SIPP and try them out. Is there a way > to dynamically adjust the jitterbuffer so that the right size is being > used? Right now I have it set at 180:540:540. Maybe there is some other > setting I could try that would help? > > > > Perhaps there's a way to force OPUS to use less bandwidth at the expense > of quality? > > > > I'm willing to share the PCAPs some examples. > > > > Thanks in advance. > > > > --Danny Gershman > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > -- > > *Brian West* > brian at freeswitch.org > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/3e82ed95/attachment.html From brian at freeswitch.org Thu Oct 1 02:46:51 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 17:46:51 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Danny, We've resolved many issues since 1.4.19, have you considered trying 1.6.2? Its got some more improvements in this area. On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman wrote: > Currently tested with 1.4.19 > > On Wed, Sep 30, 2015 at 5:23 PM Brian West wrote: > >> Which revision of FreeSWITCH have you tested with? >> >> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > > wrote: >> >>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>> into FS conferences. We have packet captures at the edge of network that >>> sound clear, but when they get to FreeSWITCH they sound distorted via >>> delays and clipping. >>> >>> I've tried several combinations of jitterbuffer settings, >>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>> which I replay the RTP packets using SIPP and try them out. Is there a way >>> to dynamically adjust the jitterbuffer so that the right size is being >>> used? Right now I have it set at 180:540:540. Maybe there is some other >>> setting I could try that would help? >>> >>> Perhaps there's a way to force OPUS to use less bandwidth at the expense >>> of quality? >>> >>> I'm willing to share the PCAPs some examples. >>> >>> Thanks in advance. >>> >>> --Danny Gershman >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/cbaaa8f1/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 02:57:10 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Wed, 30 Sep 2015 22:57:10 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Will 1.6.2 run on CentOS 6.4? Is there a migration guide? On Wed, Sep 30, 2015 at 6:47 PM Brian West wrote: > Danny, > > We've resolved many issues since 1.4.19, have you considered trying > 1.6.2? Its got some more improvements in this area. > > On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman > wrote: > >> Currently tested with 1.4.19 >> >> On Wed, Sep 30, 2015 at 5:23 PM Brian West wrote: >> >>> Which revision of FreeSWITCH have you tested with? >>> >>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>> into FS conferences. We have packet captures at the edge of network that >>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>> delays and clipping. >>>> >>>> I've tried several combinations of jitterbuffer settings, >>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>> to dynamically adjust the jitterbuffer so that the right size is being >>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>> setting I could try that would help? >>>> >>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>> expense of quality? >>>> >>>> I'm willing to share the PCAPs some examples. >>>> >>>> Thanks in advance. >>>> >>>> --Danny Gershman >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/b16dbcb3/attachment.html From brian at freeswitch.org Thu Oct 1 07:31:38 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 22:31:38 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: You must like pain! Why don't you try Debian 8? On Wednesday, September 30, 2015, Danny Gershman wrote: > Will 1.6.2 run on CentOS 6.4? Is there a migration guide? > > On Wed, Sep 30, 2015 at 6:47 PM Brian West > wrote: > >> Danny, >> >> We've resolved many issues since 1.4.19, have you considered trying >> 1.6.2? Its got some more improvements in this area. >> >> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman > > wrote: >> >>> Currently tested with 1.4.19 >>> >>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >> > wrote: >>> >>>> Which revision of FreeSWITCH have you tested with? >>>> >>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>> danny.gershman at gmail.com >>>> > wrote: >>>> >>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>>> into FS conferences. We have packet captures at the edge of network that >>>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>>> delays and clipping. >>>>> >>>>> I've tried several combinations of jitterbuffer settings, >>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>> setting I could try that would help? >>>>> >>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>> expense of quality? >>>>> >>>>> I'm willing to share the PCAPs some examples. >>>>> >>>>> Thanks in advance. >>>>> >>>>> --Danny Gershman >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/f387b46a/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 07:34:50 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Thu, 01 Oct 2015 03:34:50 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: We are talking about 4 production bare metal servers, it will be a hard sell to have the entire systems redone. CentOS is the distribution that was chosen for stability purposes. On Wed, Sep 30, 2015 at 11:32 PM Brian West wrote: > You must like pain! Why don't you try Debian 8? > > On Wednesday, September 30, 2015, Danny Gershman > wrote: > >> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >> >> On Wed, Sep 30, 2015 at 6:47 PM Brian West wrote: >> >>> Danny, >>> >>> We've resolved many issues since 1.4.19, have you considered trying >>> 1.6.2? Its got some more improvements in this area. >>> >>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Currently tested with 1.4.19 >>>> >>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>> wrote: >>>> >>>>> Which revision of FreeSWITCH have you tested with? >>>>> >>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>>>> into FS conferences. We have packet captures at the edge of network that >>>>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>> delays and clipping. >>>>>> >>>>>> I've tried several combinations of jitterbuffer settings, >>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>> setting I could try that would help? >>>>>> >>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>> expense of quality? >>>>>> >>>>>> I'm willing to share the PCAPs some examples. >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> --Danny Gershman >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/8092c518/attachment.html From anthony.minessale at gmail.com Thu Oct 1 07:37:33 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 30 Sep 2015 22:37:33 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: No new improvements are planned for 1.4. Media is undergoing heavy refactoring in 1.6 and its not backportable. On Wed, Sep 30, 2015 at 10:31 PM, Brian West wrote: > You must like pain! Why don't you try Debian 8? > > > On Wednesday, September 30, 2015, Danny Gershman > wrote: > >> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >> >> On Wed, Sep 30, 2015 at 6:47 PM Brian West wrote: >> >>> Danny, >>> >>> We've resolved many issues since 1.4.19, have you considered trying >>> 1.6.2? Its got some more improvements in this area. >>> >>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Currently tested with 1.4.19 >>>> >>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>> wrote: >>>> >>>>> Which revision of FreeSWITCH have you tested with? >>>>> >>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>>>> into FS conferences. We have packet captures at the edge of network that >>>>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>> delays and clipping. >>>>>> >>>>>> I've tried several combinations of jitterbuffer settings, >>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>> setting I could try that would help? >>>>>> >>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>> expense of quality? >>>>>> >>>>>> I'm willing to share the PCAPs some examples. >>>>>> >>>>>> Thanks in advance. >>>>>> >>>>>> --Danny Gershman >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/e6b031e7/attachment-0001.html From anthony.minessale at gmail.com Thu Oct 1 07:40:02 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 30 Sep 2015 22:40:02 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: We cannot go back in time and mod older versions of FS to have improvements that depend on 10 months of development. You should consider getting the FreeSWITCH Advantage commercial supported packages. In fact, I think we've talked to you about it in the past. Maybe renew that dialog with Brian. On Wed, Sep 30, 2015 at 10:34 PM, Danny Gershman wrote: > We are talking about 4 production bare metal servers, it will be a hard > sell to have the entire systems redone. CentOS is the distribution that > was chosen for stability purposes. > > On Wed, Sep 30, 2015 at 11:32 PM Brian West wrote: > >> You must like pain! Why don't you try Debian 8? >> >> On Wednesday, September 30, 2015, Danny Gershman < >> danny.gershman at gmail.com> wrote: >> >>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>> >>> On Wed, Sep 30, 2015 at 6:47 PM Brian West wrote: >>> >>>> Danny, >>>> >>>> We've resolved many issues since 1.4.19, have you considered trying >>>> 1.6.2? Its got some more improvements in this area. >>>> >>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Currently tested with 1.4.19 >>>>> >>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>> wrote: >>>>> >>>>>> Which revision of FreeSWITCH have you tested with? >>>>>> >>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>>>>> into FS conferences. We have packet captures at the edge of network that >>>>>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>> delays and clipping. >>>>>>> >>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>> setting I could try that would help? >>>>>>> >>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>> expense of quality? >>>>>>> >>>>>>> I'm willing to share the PCAPs some examples. >>>>>>> >>>>>>> Thanks in advance. >>>>>>> >>>>>>> --Danny Gershman >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/974efad1/attachment.html From danny.gershman at gmail.com Thu Oct 1 07:40:25 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Thu, 01 Oct 2015 03:40:25 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Ok I have no problem upgrading to 1.6.2, assuming that this would provide some kind of resolution to the issue with OPUS. My question is if there has been any success with running it on Centos 6.4? On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > No new improvements are planned for 1.4. > Media is undergoing heavy refactoring in 1.6 and its not backportable. > > On Wed, Sep 30, 2015 at 10:31 PM, Brian West wrote: > >> You must like pain! Why don't you try Debian 8? >> >> >> On Wednesday, September 30, 2015, Danny Gershman < >> danny.gershman at gmail.com> wrote: >> >>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>> >>> On Wed, Sep 30, 2015 at 6:47 PM Brian West wrote: >>> >>>> Danny, >>>> >>>> We've resolved many issues since 1.4.19, have you considered trying >>>> 1.6.2? Its got some more improvements in this area. >>>> >>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Currently tested with 1.4.19 >>>>> >>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>> wrote: >>>>> >>>>>> Which revision of FreeSWITCH have you tested with? >>>>>> >>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP calls >>>>>>> into FS conferences. We have packet captures at the edge of network that >>>>>>> sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>> delays and clipping. >>>>>>> >>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>> setting I could try that would help? >>>>>>> >>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>> expense of quality? >>>>>>> >>>>>>> I'm willing to share the PCAPs some examples. >>>>>>> >>>>>>> Thanks in advance. >>>>>>> >>>>>>> --Danny Gershman >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/24c60a03/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 07:43:05 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Thu, 01 Oct 2015 03:43:05 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Understood about the backporting issue. I have no problem on opening the dialog about professional services if that proves to be necessary, we've talked about it in the past and some things have changed since then. On Wed, Sep 30, 2015 at 11:40 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > We cannot go back in time and mod older versions of FS to have > improvements that depend on 10 months of development. > You should consider getting the FreeSWITCH Advantage commercial supported > packages. > In fact, I think we've talked to you about it in the past. Maybe renew > that dialog with Brian. > > > On Wed, Sep 30, 2015 at 10:34 PM, Danny Gershman > wrote: > >> We are talking about 4 production bare metal servers, it will be a hard >> sell to have the entire systems redone. CentOS is the distribution that >> was chosen for stability purposes. >> >> On Wed, Sep 30, 2015 at 11:32 PM Brian West wrote: >> >>> You must like pain! Why don't you try Debian 8? >>> >>> On Wednesday, September 30, 2015, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>> >>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>> wrote: >>>> >>>>> Danny, >>>>> >>>>> We've resolved many issues since 1.4.19, have you considered trying >>>>> 1.6.2? Its got some more improvements in this area. >>>>> >>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> Currently tested with 1.4.19 >>>>>> >>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>> danny.gershman at gmail.com> wrote: >>>>>>> >>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>> delays and clipping. >>>>>>>> >>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>> setting I could try that would help? >>>>>>>> >>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>>> expense of quality? >>>>>>>> >>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>> >>>>>>>> Thanks in advance. >>>>>>>> >>>>>>>> --Danny Gershman >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/0efb477f/attachment-0001.html From anthony.minessale at gmail.com Thu Oct 1 07:43:49 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 30 Sep 2015 22:43:49 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: We have community CentOS packages but they are missing most of the multimedia functionality. If you just need opus its probably ok. And 1.6.3 will bring another round of media changes so you might want to try master or nightly packages to prepare for it. On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman wrote: > Ok I have no problem upgrading to 1.6.2, assuming that this would provide > some kind of resolution to the issue with OPUS. My question is if there > has been any success with running it on Centos 6.4? > > On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> No new improvements are planned for 1.4. >> Media is undergoing heavy refactoring in 1.6 and its not backportable. >> >> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >> wrote: >> >>> You must like pain! Why don't you try Debian 8? >>> >>> >>> On Wednesday, September 30, 2015, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>> >>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>> wrote: >>>> >>>>> Danny, >>>>> >>>>> We've resolved many issues since 1.4.19, have you considered trying >>>>> 1.6.2? Its got some more improvements in this area. >>>>> >>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> Currently tested with 1.4.19 >>>>>> >>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>> danny.gershman at gmail.com> wrote: >>>>>>> >>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>> delays and clipping. >>>>>>>> >>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>> setting I could try that would help? >>>>>>>> >>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>>> expense of quality? >>>>>>>> >>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>> >>>>>>>> Thanks in advance. >>>>>>>> >>>>>>>> --Danny Gershman >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/016c852a/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 07:46:35 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Thu, 01 Oct 2015 03:46:35 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Thanks I'll give it a whirl and try to compile. On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > We have community CentOS packages but they are missing most of the > multimedia functionality. If you just need opus its probably ok. > And 1.6.3 will bring another round of media changes so you might want to > try master or nightly packages to prepare for it. > > > On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman > wrote: > >> Ok I have no problem upgrading to 1.6.2, assuming that this would provide >> some kind of resolution to the issue with OPUS. My question is if there >> has been any success with running it on Centos 6.4? >> >> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> No new improvements are planned for 1.4. >>> Media is undergoing heavy refactoring in 1.6 and its not backportable. >>> >>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>> wrote: >>> >>>> You must like pain! Why don't you try Debian 8? >>>> >>>> >>>> On Wednesday, September 30, 2015, Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>> >>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>> wrote: >>>>> >>>>>> Danny, >>>>>> >>>>>> We've resolved many issues since 1.4.19, have you considered trying >>>>>> 1.6.2? Its got some more improvements in this area. >>>>>> >>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> Currently tested with 1.4.19 >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>> >>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>>> delays and clipping. >>>>>>>>> >>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>> setting I could try that would help? >>>>>>>>> >>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>>>> expense of quality? >>>>>>>>> >>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>> >>>>>>>>> Thanks in advance. >>>>>>>>> >>>>>>>>> --Danny Gershman >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/25a0e81d/attachment-0001.html From anthony.minessale at gmail.com Thu Oct 1 07:50:16 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 30 Sep 2015 22:50:16 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: The community maintains a wiki page but I am not sure how up to date it is. https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman wrote: > Thanks I'll give it a whirl and try to compile. > > On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> We have community CentOS packages but they are missing most of the >> multimedia functionality. If you just need opus its probably ok. >> And 1.6.3 will bring another round of media changes so you might want to >> try master or nightly packages to prepare for it. >> >> >> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >> danny.gershman at gmail.com> wrote: >> >>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>> provide some kind of resolution to the issue with OPUS. My question is if >>> there has been any success with running it on Centos 6.4? >>> >>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> No new improvements are planned for 1.4. >>>> Media is undergoing heavy refactoring in 1.6 and its not backportable. >>>> >>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>> wrote: >>>> >>>>> You must like pain! Why don't you try Debian 8? >>>>> >>>>> >>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>> >>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> Danny, >>>>>>> >>>>>>> We've resolved many issues since 1.4.19, have you considered trying >>>>>>> 1.6.2? Its got some more improvements in this area. >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>> danny.gershman at gmail.com> wrote: >>>>>>> >>>>>>>> Currently tested with 1.4.19 >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>>>> delays and clipping. >>>>>>>>>> >>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>> setting I could try that would help? >>>>>>>>>> >>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>>>>> expense of quality? >>>>>>>>>> >>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>> >>>>>>>>>> Thanks in advance. >>>>>>>>>> >>>>>>>>>> --Danny Gershman >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> >>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>> Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>> >>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>> http://twitter.com/FreeSWITCH >>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>> * >>>> >>>> ClueCon Weekly Development Call >>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>> >>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/89ee2915/attachment-0001.html From danny.gershman at gmail.com Thu Oct 1 07:51:54 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Thu, 01 Oct 2015 03:51:54 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Ok sounds good, I'll contribute my findings, I have a wiki login I believe. On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > The community maintains a wiki page but I am not sure how up to date it is. > https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 > > > On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman > wrote: > >> Thanks I'll give it a whirl and try to compile. >> >> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> We have community CentOS packages but they are missing most of the >>> multimedia functionality. If you just need opus its probably ok. >>> And 1.6.3 will bring another round of media changes so you might want to >>> try master or nightly packages to prepare for it. >>> >>> >>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>> provide some kind of resolution to the issue with OPUS. My question is if >>>> there has been any success with running it on Centos 6.4? >>>> >>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> No new improvements are planned for 1.4. >>>>> Media is undergoing heavy refactoring in 1.6 and its not backportable. >>>>> >>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>>> wrote: >>>>> >>>>>> You must like pain! Why don't you try Debian 8? >>>>>> >>>>>> >>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Danny, >>>>>>>> >>>>>>>> We've resolved many issues since 1.4.19, have you considered trying >>>>>>>> 1.6.2? Its got some more improvements in this area. >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>> >>>>>>>>> Currently tested with 1.4.19 >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>> >>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>>>>> delays and clipping. >>>>>>>>>>> >>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>> setting I could try that would help? >>>>>>>>>>> >>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at the >>>>>>>>>>> expense of quality? >>>>>>>>>>> >>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>> >>>>>>>>>>> Thanks in advance. >>>>>>>>>>> >>>>>>>>>>> --Danny Gershman >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>> >>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>> http://twitter.com/FreeSWITCH >>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>> * >>>>> >>>>> ClueCon Weekly Development Call >>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>> >>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/85af21a1/attachment-0001.html From s.safarov at gmail.com Thu Oct 1 07:56:18 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 01 Oct 2015 03:56:18 +0000 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: I can recomend prepare special subdomain for git repo, proxy this supdomain to current repo url and enable on this domain typical SSL protocols. On Wed, Sep 30, 2015, 20:55 Ken Rice wrote: > GitHub is not compatible with our source tree? and anyone can use ssh > still so its not really a problem > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Stanislav > Sinyagin > *Sent:* Wednesday, September 30, 2015 12:43 PM > > > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > Maybe an officially supported and fully synchronized clone at github would > make sense. > > On Sep 30, 2015 6:57 PM, "Mario" wrote: > > Just to add to this topic?. Today I was going to do one last FreeSwitch > build and test on OS X 10.6 and 10.7 to update the wiki before retiring > those wiki pages. I could not git clone and I could not even access > freeswitch.org. After research and seeing this thread I found TLS 1.2 is > missing from not only 10.6 and 10.7 but also 10.8. After some research I > found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as > well. So this makes my wiki updates a little easier! > > Mario G > > > > > > On Sep 29, 2015, at 3:07 AM, Shabbir abbasi > wrote: > > > > i have created my account on https://freeswitch.org/jira > > then i have used that details to login on > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse > > after login goto manage my account setting and aded ssh keys > > https://freeswitch.org/stash/plugins/servlet/ssh/account/keys > > after that in terminal git clone ssh:// > git at freeswitch.org:7999/fs/freeswitch.git is working for me > > > > On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar < > Vikas.Kumar1 at timesinternet.in> wrote: > > What were the steps you followed while cloning using ssh. > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Shabbir > abbasi > *Sent:* 28 September 2015 11:29 > *To:* FreeSWITCH Users Help > > > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > > > got success via ssh > > > > On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo > wrote: > > Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved > with no security issues? > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice > *Sent:* Sunday, September 27, 2015 12:37 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create > an account for the later) > > Sent from my iPhone > > > On Sep 27, 2015, at 1:25 PM, Shabbir abbasi > wrote: > > any solution ? > > > > On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris wrote: > > cent 6 might not have TLS 1.2 support. > > > > On Sunday, September 27, 2015, Shabbir abbasi > wrote: > > Dear michael, > CentOS release 6.7 (Final) > Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 > > after Yum update > > export GIT_CURL_VERBOSE=1 > now error is > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > Initialized empty Git repository in /usr/src/freeswitch/.git/ > * Couldn't find host freeswitch.org in the .netrc file; using defaults > * About to connect() to freeswitch.org port 443 (#0) > * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) > port 443 (#0) > * Initializing NSS with certpath: sql:/etc/pki/nssdb > * NSS error -12190 > * Expire cleared > * Closing connection #0 > * Couldn't find host freeswitch.org in the .netrc file; using defaults > * About to connect() to freeswitch.org port 443 (#0) > * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) > port 443 (#0) > * NSS error -12190 > * Expire cleared > * Closing connection #0 > error: while accessing > https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs > > fatal: HTTP request failed > > > > > On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris wrote: > > what operating system is this? > > > > On Sunday, September 27, 2015, Shabbir abbasi > wrote: > > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > > Initialized empty Git repository in /usr/src/freeswitch/.git/ > error: SSL write: error -5938 while accessing > https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs > > fatal: HTTP request failed > > any solution ? > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > Disclaimer :- > > The information in this e-mail and any attachments is confidential and may be > > legally privileged. It is intended solely for the addressee or addressees. If you are > > not an intended recipient, please delete the message and any attachments and > > notify the sender of misdelivery. Any use or disclosure of the contents of either is > > unauthorised and may be unlawful. All liability for viruses is excluded to the fullest > > extent permitted by law. Any views expressed in this message are those of the > > individual sender, except where the sender states them, with requisite authority, to > > be those of the specific TIMES GROUP company. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/5479e7e3/attachment-0001.html From s.safarov at gmail.com Thu Oct 1 08:00:55 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 01 Oct 2015 04:00:55 +0000 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Or separate merchand engine to subdomain with strong TLS and revert TLS for rest site. On Thu, Oct 1, 2015, 06:56 Sergey Safarov wrote: > I can recomend prepare special subdomain for git repo, proxy this > supdomain to current repo url and enable on this domain typical SSL > protocols. > > On Wed, Sep 30, 2015, 20:55 Ken Rice wrote: > >> GitHub is not compatible with our source tree? and anyone can use ssh >> still so its not really a problem >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Stanislav >> Sinyagin >> *Sent:* Wednesday, September 30, 2015 12:43 PM >> >> >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> Maybe an officially supported and fully synchronized clone at github >> would make sense. >> >> On Sep 30, 2015 6:57 PM, "Mario" wrote: >> >> Just to add to this topic?. Today I was going to do one last FreeSwitch >> build and test on OS X 10.6 and 10.7 to update the wiki before retiring >> those wiki pages. I could not git clone and I could not even access >> freeswitch.org. After research and seeing this thread I found TLS 1.2 is >> missing from not only 10.6 and 10.7 but also 10.8. After some research I >> found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as >> well. So this makes my wiki updates a little easier! >> >> Mario G >> >> >> >> >> >> On Sep 29, 2015, at 3:07 AM, Shabbir abbasi >> wrote: >> >> >> >> i have created my account on https://freeswitch.org/jira >> >> then i have used that details to login on >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse >> >> after login goto manage my account setting and aded ssh keys >> >> https://freeswitch.org/stash/plugins/servlet/ssh/account/keys >> >> after that in terminal git clone ssh:// >> git at freeswitch.org:7999/fs/freeswitch.git is working for me >> >> >> >> On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar < >> Vikas.Kumar1 at timesinternet.in> wrote: >> >> What were the steps you followed while cloning using ssh. >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Shabbir >> abbasi >> *Sent:* 28 September 2015 11:29 >> *To:* FreeSWITCH Users Help >> >> >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> >> >> got success via ssh >> >> >> >> On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo >> wrote: >> >> Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved >> with no security issues? >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice >> *Sent:* Sunday, September 27, 2015 12:37 PM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create >> an account for the later) >> >> Sent from my iPhone >> >> >> On Sep 27, 2015, at 1:25 PM, Shabbir abbasi >> wrote: >> >> any solution ? >> >> >> >> On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris wrote: >> >> cent 6 might not have TLS 1.2 support. >> >> >> >> On Sunday, September 27, 2015, Shabbir abbasi >> wrote: >> >> Dear michael, >> CentOS release 6.7 (Final) >> Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 >> >> after Yum update >> >> export GIT_CURL_VERBOSE=1 >> now error is >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> Initialized empty Git repository in /usr/src/freeswitch/.git/ >> * Couldn't find host freeswitch.org in the .netrc file; using defaults >> * About to connect() to freeswitch.org port 443 (#0) >> * Trying 209.105.235.6... * Connected to freeswitch.org >> (209.105.235.6) port 443 (#0) >> * Initializing NSS with certpath: sql:/etc/pki/nssdb >> * NSS error -12190 >> * Expire cleared >> * Closing connection #0 >> * Couldn't find host freeswitch.org in the .netrc file; using defaults >> * About to connect() to freeswitch.org port 443 (#0) >> * Trying 209.105.235.6... * Connected to freeswitch.org >> (209.105.235.6) port 443 (#0) >> * NSS error -12190 >> * Expire cleared >> * Closing connection #0 >> error: while accessing >> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >> >> fatal: HTTP request failed >> >> >> >> >> On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris wrote: >> >> what operating system is this? >> >> >> >> On Sunday, September 27, 2015, Shabbir abbasi >> wrote: >> >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> >> Initialized empty Git repository in /usr/src/freeswitch/.git/ >> error: SSL write: error -5938 while accessing >> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >> >> fatal: HTTP request failed >> >> any solution ? >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> Disclaimer :- >> >> The information in this e-mail and any attachments is confidential and may be >> >> legally privileged. It is intended solely for the addressee or addressees. If you are >> >> not an intended recipient, please delete the message and any attachments and >> >> notify the sender of misdelivery. Any use or disclosure of the contents of either is >> >> unauthorised and may be unlawful. All liability for viruses is excluded to the fullest >> >> extent permitted by law. Any views expressed in this message are those of the >> >> individual sender, except where the sender states them, with requisite authority, to >> >> be those of the specific TIMES GROUP company. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/9b46487c/attachment-0001.html From brian at freeswitch.org Thu Oct 1 08:06:40 2015 From: brian at freeswitch.org (Brian West) Date: Wed, 30 Sep 2015 23:06:40 -0500 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Nope, all public facing systems have to be TLS 1.2, apparently you've never had the barrel of a payment processing company pointed at you. You do what they say or you don't take payments. On Wednesday, September 30, 2015, Sergey Safarov wrote: > Or separate merchand engine to subdomain with strong TLS and revert TLS > for rest site. > > On Thu, Oct 1, 2015, 06:56 Sergey Safarov > wrote: > >> I can recomend prepare special subdomain for git repo, proxy this >> supdomain to current repo url and enable on this domain typical SSL >> protocols. >> >> On Wed, Sep 30, 2015, 20:55 Ken Rice > > wrote: >> >>> GitHub is not compatible with our source tree? and anyone can use ssh >>> still so its not really a problem >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org >>> >>> [mailto:freeswitch-users-bounces at lists.freeswitch.org >>> ] >>> *On Behalf Of *Stanislav Sinyagin >>> *Sent:* Wednesday, September 30, 2015 12:43 PM >>> >>> >>> *To:* FreeSWITCH Users Help >> > >>> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >>> https://freeswitch.org/stash/scm/fs/freeswitch.git" >>> >>> >>> >>> Maybe an officially supported and fully synchronized clone at github >>> would make sense. >>> >>> On Sep 30, 2015 6:57 PM, "Mario" >> > wrote: >>> >>> Just to add to this topic?. Today I was going to do one last FreeSwitch >>> build and test on OS X 10.6 and 10.7 to update the wiki before retiring >>> those wiki pages. I could not git clone and I could not even access >>> freeswitch.org. After research and seeing this thread I found TLS 1.2 >>> is missing from not only 10.6 and 10.7 but also 10.8. After some research I >>> found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as >>> well. So this makes my wiki updates a little easier! >>> >>> Mario G >>> >>> >>> >>> >>> >>> On Sep 29, 2015, at 3:07 AM, Shabbir abbasi >> > wrote: >>> >>> >>> >>> i have created my account on https://freeswitch.org/jira >>> >>> then i have used that details to login on >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse >>> >>> after login goto manage my account setting and aded ssh keys >>> >>> https://freeswitch.org/stash/plugins/servlet/ssh/account/keys >>> >>> after that in terminal git clone ssh:// >>> git at freeswitch.org:7999/fs/freeswitch.git is working for me >>> >>> >>> >>> On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar < >>> Vikas.Kumar1 at timesinternet.in >>> > wrote: >>> >>> What were the steps you followed while cloning using ssh. >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org >>> >>> [mailto:freeswitch-users-bounces at lists.freeswitch.org >>> ] >>> *On Behalf Of *Shabbir abbasi >>> *Sent:* 28 September 2015 11:29 >>> *To:* FreeSWITCH Users Help >>> >>> >>> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >>> https://freeswitch.org/stash/scm/fs/freeswitch.git" >>> >>> >>> >>> >>> >>> got success via ssh >>> >>> >>> >>> On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo >> > wrote: >>> >>> Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved >>> with no security issues? >>> >>> >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org >>> >>> [mailto:freeswitch-users-bounces at lists.freeswitch.org >>> ] >>> *On Behalf Of *Ken Rice >>> *Sent:* Sunday, September 27, 2015 12:37 PM >>> *To:* FreeSWITCH Users Help >> > >>> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >>> https://freeswitch.org/stash/scm/fs/freeswitch.git" >>> >>> >>> >>> Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to >>> create an account for the later) >>> >>> Sent from my iPhone >>> >>> >>> On Sep 27, 2015, at 1:25 PM, Shabbir abbasi >> > wrote: >>> >>> any solution ? >>> >>> >>> >>> On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris >> > wrote: >>> >>> cent 6 might not have TLS 1.2 support. >>> >>> >>> >>> On Sunday, September 27, 2015, Shabbir abbasi >> > wrote: >>> >>> Dear michael, >>> CentOS release 6.7 (Final) >>> Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 >>> >>> after Yum update >>> >>> export GIT_CURL_VERBOSE=1 >>> now error is >>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>> Initialized empty Git repository in /usr/src/freeswitch/.git/ >>> * Couldn't find host freeswitch.org in the .netrc file; using defaults >>> * About to connect() to freeswitch.org port 443 (#0) >>> * Trying 209.105.235.6... * Connected to freeswitch.org >>> (209.105.235.6) port 443 (#0) >>> * Initializing NSS with certpath: sql:/etc/pki/nssdb >>> * NSS error -12190 >>> * Expire cleared >>> * Closing connection #0 >>> * Couldn't find host freeswitch.org in the .netrc file; using defaults >>> * About to connect() to freeswitch.org port 443 (#0) >>> * Trying 209.105.235.6... * Connected to freeswitch.org >>> (209.105.235.6) port 443 (#0) >>> * NSS error -12190 >>> * Expire cleared >>> * Closing connection #0 >>> error: while accessing >>> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >>> >>> fatal: HTTP request failed >>> >>> >>> >>> >>> On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris >> > wrote: >>> >>> what operating system is this? >>> >>> >>> >>> On Sunday, September 27, 2015, Shabbir abbasi >> > wrote: >>> >>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>> >>> Initialized empty Git repository in /usr/src/freeswitch/.git/ >>> error: SSL write: error -5938 while accessing >>> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >>> >>> fatal: HTTP request failed >>> >>> any solution ? >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> Disclaimer :- >>> >>> The information in this e-mail and any attachments is confidential and may be >>> >>> legally privileged. It is intended solely for the addressee or addressees. If you are >>> >>> not an intended recipient, please delete the message and any attachments and >>> >>> notify the sender of misdelivery. Any use or disclosure of the contents of either is >>> >>> unauthorised and may be unlawful. All liability for viruses is excluded to the fullest >>> >>> extent permitted by law. Any views expressed in this message are those of the >>> >>> individual sender, except where the sender states them, with requisite authority, to >>> >>> be those of the specific TIMES GROUP company. >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150930/52cc23ae/attachment-0001.html From dujinfang at gmail.com Thu Oct 1 08:59:27 2015 From: dujinfang at gmail.com (Seven Du) Date: Thu, 1 Oct 2015 12:59:27 +0800 Subject: [Freeswitch-users] Replacing Abyss Webserver In-Reply-To: References: Message-ID: You can try mod_verto and let me know if you have any idea to make it more useful. https://freeswitch.org/confluence/display/FREESWITCH/Restful On Tue, Sep 29, 2015 at 3:50 AM, Abdul Hakeem wrote: > Hello, > > With the Abyss webserver, it seems there?s a hardcoded connection limit > > Also I cannot get the webserver to use threads. > > Cheers, > > AH > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Seven Du > *Sent:* Saturday, September 26, 2015 10:04 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Replacing Abyss Webserver > > > > @Abdul I wonder what you trying to do. mod_verto has a basic http > interface and maybe we can get that more useful? > > > > On Fri, Sep 25, 2015 at 7:12 PM, Michael Jerris wrote: > > This is not likely to happen, how about you talk about what you are > actually trying to accomplish and maybe someone can offer a better path to > get there. > > > > On Friday, September 25, 2015, Abdul Hakeem wrote: > > Hello Experts, > > Could someone point me to steps on how to replace the Abyss webserver with > NGX/OpenResty or any other webserver ? > > Cheers, > Abdul Hakeem > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > > -- > > About: http://about.me/dujinfang > Blog: http://www.dujinfang.com > Proj: http://www.freeswitch.org.cn > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- About: http://about.me/dujinfang Blog: http://www.dujinfang.com Proj: http://www.freeswitch.org.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/a260fded/attachment.html From areski at gmail.com Thu Oct 1 14:15:46 2015 From: areski at gmail.com (Areski) Date: Thu, 1 Oct 2015 12:15:46 +0200 Subject: [Freeswitch-users] Documentation Sprint - Tomorrow (2nd October) 10am CT Message-ID: Hi Everyone, We are organizing an other Sprint to work on FreeSWITCH Documentation on Friday 2 October 2015 at 10am CT. It will be 4 hours long but you can join for less time. The Doc-sprint will focus on migrating the remaining pages from old FS Wiki (https://wiki.freeswitch.org) to Confluence ( https://freeswitch.org/confluence). We will use this IRC channel during the sprint: #freeswitch-docs and we will be tracking our work on a spreadsheet: https://docs.google.com/spreadsheets/d/1qsG-kRymvKlNBapnBLw86W130VdbnK6naYapbR_UNds/edit?pli=1#gid=1187898333 to avoid working on the same content. So during the sprint, please change the page ""Status"" you are working on to ""Editing"" with your name next to it. Some extra information: - https://freeswitch.org/confluence/display/FREESWITCH/Wiki+Migration - https://freeswitch.org/confluence/display/FREESWITCH/Contributing+Documentation Let us know if you have any question. We hope to get a maximum number of people signed up! Confirmed so far: Italo (+7) Bote Areski Juan Iwada Anybody else want to join for the sprint? :) -- Kind regards, /Areski ---- Arezqui Belaid, Founder at Star2Billing (www.star2billing.com) Tel: +34650784355 Twitter: http://twitter.com/areskib LinkedIn: http://www.linkedin.com/in/areski -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/8af67fa3/attachment.html From mic.niel84 at gmail.com Thu Oct 1 15:28:48 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Thu, 1 Oct 2015 13:28:48 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start Message-ID: I've setup a clean Debian 8 with FS 1.6.2. When trying to start I get the following error: 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for profile: internal (sip:mod_sofia at 139.125.289.11: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. No other application is running on port 5060, I've also tried to change this - same error still occurs on other ports. The IP profile cause, I'm not sure what that means. The public port 5080 does get binded correctly. My internal.xml contains $${local_ip_v4} for IP address. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/fd41f943/attachment.html From gmaruzz at gmail.com Thu Oct 1 15:44:00 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 1 Oct 2015 13:44:00 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: Message-ID: try this from root command line: #if you installed from packages: chown freeswitch:freeswitch /etc/freeswitch/tls #if you compiled: chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen wrote: > I've setup a clean Debian 8 with FS 1.6.2. > > When trying to start I get the following error: > 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for > profile: internal (sip:mod_sofia at 139.125.289.11: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. > > No other application is running on port 5060, I've also tried to change > this - same error still occurs on other ports. > > The IP profile cause, I'm not sure what that means. The public port 5080 > does get binded correctly. > > My internal.xml contains $${local_ip_v4} for IP address. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/836716fd/attachment.html From mic.niel84 at gmail.com Thu Oct 1 15:49:12 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Thu, 1 Oct 2015 13:49:12 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: Message-ID: I actually don't have a tls directory... Should the entire /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? As of now everything is root:root. On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli wrote: > try this from root command line: > > #if you installed from packages: > chown freeswitch:freeswitch /etc/freeswitch/tls > > #if you compiled: > chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls > > > > > On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen > wrote: > >> I've setup a clean Debian 8 with FS 1.6.2. >> >> When trying to start I get the following error: >> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for >> profile: internal (sip:mod_sofia at 139.125.289.11: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. >> >> No other application is running on port 5060, I've also tried to change >> this - same error still occurs on other ports. >> >> The IP profile cause, I'm not sure what that means. The public port 5080 >> does get binded correctly. >> >> My internal.xml contains $${local_ip_v4} for IP address. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/ef30a728/attachment-0001.html From gmaruzz at gmail.com Thu Oct 1 15:53:16 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 1 Oct 2015 13:53:16 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: Message-ID: On Thu, Oct 1, 2015 at 1:49 PM, Michael Nielsen wrote: > I actually don't have a tls directory... Should the entire /etc/freeswitch > be chown'ed or only the /etc/freeswitch/tls? > As of now everything is root:root. > only tls, leave the rest as it is if tls does not exists, create it please, let us know if it works > > On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli > wrote: > >> try this from root command line: >> >> #if you installed from packages: >> chown freeswitch:freeswitch /etc/freeswitch/tls >> >> #if you compiled: >> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >> >> >> >> >> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen >> wrote: >> >>> I've setup a clean Debian 8 with FS 1.6.2. >>> >>> When trying to start I get the following error: >>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for >>> profile: internal (sip:mod_sofia at 139.125.289.11: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. >>> >>> No other application is running on port 5060, I've also tried to change >>> this - same error still occurs on other ports. >>> >>> The IP profile cause, I'm not sure what that means. The public port 5080 >>> does get binded correctly. >>> >>> My internal.xml contains $${local_ip_v4} for IP address. >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/de711c78/attachment.html From mic.niel84 at gmail.com Thu Oct 1 15:56:47 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Thu, 1 Oct 2015 13:56:47 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: Message-ID: It worked and 5060 is now binded. Thank you. On Thu, Oct 1, 2015 at 1:53 PM, Giovanni Maruzzelli wrote: > > > On Thu, Oct 1, 2015 at 1:49 PM, Michael Nielsen > wrote: > >> I actually don't have a tls directory... Should the entire >> /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? >> As of now everything is root:root. >> > > only tls, leave the rest as it is > > if tls does not exists, create it > > please, let us know if it works > > > >> >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli >> wrote: >> >>> try this from root command line: >>> >>> #if you installed from packages: >>> chown freeswitch:freeswitch /etc/freeswitch/tls >>> >>> #if you compiled: >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >>> >>> >>> >>> >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen >>> wrote: >>> >>>> I've setup a clean Debian 8 with FS 1.6.2. >>>> >>>> When trying to start I get the following error: >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for >>>> profile: internal (sip:mod_sofia at 139.125.289.11: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. >>>> >>>> No other application is running on port 5060, I've also tried to change >>>> this - same error still occurs on other ports. >>>> >>>> The IP profile cause, I'm not sure what that means. The public port >>>> 5080 does get binded correctly. >>>> >>>> My internal.xml contains $${local_ip_v4} for IP address. >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Sincerely, >>> >>> Giovanni Maruzzelli >>> Cell : +39-347-2665618 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/04331a24/attachment.html From raphael.lechner at gmail.com Thu Oct 1 15:57:34 2015 From: raphael.lechner at gmail.com (Raphael Lechner) Date: Thu, 1 Oct 2015 13:57:34 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: Message-ID: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Hi, I had the same problem. The best would be to create the directory first and change the permission that the freeswitch user can read/write mkdir /etc/freeswitch/tls chown freeswitch.freeswitch /etc/freeswitch/tls or you can freeswitch one time as root, then it will create the directory and you stop it and change the permission to freeswitch. (I started the freeswitch to debug the issue as root and the problem was not there anymore...) > On 01 Oct 2015, at 13:49, Michael Nielsen wrote: > > I actually don't have a tls directory... Should the entire /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? > As of now everything is root:root. > > On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli > wrote: > try this from root command line: > > #if you installed from packages: > chown freeswitch:freeswitch /etc/freeswitch/tls > > #if you compiled: > chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls > > > > > On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen > wrote: > I've setup a clean Debian 8 with FS 1.6.2. > > When trying to start I get the following error: > 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for profile: internal (sip:mod_sofia at 139.125.289.11: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. > > No other application is running on port 5060, I've also tried to change this - same error still occurs on other ports. > > The IP profile cause, I'm not sure what that means. The public port 5080 does get binded correctly. > > My internal.xml contains $${local_ip_v4} for IP address. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/d46a3747/attachment-0001.html From igorolhovskiy at gmail.com Thu Oct 1 16:03:55 2015 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Thu, 1 Oct 2015 15:03:55 +0300 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: making all mod_sms make[4]: Entering directory `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' CC mod_sms_la-mod_sms.lo mod_sms.c: In function 'mod_sms_load': mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use in this function) mod_sms.c:580:6: note: each undeclared identifier is reported only once for each function it appears in mod_sms.c: In function 'mod_sms_shutdown': mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use in this function) make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 make[4]: Leaving directory `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' make[3]: *** [mod_sms-all] Error 1 make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/freeswitch-1.4' make: *** [all] Error 2 )))) 2015-10-01 1:26 GMT+03:00 Brian West : > LOL, nope, it was public, it was just the original branch with Verto > Communicator in it. :P > > On Wed, Sep 30, 2015 at 4:29 PM, wrote: > >> Oooooo... secret repo >> >> >> On Sep 30, 2015, at 17:03, Brian West wrote: >> >> Fixing it, pushed to the wrong repo. >> >> On Wed, Sep 30, 2015 at 3:38 PM, Brian West wrote: >> >>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>> >>> Author: Brian West >>> >>> Date: Wed Sep 30 00:15:52 2015 -0500 >>> >>> >>> FS-8244 #resolve >>> >>> >>> >>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>> wrote: >>> >>>> Are you sure Brian? >>>> >>>> This is in master: >>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>> >>>> But there's no such define in the v1.4 branch. >>>> >>>> On 30 September 2015 at 06:17, Brian West wrote: >>>> >>>>> Its fixed. >>>>> >>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>> wrote: >>>>> >>>>>> I did today!! >>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>>>>> >>>>>>> Using our existing build scripts, we started seeing this compile >>>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>>> come across this? Thanks! >>>>>>> >>>>>>> Regards, >>>>>>> +Mark >>>>>>> >>>>>>> >>>>>>> making all mod_dptools >>>>>>> make[4]: Entering directory >>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>> from mod_dptools.c:40: >>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first >>>>>>> use in this function) >>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>> ^ >>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>> of macro 'switch_event_free_subclass' >>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>> >>>>>>> ^ >>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported >>>>>>> only once for each function it appears in >>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>> ^ >>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>> of macro 'switch_event_free_subclass' >>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>> >>>>>>> ^ >>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first >>>>>>> use in this function) >>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>> >>>>>>> >>>>>>> ==================================== >>>>>>> >>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>> VOTO Mobile >>>>>>> >>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>> Ghana >>>>>>> +233 26 416 4182 >>>>>>> >>>>>>> 40 King St. W, Toronto, Ontario >>>>>>> Canada M5H 3Y4 >>>>>>> +1 639 471 0295 >>>>>>> >>>>>>> e: mark at votomobile.org >>>>>>> w: http://votomobile.org >>>>>>> skype: markjboots >>>>>>> twitter: @markjboots >>>>>>> >>>>>>> ==================================== >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/542e3b7d/attachment-0001.html From gmaruzz at gmail.com Thu Oct 1 16:04:16 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 1 Oct 2015 14:04:16 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: Il 01/Ott/2015 13:58, "Raphael Lechner" ha scritto: > > Hi, > > I had the same problem. The best would be to create the directory first and change the permission that the freeswitch user can read/write > mkdir /etc/freeswitch/tls > chown freeswitch.freeswitch /etc/freeswitch/tls > > or you can freeswitch one time as root, then it will create the directory and you stop it and change the permission to freeswitch. No, is actually the first way (manually create dir then chown) that is correct. This second way (start FS as root) is not correct because it will leave files around owned by root that can interfere with future normal non-root operation (logfiles, pid file, etc). -giovanni > (I started the freeswitch to debug the issue as root and the problem was not there anymore...) > > >> On 01 Oct 2015, at 13:49, Michael Nielsen wrote: >> >> I actually don't have a tls directory... Should the entire /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? >> As of now everything is root:root. >> >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli wrote: >>> >>> try this from root command line: >>> >>> #if you installed from packages: >>> chown freeswitch:freeswitch /etc/freeswitch/tls >>> >>> #if you compiled: >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >>> >>> >>> >>> >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen wrote: >>>> >>>> I've setup a clean Debian 8 with FS 1.6.2. >>>> >>>> When trying to start I get the following error: >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for profile: internal (sip:mod_sofia at 139.125.289.11: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. >>>> >>>> No other application is running on port 5060, I've also tried to change this - same error still occurs on other ports. >>>> >>>> The IP profile cause, I'm not sure what that means. The public port 5080 does get binded correctly. >>>> >>>> My internal.xml contains $${local_ip_v4} for IP address. >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> >>> >>> -- >>> Sincerely, >>> >>> Giovanni Maruzzelli >>> Cell : +39-347-2665618 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/10e31f46/attachment.html From brian at freeswitch.org Thu Oct 1 16:04:37 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 07:04:37 -0500 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: This was already fixed weeks ago, you sure your install was a clean one? No existing /etc/freeswitch? On Thursday, October 1, 2015, Raphael Lechner wrote: > Hi, > > I had the same problem. The best would be to create the directory first > and change the permission that the freeswitch user can read/write > mkdir /etc/freeswitch/tls > chown freeswitch.freeswitch /etc/freeswitch/tls > > or you can freeswitch one time as root, then it will create the directory > and you stop it and change the permission to freeswitch. > (I started the freeswitch to debug the issue as root and the problem was > not there anymore...) > > On 01 Oct 2015, at 13:49, Michael Nielsen > wrote: > > I actually don't have a tls directory... Should the entire /etc/freeswitch > be chown'ed or only the /etc/freeswitch/tls? > As of now everything is root:root. > > On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli > wrote: > >> try this from root command line: >> >> #if you installed from packages: >> chown freeswitch:freeswitch /etc/freeswitch/tls >> >> #if you compiled: >> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >> >> >> >> >> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen > > wrote: >> >>> I've setup a clean Debian 8 with FS 1.6.2. >>> >>> When trying to start I get the following error: >>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA for >>> profile: internal (sip:mod_sofia at 139.125.289.11: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. >>> >>> No other application is running on port 5060, I've also tried to change >>> this - same error still occurs on other ports. >>> >>> The IP profile cause, I'm not sure what that means. The public port 5080 >>> does get binded correctly. >>> >>> My internal.xml contains $${local_ip_v4} for IP address. >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/8755c4e7/attachment-0001.html From brian at freeswitch.org Thu Oct 1 16:07:48 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 07:07:48 -0500 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: File a JIRA please! On Thursday, October 1, 2015, Igor Olhovskiy wrote: > making all mod_sms > make[4]: Entering directory > `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' > CC mod_sms_la-mod_sms.lo > mod_sms.c: In function 'mod_sms_load': > mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use > in this function) > mod_sms.c:580:6: note: each undeclared identifier is reported only once > for each function it appears in > mod_sms.c: In function 'mod_sms_shutdown': > mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use > in this function) > make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 > make[4]: Leaving directory > `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' > make[3]: *** [mod_sms-all] Error 1 > make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/freeswitch-1.4' > make: *** [all] Error 2 > > > )))) > > 2015-10-01 1:26 GMT+03:00 Brian West >: > >> LOL, nope, it was public, it was just the original branch with Verto >> Communicator in it. :P >> >> On Wed, Sep 30, 2015 at 4:29 PM, > > wrote: >> >>> Oooooo... secret repo >>> >>> >>> On Sep 30, 2015, at 17:03, Brian West >> > wrote: >>> >>> Fixing it, pushed to the wrong repo. >>> >>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West >> > wrote: >>> >>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>>> >>>> Author: Brian West >>> > >>>> >>>> Date: Wed Sep 30 00:15:52 2015 -0500 >>>> >>>> >>>> FS-8244 #resolve >>>> >>>> >>>> >>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>> > wrote: >>>> >>>>> Are you sure Brian? >>>>> >>>>> This is in master: >>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>>> >>>>> But there's no such define in the v1.4 branch. >>>>> >>>>> On 30 September 2015 at 06:17, Brian West >>>> > wrote: >>>>> >>>>>> Its fixed. >>>>>> >>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>> > wrote: >>>>>> >>>>>>> I did today!! >>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" >>>>>> > wrote: >>>>>>> >>>>>>>> Using our existing build scripts, we started seeing this compile >>>>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>>>> come across this? Thanks! >>>>>>>> >>>>>>>> Regards, >>>>>>>> +Mark >>>>>>>> >>>>>>>> >>>>>>>> making all mod_dptools >>>>>>>> make[4]: Entering directory >>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>>> from mod_dptools.c:40: >>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared (first >>>>>>>> use in this function) >>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>> ^ >>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>>> of macro 'switch_event_free_subclass' >>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>> >>>>>>>> ^ >>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is reported >>>>>>>> only once for each function it appears in >>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>> ^ >>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>>> of macro 'switch_event_free_subclass' >>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>> >>>>>>>> ^ >>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first >>>>>>>> use in this function) >>>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>>> >>>>>>>> >>>>>>>> ==================================== >>>>>>>> >>>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>>> VOTO Mobile >>>>>>>> >>>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>>> Ghana >>>>>>>> +233 26 416 4182 >>>>>>>> >>>>>>>> 40 King St. W, Toronto, Ontario >>>>>>>> Canada M5H 3Y4 >>>>>>>> +1 639 471 0295 >>>>>>>> >>>>>>>> e: mark at votomobile.org >>>>>>>> >>>>>>>> w: http://votomobile.org >>>>>>>> skype: markjboots >>>>>>>> twitter: @markjboots >>>>>>>> >>>>>>>> ==================================== >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Best regards, > Igor > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/f85b68ff/attachment-0001.html From brian at freeswitch.org Thu Oct 1 16:55:52 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 07:55:52 -0500 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: I this case the install wasn't clean, I just tested a clean install no /etc/freeswitch at all when I started and it worked fine. On Thu, Oct 1, 2015 at 7:04 AM, Giovanni Maruzzelli wrote: > > Il 01/Ott/2015 13:58, "Raphael Lechner" ha > scritto: > > > > Hi, > > > > I had the same problem. The best would be to create the directory first > and change the permission that the freeswitch user can read/write > > mkdir /etc/freeswitch/tls > > chown freeswitch.freeswitch /etc/freeswitch/tls > > > > or you can freeswitch one time as root, then it will create the > directory and you stop it and change the permission to freeswitch. > > No, is actually the first way (manually create dir then chown) that is > correct. > This second way (start FS as root) is not correct because it will leave > files around owned by root that can interfere with future normal non-root > operation (logfiles, pid file, etc). > > -giovanni > > > > (I started the freeswitch to debug the issue as root and the problem was > not there anymore...) > > > > > >> On 01 Oct 2015, at 13:49, Michael Nielsen wrote: > >> > >> I actually don't have a tls directory... Should the entire > /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? > >> As of now everything is root:root. > >> > >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli > wrote: > >>> > >>> try this from root command line: > >>> > >>> #if you installed from packages: > >>> chown freeswitch:freeswitch /etc/freeswitch/tls > >>> > >>> #if you compiled: > >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls > >>> > >>> > >>> > >>> > >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen > wrote: > >>>> > >>>> I've setup a clean Debian 8 with FS 1.6.2. > >>>> > >>>> When trying to start I get the following error: > >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA > for profile: internal (sip:mod_sofia at 139.125.289.11 > :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. > >>>> > >>>> No other application is running on port 5060, I've also tried to > change this - same error still occurs on other ports. > >>>> > >>>> The IP profile cause, I'm not sure what that means. The public port > 5080 does get binded correctly. > >>>> > >>>> My internal.xml contains $${local_ip_v4} for IP address. > >>>> > >>>> > _________________________________________________________________________ > >>>> Professional FreeSWITCH Consulting Services: > >>>> consulting at freeswitch.org > >>>> http://www.freeswitchsolutions.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> http://www.freeswitch.org > >>>> http://confluence.freeswitch.org > >>>> http://www.cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>> http://www.freeswitch.org > >>> > >>> > >>> > >>> > >>> -- > >>> Sincerely, > >>> > >>> Giovanni Maruzzelli > >>> Cell : +39-347-2665618 > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://confluence.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> http://www.freeswitch.org > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/cca3edd5/attachment.html From ssinyagin at gmail.com Thu Oct 1 17:11:51 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 1 Oct 2015 15:11:51 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: Brian, the problem is actually if you do have your config in /etc/freeswitch: in previous versions, tls subdirectory was not required, and now it fails as descrobed above if it's missing. Probably the package installer should create it explicitly if it's missing, regardless if /etc/freeswitch exists or not. On Thu, Oct 1, 2015 at 2:55 PM, Brian West wrote: > I this case the install wasn't clean, I just tested a clean install no > /etc/freeswitch at all when I started and it worked fine. > > On Thu, Oct 1, 2015 at 7:04 AM, Giovanni Maruzzelli > wrote: > >> >> Il 01/Ott/2015 13:58, "Raphael Lechner" ha >> scritto: >> > >> > Hi, >> > >> > I had the same problem. The best would be to create the directory first >> and change the permission that the freeswitch user can read/write >> > mkdir /etc/freeswitch/tls >> > chown freeswitch.freeswitch /etc/freeswitch/tls >> > >> > or you can freeswitch one time as root, then it will create the >> directory and you stop it and change the permission to freeswitch. >> >> No, is actually the first way (manually create dir then chown) that is >> correct. >> This second way (start FS as root) is not correct because it will leave >> files around owned by root that can interfere with future normal non-root >> operation (logfiles, pid file, etc). >> >> -giovanni >> >> >> > (I started the freeswitch to debug the issue as root and the problem >> was not there anymore...) >> > >> > >> >> On 01 Oct 2015, at 13:49, Michael Nielsen >> wrote: >> >> >> >> I actually don't have a tls directory... Should the entire >> /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? >> >> As of now everything is root:root. >> >> >> >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli >> wrote: >> >>> >> >>> try this from root command line: >> >>> >> >>> #if you installed from packages: >> >>> chown freeswitch:freeswitch /etc/freeswitch/tls >> >>> >> >>> #if you compiled: >> >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >> >>> >> >>> >> >>> >> >>> >> >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen >> wrote: >> >>>> >> >>>> I've setup a clean Debian 8 with FS 1.6.2. >> >>>> >> >>>> When trying to start I get the following error: >> >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA >> for profile: internal (sip:mod_sofia at 139.125.289.11 >> :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. >> >>>> >> >>>> No other application is running on port 5060, I've also tried to >> change this - same error still occurs on other ports. >> >>>> >> >>>> The IP profile cause, I'm not sure what that means. The public port >> 5080 does get binded correctly. >> >>>> >> >>>> My internal.xml contains $${local_ip_v4} for IP address. >> >>>> >> >>>> >> _________________________________________________________________________ >> >>>> Professional FreeSWITCH Consulting Services: >> >>>> consulting at freeswitch.org >> >>>> http://www.freeswitchsolutions.com >> >>>> >> >>>> Official FreeSWITCH Sites >> >>>> http://www.freeswitch.org >> >>>> http://confluence.freeswitch.org >> >>>> http://www.cluecon.com >> >>>> >> >>>> FreeSWITCH-users mailing list >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>> http://www.freeswitch.org >> >>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Sincerely, >> >>> >> >>> Giovanni Maruzzelli >> >>> Cell : +39-347-2665618 >> >>> >> >>> >> _________________________________________________________________________ >> >>> Professional FreeSWITCH Consulting Services: >> >>> consulting at freeswitch.org >> >>> http://www.freeswitchsolutions.com >> >>> >> >>> Official FreeSWITCH Sites >> >>> http://www.freeswitch.org >> >>> http://confluence.freeswitch.org >> >>> http://www.cluecon.com >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at lists.freeswitch.org >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>> http://www.freeswitch.org >> >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://confluence.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> http://www.freeswitch.org >> > >> > >> > >> > >> _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://confluence.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/0dc441bf/attachment-0001.html From lexxua at gmail.com Thu Oct 1 17:13:15 2015 From: lexxua at gmail.com (Volodymyr Fedorov) Date: Thu, 1 Oct 2015 16:13:15 +0300 Subject: [Freeswitch-users] The FreeSWITCH 1.6.0 release is here! In-Reply-To: <235401d0fb13$8a1b4de0$9e51e9a0$@freeswitch.org> References: <55eef70a197e4_3e16118732839612@resque-worker-high.3.mail> <1412936596.20150914123948@seznam.cz> <44B8C563-4DA8-42FC-BFCB-0E5F15C0621F@jerris.com> <235401d0fb13$8a1b4de0$9e51e9a0$@freeswitch.org> Message-ID: Greets. On debian jessie when installing from repo I getting this: 2015-10-01 16:09:11.328500 [ERR] switch_core_video.c:819 Font /usr/share/freeswitch/fonts/FreeMono.ttf does not exist Seems fonts are needed to be packaged. On Wed, Sep 30, 2015 at 3:04 AM, Ken Rice wrote: > Luis, you have been nicely asked a few times not to post those things > here, if things aren?t like you like them in the packages please provide a > pull request so that those patches can be reviewed for inclusion into > FreeSWITCH Mainline. > > > > As far as the code we build packages from, we clearly mark those via git > tag in our public repository. The code is freely available for anyone to > review and propose changes to anything they think is a security issue or a > bug as well as enhancements. > > > > The builds are clearly visible on our bamboo server ( > https://freeswitch.org/bamboo as well as the change logs on the commit > history you are welcome to inspect by either cloning the repo, or visiting > either https://freeswitch.org/stash or https://freeswitch.org/fisheye > both of which offer detailed commit history along with code review tools. > > > > The problem here is if we publish packages that are signed with the > Official FreeSWITCH.org packaging keys you can know exactly what we built > from and how to reproduce those same results. Can you make your own > packages? Sure you can, that?s the beauty of open source, we can however > request that you not use our mailing list to promote your packages that we > have no idea how you build them from what source code with what patches. > > > > Have a nice Day > > Ken > > > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Luis Daniel > Lucio Quiroz > *Sent:* Tuesday, September 29, 2015 6:38 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] The FreeSWITCH 1.6.0 release is here! > > > > Michael, respectfully, I quote you: > > " I would assume that any non official repo could have who knows what > code", > > > > Imagine if all projects take your position, everyone would be afraid of > using linux, windows, osx; using a binary program, even downloading a > distro because who knows what it has. And I return your argument, who know > what does FS does behind, the code is so complex for majority of users > that, maybe, just maybe, it has a hidden spyware in the code. > > > > It is obvious that this is not the case,and everybody is free to use what > ever they want. You should say thanks, someone did your project work where > you haven't. > > > > LD > > > Luis Daniel Lucio Quiroz > CISSP, CISM, CISA > Linux, VoIP and much more fun > www.okay.com.mx > > Need LCR? Check out LCR for FusionPBX with FreeSWITCH > Need Billing? Check out Billing for FusionPBX with FreeSWITCH > > > > 2015-09-29 11:42 GMT-04:00 Michael Jerris : > > Please note, non official repos should not be linked here. I would assume > that any non official repo could have who knows what code, and the > freeswitch team cautions strongly against their use. > > > > On Sep 27, 2015, at 10:58 PM, Luis Daniel Lucio Quiroz < > luis.daniel.lucio at gmail.com> wrote: > > > > Sergey, Not on FS repo, but they are included in mine > > > Luis Daniel Lucio Quiroz > CISSP, CISM, CISA > Linux, VoIP and much more fun > www.okay.com.mx > > Need LCR? Check out LCR for FusionPBX with FreeSWITCH > Need Billing? Check out Billing for FusionPBX with FreeSWITCH > > > > 2015-09-15 22:27 GMT-04:00 Sergey Safarov : > > HI Luis > Please check FS-7705 https://freeswitch.org/jira/browse/FS-7705 > As I known to build dependencies is required update glibc and other libs. > According tikket FS-7705 this RPMs cannot be included to FS repo. > > > > On Tue, Sep 15, 2015, 22:59 Luis Daniel Lucio Quiroz < > luis.daniel.lucio at gmail.com> wrote: > > I'm working on the centos 6 rpm. I only miss I finish vlc > > I will make them public when done. Including centos 7 as well > > Le 2015-09-14 6:40 AM, "Denis Jakovlev" a ?crit : > > Hi All, > > I'm sorry, but I have a problem with the CentOS 7 installation. > > I do as instructed on clean CentOS7 installation > > > Centos 7 Package (FreeSWITCH 1.6) > rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm > yum install --nogpgcheck freeswitch-config-vanilla > yum install sox freeswitch-sounds* > Enjoy FreeSWITCH! > > > I have a problem on step "yum install --nogpgcheck > freeswitch-config-vanilla" > > > ---> Package broadvoice.x86_64 0:0.1.0-1.el7.centos will be installed > ---> Package freeswitch.x86_64 0:1.6.0-1.el7.centos will be installed > --> Processing Dependency: db4 for package: > freeswitch-1.6.0-1.el7.centos.x86_64 > ---> Package g722_1.x86_64 0:0.2.0-1.el7.centos will be installed > ---> Package ilbc.x86_64 0:0.0.1-1.el7.centos will be installed > ---> Package libmemcached.x86_64 0:1.0.16-3.el7 will be installed > ---> Package libvpx2.x86_64 0:2.0.0-1.el7.centos will be installed > ---> Package libyuv.x86_64 0:0.0.1280-0.el7.centos will be installed > ---> Package portaudio.x86_64 0:19-1.20071207.el6.rf will be installed > ---> Package postgresql-libs.x86_64 0:9.2.13-1.el7_1 will be installed > ---> Package unixODBC.x86_64 0:2.3.1-10.el7 will be installed > --> Finished Dependency Resolution > Error: Package: freeswitch-1.6.0-1.el7.centos.x86_64 (freeswitch) > > *Requires: db4*You could try using --skip-broken to work around the > problem > You could try running: rpm -Va --nofiles --nodigest > > what am I doing wrong? > > > > > > > > *-- S pozdravem,Ing.Denis Jakovlev mob.tel > . 775-415-382?tvrtek 10. z??? 2015, 14:42:18, napsal jste:* > > EXCELLENT! Thanks you so much for such a great job! > > 2015-09-08 10:41 GMT-04:30 Giovanni Maruzzelli : > Yay!! > > Well done Ken!! > > -giovanni > > > > On Tue, Sep 8, 2015 at 4:56 PM, wrote: > New Post on freeswitch.org from Kathleen King > check it out at http://ift.tt/1NfRNk0 > The FreeSWITCH 1.6.0 release is here! > The FreeSWITCH 1.6.0 release is here! This is a routine maintenance > release and the resources are located here: > > ? Tarball: http://ift.tt/1NfRO7L > > ? Packaging: http://ift.tt/1U8FMQN (Please Note the updated > location for 1.6 packages) > > And we?re dropping support in packaging for anything older than Debian 8.0 > and anything older than Centos 7.0 due to a number of dependency issues on > older platforms. > New features that were added: > > ? FS-7337 [mod_sofia] Add support for > Remote-Party-ID header in UPDATE request. > > ? FS-7561 [mod_sofia] Add Perfect Forward > Secrecy (DHE PFS) > > ? FS-7560 [mod_nibblebill] Added new > options to nibble bill for minimum charges and rounding > > ? FS-7587 FS-7602 FS-7499 [mod_verto] Add ipv6 support to Verto / > Websockets and additional support ice/dtls ipv6 functionality > > ? FS-6801 [mod_sofia] Add sip_watched_headers variable to launch > events when a SIP message contains a given SIP header > > ? FS-7564 [mod_rayo] Added new algorithms for offering calls to > clients > > ? FS-7436 FS-7601 [mod_opus] Added FEC support > > ? FS-7603 [mod_event_socket] Failover for socket application in > dialplan > > ? FS-7585 [mod_rtmp] Increased AMF buffer for larger video and > add bandwidth settings to flash video > > ? FS-7311 [mod_sofia] Updating display name is disabled when > caller_id equal ?_undef_? > > ? FS-7513 [mod_conference] Add video-auto-floor-msec param to > control how long a member must have the audio floor before also taking the > video floor and make sure user does not have auto avatar when not visible > > ? FS-7620 [ftmod_libpri] Correctly set > calling number presentation and screening fields > > ? FS-7138 [mod_callcenter] Added a new > reserve-agents param > > ? FS-7436 FS-7601 > [mod_opus] FEC support > > ? FS-7623 [mod_amqp] Allow for custom > exchange name and type for producers and fixed param name ordering bug > caused by exposing these params > > ? FS-7638 Allow ipv4 mapped ipv6 address > to pass ipv4 ACLs properly > > ? FS-7643 [mod_opus] Added interpretation > of maxplaybackrate and sprop-maxcapturerate > > ? FS-7641 Added video support to eavesdrop > > ? FS-7656 [mod_localstream] Added > mod_local_stream video support, and make mod_conference move the video in > and out of a layer when the stream has video or not, scan for relative file > in art/eg.wav.png and display it as video when playing audio files, put > video banner up if artist or title is set, and fixed a/v sync on first > connection > > ? FS-7629 [mod_conference] Added member > status in json format to the conference live array, add > livearray-json-status to conference-flags to enable > > ? FS-7517 FS-7519 > [mod_av] [mod_openh264] Added H264 STAP-A packeting support so it would > work with FireFox > > ? FS-7664 [mod_verto] Set ICE candidate > timeout to wait for only 1 second to fix media delays > > ? FS-7660 [mod_opus] Enabled with new API > command ?opus_debug? to show information about Opus payload for debugging. > > ? FS-7519 [mod_av] Fixed bitrate and > added some presets > > ? FS-7693 [mod_conference] Lower the > default energy level in sample configs to improve voice quality > > ? FS-7720 Improve play_and_detect_speech > to set current_application_response channel variable as follows: ?USAGE > ERROR?: bad application arguments?, ?GRAMMAR ERROR?: speech recognizer > failed to load grammar, ?ASR INIT ERROR?: speech recognizer failed to > allocate a session, and ?ERROR?: any other errors > > ? FS-7732 Continue recording with > uuid_transfer > > ? FS-7752 [mod_rayo] Increase maximum > number of elements from 30 to 1024 to allow adhearsion to create large > grammars to navigate IVR menus. > > ? FS-7750 [mod_commands] Allow for > uuid_setvar to handle arrays > > ? FS-7758 [mod_loopback] Emit an event if > a loopback bowout occurs > > ? FS-7759 [mod_sofia] Added the channel > variable ignore_completed_elsewhere to suppress setting the completed > elsewhere cause > > ? FS-7771 Set a channel variable if the > recording is terminated due to silence hits > > ? FS-7760 Added xml fetch for channels to > externally support nightmare transfer depends on > channel-xml-fetch-on-nightmare-transfer profile param (default is disabled) > > ? FS-7730 [mod_smpp] Added mod_smpp as an > event handler moduleand fixed the default configs to provided sample load > option for mod_sms and mod_smpp > > ? FS-7774 Add mod_kazoo > > ? FS-7780 Add new channel variable > max_session_transfers. If set, this variable is used to count the number of > session transfers allowed instead of the max_forwards variable. If not set, > the existing behavior is preserved. > > ? FS-7783 Add channel variable for > capturing DTMF input when using play_and_get_digits when the response does > not match > > ? FS-7772 [mod_opus] Add functionality to > keep FEC enabled on the encoder by modifying the bitrate if packet loss > changes (Opus codec specific behaviour). > > ? FS-7799 [mod_png] Add API command > uuid_write_png > > ? FS-7801 [mod_opus] Added support to set > CBR mode > > ? FS-7685 [mod_say_nl] Fix Dutch numbers > pronunciation > > ? FS-7198 Add coma separated values and > reverse ranges for time-of-day and day-of-week matches > > ? FS-7809 [mod_opus] Added 60 ms ptime > for Opus at 8 khz ( opus at 8000h@60i ) > > ? FS-7405 [mod_dialplan_xml] Fix > condition regex=?all? to work with time conditions > > ? FS-7819 [mod_opus] Restore bitrate (if > there?s no more packet loss) and added step for 60 ms > > ? FS-7773 [mod_sofia] Adding additional > transfer events when the fire-transfer-events=true profile parameter is set > > ? FS-7820 FreeSWITCH automated unit test > and micro benchmark framework > > ? FS-7769 [mod_conference] Add new > multi-canvas and telepresence features > > ? FS-7847 [mod_conference] Add layers > that do not match the aspect ration of conference by using the new hscale > layer param for horizontal scale, and add zoom=true param to crop layer > instead of letterbox, add grid-zoom layout group that demonstrates these > layouts, and fix logo ratios and add borders too. > > ? FS-7813 [mod_conference] Add vmute > member flag. > > ? FS-7846 [mod_dptools] Add > eavesdrop_whisper_aleg=true and eavesdrop_whisper_bleg=true channel > variables to allow you to start eavesdrop in whisper mode of specific call > leg > > ? FS-7760 [mod_sofia] Revise channel > fetch on nightmare transfer and add dial-prefix and absolute-dial-string to > the nightmare xml > > ? FS-7829 [mod_opus] Add sprop-stereo > fmtp param to specify if a sender is likely to send stereo or not so the > receiver can safely downmix to mono to avoid wasting receiver resources > > ? FS-7830 [mod_opus] Added use-dtx param > in config file (enables DTX on the encoder, announces in fmtp) > > ? FS-7824 [mod_png] Add functionality for > capturing screenshots from both legs to uuid_write_png > > ? FS-7549 [mod_ladspa] Added an API for > removing an active ladspa effect on a channel. For conformance reasons, the > uuid_ladspa command now accepts ?stop? and ?start?, while the previous > functionality (without any verb) which will simply add ladspa remains > intact. > > ? FS-7848 [mod_opus] Add support for 80 > ms, 100 ms, 120 ms packetization > > ? FS-7519 FS-7677 > [mod_av] Add H.263 codec support > > ? FS-7885 Add getcputime to retrieve > FreeSWITCH process CPU usage > > ? FS-7889 [mod_conference] Move > conference chat to use an event channel so messages only go to the right > ?room? for the conference and move conference chat functionality to use > event_channel. > > ? FS-7900 [mod_png] Allow snapshot of > single legged calls > > ? FS-7912 [mod_lua] Added session UUID to > lua error logs, if known and added session UUID to embedded language (lua, > javascript, etc) logs when session sanity check fails > > ? FS-7760 [mod_sofia] Improved the xml > fetch lookup for channels on nightmare transfer > > ? FS-7922 [mod_commands] Added > uuid_redirect API command. This provides the equivalent functionality of > the dptools ?redirect? application as an api command. > > ? FS-7806 FS-7803 > [mod_amqp] Added new properties to amqp configuration, fixed the usage for > enable_fallback_format_fields, and added amqp_util_encode to fix a routing > key issue > > ? FS-7972 [verto communicator] Creating > Verto Communicator > > ? FS-7988 Add a perl script to help file > bugs from the command line and add fixbug.pl to tree > > ? FS-8009 [verto communicator] Create a > grunt project with livereload support. Documentation can be found here > . > > ? FS-8010 [verto communicator] Add > options for googAutoGainControl, googNoiseSuppression, and > googHighpassFilter > > ? FS-7855 [verto communicator] Pass > userVariables back to the live array to allow for displaying the Gravatar > associated with a member?s email address > > ? FS-8075 [mod_hiredis] Add mod_hiredis > including support for redis limits and added support for raw redis > commands. Added deprecation notices to mod_redis > > ? FS-8049 [mod_commands] Add getenv FSAPI > > ? FS-8036 [verto.js] Add chatCallback to > $.verto.conf > > Improvements in build system, cross platform support, and packaging: > > ? FS-7610 Fixed a gcc5 compilation issue > > ? FS-7499 Fixed a build error on 32bit platforms > > ? FS-7570 Fixed a compilation issue w/ zrtp enabled > > ? FS-7426 Only disable mod_amqp on Debian Squeeze and Wheezy > > ? FS-7635 Removed msvc 2005, 2008, and > 2010 non working build systems > > ? FS-7373 Expose the custom repo and key > path to the build-all command too > > ? FS-7648 Foundation for QA testing > config , adding leave/check videomail test cases, adding videomail > voicemail profile, adding video record/ playback test cases, adding set > video on hold, force pre-answer prefix, and adding an eavesdrop test case. > > ? FS-7338 Removed mod_shout dep libs to > system libs to continue cleaning up the libs for the 1.6 build process and > added Debian packaging for several new modules, as well as handle system > lib change for a handful of modules > > ? FS-7653 Sample build system for a stand > alone(out of tree) FreeSWITCH module > > ? FS-7601 [mod_opus] [mod_silk] Removed a > bounds check that can never be true in opus fec code and modify > jitterbuffer usage to match the api change > > ? FS-7648 More work toward setting up a > QA testing configuration, add condition testing for regex all and xor > cases, adding profile-variable for testing cases , add lipsync tests for > playback and local stream, add stereo, and configuration for mcu test > > ? FS-7338 Fixed bug in Debian packaging > when trying to build against custom repo > > ? FS-7609 Enable building of > mod_sangoma_codec for Debian Wheezy/Jessie > > ? FS-7667 [mod_java] Fixed include > directory detection when using Debian java packages and use detected > directory > > ? FS-7655 Make libvpx and libyuv optional > (none of the video features will work without them) The following modules > require these libraries to be installed still: mod_av mod_cv mod_fsv > mod_mp4v2 mod_openh264 mod_vpx mod_imagick mod_vpx mod_yuv mod_png mod_vlc, > fix build issue w/ strict prototypes, and fix a few functions that need to > be disabled without YUV > > ? FS-7605 Fixed default configuration > directory in Debian packages and fixed Debian packaging dependencies on > libyuv and libvpx > > ? FS-7669 When installing from Debian > packaging if you don?t have the /etc/freeswitch directory, we will install > the default packages for you. If you already have this directory, we?ll let > you deal with your own configs. > > ? FS-7297 [mod_com_g729] Updated the make > target installer > > ? FS-7644 Added a working windows build > without video support for msvc 2013 > > ? FS-7666 [mod_managed] Fixed error > building mod_managed on non windows platforms > > ? FS-7707 Fix build error on CentOS7 > > ? FS-7655 Fixed a build error when we > have PNG but not YUV > > ? FS-7723 Change RPMs to use -ncwait > instead of -nc. This will cause the initscript to pause and wait for FS to > be ready before continuing. > > ? FS-7648 Added a test cases for FS-7724 > and FS-7687 > > ? FS-7726 Additional configurations for a > QA test case > > ? FS-7715 Updates to configure and spec > files for next development branch and added images to spec file and fixed > build/freeswitch.init.redhat since redhat likes to override settings in the > script with TAGs in comments > > ? OPENZAP-238 [freetdm] Fix some GSM > compilation errors and do a bit of code cleanup > > ? OPENZAP-237 [freetdm] Use __func__ > instead of __FUNCTION__ to comply with c99 in gcc 5.1 > > ? FS-7628 [mod_erlang_event] Removed > unused variables causing a compilation error > > ? FS-7776 Add mod_kazoo to packaging > > ? FS-7845 [mod_conference] Break up > mod_conference into multiple source files to improve build performance > > ? FS-7769 [mod_conference] Fixed a build > issue > > ? FS-7820 Fix build system typo. Don?t > assign the same variable twice. > > ? FS-7043 Fixed apr1 unresolved symbols > in libfreeswitch.so.1.0.0 > > ? FS-7130 Make /run/freeswitch persistent > in the Debian packages, so it will start under systemd > > ? FS-7860 Prevent a switch_rtp header > conflict > > ? FS-7130 Make /run/freeswitch > persistent, so it will start under systemd > > ? FS-7728 Fixed Windows build issues > minus video features > > ? FS-7965 [mod_conference] Fixed an error > thrown when compiling with GCC > > ? FS-7985 [mod_voicemail] Fixed a > compilation error on 32-bit PCC platform > > ? FS-8015 [mod_conference] Add project > dir to include for mod_conference so it picks up mod_conference.h for > Windows > > ? FS-8061 [verto_communicator] Adding > license to package.json > > ? FS-8047 [build] Fixed build error in > mod_basic, mod_rtmp, mod_oreka, and mod_sangoma_codec due to using > __FUNCTION__ on newer compilers > > ? FS-8054 [mod_rayo] Fixed a warning when > building on Debian > > ? FS-8055 [build] Add confdir variable to > freeswitch.pc > > ? FS-7966 [windows] Working msvc 2015 > build support. Does not yet include video features. > > ? FS-8019 [debian] Excluded few modules > that fail to compile from debian/bootstrap.sh, fixed the handling of -T and > -t and added debian/apt_sources.list with necessary dependencies to build > master, and updated debian/README.source > > ? FS-8058 [mod_vpx] Build correctly > against libvpx that is not installed into default system library locations > > The following bugs were squashed: > > ? FS-7579 [mod_conference] Fixed a bug not allowing suppression > of play-file-done > > ? FS-7462 [mod_opus] Fix FMTP in the INVITE to use values from > opus.conf.xml > > ? FS-7593 [mod_skinny] Fixed a bug where skinny phones would > stomp on each other in database when thundering herd occurs > > ? FS-7597 [mod_codec2] Fixed encoded_data_len for MODE 2400, it > should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation > mode) by 2400 > > ? FS-7604 [fs_cli] Fixed fs_cli tab completion concurrency issues > on newer libedit > > ? FS-7258 FS-7571 [mod_xml_cdr] Properly encode xml cdr for post > to web server > > ? FS-7584 More work on rtcp-mux interop issue with chrome canary > causing video transport failure > > ? FS-7586 [mod_conference] Change the default > min-required-recording-participants option for mod_conference from 2 to 1 > and silence the warning when the value is set to 1 in the configs > > ? FS-7607 Update URLs to reflect https protocol on freeswitch.org > websites and update additional URLs to avoid 301 redirects. > > ? FS-7479 Fixed a crash caused by large RTP/PCMA packets and > resampling > > ? FS-7524 [mod_callcenter] Fixing tiers, level and position > should default to 1 instead of 0 > > ? FS-7613 Fixed a crash in core text rendering > > ? FS-7612 Fixed invalid json format for > callflow key > > ? FS-7609 [mod_sangoma_codec] Now that > libsngtc-dev and libsngtc are in the FS debian repo, enable > mod_sangoma_codec > > ? FS-7621 [mod_shout] Fixed a slow > interrupt > > ? FS-7432 Fixed missing a=setup parameter > from answering SDP > > ? FS-7622 [mod_amqp] Make sure to close > the connections on destroy. Currently the connection is malloc?d from the > module pool, so there is nothing to destroy. > > ? FS-7586 [mod_vlc] A fix for failing to > encode audio during the recording of video calls > > ? FS-7573 Fixed 80bit tag support for zrtp > > ? FS-7636 Fixed an issue with > transfer_after_bridge and park_after_bridge pre-empting transfers > > ? FS-7654 Fixed an issue with eavesdrop > audio not working correctly with a mixture of mono and stereo > > ? FS-7641 Fixed a segfault in eavesdrop > video support > > ? FS-7649 [mod_verto] Fixed issue with > h264 codec not being configured in verto.conf.xml > > ? FS-7657 [mod_verto] Fixed a bug with > TURN not being used. Note, you can pass an array of stun servers, including > TURN, to the verto when you start it up. (see verto.js where iceServers is > passed) > > ? FS-7665 [mod_conference] Fixed a bug > with the video floor settings not giving the video floor to the speaker > > ? FS-7650 [mod_verto] Fixed crash when > making a call from a verto user with profile-variables in their user profile > > ? FS-7710 [mod_conference] Added the > ability to set bandwidth to ?auto? for conference config > > ? FS-7432 Fixed dtls/srtp, use correct > a=setup parameter on recovering channels > > ? FS-7678 Fixed for fail_on_single_reject > not working with | bridge > > ? FS-7709 [mod_verto] Verto compatibility > fixes for Firefox > > ? FS-7689 [mod_lua] Fixed a bug with lua > not loading directory configurations > > ? FS-7694 [mod_av] Fixed for leaking file > handles when the file is closed. > > ? FS-7467 [mod_callcenter] Fixing stuck > channels using uuid-standby agents > > ? FS-7699 [mod_verto] Fixed for browser > compatibility > > ? FS-7722 Fixed an issue with > record_session including params when creating path > > ? FS-7489 [mod_unimrcp] Fixed a TTS Audio > Queue Overflow > > ? FS-7724 [mod_conference] Fixed a > segfault when missing fonts when trying to render banner > > ? FS-7519 [mod_av] Fixed a regression in > the visual appearance of decode app output > > ? FS-7703 Fixed a bug caused by > answer_delay being set in the default configurations > > ? FS-7679 [mod_verto] Fixed a bug causing > one way audio on Chrome when video is enabled and when using a sip without > video > > ? FS-7729 [mod_verto] Fixed the > formatting for IPv6 addresses > > ? FS-7734 [mod_nibblebill] Fixed a > deadlock > > ? FS-7726 Fixed a bug with recording a > video session on DTMF command > > ? FS-7721 Fixed a segfault caused when > using session:recordFile() and session:unsetInputCallback in a lua script > > ? FS-7429 [mod_curl] Fixed to output > valid json > > ? FS-7746 [mod_verto] Fixed a device > permission error in verto client > > ? FS-7753 [mod_local_stream] Fixed some > glitching and freezing video when using hold/unhold > > ? FS-7761 [core] Fix shutdown races > running api commands during shutdown > > ? FS-7767 [mod_sofia] Fixed a segfault > caused by invalid arguments to sip_dig > > ? FS-7744 [mod_conference] Fixed a bug > causing the first user?s video stream to stop when another verto user calls > the conference > > ? FS-7486 [mod_sofia] Fixed the handling > of queued requests > > ? FS-7775 [mod_conference] Fix threading > issue causing stuck worker threads > > ? FS-7777 [mod_imagick] Fixed a > regression causing a segfault when playing png & pdf in conference > > ? FS-7778 [mod_sofia] Fixed a bug causing > a SQL statement to fail because of a double quote instead of a single quote > > ? FS-7754 [freetdm] Fixed a bug relating > to single digit dial-regex with analog devices > > ? FS-7785 [mod_opus] Fix for invalid > ptime 30 ms for opus at 8000h . Replaced 30 ms with 40 ms. > > ? FS-7762 [mod_av] Handle buffer > allocation failures of large buffers > > ? FS-7849 [verto] Remove extra div > breaking full screen in html > > ? FS-7832 [mod_opus] Fixes when comparing > local and remote fmtp params > > ? FS-7731 [mod_xml_cdr] Fixed a curl > default connection timeout > > ? FS-7844 Fix packet loss fraction when > calculating loss average > > ? FS-7789 [mod_av] Fixed issue with audio > dropping out partway through recordings > > ? FS-7854 Add task_runtime to tasks table > in core database > > ? FS-7856 [mod_av] Fix some segfaults and > leaks. > > ? FS-7866 Fixed a crash when running > incorrect var api expansion syntax ?eval ${${external_sip_ip}:4}? > > ? FS-7861 FS-7862 [mod_conference] Fixed > a crash and other issues caused by multi canvas feature > > ? FS-7681 [mod_conference] Factor out > conference->canvas and allow per canvas record and play > > ? FS-7869 [mod_conference] Fixed a > deadlock on shutdown after playing video file that will not display video > > ? FS-7654 Fixed regressions on > eavesdropping on channels playing a file and on channels with unlike rates > > ? FS-7872 [mod_verto] Gracefully fail > attempting to transfer 1 legged call > > ? FS-7874 [mod_conference] Fixed > incorrect layout group count > > ? FS-7870 [mod_conference] Allow jsonapi > commands to pass the string id field to pass special ID?s like ?last? > > ? FS-7882 [mod_conference] Allow JSON API > commands to send third arg for muting > > ? FS-7888 [mod_verto] Fixed namespacing > problems in javascript library masked by global verto object > > ? FS-7811 Use more common format CIF for > blank image > > ? FS-7902 [mod_local_stream] Fix for > queue filling up when you have a mix of video and non video files > > ? FS-7891 [mod_spandsp] Allow spandsp > dtmf detector to work on rates other than 8k > > ? FS-7839 Correct firefox > 38 DTLS > behavior to match new EC requirements > > ? FS-7769 [mod_conference] Fixed vmute on > personal canvas and fixed changing layouts on personal canvas > > ? FS-7893 [mod_conference] Fixed a bug > causing muxing write thread to occasionally not close on shutdown > > ? FS-7904 Fixed alpha image patching > > ? FS-7906 [mod_av] Correct crash from > multi-threaded opening or closing of multiple files at the same time > > ? FS-7913 [mod_conference] Fixed miscast > variable > > ? FS-7918 [mod_kazoo] Small fixes in > mod_kazoo > > ? FS-7917 [mod_sofia] Fixed default > config, we really shouldn?t be setting ext-*-ip settings for ipv6 profiles > > ? FS-7908 FS-7092 > Fixed the generated sdp including telephone-event for the rates of video > codecs (90000) when it should only be audio codec rates > > ? FS-7927 Fixed a typo in variable name: > eavesdrop_annnounce_macro > > ? FS-7940 [mod_conference] Fixed an issue > where the video image does not appear on the new canvas when switching > > ? FS-7930 [mod_conference] Correct > termination of conference when the last member with endconf left. > > ? FS-7953 [verto communicator] Fixed > dialing when typing extension using the keyboard. > > ? FS-7958 [mod_conference] Fixed a race > condition causing crash in conference video MCU > > ? FS-7951 [mod_rayo] Completely clean up > mod_rayo if it fails to load > > ? FS-7955 [mod_sofia] Fixed a crash > caused by invalid contact when using event to send a notify message > > ? FS-7970 Fixed crash in video_bug_thread > caused by double free > > ? FS-7971 [mod_opus] Fixed a rate > mismatch and correctly advertise telephone-event and CN rates based on the > advertised rates of offered codecs > > ? FS-7960 Fixed check_ice routine in > switch_core_media.c to not use dropped candidates > > ? FS-7975 [mod_voicemail] Fix > record-greeting event missing VM-Greeting-Path > > ? FS-7969 Fixed a segfault due to > pthread_setschedparam() on a thread that has exited > > ? FS-7962 Fixed sporadic invite/replaces > failure > > ? FS-8004 Send keyframe on receiving nack > with multiple consecutive packets > > ? FS-8005 [mod_opus] Fix for rare decoder > error when doing PLC, OPUS_GET_LAST_PACKET_DURATION might return 0 > > ? FS-8006 Changed the typedef of > switch_core_video_thread_callback_func_t for consistency > > ? FS-7932 [mod_verto] Removed the param > from the getMute function in verto class, not needed on underlying method > > ? FS-8008 [mod_verto] Separate verto > default config to have sep v4 and v6 listeners > > ? FS-8016 [mod_conference] Reduce > buffering of video in conference mux > > ? FS-7977 [verto communicator] Fixing > default resolution and cleaning code > > ? FS-7992 [verto communicator] Fixed > device list at settings > > ? FS-8017 [verto communicator] Fixed uses > of serialized verto in local storage > > ? FS-7986 [verto communicator] Fix for > devices not refreshing if system config changes > > ? FS-7998 [verto communicator] Don?t > prompt when recovering call, just do it. > > ? FS-8003 [verto communicator] Use > audioInDevices instead of audioDevices to match verto plugin > > ? FS-8027 [verto communicator] Added > watchTask flag to browserSync and add proper regex for replacements > > ? FS-8026 [verto_communicator] Added an > auto-focus directive to both dial-pad and login so that enter will just > work. On dial-pad useful to provide keyboard only input without the need to > using the mouse > > ? FS-7995 [verto_communicator] Upon call > recovery, emit an event on $rootScope so that controllers are able to > properly clear states. > > ? FS-7945 [verto communicator] Use > angular-prompt to ask the user to enter a text for the banner. If > cancelled, nothing is done. > > ? FS-8045 [verto communicator] Make the > folder structure compliant with AngularJS best practices and adjust build > system. > > ? FS-7957 [verto_communicator] Make > console less chatty by commenting liveArray updates and get initial state > of the conference on liveArray boot event. > > ? FS-7979 [verto_communicator] Prompt for > extension before transferring a conference member > > ? FS-8001 [verto_communicator] For this > to work, passing in the parameter was missing > > ? FS-7979 [verto_communicator] Removed > extra console.log and commented line > > ? FS-8025 [verto_communicator] Restored > the blue background on the video controls and making icons white again, > looking better. > > ? FS-8062 [verto_communicator] Fixed > video controls tool-tips, now they are visible > > ? FS-8048 [verto_communicator] Fixed > infinite reconnect after changing hostname and websocket url > > ? FS-8066 [verto communicator] Added > encoded avatar url to userVariables so that mod_conference can use it when > no video, or video mute > > ? FS-8018 [verto_communicator] Separation > of concerns. Get storage service to manage all settings instead of > vertoService > > ? FS-8043 [verto_communicator] Removed > unnecessary calls to localStorage > > ? FS-8040 [verto_communicator] Check if > we have a valid resolution reported before calling camera routines and hide > controls if none are found > > ? FS-8092 [verto_communicator] If there > is no data in localStorage, select best resolution for selected camera > > ? FS-7840 [verto_communicator] Use > chatChannel to send and receive messages from conferences > > ? FS-8088 [verto_communicator] Call > conference destroy upon hangup and on event destroy to properly unsubscribe > from events > > ? FS-8046 [verto] Fixed for library not > passing device preferences to dialog properly > > ? FS-8053 [verto] Don?t receive video on > screen share > > ? FS-8059 [verto] Fixed typo when > transferring party from conference > > ? FS-8060 [verto] Conditionally set video > tag src to null for FF and empty string for others > > ? FS-8087 [verto] Fixed issue in camera > selection on recovery, refactor to use localStorage, change res detection, > reload on network change, pass resCheck callback into deviceParams, always > make one basic call to getusermedia to ensure perms are ok, pass valid res > to callback, make $.FSRTC.validRes available globally, sync minified, fix > depth issue in cached json, test for valid cache before setting vars > > ? FS-8028 [mod_shout] Fixed random > sockets being closed regression from FS-7621 > > ? FS-8029 [jitterbuffer] Fixed robotic > sound when using jitterbuffer when buffer timestamps get behind that of the > packet timestamps, such as when the source clock is out of sync with our > clock > > ? FS-8056 [mod_voicemail] Fixed a > segfault on vm_inject, regression from FS-7968 > > ? FS-7968 [mod_voicemail] Fixed verbose > events > > ? FS-7942 [udptl] Fixed rare segfault on > t.38 fax FS-8014 is a duplicate of this issue > > ? FS-8031 [dtls] Fixed delayed DTLS media > due to changing ICE candidates > > ? FS-7903 [proxy_media] Fix Codec PROXY > Exists but not at the desired implementation. 0hz 0ms 1ch error when using > proxy media. > > ? FS-7989 [fixbug.pl] Add ?author option > > ? FS-8037 [mod_sofia] Fixed so > zrtp-passthru doesn?t activate unless the zrtp-hash is in the SDP > > ? FS-7135 [mod_sofia] Fixed response to > re-invite with duplicate sdp (such as we get from session refresh) when soa > is disabled to include an sdp. Fixed t.38 fax failure on session refresh > > ? FS-8050 [mod_av] Fixed a crash when > streaming rtmp of desktop share > > ? FS-7640 [rtp] Fixed some comparisons in > switch_rtp.c to be wraparound proof > > ? FS-8057 [core] Fixed a segfault when > doing video call when built against libyuv but not libvpx > > ? FS-8069 [stun] Fixed ipv6 support > missing in stun code > > ? FS-8071 [rtp] remove unnecessary auto > adjust remote address rules when in ICE mode > > ? FS-8077 [mod_conference] Fix memory > leak in record > > ? FS-8091 [core] Added some missing > message names to session message name list (would have caused missing > information in some log messages) > > ? FS-8093 [mod_silk] Remove giant stack > allocation in switch_silk_decode > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best regards, Volodymyr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/5f0c77ac/attachment-0001.html From brian at freeswitch.org Thu Oct 1 17:18:53 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 08:18:53 -0500 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: Thats kinda naughty... I tend to agree just make it work! But it was stated it was a clean install and I know I found, filed and William fixed this on a clean install, so I spent 45 minutes verifying that again today. File a JIRA and we'll debate the finer points of muck with your files during package install! :) On Thu, Oct 1, 2015 at 8:11 AM, Stanislav Sinyagin wrote: > Brian, > the problem is actually if you do have your config in /etc/freeswitch: in > previous versions, tls subdirectory was not required, and now it fails as > descrobed above if it's missing. > Probably the package installer should create it explicitly if it's > missing, regardless if /etc/freeswitch exists or not. > > > > On Thu, Oct 1, 2015 at 2:55 PM, Brian West wrote: > >> I this case the install wasn't clean, I just tested a clean install no >> /etc/freeswitch at all when I started and it worked fine. >> >> On Thu, Oct 1, 2015 at 7:04 AM, Giovanni Maruzzelli >> wrote: >> >>> >>> Il 01/Ott/2015 13:58, "Raphael Lechner" ha >>> scritto: >>> > >>> > Hi, >>> > >>> > I had the same problem. The best would be to create the directory >>> first and change the permission that the freeswitch user can read/write >>> > mkdir /etc/freeswitch/tls >>> > chown freeswitch.freeswitch /etc/freeswitch/tls >>> > >>> > or you can freeswitch one time as root, then it will create the >>> directory and you stop it and change the permission to freeswitch. >>> >>> No, is actually the first way (manually create dir then chown) that is >>> correct. >>> This second way (start FS as root) is not correct because it will leave >>> files around owned by root that can interfere with future normal non-root >>> operation (logfiles, pid file, etc). >>> >>> -giovanni >>> >>> >>> > (I started the freeswitch to debug the issue as root and the problem >>> was not there anymore...) >>> > >>> > >>> >> On 01 Oct 2015, at 13:49, Michael Nielsen >>> wrote: >>> >> >>> >> I actually don't have a tls directory... Should the entire >>> /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? >>> >> As of now everything is root:root. >>> >> >>> >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli < >>> gmaruzz at gmail.com> wrote: >>> >>> >>> >>> try this from root command line: >>> >>> >>> >>> #if you installed from packages: >>> >>> chown freeswitch:freeswitch /etc/freeswitch/tls >>> >>> >>> >>> #if you compiled: >>> >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen < >>> mic.niel84 at gmail.com> wrote: >>> >>>> >>> >>>> I've setup a clean Debian 8 with FS 1.6.2. >>> >>>> >>> >>>> When trying to start I get the following error: >>> >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP UA >>> for profile: internal (sip:mod_sofia at 139.125.289.11 >>> :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. >>> >>>> >>> >>>> No other application is running on port 5060, I've also tried to >>> change this - same error still occurs on other ports. >>> >>>> >>> >>>> The IP profile cause, I'm not sure what that means. The public port >>> 5080 does get binded correctly. >>> >>>> >>> >>>> My internal.xml contains $${local_ip_v4} for IP address. >>> >>>> >>> >>>> >>> _________________________________________________________________________ >>> >>>> Professional FreeSWITCH Consulting Services: >>> >>>> consulting at freeswitch.org >>> >>>> http://www.freeswitchsolutions.com >>> >>>> >>> >>>> Official FreeSWITCH Sites >>> >>>> http://www.freeswitch.org >>> >>>> http://confluence.freeswitch.org >>> >>>> http://www.cluecon.com >>> >>>> >>> >>>> FreeSWITCH-users mailing list >>> >>>> FreeSWITCH-users at lists.freeswitch.org >>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>>> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >>>> http://www.freeswitch.org >>> >>> >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> Sincerely, >>> >>> >>> >>> Giovanni Maruzzelli >>> >>> Cell : +39-347-2665618 >>> >>> >>> >>> >>> _________________________________________________________________________ >>> >>> Professional FreeSWITCH Consulting Services: >>> >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> Official FreeSWITCH Sites >>> >>> http://www.freeswitch.org >>> >>> http://confluence.freeswitch.org >>> >>> http://www.cluecon.com >>> >>> >>> >>> FreeSWITCH-users mailing list >>> >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >>> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >>> http://www.freeswitch.org >>> >> >>> >> >>> >> >>> _________________________________________________________________________ >>> >> Professional FreeSWITCH Consulting Services: >>> >> consulting at freeswitch.org >>> >> http://www.freeswitchsolutions.com >>> >> >>> >> Official FreeSWITCH Sites >>> >> http://www.freeswitch.org >>> >> http://confluence.freeswitch.org >>> >> http://www.cluecon.com >>> >> >>> >> FreeSWITCH-users mailing list >>> >> FreeSWITCH-users at lists.freeswitch.org >>> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> >> UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> >> http://www.freeswitch.org >>> > >>> > >>> > >>> > >>> _________________________________________________________________________ >>> > Professional FreeSWITCH Consulting Services: >>> > consulting at freeswitch.org >>> > http://www.freeswitchsolutions.com >>> > >>> > Official FreeSWITCH Sites >>> > http://www.freeswitch.org >>> > http://confluence.freeswitch.org >>> > http://www.cluecon.com >>> > >>> > FreeSWITCH-users mailing list >>> > FreeSWITCH-users at lists.freeswitch.org >>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> > UNSUBSCRIBE: >>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>> > http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/b3fcb11b/attachment.html From brian at freeswitch.org Thu Oct 1 17:23:28 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 08:23:28 -0500 Subject: [Freeswitch-users] The FreeSWITCH 1.6.0 release is here! In-Reply-To: References: <55eef70a197e4_3e16118732839612@resque-worker-high.3.mail> <1412936596.20150914123948@seznam.cz> <44B8C563-4DA8-42FC-BFCB-0E5F15C0621F@jerris.com> <235401d0fb13$8a1b4de0$9e51e9a0$@freeswitch.org> Message-ID: bugs belong on JIRA please. root at jessie-1-6-testing-packages:/etc/freeswitch# ls /usr/share/freeswitch/fonts/FreeMono* ls: cannot access /usr/share/freeswitch/fonts/FreeMono*: No such file or directory Still an issue. On Thu, Oct 1, 2015 at 8:13 AM, Volodymyr Fedorov wrote: > Greets. > On debian jessie when installing from repo I getting this: > 2015-10-01 16:09:11.328500 [ERR] switch_core_video.c:819 Font > /usr/share/freeswitch/fonts/FreeMono.ttf does not exist > Seems fonts are needed to be packaged. > > On Wed, Sep 30, 2015 at 3:04 AM, Ken Rice wrote: > >> Luis, you have been nicely asked a few times not to post those things >> here, if things aren?t like you like them in the packages please provide a >> pull request so that those patches can be reviewed for inclusion into >> FreeSWITCH Mainline. >> >> >> >> As far as the code we build packages from, we clearly mark those via git >> tag in our public repository. The code is freely available for anyone to >> review and propose changes to anything they think is a security issue or a >> bug as well as enhancements. >> >> >> >> The builds are clearly visible on our bamboo server ( >> https://freeswitch.org/bamboo as well as the change logs on the commit >> history you are welcome to inspect by either cloning the repo, or visiting >> either https://freeswitch.org/stash or https://freeswitch.org/fisheye >> both of which offer detailed commit history along with code review tools. >> >> >> >> The problem here is if we publish packages that are signed with the >> Official FreeSWITCH.org packaging keys you can know exactly what we built >> from and how to reproduce those same results. Can you make your own >> packages? Sure you can, that?s the beauty of open source, we can however >> request that you not use our mailing list to promote your packages that we >> have no idea how you build them from what source code with what patches. >> >> >> >> Have a nice Day >> >> Ken >> >> >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Luis >> Daniel Lucio Quiroz >> *Sent:* Tuesday, September 29, 2015 6:38 PM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] The FreeSWITCH 1.6.0 release is here! >> >> >> >> Michael, respectfully, I quote you: >> >> " I would assume that any non official repo could have who knows what >> code", >> >> >> >> Imagine if all projects take your position, everyone would be afraid of >> using linux, windows, osx; using a binary program, even downloading a >> distro because who knows what it has. And I return your argument, who know >> what does FS does behind, the code is so complex for majority of users >> that, maybe, just maybe, it has a hidden spyware in the code. >> >> >> >> It is obvious that this is not the case,and everybody is free to use what >> ever they want. You should say thanks, someone did your project work where >> you haven't. >> >> >> >> LD >> >> >> Luis Daniel Lucio Quiroz >> CISSP, CISM, CISA >> Linux, VoIP and much more fun >> www.okay.com.mx >> >> Need LCR? Check out LCR for FusionPBX with FreeSWITCH >> Need Billing? Check out Billing for FusionPBX with FreeSWITCH >> >> >> >> 2015-09-29 11:42 GMT-04:00 Michael Jerris : >> >> Please note, non official repos should not be linked here. I would >> assume that any non official repo could have who knows what code, and the >> freeswitch team cautions strongly against their use. >> >> >> >> On Sep 27, 2015, at 10:58 PM, Luis Daniel Lucio Quiroz < >> luis.daniel.lucio at gmail.com> wrote: >> >> >> >> Sergey, Not on FS repo, but they are included in mine >> >> >> Luis Daniel Lucio Quiroz >> CISSP, CISM, CISA >> Linux, VoIP and much more fun >> www.okay.com.mx >> >> Need LCR? Check out LCR for FusionPBX with FreeSWITCH >> Need Billing? Check out Billing for FusionPBX with FreeSWITCH >> >> >> >> 2015-09-15 22:27 GMT-04:00 Sergey Safarov : >> >> HI Luis >> Please check FS-7705 https://freeswitch.org/jira/browse/FS-7705 >> As I known to build dependencies is required update glibc and other libs. >> According tikket FS-7705 this RPMs cannot be included to FS repo. >> >> >> >> On Tue, Sep 15, 2015, 22:59 Luis Daniel Lucio Quiroz < >> luis.daniel.lucio at gmail.com> wrote: >> >> I'm working on the centos 6 rpm. I only miss I finish vlc >> >> I will make them public when done. Including centos 7 as well >> >> Le 2015-09-14 6:40 AM, "Denis Jakovlev" a ?crit : >> >> Hi All, >> >> I'm sorry, but I have a problem with the CentOS 7 installation. >> >> I do as instructed on clean CentOS7 installation >> >> >> Centos 7 Package (FreeSWITCH 1.6) >> rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm >> yum install --nogpgcheck freeswitch-config-vanilla >> yum install sox freeswitch-sounds* >> Enjoy FreeSWITCH! >> >> >> I have a problem on step "yum install --nogpgcheck >> freeswitch-config-vanilla" >> >> >> ---> Package broadvoice.x86_64 0:0.1.0-1.el7.centos will be installed >> ---> Package freeswitch.x86_64 0:1.6.0-1.el7.centos will be installed >> --> Processing Dependency: db4 for package: >> freeswitch-1.6.0-1.el7.centos.x86_64 >> ---> Package g722_1.x86_64 0:0.2.0-1.el7.centos will be installed >> ---> Package ilbc.x86_64 0:0.0.1-1.el7.centos will be installed >> ---> Package libmemcached.x86_64 0:1.0.16-3.el7 will be installed >> ---> Package libvpx2.x86_64 0:2.0.0-1.el7.centos will be installed >> ---> Package libyuv.x86_64 0:0.0.1280-0.el7.centos will be installed >> ---> Package portaudio.x86_64 0:19-1.20071207.el6.rf will be installed >> ---> Package postgresql-libs.x86_64 0:9.2.13-1.el7_1 will be installed >> ---> Package unixODBC.x86_64 0:2.3.1-10.el7 will be installed >> --> Finished Dependency Resolution >> Error: Package: freeswitch-1.6.0-1.el7.centos.x86_64 (freeswitch) >> >> *Requires: db4*You could try using --skip-broken to work around the >> problem >> You could try running: rpm -Va --nofiles --nodigest >> >> what am I doing wrong? >> >> >> >> >> >> >> >> *-- S pozdravem,Ing.Denis Jakovlev mob.tel >> . 775-415-382?tvrtek 10. z??? 2015, 14:42:18, napsal jste:* >> >> EXCELLENT! Thanks you so much for such a great job! >> >> 2015-09-08 10:41 GMT-04:30 Giovanni Maruzzelli : >> Yay!! >> >> Well done Ken!! >> >> -giovanni >> >> >> >> On Tue, Sep 8, 2015 at 4:56 PM, wrote: >> New Post on freeswitch.org from Kathleen King >> check it out at http://ift.tt/1NfRNk0 >> The FreeSWITCH 1.6.0 release is here! >> The FreeSWITCH 1.6.0 release is here! This is a routine maintenance >> release and the resources are located here: >> >> ? Tarball: http://ift.tt/1NfRO7L >> >> ? Packaging: http://ift.tt/1U8FMQN (Please Note the updated >> location for 1.6 packages) >> >> And we?re dropping support in packaging for anything older than Debian >> 8.0 and anything older than Centos 7.0 due to a number of dependency issues >> on older platforms. >> New features that were added: >> >> ? FS-7337 [mod_sofia] Add support for >> Remote-Party-ID header in UPDATE request. >> >> ? FS-7561 [mod_sofia] Add Perfect >> Forward Secrecy (DHE PFS) >> >> ? FS-7560 [mod_nibblebill] Added new >> options to nibble bill for minimum charges and rounding >> >> ? FS-7587 FS-7602 FS-7499 [mod_verto] Add ipv6 support to Verto >> / Websockets and additional support ice/dtls ipv6 functionality >> >> ? FS-6801 [mod_sofia] Add sip_watched_headers variable to launch >> events when a SIP message contains a given SIP header >> >> ? FS-7564 [mod_rayo] Added new algorithms for offering calls to >> clients >> >> ? FS-7436 FS-7601 [mod_opus] Added FEC support >> >> ? FS-7603 [mod_event_socket] Failover for socket application in >> dialplan >> >> ? FS-7585 [mod_rtmp] Increased AMF buffer for larger video and >> add bandwidth settings to flash video >> >> ? FS-7311 [mod_sofia] Updating display name is disabled when >> caller_id equal ?_undef_? >> >> ? FS-7513 [mod_conference] Add video-auto-floor-msec param to >> control how long a member must have the audio floor before also taking the >> video floor and make sure user does not have auto avatar when not visible >> >> ? FS-7620 [ftmod_libpri] Correctly set >> calling number presentation and screening fields >> >> ? FS-7138 [mod_callcenter] Added a new >> reserve-agents param >> >> ? FS-7436 FS-7601 >> [mod_opus] FEC support >> >> ? FS-7623 [mod_amqp] Allow for custom >> exchange name and type for producers and fixed param name ordering bug >> caused by exposing these params >> >> ? FS-7638 Allow ipv4 mapped ipv6 address >> to pass ipv4 ACLs properly >> >> ? FS-7643 [mod_opus] Added >> interpretation of maxplaybackrate and sprop-maxcapturerate >> >> ? FS-7641 Added video support to >> eavesdrop >> >> ? FS-7656 [mod_localstream] Added >> mod_local_stream video support, and make mod_conference move the video in >> and out of a layer when the stream has video or not, scan for relative file >> in art/eg.wav.png and display it as video when playing audio files, put >> video banner up if artist or title is set, and fixed a/v sync on first >> connection >> >> ? FS-7629 [mod_conference] Added member >> status in json format to the conference live array, add >> livearray-json-status to conference-flags to enable >> >> ? FS-7517 FS-7519 >> [mod_av] [mod_openh264] Added H264 STAP-A packeting support so it would >> work with FireFox >> >> ? FS-7664 [mod_verto] Set ICE candidate >> timeout to wait for only 1 second to fix media delays >> >> ? FS-7660 [mod_opus] Enabled with new >> API command ?opus_debug? to show information about Opus payload for >> debugging. >> >> ? FS-7519 [mod_av] Fixed bitrate and >> added some presets >> >> ? FS-7693 [mod_conference] Lower the >> default energy level in sample configs to improve voice quality >> >> ? FS-7720 Improve play_and_detect_speech >> to set current_application_response channel variable as follows: ?USAGE >> ERROR?: bad application arguments?, ?GRAMMAR ERROR?: speech recognizer >> failed to load grammar, ?ASR INIT ERROR?: speech recognizer failed to >> allocate a session, and ?ERROR?: any other errors >> >> ? FS-7732 Continue recording with >> uuid_transfer >> >> ? FS-7752 [mod_rayo] Increase maximum >> number of elements from 30 to 1024 to allow adhearsion to create large >> grammars to navigate IVR menus. >> >> ? FS-7750 [mod_commands] Allow for >> uuid_setvar to handle arrays >> >> ? FS-7758 [mod_loopback] Emit an event >> if a loopback bowout occurs >> >> ? FS-7759 [mod_sofia] Added the channel >> variable ignore_completed_elsewhere to suppress setting the completed >> elsewhere cause >> >> ? FS-7771 Set a channel variable if the >> recording is terminated due to silence hits >> >> ? FS-7760 Added xml fetch for channels >> to externally support nightmare transfer depends on >> channel-xml-fetch-on-nightmare-transfer profile param (default is disabled) >> >> ? FS-7730 [mod_smpp] Added mod_smpp as >> an event handler moduleand fixed the default configs to provided sample >> load option for mod_sms and mod_smpp >> >> ? FS-7774 Add mod_kazoo >> >> ? FS-7780 Add new channel variable >> max_session_transfers. If set, this variable is used to count the number of >> session transfers allowed instead of the max_forwards variable. If not set, >> the existing behavior is preserved. >> >> ? FS-7783 Add channel variable for >> capturing DTMF input when using play_and_get_digits when the response does >> not match >> >> ? FS-7772 [mod_opus] Add functionality >> to keep FEC enabled on the encoder by modifying the bitrate if packet loss >> changes (Opus codec specific behaviour). >> >> ? FS-7799 [mod_png] Add API command >> uuid_write_png >> >> ? FS-7801 [mod_opus] Added support to >> set CBR mode >> >> ? FS-7685 [mod_say_nl] Fix Dutch numbers >> pronunciation >> >> ? FS-7198 Add coma separated values and >> reverse ranges for time-of-day and day-of-week matches >> >> ? FS-7809 [mod_opus] Added 60 ms ptime >> for Opus at 8 khz ( opus at 8000h@60i ) >> >> ? FS-7405 [mod_dialplan_xml] Fix >> condition regex=?all? to work with time conditions >> >> ? FS-7819 [mod_opus] Restore bitrate (if >> there?s no more packet loss) and added step for 60 ms >> >> ? FS-7773 [mod_sofia] Adding additional >> transfer events when the fire-transfer-events=true profile parameter is set >> >> ? FS-7820 FreeSWITCH automated unit test >> and micro benchmark framework >> >> ? FS-7769 [mod_conference] Add new >> multi-canvas and telepresence features >> >> ? FS-7847 [mod_conference] Add layers >> that do not match the aspect ration of conference by using the new hscale >> layer param for horizontal scale, and add zoom=true param to crop layer >> instead of letterbox, add grid-zoom layout group that demonstrates these >> layouts, and fix logo ratios and add borders too. >> >> ? FS-7813 [mod_conference] Add vmute >> member flag. >> >> ? FS-7846 [mod_dptools] Add >> eavesdrop_whisper_aleg=true and eavesdrop_whisper_bleg=true channel >> variables to allow you to start eavesdrop in whisper mode of specific call >> leg >> >> ? FS-7760 [mod_sofia] Revise channel >> fetch on nightmare transfer and add dial-prefix and absolute-dial-string to >> the nightmare xml >> >> ? FS-7829 [mod_opus] Add sprop-stereo >> fmtp param to specify if a sender is likely to send stereo or not so the >> receiver can safely downmix to mono to avoid wasting receiver resources >> >> ? FS-7830 [mod_opus] Added use-dtx param >> in config file (enables DTX on the encoder, announces in fmtp) >> >> ? FS-7824 [mod_png] Add functionality >> for capturing screenshots from both legs to uuid_write_png >> >> ? FS-7549 [mod_ladspa] Added an API for >> removing an active ladspa effect on a channel. For conformance reasons, the >> uuid_ladspa command now accepts ?stop? and ?start?, while the previous >> functionality (without any verb) which will simply add ladspa remains >> intact. >> >> ? FS-7848 [mod_opus] Add support for 80 >> ms, 100 ms, 120 ms packetization >> >> ? FS-7519 FS-7677 >> [mod_av] Add H.263 codec support >> >> ? FS-7885 Add getcputime to retrieve >> FreeSWITCH process CPU usage >> >> ? FS-7889 [mod_conference] Move >> conference chat to use an event channel so messages only go to the right >> ?room? for the conference and move conference chat functionality to use >> event_channel. >> >> ? FS-7900 [mod_png] Allow snapshot of >> single legged calls >> >> ? FS-7912 [mod_lua] Added session UUID >> to lua error logs, if known and added session UUID to embedded language >> (lua, javascript, etc) logs when session sanity check fails >> >> ? FS-7760 [mod_sofia] Improved the xml >> fetch lookup for channels on nightmare transfer >> >> ? FS-7922 [mod_commands] Added >> uuid_redirect API command. This provides the equivalent functionality of >> the dptools ?redirect? application as an api command. >> >> ? FS-7806 FS-7803 >> [mod_amqp] Added new properties to amqp configuration, fixed the usage for >> enable_fallback_format_fields, and added amqp_util_encode to fix a routing >> key issue >> >> ? FS-7972 [verto communicator] Creating >> Verto Communicator >> >> ? FS-7988 Add a perl script to help file >> bugs from the command line and add fixbug.pl to tree >> >> ? FS-8009 [verto communicator] Create a >> grunt project with livereload support. Documentation can be found here >> . >> >> ? FS-8010 [verto communicator] Add >> options for googAutoGainControl, googNoiseSuppression, and >> googHighpassFilter >> >> ? FS-7855 [verto communicator] Pass >> userVariables back to the live array to allow for displaying the Gravatar >> associated with a member?s email address >> >> ? FS-8075 [mod_hiredis] Add mod_hiredis >> including support for redis limits and added support for raw redis >> commands. Added deprecation notices to mod_redis >> >> ? FS-8049 [mod_commands] Add getenv FSAPI >> >> ? FS-8036 [verto.js] Add chatCallback to >> $.verto.conf >> >> Improvements in build system, cross platform support, and packaging: >> >> ? FS-7610 Fixed a gcc5 compilation issue >> >> ? FS-7499 Fixed a build error on 32bit platforms >> >> ? FS-7570 Fixed a compilation issue w/ zrtp enabled >> >> ? FS-7426 Only disable mod_amqp on Debian Squeeze and Wheezy >> >> ? FS-7635 Removed msvc 2005, 2008, and >> 2010 non working build systems >> >> ? FS-7373 Expose the custom repo and key >> path to the build-all command too >> >> ? FS-7648 Foundation for QA testing >> config , adding leave/check videomail test cases, adding videomail >> voicemail profile, adding video record/ playback test cases, adding set >> video on hold, force pre-answer prefix, and adding an eavesdrop test case. >> >> ? FS-7338 Removed mod_shout dep libs to >> system libs to continue cleaning up the libs for the 1.6 build process and >> added Debian packaging for several new modules, as well as handle system >> lib change for a handful of modules >> >> ? FS-7653 Sample build system for a >> stand alone(out of tree) FreeSWITCH module >> >> ? FS-7601 [mod_opus] [mod_silk] Removed >> a bounds check that can never be true in opus fec code and modify >> jitterbuffer usage to match the api change >> >> ? FS-7648 More work toward setting up a >> QA testing configuration, add condition testing for regex all and xor >> cases, adding profile-variable for testing cases , add lipsync tests for >> playback and local stream, add stereo, and configuration for mcu test >> >> ? FS-7338 Fixed bug in Debian packaging >> when trying to build against custom repo >> >> ? FS-7609 Enable building of >> mod_sangoma_codec for Debian Wheezy/Jessie >> >> ? FS-7667 [mod_java] Fixed include >> directory detection when using Debian java packages and use detected >> directory >> >> ? FS-7655 Make libvpx and libyuv >> optional (none of the video features will work without them) The following >> modules require these libraries to be installed still: mod_av mod_cv >> mod_fsv mod_mp4v2 mod_openh264 mod_vpx mod_imagick mod_vpx mod_yuv mod_png >> mod_vlc, fix build issue w/ strict prototypes, and fix a few functions that >> need to be disabled without YUV >> >> ? FS-7605 Fixed default configuration >> directory in Debian packages and fixed Debian packaging dependencies on >> libyuv and libvpx >> >> ? FS-7669 When installing from Debian >> packaging if you don?t have the /etc/freeswitch directory, we will install >> the default packages for you. If you already have this directory, we?ll let >> you deal with your own configs. >> >> ? FS-7297 [mod_com_g729] Updated the >> make target installer >> >> ? FS-7644 Added a working windows build >> without video support for msvc 2013 >> >> ? FS-7666 [mod_managed] Fixed error >> building mod_managed on non windows platforms >> >> ? FS-7707 Fix build error on CentOS7 >> >> ? FS-7655 Fixed a build error when we >> have PNG but not YUV >> >> ? FS-7723 Change RPMs to use -ncwait >> instead of -nc. This will cause the initscript to pause and wait for FS to >> be ready before continuing. >> >> ? FS-7648 Added a test cases for FS-7724 >> and FS-7687 >> >> ? FS-7726 Additional configurations for >> a QA test case >> >> ? FS-7715 Updates to configure and spec >> files for next development branch and added images to spec file and fixed >> build/freeswitch.init.redhat since redhat likes to override settings in the >> script with TAGs in comments >> >> ? OPENZAP-238 [freetdm] Fix some GSM >> compilation errors and do a bit of code cleanup >> >> ? OPENZAP-237 [freetdm] Use __func__ >> instead of __FUNCTION__ to comply with c99 in gcc 5.1 >> >> ? FS-7628 [mod_erlang_event] Removed >> unused variables causing a compilation error >> >> ? FS-7776 Add mod_kazoo to packaging >> >> ? FS-7845 [mod_conference] Break up >> mod_conference into multiple source files to improve build performance >> >> ? FS-7769 [mod_conference] Fixed a build >> issue >> >> ? FS-7820 Fix build system typo. Don?t >> assign the same variable twice. >> >> ? FS-7043 Fixed apr1 unresolved symbols >> in libfreeswitch.so.1.0.0 >> >> ? FS-7130 Make /run/freeswitch >> persistent in the Debian packages, so it will start under systemd >> >> ? FS-7860 Prevent a switch_rtp header >> conflict >> >> ? FS-7130 Make /run/freeswitch >> persistent, so it will start under systemd >> >> ? FS-7728 Fixed Windows build issues >> minus video features >> >> ? FS-7965 [mod_conference] Fixed an >> error thrown when compiling with GCC >> >> ? FS-7985 [mod_voicemail] Fixed a >> compilation error on 32-bit PCC platform >> >> ? FS-8015 [mod_conference] Add project >> dir to include for mod_conference so it picks up mod_conference.h for >> Windows >> >> ? FS-8061 [verto_communicator] Adding >> license to package.json >> >> ? FS-8047 [build] Fixed build error in >> mod_basic, mod_rtmp, mod_oreka, and mod_sangoma_codec due to using >> __FUNCTION__ on newer compilers >> >> ? FS-8054 [mod_rayo] Fixed a warning >> when building on Debian >> >> ? FS-8055 [build] Add confdir variable >> to freeswitch.pc >> >> ? FS-7966 [windows] Working msvc 2015 >> build support. Does not yet include video features. >> >> ? FS-8019 [debian] Excluded few modules >> that fail to compile from debian/bootstrap.sh, fixed the handling of -T and >> -t and added debian/apt_sources.list with necessary dependencies to build >> master, and updated debian/README.source >> >> ? FS-8058 [mod_vpx] Build correctly >> against libvpx that is not installed into default system library locations >> >> The following bugs were squashed: >> >> ? FS-7579 [mod_conference] Fixed a bug not allowing suppression >> of play-file-done >> >> ? FS-7462 [mod_opus] Fix FMTP in the INVITE to use values from >> opus.conf.xml >> >> ? FS-7593 [mod_skinny] Fixed a bug where skinny phones would >> stomp on each other in database when thundering herd occurs >> >> ? FS-7597 [mod_codec2] Fixed encoded_data_len for MODE 2400, it >> should be 6 bytes. Also replaced 2550 bps bitrate (obsoleted operation >> mode) by 2400 >> >> ? FS-7604 [fs_cli] Fixed fs_cli tab completion concurrency >> issues on newer libedit >> >> ? FS-7258 FS-7571 [mod_xml_cdr] Properly encode xml cdr for post >> to web server >> >> ? FS-7584 More work on rtcp-mux interop issue with chrome canary >> causing video transport failure >> >> ? FS-7586 [mod_conference] Change the default >> min-required-recording-participants option for mod_conference from 2 to 1 >> and silence the warning when the value is set to 1 in the configs >> >> ? FS-7607 Update URLs to reflect https protocol on freeswitch.org >> websites and update additional URLs to avoid 301 redirects. >> >> ? FS-7479 Fixed a crash caused by large RTP/PCMA packets and >> resampling >> >> ? FS-7524 [mod_callcenter] Fixing tiers, level and position >> should default to 1 instead of 0 >> >> ? FS-7613 Fixed a crash in core text rendering >> >> ? FS-7612 Fixed invalid json format for >> callflow key >> >> ? FS-7609 [mod_sangoma_codec] Now that >> libsngtc-dev and libsngtc are in the FS debian repo, enable >> mod_sangoma_codec >> >> ? FS-7621 [mod_shout] Fixed a slow >> interrupt >> >> ? FS-7432 Fixed missing a=setup >> parameter from answering SDP >> >> ? FS-7622 [mod_amqp] Make sure to close >> the connections on destroy. Currently the connection is malloc?d from the >> module pool, so there is nothing to destroy. >> >> ? FS-7586 [mod_vlc] A fix for failing to >> encode audio during the recording of video calls >> >> ? FS-7573 Fixed 80bit tag support for >> zrtp >> >> ? FS-7636 Fixed an issue with >> transfer_after_bridge and park_after_bridge pre-empting transfers >> >> ? FS-7654 Fixed an issue with eavesdrop >> audio not working correctly with a mixture of mono and stereo >> >> ? FS-7641 Fixed a segfault in eavesdrop >> video support >> >> ? FS-7649 [mod_verto] Fixed issue with >> h264 codec not being configured in verto.conf.xml >> >> ? FS-7657 [mod_verto] Fixed a bug with >> TURN not being used. Note, you can pass an array of stun servers, including >> TURN, to the verto when you start it up. (see verto.js where iceServers is >> passed) >> >> ? FS-7665 [mod_conference] Fixed a bug >> with the video floor settings not giving the video floor to the speaker >> >> ? FS-7650 [mod_verto] Fixed crash when >> making a call from a verto user with profile-variables in their user profile >> >> ? FS-7710 [mod_conference] Added the >> ability to set bandwidth to ?auto? for conference config >> >> ? FS-7432 Fixed dtls/srtp, use correct >> a=setup parameter on recovering channels >> >> ? FS-7678 Fixed for >> fail_on_single_reject not working with | bridge >> >> ? FS-7709 [mod_verto] Verto >> compatibility fixes for Firefox >> >> ? FS-7689 [mod_lua] Fixed a bug with lua >> not loading directory configurations >> >> ? FS-7694 [mod_av] Fixed for leaking >> file handles when the file is closed. >> >> ? FS-7467 [mod_callcenter] Fixing stuck >> channels using uuid-standby agents >> >> ? FS-7699 [mod_verto] Fixed for browser >> compatibility >> >> ? FS-7722 Fixed an issue with >> record_session including params when creating path >> >> ? FS-7489 [mod_unimrcp] Fixed a TTS >> Audio Queue Overflow >> >> ? FS-7724 [mod_conference] Fixed a >> segfault when missing fonts when trying to render banner >> >> ? FS-7519 [mod_av] Fixed a regression in >> the visual appearance of decode app output >> >> ? FS-7703 Fixed a bug caused by >> answer_delay being set in the default configurations >> >> ? FS-7679 [mod_verto] Fixed a bug >> causing one way audio on Chrome when video is enabled and when using a sip >> without video >> >> ? FS-7729 [mod_verto] Fixed the >> formatting for IPv6 addresses >> >> ? FS-7734 [mod_nibblebill] Fixed a >> deadlock >> >> ? FS-7726 Fixed a bug with recording a >> video session on DTMF command >> >> ? FS-7721 Fixed a segfault caused when >> using session:recordFile() and session:unsetInputCallback in a lua script >> >> ? FS-7429 [mod_curl] Fixed to output >> valid json >> >> ? FS-7746 [mod_verto] Fixed a device >> permission error in verto client >> >> ? FS-7753 [mod_local_stream] Fixed some >> glitching and freezing video when using hold/unhold >> >> ? FS-7761 [core] Fix shutdown races >> running api commands during shutdown >> >> ? FS-7767 [mod_sofia] Fixed a segfault >> caused by invalid arguments to sip_dig >> >> ? FS-7744 [mod_conference] Fixed a bug >> causing the first user?s video stream to stop when another verto user calls >> the conference >> >> ? FS-7486 [mod_sofia] Fixed the handling >> of queued requests >> >> ? FS-7775 [mod_conference] Fix threading >> issue causing stuck worker threads >> >> ? FS-7777 [mod_imagick] Fixed a >> regression causing a segfault when playing png & pdf in conference >> >> ? FS-7778 [mod_sofia] Fixed a bug >> causing a SQL statement to fail because of a double quote instead of a >> single quote >> >> ? FS-7754 [freetdm] Fixed a bug relating >> to single digit dial-regex with analog devices >> >> ? FS-7785 [mod_opus] Fix for invalid >> ptime 30 ms for opus at 8000h . Replaced 30 ms with 40 ms. >> >> ? FS-7762 [mod_av] Handle buffer >> allocation failures of large buffers >> >> ? FS-7849 [verto] Remove extra div >> breaking full screen in html >> >> ? FS-7832 [mod_opus] Fixes when >> comparing local and remote fmtp params >> >> ? FS-7731 [mod_xml_cdr] Fixed a curl >> default connection timeout >> >> ? FS-7844 Fix packet loss fraction when >> calculating loss average >> >> ? FS-7789 [mod_av] Fixed issue with >> audio dropping out partway through recordings >> >> ? FS-7854 Add task_runtime to tasks >> table in core database >> >> ? FS-7856 [mod_av] Fix some segfaults >> and leaks. >> >> ? FS-7866 Fixed a crash when running >> incorrect var api expansion syntax ?eval ${${external_sip_ip}:4}? >> >> ? FS-7861 FS-7862 [mod_conference] Fixed >> a crash and other issues caused by multi canvas feature >> >> ? FS-7681 [mod_conference] Factor out >> conference->canvas and allow per canvas record and play >> >> ? FS-7869 [mod_conference] Fixed a >> deadlock on shutdown after playing video file that will not display video >> >> ? FS-7654 Fixed regressions on >> eavesdropping on channels playing a file and on channels with unlike rates >> >> ? FS-7872 [mod_verto] Gracefully fail >> attempting to transfer 1 legged call >> >> ? FS-7874 [mod_conference] Fixed >> incorrect layout group count >> >> ? FS-7870 [mod_conference] Allow jsonapi >> commands to pass the string id field to pass special ID?s like ?last? >> >> ? FS-7882 [mod_conference] Allow JSON >> API commands to send third arg for muting >> >> ? FS-7888 [mod_verto] Fixed namespacing >> problems in javascript library masked by global verto object >> >> ? FS-7811 Use more common format CIF for >> blank image >> >> ? FS-7902 [mod_local_stream] Fix for >> queue filling up when you have a mix of video and non video files >> >> ? FS-7891 [mod_spandsp] Allow spandsp >> dtmf detector to work on rates other than 8k >> >> ? FS-7839 Correct firefox > 38 DTLS >> behavior to match new EC requirements >> >> ? FS-7769 [mod_conference] Fixed vmute >> on personal canvas and fixed changing layouts on personal canvas >> >> ? FS-7893 [mod_conference] Fixed a bug >> causing muxing write thread to occasionally not close on shutdown >> >> ? FS-7904 Fixed alpha image patching >> >> ? FS-7906 [mod_av] Correct crash from >> multi-threaded opening or closing of multiple files at the same time >> >> ? FS-7913 [mod_conference] Fixed miscast >> variable >> >> ? FS-7918 [mod_kazoo] Small fixes in >> mod_kazoo >> >> ? FS-7917 [mod_sofia] Fixed default >> config, we really shouldn?t be setting ext-*-ip settings for ipv6 profiles >> >> ? FS-7908 FS-7092 >> Fixed the generated sdp including telephone-event for the rates of video >> codecs (90000) when it should only be audio codec rates >> >> ? FS-7927 Fixed a typo in variable name: >> eavesdrop_annnounce_macro >> >> ? FS-7940 [mod_conference] Fixed an >> issue where the video image does not appear on the new canvas when switching >> >> ? FS-7930 [mod_conference] Correct >> termination of conference when the last member with endconf left. >> >> ? FS-7953 [verto communicator] Fixed >> dialing when typing extension using the keyboard. >> >> ? FS-7958 [mod_conference] Fixed a race >> condition causing crash in conference video MCU >> >> ? FS-7951 [mod_rayo] Completely clean up >> mod_rayo if it fails to load >> >> ? FS-7955 [mod_sofia] Fixed a crash >> caused by invalid contact when using event to send a notify message >> >> ? FS-7970 Fixed crash in >> video_bug_thread caused by double free >> >> ? FS-7971 [mod_opus] Fixed a rate >> mismatch and correctly advertise telephone-event and CN rates based on the >> advertised rates of offered codecs >> >> ? FS-7960 Fixed check_ice routine in >> switch_core_media.c to not use dropped candidates >> >> ? FS-7975 [mod_voicemail] Fix >> record-greeting event missing VM-Greeting-Path >> >> ? FS-7969 Fixed a segfault due to >> pthread_setschedparam() on a thread that has exited >> >> ? FS-7962 Fixed sporadic invite/replaces >> failure >> >> ? FS-8004 Send keyframe on receiving >> nack with multiple consecutive packets >> >> ? FS-8005 [mod_opus] Fix for rare >> decoder error when doing PLC, OPUS_GET_LAST_PACKET_DURATION might return 0 >> >> ? FS-8006 Changed the typedef of >> switch_core_video_thread_callback_func_t for consistency >> >> ? FS-7932 [mod_verto] Removed the param >> from the getMute function in verto class, not needed on underlying method >> >> ? FS-8008 [mod_verto] Separate verto >> default config to have sep v4 and v6 listeners >> >> ? FS-8016 [mod_conference] Reduce >> buffering of video in conference mux >> >> ? FS-7977 [verto communicator] Fixing >> default resolution and cleaning code >> >> ? FS-7992 [verto communicator] Fixed >> device list at settings >> >> ? FS-8017 [verto communicator] Fixed >> uses of serialized verto in local storage >> >> ? FS-7986 [verto communicator] Fix for >> devices not refreshing if system config changes >> >> ? FS-7998 [verto communicator] Don?t >> prompt when recovering call, just do it. >> >> ? FS-8003 [verto communicator] Use >> audioInDevices instead of audioDevices to match verto plugin >> >> ? FS-8027 [verto communicator] Added >> watchTask flag to browserSync and add proper regex for replacements >> >> ? FS-8026 [verto_communicator] Added an >> auto-focus directive to both dial-pad and login so that enter will just >> work. On dial-pad useful to provide keyboard only input without the need to >> using the mouse >> >> ? FS-7995 [verto_communicator] Upon call >> recovery, emit an event on $rootScope so that controllers are able to >> properly clear states. >> >> ? FS-7945 [verto communicator] Use >> angular-prompt to ask the user to enter a text for the banner. If >> cancelled, nothing is done. >> >> ? FS-8045 [verto communicator] Make the >> folder structure compliant with AngularJS best practices and adjust build >> system. >> >> ? FS-7957 [verto_communicator] Make >> console less chatty by commenting liveArray updates and get initial state >> of the conference on liveArray boot event. >> >> ? FS-7979 [verto_communicator] Prompt >> for extension before transferring a conference member >> >> ? FS-8001 [verto_communicator] For this >> to work, passing in the parameter was missing >> >> ? FS-7979 [verto_communicator] Removed >> extra console.log and commented line >> >> ? FS-8025 [verto_communicator] Restored >> the blue background on the video controls and making icons white again, >> looking better. >> >> ? FS-8062 [verto_communicator] Fixed >> video controls tool-tips, now they are visible >> >> ? FS-8048 [verto_communicator] Fixed >> infinite reconnect after changing hostname and websocket url >> >> ? FS-8066 [verto communicator] Added >> encoded avatar url to userVariables so that mod_conference can use it when >> no video, or video mute >> >> ? FS-8018 [verto_communicator] >> Separation of concerns. Get storage service to manage all settings instead >> of vertoService >> >> ? FS-8043 [verto_communicator] Removed >> unnecessary calls to localStorage >> >> ? FS-8040 [verto_communicator] Check if >> we have a valid resolution reported before calling camera routines and hide >> controls if none are found >> >> ? FS-8092 [verto_communicator] If there >> is no data in localStorage, select best resolution for selected camera >> >> ? FS-7840 [verto_communicator] Use >> chatChannel to send and receive messages from conferences >> >> ? FS-8088 [verto_communicator] Call >> conference destroy upon hangup and on event destroy to properly unsubscribe >> from events >> >> ? FS-8046 [verto] Fixed for library not >> passing device preferences to dialog properly >> >> ? FS-8053 [verto] Don?t receive video on >> screen share >> >> ? FS-8059 [verto] Fixed typo when >> transferring party from conference >> >> ? FS-8060 [verto] Conditionally set >> video tag src to null for FF and empty string for others >> >> ? FS-8087 [verto] Fixed issue in camera >> selection on recovery, refactor to use localStorage, change res detection, >> reload on network change, pass resCheck callback into deviceParams, always >> make one basic call to getusermedia to ensure perms are ok, pass valid res >> to callback, make $.FSRTC.validRes available globally, sync minified, fix >> depth issue in cached json, test for valid cache before setting vars >> >> ? FS-8028 [mod_shout] Fixed random >> sockets being closed regression from FS-7621 >> >> ? FS-8029 [jitterbuffer] Fixed robotic >> sound when using jitterbuffer when buffer timestamps get behind that of the >> packet timestamps, such as when the source clock is out of sync with our >> clock >> >> ? FS-8056 [mod_voicemail] Fixed a >> segfault on vm_inject, regression from FS-7968 >> >> ? FS-7968 [mod_voicemail] Fixed verbose >> events >> >> ? FS-7942 [udptl] Fixed rare segfault on >> t.38 fax FS-8014 is a duplicate of this issue >> >> ? FS-8031 [dtls] Fixed delayed DTLS >> media due to changing ICE candidates >> >> ? FS-7903 [proxy_media] Fix Codec PROXY >> Exists but not at the desired implementation. 0hz 0ms 1ch error when using >> proxy media. >> >> ? FS-7989 [fixbug.pl] Add ?author option >> >> ? FS-8037 [mod_sofia] Fixed so >> zrtp-passthru doesn?t activate unless the zrtp-hash is in the SDP >> >> ? FS-7135 [mod_sofia] Fixed response to >> re-invite with duplicate sdp (such as we get from session refresh) when soa >> is disabled to include an sdp. Fixed t.38 fax failure on session refresh >> >> ? FS-8050 [mod_av] Fixed a crash when >> streaming rtmp of desktop share >> >> ? FS-7640 [rtp] Fixed some comparisons >> in switch_rtp.c to be wraparound proof >> >> ? FS-8057 [core] Fixed a segfault when >> doing video call when built against libyuv but not libvpx >> >> ? FS-8069 [stun] Fixed ipv6 support >> missing in stun code >> >> ? FS-8071 [rtp] remove unnecessary auto >> adjust remote address rules when in ICE mode >> >> ? FS-8077 [mod_conference] Fix memory >> leak in record >> >> ? FS-8091 [core] Added some missing >> message names to session message name list (would have caused missing >> information in some log messages) >> >> ? FS-8093 [mod_silk] Remove giant stack >> allocation in switch_silk_decode >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Best regards, > Volodymyr > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/25333364/attachment-0001.html From cjbujold at accra.ca Thu Oct 1 17:43:50 2015 From: cjbujold at accra.ca (Charles Bujold) Date: Thu, 1 Oct 2015 10:43:50 -0300 Subject: [Freeswitch-users] Freeswitch send UDP to port outside range Message-ID: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> We are encountering an error which we do not know how to fix. If somebody can help, it would be appreciated. Our configuration is we have 2 offices. Both offices are joined together via a VPN. The users in the remote office use Freeswitch via the VPN and connect to Freeswitch SIP port 5060 via the VPN. Their phones register without issue. The issue comes when they try to make a call. They connect to Freeswitch via SIP without error however early in the connection Freeswitch no longer recognizes them as being local and tries to communicate with them via the WAN. Worst case we could open the firewall to permit such communication but the issue with that, for some reason Freeswitch no longer uses the UDP port range set in Freeswitch it uses a port outside of the range causing the call to fail. Our acl.config has both Lan entered into it 192.168.20.0/24 (Main Office) and 192.168.25.0/24 (Remote Office) however the main office lan is set to deny, we presume it is because one of the default list already includes it. Here is a pcap summary of what we see. How can we setup so that the remote office will work every time and still be seen as part of the overall local office? 192.168.25.18 is a remote phone 192.168.20.153 is Freeswitch server in main office. 142.162.8.143 is our WAN IP Port 49790 is outside of the max port which is 32768 83 12.279953 192.168.25.18 192.168.20.153 SIP/SDP 935 Request: INVITE sip:*97 at 192.168.20.153 84 12.375683 192.168.20.153 192.168.25.18 SIP 375 Status: 100 Trying | 85 12.376097 192.168.20.153 192.168.25.18 SIP 880 Status: 407 Proxy Authentication Required 86 12.393746 192.168.25.18 192.168.20.153 SIP 318 Request: ACK sip:*97 at 192.168.20.153 87 12.458854 192.168.25.18 192.168.20.153 SIP/SDP 1181 Request: INVITE sip:*97 at 192.168.20.153 88 12.542911 192.168.20.153 192.168.25.18 SIP 375 Status: 100 Trying 89 12.718778 192.168.20.153 192.168.25.18 SIP/SDP 1153 Status: 200 OK 90 12.752832 192.168.25.18 142.162.8.143 SIP 680 Request: ACK sip:*97 at 142.162.8.143:49790;transport=udp Our acl.conf file If you can tell us how we should configure Freeswitch to work for both offices it would be appreciated. Thanks cjb -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/15ea92a5/attachment.html From s.safarov at gmail.com Thu Oct 1 18:25:51 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 1 Oct 2015 17:25:51 +0300 Subject: [Freeswitch-users] Freeswitch send UDP to port outside range In-Reply-To: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> References: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> Message-ID: Think you VoIP phone send real IP in contact string. Disable nat features in your VoIP phones. On Thu, Oct 1, 2015 at 4:43 PM, Charles Bujold wrote: > > > We are encountering an error which we do not know how to fix. If somebody > can help, it would be appreciated. > > > > Our configuration is we have 2 offices. Both offices are joined together > via a VPN. The users in the remote office use Freeswitch via the VPN and > connect to Freeswitch SIP port 5060 via the VPN. Their phones register > without issue. The issue comes when they try to make a call. They connect > to Freeswitch via SIP without error however early in the connection > Freeswitch no longer recognizes them as being local and tries to > communicate with them via the WAN. Worst case we could open the firewall > to permit such communication but the issue with that, for some reason > Freeswitch no longer uses the UDP port range set in Freeswitch it uses a > port outside of the range causing the call to fail. > > > > Our acl.config has both Lan entered into it 192.168.20.0/24 (Main > Office) and 192.168.25.0/24 (Remote Office) however the main office > lan is set to deny, we presume it is because one of the default list > already includes it. > > > > Here is a pcap summary of what we see. How can we setup so that the > remote office will work every time and still be seen as part of the overall > local office? > > > > 192.168.25.18 is a remote phone > > 192.168.20.153 is Freeswitch server in main office. > > 142.162.8.143 is our WAN IP > > Port 49790 is outside of the max port which is 32768 > > > > 83 12.279953 192.168.25.18 192.168.20.153 > SIP/SDP 935 Request: INVITE sip:*97 at 192.168.20.153 > > 84 12.375683 192.168.20.153 192.168.25.18 > SIP 375 Status: 100 Trying | > > 85 12.376097 192.168.20.153 192.168.25.18 > SIP 880 Status: 407 Proxy Authentication Required > > 86 12.393746 192.168.25.18 192.168.20.153 > SIP 318 Request: ACK sip:*97 at 192.168.20.153 > > 87 12.458854 192.168.25.18 192.168.20.153 > SIP/SDP 1181 Request: INVITE sip:*97 at 192.168.20.153 > > 88 12.542911 192.168.20.153 192.168.25.18 > SIP 375 Status: 100 Trying > > 89 12.718778 192.168.20.153 192.168.25.18 > SIP/SDP 1153 Status: 200 OK > > 90 12.752832 192.168.25.18 142.162.8.143 > SIP 680 Request: ACK sip:*97 at 142.162.8.143:49790;transport=udp > > > > > > > Our acl.conf file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > If you can tell us how we should configure Freeswitch to work for both > offices it would be appreciated. > > > > Thanks > > cjb > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/bef8e5bb/attachment-0001.html From s.safarov at gmail.com Thu Oct 1 18:31:09 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Thu, 1 Oct 2015 17:31:09 +0300 Subject: [Freeswitch-users] Freeswitch send UDP to port outside range In-Reply-To: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> References: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> Message-ID: Also statically bind your FS server to private ip and configure ext_ip sip_rpofile params to private ip. Also try runs FS with keys "-nonat -nonatmap" Sergey On Thu, Oct 1, 2015 at 4:43 PM, Charles Bujold wrote: > > > We are encountering an error which we do not know how to fix. If somebody > can help, it would be appreciated. > > > > Our configuration is we have 2 offices. Both offices are joined together > via a VPN. The users in the remote office use Freeswitch via the VPN and > connect to Freeswitch SIP port 5060 via the VPN. Their phones register > without issue. The issue comes when they try to make a call. They connect > to Freeswitch via SIP without error however early in the connection > Freeswitch no longer recognizes them as being local and tries to > communicate with them via the WAN. Worst case we could open the firewall > to permit such communication but the issue with that, for some reason > Freeswitch no longer uses the UDP port range set in Freeswitch it uses a > port outside of the range causing the call to fail. > > > > Our acl.config has both Lan entered into it 192.168.20.0/24 (Main > Office) and 192.168.25.0/24 (Remote Office) however the main office > lan is set to deny, we presume it is because one of the default list > already includes it. > > > > Here is a pcap summary of what we see. How can we setup so that the > remote office will work every time and still be seen as part of the overall > local office? > > > > 192.168.25.18 is a remote phone > > 192.168.20.153 is Freeswitch server in main office. > > 142.162.8.143 is our WAN IP > > Port 49790 is outside of the max port which is 32768 > > > > 83 12.279953 192.168.25.18 192.168.20.153 > SIP/SDP 935 Request: INVITE sip:*97 at 192.168.20.153 > > 84 12.375683 192.168.20.153 192.168.25.18 > SIP 375 Status: 100 Trying | > > 85 12.376097 192.168.20.153 192.168.25.18 > SIP 880 Status: 407 Proxy Authentication Required > > 86 12.393746 192.168.25.18 192.168.20.153 > SIP 318 Request: ACK sip:*97 at 192.168.20.153 > > 87 12.458854 192.168.25.18 192.168.20.153 > SIP/SDP 1181 Request: INVITE sip:*97 at 192.168.20.153 > > 88 12.542911 192.168.20.153 192.168.25.18 > SIP 375 Status: 100 Trying > > 89 12.718778 192.168.20.153 192.168.25.18 > SIP/SDP 1153 Status: 200 OK > > 90 12.752832 192.168.25.18 142.162.8.143 > SIP 680 Request: ACK sip:*97 at 142.162.8.143:49790;transport=udp > > > > > > > Our acl.conf file > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > If you can tell us how we should configure Freeswitch to work for both > offices it would be appreciated. > > > > Thanks > > cjb > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/34fe065c/attachment.html From brian at freeswitch.org Thu Oct 1 18:39:33 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 09:39:33 -0500 Subject: [Freeswitch-users] Freeswitch send UDP to port outside range In-Reply-To: References: <002201d0fc4f$34d6c250$9e8446f0$@accra.ca> Message-ID: Sounds like your local-network-acl isn't correct, thats what dictates what is internal (*-ip) vs external (ext-*-ip) On Thu, Oct 1, 2015 at 9:31 AM, Sergey Safarov wrote: > Also statically bind your FS server to private ip and configure ext_ip > sip_rpofile params to private ip. > > Also try runs FS with keys "-nonat -nonatmap" > > Sergey > > On Thu, Oct 1, 2015 at 4:43 PM, Charles Bujold wrote: > >> >> >> We are encountering an error which we do not know how to fix. If >> somebody can help, it would be appreciated. >> >> >> >> Our configuration is we have 2 offices. Both offices are joined together >> via a VPN. The users in the remote office use Freeswitch via the VPN and >> connect to Freeswitch SIP port 5060 via the VPN. Their phones register >> without issue. The issue comes when they try to make a call. They connect >> to Freeswitch via SIP without error however early in the connection >> Freeswitch no longer recognizes them as being local and tries to >> communicate with them via the WAN. Worst case we could open the firewall >> to permit such communication but the issue with that, for some reason >> Freeswitch no longer uses the UDP port range set in Freeswitch it uses a >> port outside of the range causing the call to fail. >> >> >> >> Our acl.config has both Lan entered into it 192.168.20.0/24 (Main >> Office) and 192.168.25.0/24 (Remote Office) however the main office >> lan is set to deny, we presume it is because one of the default list >> already includes it. >> >> >> >> Here is a pcap summary of what we see. How can we setup so that the >> remote office will work every time and still be seen as part of the overall >> local office? >> >> >> >> 192.168.25.18 is a remote phone >> >> 192.168.20.153 is Freeswitch server in main office. >> >> 142.162.8.143 is our WAN IP >> >> Port 49790 is outside of the max port which is 32768 >> >> >> >> 83 12.279953 192.168.25.18 192.168.20.153 >> SIP/SDP 935 Request: INVITE sip:*97 at 192.168.20.153 >> >> 84 12.375683 192.168.20.153 192.168.25.18 >> SIP 375 Status: 100 Trying | >> >> 85 12.376097 192.168.20.153 192.168.25.18 >> SIP 880 Status: 407 Proxy Authentication Required >> >> 86 12.393746 192.168.25.18 192.168.20.153 >> SIP 318 Request: ACK sip:*97 at 192.168.20.153 >> >> 87 12.458854 192.168.25.18 192.168.20.153 >> SIP/SDP 1181 Request: INVITE sip:*97 at 192.168.20.153 >> >> 88 12.542911 192.168.20.153 192.168.25.18 >> SIP 375 Status: 100 Trying >> >> 89 12.718778 192.168.20.153 192.168.25.18 >> SIP/SDP 1153 Status: 200 OK >> >> 90 12.752832 192.168.25.18 142.162.8.143 >> SIP 680 Request: ACK sip:*97 at 142.162.8.143:49790;transport=udp >> >> >> >> >> >> >> Our acl.conf file >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> If you can tell us how we should configure Freeswitch to work for both >> offices it would be appreciated. >> >> >> >> Thanks >> >> cjb >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/d462116e/attachment-0001.html From faycal.noushi at gmail.com Thu Oct 1 19:11:47 2015 From: faycal.noushi at gmail.com (=?UTF-8?Q?fay=C3=A7al_noushi?=) Date: Thu, 1 Oct 2015 16:11:47 +0100 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: To whom is going to open this ticket: Resolved by adding on mod_sms.c branch v1.4. #define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT" On Thu, Oct 1, 2015 at 1:07 PM, Brian West wrote: > File a JIRA please! > > > On Thursday, October 1, 2015, Igor Olhovskiy > wrote: > >> making all mod_sms >> make[4]: Entering directory >> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >> CC mod_sms_la-mod_sms.lo >> mod_sms.c: In function 'mod_sms_load': >> mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use >> in this function) >> mod_sms.c:580:6: note: each undeclared identifier is reported only once >> for each function it appears in >> mod_sms.c: In function 'mod_sms_shutdown': >> mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use >> in this function) >> make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 >> make[4]: Leaving directory >> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >> make[3]: *** [mod_sms-all] Error 1 >> make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/usr/src/freeswitch-1.4' >> make: *** [all] Error 2 >> >> >> )))) >> >> 2015-10-01 1:26 GMT+03:00 Brian West : >> >>> LOL, nope, it was public, it was just the original branch with Verto >>> Communicator in it. :P >>> >>> On Wed, Sep 30, 2015 at 4:29 PM, wrote: >>> >>>> Oooooo... secret repo >>>> >>>> >>>> On Sep 30, 2015, at 17:03, Brian West wrote: >>>> >>>> Fixing it, pushed to the wrong repo. >>>> >>>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West >>>> wrote: >>>> >>>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>>>> >>>>> Author: Brian West >>>>> >>>>> Date: Wed Sep 30 00:15:52 2015 -0500 >>>>> >>>>> >>>>> FS-8244 #resolve >>>>> >>>>> >>>>> >>>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>>>> wrote: >>>>> >>>>>> Are you sure Brian? >>>>>> >>>>>> This is in master: >>>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>>>> >>>>>> But there's no such define in the v1.4 branch. >>>>>> >>>>>> On 30 September 2015 at 06:17, Brian West >>>>>> wrote: >>>>>> >>>>>>> Its fixed. >>>>>>> >>>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>>>> wrote: >>>>>>> >>>>>>>> I did today!! >>>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" wrote: >>>>>>>> >>>>>>>>> Using our existing build scripts, we started seeing this compile >>>>>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>>>>> come across this? Thanks! >>>>>>>>> >>>>>>>>> Regards, >>>>>>>>> +Mark >>>>>>>>> >>>>>>>>> >>>>>>>>> making all mod_dptools >>>>>>>>> make[4]: Entering directory >>>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>>>> from mod_dptools.c:40: >>>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared >>>>>>>>> (first use in this function) >>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>> ^ >>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>>>> of macro 'switch_event_free_subclass' >>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>> >>>>>>>>> ^ >>>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is >>>>>>>>> reported only once for each function it appears in >>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>> ^ >>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in definition >>>>>>>>> of macro 'switch_event_free_subclass' >>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>> >>>>>>>>> ^ >>>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared (first >>>>>>>>> use in this function) >>>>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>>>> >>>>>>>>> >>>>>>>>> ==================================== >>>>>>>>> >>>>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>>>> VOTO Mobile >>>>>>>>> >>>>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>>>> Ghana >>>>>>>>> +233 26 416 4182 >>>>>>>>> >>>>>>>>> 40 King St. W, Toronto, Ontario >>>>>>>>> Canada M5H 3Y4 >>>>>>>>> +1 639 471 0295 >>>>>>>>> >>>>>>>>> e: mark at votomobile.org >>>>>>>>> w: http://votomobile.org >>>>>>>>> skype: markjboots >>>>>>>>> twitter: @markjboots >>>>>>>>> >>>>>>>>> ==================================== >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http:// >>>> lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Best regards, >> Igor >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- NOUSHI Fay?al GSM : +212 661 56 03 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/cdcee882/attachment-0001.html From brian at freeswitch.org Thu Oct 1 19:15:01 2015 From: brian at freeswitch.org (Brian West) Date: Thu, 1 Oct 2015 10:15:01 -0500 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: Oh we already know what will resolve it, but once you get past that there are MORE. :) https://freeswitch.org/jira/browse/FS-8269 On Thu, Oct 1, 2015 at 10:11 AM, fay?al noushi wrote: > To whom is going to open this ticket: > > Resolved by adding on mod_sms.c branch v1.4. > #define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT" > > > On Thu, Oct 1, 2015 at 1:07 PM, Brian West wrote: > >> File a JIRA please! >> >> >> On Thursday, October 1, 2015, Igor Olhovskiy >> wrote: >> >>> making all mod_sms >>> make[4]: Entering directory >>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>> CC mod_sms_la-mod_sms.lo >>> mod_sms.c: In function 'mod_sms_load': >>> mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use >>> in this function) >>> mod_sms.c:580:6: note: each undeclared identifier is reported only once >>> for each function it appears in >>> mod_sms.c: In function 'mod_sms_shutdown': >>> mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first use >>> in this function) >>> make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 >>> make[4]: Leaving directory >>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>> make[3]: *** [mod_sms-all] Error 1 >>> make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' >>> make[2]: *** [all-recursive] Error 1 >>> make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' >>> make[1]: *** [all-recursive] Error 1 >>> make[1]: Leaving directory `/usr/src/freeswitch-1.4' >>> make: *** [all] Error 2 >>> >>> >>> )))) >>> >>> 2015-10-01 1:26 GMT+03:00 Brian West : >>> >>>> LOL, nope, it was public, it was just the original branch with Verto >>>> Communicator in it. :P >>>> >>>> On Wed, Sep 30, 2015 at 4:29 PM, wrote: >>>> >>>>> Oooooo... secret repo >>>>> >>>>> >>>>> On Sep 30, 2015, at 17:03, Brian West wrote: >>>>> >>>>> Fixing it, pushed to the wrong repo. >>>>> >>>>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West >>>>> wrote: >>>>> >>>>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>>>>> >>>>>> Author: Brian West >>>>>> >>>>>> Date: Wed Sep 30 00:15:52 2015 -0500 >>>>>> >>>>>> >>>>>> FS-8244 #resolve >>>>>> >>>>>> >>>>>> >>>>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>>>>> wrote: >>>>>> >>>>>>> Are you sure Brian? >>>>>>> >>>>>>> This is in master: >>>>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>>>>> >>>>>>> But there's no such define in the v1.4 branch. >>>>>>> >>>>>>> On 30 September 2015 at 06:17, Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> Its fixed. >>>>>>>> >>>>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>>>>> wrote: >>>>>>>> >>>>>>>>> I did today!! >>>>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Using our existing build scripts, we started seeing this compile >>>>>>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>>>>>> come across this? Thanks! >>>>>>>>>> >>>>>>>>>> Regards, >>>>>>>>>> +Mark >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> making all mod_dptools >>>>>>>>>> make[4]: Entering directory >>>>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>>>>> from mod_dptools.c:40: >>>>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared >>>>>>>>>> (first use in this function) >>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>> ^ >>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>> >>>>>>>>>> ^ >>>>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is >>>>>>>>>> reported only once for each function it appears in >>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>> ^ >>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>> >>>>>>>>>> ^ >>>>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared >>>>>>>>>> (first use in this function) >>>>>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ==================================== >>>>>>>>>> >>>>>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>>>>> VOTO Mobile >>>>>>>>>> >>>>>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>>>>> Ghana >>>>>>>>>> +233 26 416 4182 >>>>>>>>>> >>>>>>>>>> 40 King St. W, Toronto, Ontario >>>>>>>>>> Canada M5H 3Y4 >>>>>>>>>> +1 639 471 0295 >>>>>>>>>> >>>>>>>>>> e: mark at votomobile.org >>>>>>>>>> w: http://votomobile.org >>>>>>>>>> skype: markjboots >>>>>>>>>> twitter: @markjboots >>>>>>>>>> >>>>>>>>>> ==================================== >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http:// >>>>> lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Best regards, >>> Igor >>> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > NOUSHI Fay?al > GSM : +212 661 56 03 37 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/10dfc1a5/attachment-0001.html From faycal.noushi at gmail.com Thu Oct 1 19:18:12 2015 From: faycal.noushi at gmail.com (=?UTF-8?Q?fay=C3=A7al_noushi?=) Date: Thu, 1 Oct 2015 16:18:12 +0100 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: Yep. Just discovered that :-) I'm comparing to v1.6. The declarations seem to all be there. I'll comment on that JIRA once if I find anything On Thu, Oct 1, 2015 at 4:15 PM, Brian West wrote: > Oh we already know what will resolve it, but once you get past that there > are MORE. :) > > https://freeswitch.org/jira/browse/FS-8269 > > > On Thu, Oct 1, 2015 at 10:11 AM, fay?al noushi > wrote: > >> To whom is going to open this ticket: >> >> Resolved by adding on mod_sms.c branch v1.4. >> #define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT" >> >> >> On Thu, Oct 1, 2015 at 1:07 PM, Brian West wrote: >> >>> File a JIRA please! >>> >>> >>> On Thursday, October 1, 2015, Igor Olhovskiy >>> wrote: >>> >>>> making all mod_sms >>>> make[4]: Entering directory >>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>>> CC mod_sms_la-mod_sms.lo >>>> mod_sms.c: In function 'mod_sms_load': >>>> mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first >>>> use in this function) >>>> mod_sms.c:580:6: note: each undeclared identifier is reported only once >>>> for each function it appears in >>>> mod_sms.c: In function 'mod_sms_shutdown': >>>> mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first >>>> use in this function) >>>> make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 >>>> make[4]: Leaving directory >>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>>> make[3]: *** [mod_sms-all] Error 1 >>>> make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' >>>> make[2]: *** [all-recursive] Error 1 >>>> make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' >>>> make[1]: *** [all-recursive] Error 1 >>>> make[1]: Leaving directory `/usr/src/freeswitch-1.4' >>>> make: *** [all] Error 2 >>>> >>>> >>>> )))) >>>> >>>> 2015-10-01 1:26 GMT+03:00 Brian West : >>>> >>>>> LOL, nope, it was public, it was just the original branch with Verto >>>>> Communicator in it. :P >>>>> >>>>> On Wed, Sep 30, 2015 at 4:29 PM, wrote: >>>>> >>>>>> Oooooo... secret repo >>>>>> >>>>>> >>>>>> On Sep 30, 2015, at 17:03, Brian West wrote: >>>>>> >>>>>> Fixing it, pushed to the wrong repo. >>>>>> >>>>>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West >>>>>> wrote: >>>>>> >>>>>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>>>>>> >>>>>>> Author: Brian West >>>>>>> >>>>>>> Date: Wed Sep 30 00:15:52 2015 -0500 >>>>>>> >>>>>>> >>>>>>> FS-8244 #resolve >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>>>>>> wrote: >>>>>>> >>>>>>>> Are you sure Brian? >>>>>>>> >>>>>>>> This is in master: >>>>>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>>>>>> >>>>>>>> But there's no such define in the v1.4 branch. >>>>>>>> >>>>>>>> On 30 September 2015 at 06:17, Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Its fixed. >>>>>>>>> >>>>>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> I did today!! >>>>>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Using our existing build scripts, we started seeing this compile >>>>>>>>>>> error today when building the 1.4 branch on Ubuntu 14.04. Has anyone else >>>>>>>>>>> come across this? Thanks! >>>>>>>>>>> >>>>>>>>>>> Regards, >>>>>>>>>>> +Mark >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> making all mod_dptools >>>>>>>>>>> make[4]: Entering directory >>>>>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>>>>>> from mod_dptools.c:40: >>>>>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared >>>>>>>>>>> (first use in this function) >>>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>>> ^ >>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>>> >>>>>>>>>>> ^ >>>>>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is >>>>>>>>>>> reported only once for each function it appears in >>>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>>> ^ >>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>>> >>>>>>>>>>> ^ >>>>>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared >>>>>>>>>>> (first use in this function) >>>>>>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> ==================================== >>>>>>>>>>> >>>>>>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>>>>>> VOTO Mobile >>>>>>>>>>> >>>>>>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>>>>>> Ghana >>>>>>>>>>> +233 26 416 4182 >>>>>>>>>>> >>>>>>>>>>> 40 King St. W, Toronto, Ontario >>>>>>>>>>> Canada M5H 3Y4 >>>>>>>>>>> +1 639 471 0295 >>>>>>>>>>> >>>>>>>>>>> e: mark at votomobile.org >>>>>>>>>>> w: http://votomobile.org >>>>>>>>>>> skype: markjboots >>>>>>>>>>> twitter: @markjboots >>>>>>>>>>> >>>>>>>>>>> ==================================== >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> >>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>> Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http:// >>>>>> lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Best regards, >>>> Igor >>>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> NOUSHI Fay?al >> GSM : +212 661 56 03 37 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- NOUSHI Fay?al GSM : +212 661 56 03 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/bc8809da/attachment-0001.html From ssinyagin at gmail.com Thu Oct 1 19:51:19 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Thu, 1 Oct 2015 17:51:19 +0200 Subject: [Freeswitch-users] Clean installation of FS 1.6.2 fails to start In-Reply-To: References: <6C70A3BF-98E3-4086-AFAF-DC5CCB7AFD9B@gmail.com> Message-ID: https://freeswitch.org/jira/browse/FS-8270 it's actually quite different from how it was before: the package installer fails, but freeswitch daemon can start without the tls folder. On Thu, Oct 1, 2015 at 3:18 PM, Brian West wrote: > Thats kinda naughty... I tend to agree just make it work! But it was > stated it was a clean install and I know I found, filed and William fixed > this on a clean install, so I spent 45 minutes verifying that again today. > > File a JIRA and we'll debate the finer points of muck with your files > during package install! :) > > On Thu, Oct 1, 2015 at 8:11 AM, Stanislav Sinyagin > wrote: > >> Brian, >> the problem is actually if you do have your config in /etc/freeswitch: in >> previous versions, tls subdirectory was not required, and now it fails as >> descrobed above if it's missing. >> Probably the package installer should create it explicitly if it's >> missing, regardless if /etc/freeswitch exists or not. >> >> >> >> On Thu, Oct 1, 2015 at 2:55 PM, Brian West wrote: >> >>> I this case the install wasn't clean, I just tested a clean install no >>> /etc/freeswitch at all when I started and it worked fine. >>> >>> On Thu, Oct 1, 2015 at 7:04 AM, Giovanni Maruzzelli >>> wrote: >>> >>>> >>>> Il 01/Ott/2015 13:58, "Raphael Lechner" ha >>>> scritto: >>>> > >>>> > Hi, >>>> > >>>> > I had the same problem. The best would be to create the directory >>>> first and change the permission that the freeswitch user can read/write >>>> > mkdir /etc/freeswitch/tls >>>> > chown freeswitch.freeswitch /etc/freeswitch/tls >>>> > >>>> > or you can freeswitch one time as root, then it will create the >>>> directory and you stop it and change the permission to freeswitch. >>>> >>>> No, is actually the first way (manually create dir then chown) that is >>>> correct. >>>> This second way (start FS as root) is not correct because it will leave >>>> files around owned by root that can interfere with future normal non-root >>>> operation (logfiles, pid file, etc). >>>> >>>> -giovanni >>>> >>>> >>>> > (I started the freeswitch to debug the issue as root and the problem >>>> was not there anymore...) >>>> > >>>> > >>>> >> On 01 Oct 2015, at 13:49, Michael Nielsen >>>> wrote: >>>> >> >>>> >> I actually don't have a tls directory... Should the entire >>>> /etc/freeswitch be chown'ed or only the /etc/freeswitch/tls? >>>> >> As of now everything is root:root. >>>> >> >>>> >> On Thu, Oct 1, 2015 at 1:44 PM, Giovanni Maruzzelli < >>>> gmaruzz at gmail.com> wrote: >>>> >>> >>>> >>> try this from root command line: >>>> >>> >>>> >>> #if you installed from packages: >>>> >>> chown freeswitch:freeswitch /etc/freeswitch/tls >>>> >>> >>>> >>> #if you compiled: >>>> >>> chown freeswitch:freeswitch /usr/local/freeswitch/conf/tls >>>> >>> >>>> >>> >>>> >>> >>>> >>> >>>> >>> On Thu, Oct 1, 2015 at 1:28 PM, Michael Nielsen < >>>> mic.niel84 at gmail.com> wrote: >>>> >>>> >>>> >>>> I've setup a clean Debian 8 with FS 1.6.2. >>>> >>>> >>>> >>>> When trying to start I get the following error: >>>> >>>> 2015-10-01 06:26:13.544697 [ERR] sofia.c:2945 Error Creating SIP >>>> UA for profile: internal (sip:mod_sofia at 139.125.289.11 >>>> :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. >>>> >>>> >>>> >>>> No other application is running on port 5060, I've also tried to >>>> change this - same error still occurs on other ports. >>>> >>>> >>>> >>>> The IP profile cause, I'm not sure what that means. The public >>>> port 5080 does get binded correctly. >>>> >>>> >>>> >>>> My internal.xml contains $${local_ip_v4} for IP address. >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> Professional FreeSWITCH Consulting Services: >>>> >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> >>>> http://www.freeswitch.org >>>> >>>> http://confluence.freeswitch.org >>>> >>>> http://www.cluecon.com >>>> >>>> >>>> >>>> FreeSWITCH-users mailing list >>>> >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>>> http://www.freeswitch.org >>>> >>> >>>> >>> >>>> >>> >>>> >>> >>>> >>> -- >>>> >>> Sincerely, >>>> >>> >>>> >>> Giovanni Maruzzelli >>>> >>> Cell : +39-347-2665618 >>>> >>> >>>> >>> >>>> _________________________________________________________________________ >>>> >>> Professional FreeSWITCH Consulting Services: >>>> >>> consulting at freeswitch.org >>>> >>> http://www.freeswitchsolutions.com >>>> >>> >>>> >>> Official FreeSWITCH Sites >>>> >>> http://www.freeswitch.org >>>> >>> http://confluence.freeswitch.org >>>> >>> http://www.cluecon.com >>>> >>> >>>> >>> FreeSWITCH-users mailing list >>>> >>> FreeSWITCH-users at lists.freeswitch.org >>>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >>> http://www.freeswitch.org >>>> >> >>>> >> >>>> >> >>>> _________________________________________________________________________ >>>> >> Professional FreeSWITCH Consulting Services: >>>> >> consulting at freeswitch.org >>>> >> http://www.freeswitchsolutions.com >>>> >> >>>> >> Official FreeSWITCH Sites >>>> >> http://www.freeswitch.org >>>> >> http://confluence.freeswitch.org >>>> >> http://www.cluecon.com >>>> >> >>>> >> FreeSWITCH-users mailing list >>>> >> FreeSWITCH-users at lists.freeswitch.org >>>> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> >> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> >> http://www.freeswitch.org >>>> > >>>> > >>>> > >>>> > >>>> _________________________________________________________________________ >>>> > Professional FreeSWITCH Consulting Services: >>>> > consulting at freeswitch.org >>>> > http://www.freeswitchsolutions.com >>>> > >>>> > Official FreeSWITCH Sites >>>> > http://www.freeswitch.org >>>> > http://confluence.freeswitch.org >>>> > http://www.cluecon.com >>>> > >>>> > FreeSWITCH-users mailing list >>>> > FreeSWITCH-users at lists.freeswitch.org >>>> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> > UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> > http://www.freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/b53affef/attachment-0001.html From dominique.jeannerod at interact-iv.com Thu Oct 1 21:09:15 2015 From: dominique.jeannerod at interact-iv.com (Dominique Jeannerod) Date: Thu, 1 Oct 2015 19:09:15 +0200 Subject: [Freeswitch-users] Detect source IP of a call Message-ID: Hello, I think it's a kind of newbie question, but i'm trying to find the simplest way of detecting the source of a call (public trunks), which of course rely on the source IP of the call. I already defined one ACL per trunk, to authorize only allowed IP adresses, and test the different acls in the dialplan to identify the source trunk of a call, and set the associated accountcode. Example : It works but the dialplan needs to be modified for each new trunk. I am wondering if there is a best way to do that, using for example a channel variable, containing the ACL which matched for the call. I tested sip_acl_authed_by, but this seems to be available only when the call is authenticated (?) I'm sure a lot of people had the same question What would be your advice ? D. Jeannerod -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/76e961ed/attachment.html From mike at jerris.com Thu Oct 1 21:24:38 2015 From: mike at jerris.com (Michael Jerris) Date: Thu, 1 Oct 2015 13:24:38 -0400 Subject: [Freeswitch-users] Compile error on 1.4 branch in mod_dptools (Ubuntu 14.04) In-Reply-To: References: <960B16B0-67D0-4F2C-AD2A-E4936C70BCD2@gmail.com> Message-ID: pull request would be handy for this On Thursday, October 1, 2015, fay?al noushi wrote: > Yep. Just discovered that :-) > I'm comparing to v1.6. The declarations seem to all be there. I'll comment > on that JIRA once if I find anything > > On Thu, Oct 1, 2015 at 4:15 PM, Brian West > wrote: > >> Oh we already know what will resolve it, but once you get past that there >> are MORE. :) >> >> https://freeswitch.org/jira/browse/FS-8269 >> >> >> On Thu, Oct 1, 2015 at 10:11 AM, fay?al noushi > > wrote: >> >>> To whom is going to open this ticket: >>> >>> Resolved by adding on mod_sms.c branch v1.4. >>> #define MY_EVENT_DELIVERY_REPORT "SMS::DELIVERY_REPORT" >>> >>> >>> On Thu, Oct 1, 2015 at 1:07 PM, Brian West >> > wrote: >>> >>>> File a JIRA please! >>>> >>>> >>>> On Thursday, October 1, 2015, Igor Olhovskiy >>> > wrote: >>>> >>>>> making all mod_sms >>>>> make[4]: Entering directory >>>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>>>> CC mod_sms_la-mod_sms.lo >>>>> mod_sms.c: In function 'mod_sms_load': >>>>> mod_sms.c:580:6: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first >>>>> use in this function) >>>>> mod_sms.c:580:6: note: each undeclared identifier is reported only >>>>> once for each function it appears in >>>>> mod_sms.c: In function 'mod_sms_shutdown': >>>>> mod_sms.c:615:2: error: 'MY_EVENT_DELIVERY_REPORT' undeclared (first >>>>> use in this function) >>>>> make[4]: *** [mod_sms_la-mod_sms.lo] Error 1 >>>>> make[4]: Leaving directory >>>>> `/usr/src/freeswitch-1.4/src/mod/applications/mod_sms' >>>>> make[3]: *** [mod_sms-all] Error 1 >>>>> make[3]: Leaving directory `/usr/src/freeswitch-1.4/src/mod' >>>>> make[2]: *** [all-recursive] Error 1 >>>>> make[2]: Leaving directory `/usr/src/freeswitch-1.4/src' >>>>> make[1]: *** [all-recursive] Error 1 >>>>> make[1]: Leaving directory `/usr/src/freeswitch-1.4' >>>>> make: *** [all] Error 2 >>>>> >>>>> >>>>> )))) >>>>> >>>>> 2015-10-01 1:26 GMT+03:00 Brian West : >>>>> >>>>>> LOL, nope, it was public, it was just the original branch with Verto >>>>>> Communicator in it. :P >>>>>> >>>>>> On Wed, Sep 30, 2015 at 4:29 PM, wrote: >>>>>> >>>>>>> Oooooo... secret repo >>>>>>> >>>>>>> >>>>>>> On Sep 30, 2015, at 17:03, Brian West wrote: >>>>>>> >>>>>>> Fixing it, pushed to the wrong repo. >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 3:38 PM, Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> commit 23d37656e8f9548d9ea8b696a45fe4b5340c4179 >>>>>>>> >>>>>>>> Author: Brian West >>>>>>>> >>>>>>>> Date: Wed Sep 30 00:15:52 2015 -0500 >>>>>>>> >>>>>>>> >>>>>>>> FS-8244 #resolve >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 4:14 AM, Steven Ayre >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Are you sure Brian? >>>>>>>>> >>>>>>>>> This is in master: >>>>>>>>> mod_dptools.c:4607:#define FILE_STRING_FAIL "filestring::fail" >>>>>>>>> >>>>>>>>> But there's no such define in the v1.4 branch. >>>>>>>>> >>>>>>>>> On 30 September 2015 at 06:17, Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Its fixed. >>>>>>>>>> >>>>>>>>>> On Tue, Sep 29, 2015 at 11:35 PM, Blake Priddy >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> I did today!! >>>>>>>>>>> On Sep 29, 2015 11:34 PM, "Mark Boots" >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Using our existing build scripts, we started seeing this >>>>>>>>>>>> compile error today when building the 1.4 branch on Ubuntu 14.04. Has >>>>>>>>>>>> anyone else come across this? Thanks! >>>>>>>>>>>> >>>>>>>>>>>> Regards, >>>>>>>>>>>> +Mark >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> making all mod_dptools >>>>>>>>>>>> make[4]: Entering directory >>>>>>>>>>>> `/usr/src/freeswitch/src/mod/applications/mod_dptools' >>>>>>>>>>>> CC mod_dptools_la-mod_dptools.lo >>>>>>>>>>>> In file included from ../../../../src/include/switch.h:130:0, >>>>>>>>>>>> from mod_dptools.c:40: >>>>>>>>>>>> mod_dptools.c: In function 'mod_dptools_shutdown': >>>>>>>>>>>> mod_dptools.c:5832:29: error: 'FILE_STRING_CLOSE' undeclared >>>>>>>>>>>> (first use in this function) >>>>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>>>> ^ >>>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>>>> >>>>>>>>>>>> ^ >>>>>>>>>>>> mod_dptools.c:5832:29: note: each undeclared identifier is >>>>>>>>>>>> reported only once for each function it appears in >>>>>>>>>>>> switch_event_free_subclass(FILE_STRING_CLOSE); >>>>>>>>>>>> ^ >>>>>>>>>>>> ../../../../src/include/switch_event.h:375:97: note: in >>>>>>>>>>>> definition of macro 'switch_event_free_subclass' >>>>>>>>>>>> #define switch_event_free_subclass(subclass_name) >>>>>>>>>>>> switch_event_free_subclass_detailed(__FILE__, subclass_name) >>>>>>>>>>>> >>>>>>>>>>>> ^ >>>>>>>>>>>> mod_dptools.c:5833:29: error: 'FILE_STRING_FAIL' undeclared >>>>>>>>>>>> (first use in this function) >>>>>>>>>>>> switch_event_free_subclass(FILE_STRING_FAIL); >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> ==================================== >>>>>>>>>>>> >>>>>>>>>>>> Mark Boots, PhD | CEO and CTO, >>>>>>>>>>>> VOTO Mobile >>>>>>>>>>>> >>>>>>>>>>>> PO Box KS17672, Kumasi, Ashanti Region >>>>>>>>>>>> Ghana >>>>>>>>>>>> +233 26 416 4182 >>>>>>>>>>>> >>>>>>>>>>>> 40 King St. W, Toronto, Ontario >>>>>>>>>>>> Canada M5H 3Y4 >>>>>>>>>>>> +1 639 471 0295 >>>>>>>>>>>> >>>>>>>>>>>> e: mark at votomobile.org >>>>>>>>>>>> w: http://votomobile.org >>>>>>>>>>>> skype: markjboots >>>>>>>>>>>> twitter: @markjboots >>>>>>>>>>>> >>>>>>>>>>>> ==================================== >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http:// >>>>>>> lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Best regards, >>>>> Igor >>>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> NOUSHI Fay?al >>> GSM : +212 661 56 03 37 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > NOUSHI Fay?al > GSM : +212 661 56 03 37 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/6e5fa0c3/attachment-0001.html From steveayre at gmail.com Fri Oct 2 01:55:22 2015 From: steveayre at gmail.com (Steven Ayre) Date: Thu, 1 Oct 2015 22:55:22 +0100 Subject: [Freeswitch-users] Detect source IP of a call In-Reply-To: References: Message-ID: You can set a cidr="" attribute on a user in the user directory, the calls from IPs matching that cidr will then authenticate as that user (by IP instead of by password). You then have the ability in the user directory to set variables which will be set when the call comes in from that address. You can use mod_xml_curl to generate the user directory dynamically, which allows you to integrate it with a database if you wished. On 1 October 2015 at 18:09, Dominique Jeannerod < dominique.jeannerod at interact-iv.com> wrote: > Hello, > I think it's a kind of newbie question, but i'm trying to find the > simplest way of detecting the source of a call (public trunks), which of > course rely on the source IP of the call. > > I already defined one ACL per trunk, to authorize only allowed IP > adresses, and test the different acls in the dialplan to identify the > source trunk of a call, and set the associated accountcode. > Example : > expression="true" break="on-true"> > data="accountcode=T_CNX"/> > > It works but the dialplan needs to be modified for each new trunk. > > I am wondering if there is a best way to do that, using for example a > channel variable, containing the ACL which matched for the call. > I tested sip_acl_authed_by, but this seems to be available only when the > call is authenticated (?) > > I'm sure a lot of people had the same question > What would be your advice ? > > D. Jeannerod > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/874cc305/attachment.html From italo at freeswitch.org Fri Oct 2 05:35:12 2015 From: italo at freeswitch.org (=?UTF-8?B?w410YWxvIFJvc3Np?=) Date: Thu, 1 Oct 2015 22:35:12 -0300 Subject: [Freeswitch-users] ESL Reporting of RTCP / Jitter is incorrect... does not match RTP originally reported In-Reply-To: <1443629478.4173956.397725729.0BB32733@webmail.messagingengine.com> References: <1443022823.1063374.391600049.46E47CFF@webmail.messagingengine.com> <1443629478.4173956.397725729.0BB32733@webmail.messagingengine.com> Message-ID: I'd start testing this with latest master, if you can reproduce the same problem there, file a jira with a test scenario On Wed, Sep 30, 2015 at 1:11 PM, David S. Dee wrote: > Hello again... > > Just to cover myself, I recompiled freeswitch from the ground up, with a > fresh clone of the git repository for the v1.4 branch... hoping that maybe > there was something that did not get recompiled correctly, but I am still > seeing these same issues when accessing the RTCP data via a Perl event > client. I moved a greatly-minimized version of the event client to the > actually Voip machine itself in an attempt to eliminate any network byte > ordering issues, but that did not help either. I still suspect it is a > byte-alignment or storage sizing discrepancy that is happening between the > switch_rtp.c module and when it gets received on the client side by the ESL > module, but I can't prove it. > > Any chance that I can get some attention from someone more knowledgeable > on this aspect of Freeswitch that I can troubleshoot this with, and > possibly figure out the code fixes that need to happen? > > Thanks, > David > > > > > On Wed, Sep 23, 2015, at 09:40, David S. Dee wrote: > > > > I am trying to do some external actions based on the RTCP reporting of > Jitter that comes in. > > > > My problem is that the numbers that show up in the freeswitch logs no > longer match what gets reported via Event'ing > > > > eg, the freeswitch logs show: > > > > > > 2015-09-23 08:22:24.221437 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:24.241238] SSRC[626145724]RTT[0.092102] > A[874528193] - DLSR[38600] - LSR[874483557] > > 2015-09-23 08:22:29.622369 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:29.640323] SSRC[626145724]RTT[0.106003] > A[874882028] - DLSR[63832] - LSR[874811249] > > 2015-09-23 08:22:35.041676 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:35.60396] SSRC[626145724]RTT[0.142044] A[875237238] > - DLSR[88997] - LSR[875138932] > > 2015-09-23 08:22:40.461243 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:40.480321] SSRC[626145724]RTT[0.181702] > A[875592438] - DLSR[113836] - LSR[875466694] > > 2015-09-23 08:22:45.882464 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:45.900353] SSRC[626145724]RTT[0.215042] > A[875947645] - DLSR[139264] - LSR[875794288] > > 2015-09-23 08:22:51.301265 [NOTICE] switch_rtp.c:5206 Receiving an RTCP > packet[2015-23-08 14:22:51.320380] SSRC[626145724]RTT[0.249069] > A[876302852] - DLSR[164560] - LSR[876121969] > > > > And the (short form) of what I receive via the ESL are: > > > > > > > > Sep 23 09:33:55: RTCP message not sent, too soon: SSRC: 255239bc, > RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 874483557, > Last-RTP-Timestamp: 2018933311, RTP-Rate: 8000, Capture-Time: > 1443018144241365, Source0-Fraction: 129, Source0-Lost: 3388998144, > Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: > 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 > > Sep 23 09:34:00: RTCP message not sent, too soon: SSRC: 255239bc, > RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 874811249, > Last-RTP-Timestamp: 2018973151, RTP-Rate: 8000, Capture-Time: > 1443018149640379, Source0-Fraction: 129, Source0-Lost: 3388998144, > Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: > 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 > > Sep 23 09:34:05: RTCP message not sent, too soon: SSRC: 255239bc, > RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 875138932, > Last-RTP-Timestamp: 2019013151, RTP-Rate: 8000, Capture-Time: > 1443018155060479, Source0-Fraction: 129, Source0-Lost: 3388998144, > Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: > 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 > > Sep 23 09:34:15: RTCP message not sent, too soon: SSRC: 255239bc, > RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 875794288, > Last-RTP-Timestamp: 2019093311, RTP-Rate: 8000, Capture-Time: > 1443018165900409, Source0-Fraction: 129, Source0-Lost: 3388998144, > Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: > 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 > > Sep 23 09:34:20: RTCP message not sent, too soon: SSRC: 255239bc, > RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 876121969, > Last-RTP-Timestamp: 2019133311, RTP-Rate: 8000, Capture-Time: > 1443018171320579, Source0-Fraction: 129, Source0-Lost: 3388998144, > Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: > 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 > > > > (yes, the timestamps are off right now, that's actually fine). > > > > This used to work in an older version of Freeswitch, but when I rebuilt > my system with an updated FS version last month, this broke. > > > > You'll note that the Sender-Packet-Count is (obviously) wrong, as well > as the RTP-Timestamp, and the DLSR and LSR... none of them advance, while > you can see them advancing in the freeswitch log. > > > > I suspect it is alignment of the values in the structure that gets > populated for the ESL, but my C is rusty enough that I can't trace it > anymore. > > > > Is anyone else able to view the Event data for RTCP packets? > > > > Thanks, > > 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 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- ?talo Rossi italo at freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/2e862d69/attachment.html From andrew.keil at visytel.com Fri Oct 2 05:55:53 2015 From: andrew.keil at visytel.com (Andrew Keil) Date: Fri, 2 Oct 2015 01:55:53 +0000 Subject: [Freeswitch-users] Is there a channel variable available to a dialplan that contains the current number of active sessions? ie. matches the command: "show channels count" Message-ID: To FreeSWITCH users, I just wondered if there is a way to return a count of the number of active sessions as a channel variable for use within a diaplan? >From the FreeSWITCH console or FS_CLI the command "show channels count" returns total (where is the current number of active sessions and it is the value of that I would like to use). Please note: I do not require to check against any limits, I just need this to expose the number of concurrent calls (including the session that is running) to the dialplan script. Thanks in advance, Andrew Keil Visytel Pty Ltd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/245a3506/attachment-0001.html From anthony.minessale at gmail.com Fri Oct 2 06:32:21 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Thu, 1 Oct 2015 21:32:21 -0500 Subject: [Freeswitch-users] ESL Reporting of RTCP / Jitter is incorrect... does not match RTP originally reported In-Reply-To: References: <1443022823.1063374.391600049.46E47CFF@webmail.messagingengine.com> <1443629478.4173956.397725729.0BB32733@webmail.messagingengine.com> Message-ID: No media or jitter buffer related improvements will be made to 1.4. 1.6 is mandatory to explore such options. On Thu, Oct 1, 2015 at 8:35 PM, ?talo Rossi wrote: > I'd start testing this with latest master, if you can reproduce the same > problem there, file a jira with a test scenario > > On Wed, Sep 30, 2015 at 1:11 PM, David S. Dee wrote: > >> Hello again... >> >> Just to cover myself, I recompiled freeswitch from the ground up, with a >> fresh clone of the git repository for the v1.4 branch... hoping that maybe >> there was something that did not get recompiled correctly, but I am still >> seeing these same issues when accessing the RTCP data via a Perl event >> client. I moved a greatly-minimized version of the event client to the >> actually Voip machine itself in an attempt to eliminate any network byte >> ordering issues, but that did not help either. I still suspect it is a >> byte-alignment or storage sizing discrepancy that is happening between the >> switch_rtp.c module and when it gets received on the client side by the ESL >> module, but I can't prove it. >> >> Any chance that I can get some attention from someone more knowledgeable >> on this aspect of Freeswitch that I can troubleshoot this with, and >> possibly figure out the code fixes that need to happen? >> >> Thanks, >> David >> >> >> >> >> On Wed, Sep 23, 2015, at 09:40, David S. Dee wrote: >> > >> > I am trying to do some external actions based on the RTCP reporting of >> Jitter that comes in. >> > >> > My problem is that the numbers that show up in the freeswitch logs no >> longer match what gets reported via Event'ing >> > >> > eg, the freeswitch logs show: >> > >> > >> > 2015-09-23 08:22:24.221437 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:24.241238] SSRC[626145724]RTT[0.092102] >> A[874528193] - DLSR[38600] - LSR[874483557] >> > 2015-09-23 08:22:29.622369 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:29.640323] SSRC[626145724]RTT[0.106003] >> A[874882028] - DLSR[63832] - LSR[874811249] >> > 2015-09-23 08:22:35.041676 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:35.60396] SSRC[626145724]RTT[0.142044] A[875237238] >> - DLSR[88997] - LSR[875138932] >> > 2015-09-23 08:22:40.461243 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:40.480321] SSRC[626145724]RTT[0.181702] >> A[875592438] - DLSR[113836] - LSR[875466694] >> > 2015-09-23 08:22:45.882464 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:45.900353] SSRC[626145724]RTT[0.215042] >> A[875947645] - DLSR[139264] - LSR[875794288] >> > 2015-09-23 08:22:51.301265 [NOTICE] switch_rtp.c:5206 Receiving an RTCP >> packet[2015-23-08 14:22:51.320380] SSRC[626145724]RTT[0.249069] >> A[876302852] - DLSR[164560] - LSR[876121969] >> > >> > And the (short form) of what I receive via the ESL are: >> > >> > >> > >> > Sep 23 09:33:55: RTCP message not sent, too soon: SSRC: 255239bc, >> RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 874483557, >> Last-RTP-Timestamp: 2018933311, RTP-Rate: 8000, Capture-Time: >> 1443018144241365, Source0-Fraction: 129, Source0-Lost: 3388998144, >> Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: >> 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >> > Sep 23 09:34:00: RTCP message not sent, too soon: SSRC: 255239bc, >> RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 874811249, >> Last-RTP-Timestamp: 2018973151, RTP-Rate: 8000, Capture-Time: >> 1443018149640379, Source0-Fraction: 129, Source0-Lost: 3388998144, >> Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: >> 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >> > Sep 23 09:34:05: RTCP message not sent, too soon: SSRC: 255239bc, >> RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 875138932, >> Last-RTP-Timestamp: 2019013151, RTP-Rate: 8000, Capture-Time: >> 1443018155060479, Source0-Fraction: 129, Source0-Lost: 3388998144, >> Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: >> 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >> > Sep 23 09:34:15: RTCP message not sent, too soon: SSRC: 255239bc, >> RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 875794288, >> Last-RTP-Timestamp: 2019093311, RTP-Rate: 8000, Capture-Time: >> 1443018165900409, Source0-Fraction: 129, Source0-Lost: 3388998144, >> Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: >> 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >> > Sep 23 09:34:20: RTCP message not sent, too soon: SSRC: 255239bc, >> RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet-Count: 876121969, >> Last-RTP-Timestamp: 2019133311, RTP-Rate: 8000, Capture-Time: >> 1443018171320579, Source0-Fraction: 129, Source0-Lost: 3388998144, >> Source0-Highest-Sequence-Number-Received: 626145724, Source0-Jitter: >> 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >> > >> > (yes, the timestamps are off right now, that's actually fine). >> > >> > This used to work in an older version of Freeswitch, but when I rebuilt >> my system with an updated FS version last month, this broke. >> > >> > You'll note that the Sender-Packet-Count is (obviously) wrong, as well >> as the RTP-Timestamp, and the DLSR and LSR... none of them advance, while >> you can see them advancing in the freeswitch log. >> > >> > I suspect it is alignment of the values in the structure that gets >> populated for the ESL, but my C is rusty enough that I can't trace it >> anymore. >> > >> > Is anyone else able to view the Event data for RTCP packets? >> > >> > Thanks, >> > 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 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151001/12234b4f/attachment.html From mic.niel84 at gmail.com Fri Oct 2 10:53:32 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 08:53:32 +0200 Subject: [Freeswitch-users] Reg exp in tutorial Message-ID: In the doc's, should the 10_gateway_inbound.xml contain: expression="^[a-z\.]" instead of: expression="^[a-z]" So it can catch the domain and context int.example.net. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/3ee6f2ea/attachment.html From mgg at giagnocavo.net Fri Oct 2 10:59:17 2015 From: mgg at giagnocavo.net (Michael Giagnocavo) Date: Fri, 2 Oct 2015 06:59:17 +0000 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: The PCI change to require TLS 1.2 doesn?t further increase scope. The first step to dealing with PCI is to segment so as to drastically reduce scope. If the git and FS project infrastructure is in PCI scope, then there?s all sorts of things that?d apply to dealing with that server. Tons of procedures, separation of abilities, etc., that would make managing FS.org extremely difficult. Did they give you a quote from the relevant PCI section where they insist everything you do in the world has to be TLS 1.2 if some unrelated part of the org takes CC? (And really, why even bother taking PAN; let Stripe or BrainTree encrypt it client-side and deal with that so nearly nothing falls into scope.) -Michael From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: Wednesday, September 30, 2015 10:07 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Nope, all public facing systems have to be TLS 1.2, apparently you've never had the barrel of a payment processing company pointed at you. You do what they say or you don't take payments. On Wednesday, September 30, 2015, Sergey Safarov > wrote: Or separate merchand engine to subdomain with strong TLS and revert TLS for rest site. On Thu, Oct 1, 2015, 06:56 Sergey Safarov > wrote: I can recomend prepare special subdomain for git repo, proxy this supdomain to current repo url and enable on this domain typical SSL protocols. On Wed, Sep 30, 2015, 20:55 Ken Rice > wrote: GitHub is not compatible with our source tree? and anyone can use ssh still so its not really a problem From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Stanislav Sinyagin Sent: Wednesday, September 30, 2015 12:43 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Maybe an officially supported and fully synchronized clone at github would make sense. On Sep 30, 2015 6:57 PM, "Mario" > wrote: Just to add to this topic?. Today I was going to do one last FreeSwitch build and test on OS X 10.6 and 10.7 to update the wiki before retiring those wiki pages. I could not git clone and I could not even access freeswitch.org. After research and seeing this thread I found TLS 1.2 is missing from not only 10.6 and 10.7 but also 10.8. After some research I found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as well. So this makes my wiki updates a little easier! Mario G On Sep 29, 2015, at 3:07 AM, Shabbir abbasi > wrote: i have created my account on https://freeswitch.org/jira then i have used that details to login on https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse after login goto manage my account setting and aded ssh keys https://freeswitch.org/stash/plugins/servlet/ssh/account/keys after that in terminal git clone ssh://git at freeswitch.org:7999/fs/freeswitch.git is working for me On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar > wrote: What were the steps you followed while cloning using ssh. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Shabbir abbasi Sent: 28 September 2015 11:29 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" got success via ssh On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo > wrote: Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved with no security issues? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Sunday, September 27, 2015 12:37 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create an account for the later) Sent from my iPhone On Sep 27, 2015, at 1:25 PM, Shabbir abbasi > wrote: any solution ? On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris > wrote: cent 6 might not have TLS 1.2 support. On Sunday, September 27, 2015, Shabbir abbasi > wrote: Dear michael, CentOS release 6.7 (Final) Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 after Yum update export GIT_CURL_VERBOSE=1 now error is git clone https://freeswitch.org/stash/scm/fs/freeswitch.git Initialized empty Git repository in /usr/src/freeswitch/.git/ * Couldn't find host freeswitch.org in the .netrc file; using defaults * About to connect() to freeswitch.org port 443 (#0) * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * NSS error -12190 * Expire cleared * Closing connection #0 * Couldn't find host freeswitch.org in the .netrc file; using defaults * About to connect() to freeswitch.org port 443 (#0) * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) port 443 (#0) * NSS error -12190 * Expire cleared * Closing connection #0 error: while accessing https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs fatal: HTTP request failed On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris > wrote: what operating system is this? On Sunday, September 27, 2015, Shabbir abbasi > wrote: git clone https://freeswitch.org/stash/scm/fs/freeswitch.git Initialized empty Git repository in /usr/src/freeswitch/.git/ error: SSL write: error -5938 while accessing https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs fatal: HTTP request failed any solution ? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org Disclaimer :- The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or addressees. If you are not an intended recipient, please delete the message and any attachments and notify the sender of misdelivery. Any use or disclosure of the contents of either is unauthorised and may be unlawful. All liability for viruses is excluded to the fullest extent permitted by law. Any views expressed in this message are those of the individual sender, except where the sender states them, with requisite authority, to be those of the specific TIMES GROUP company. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Brian West brian at freeswitch.org [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here! | Reddit: /r/freeswitch T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/08f9b12c/attachment-0001.html From krice at freeswitch.org Fri Oct 2 11:02:01 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 2 Oct 2015 02:02:01 -0500 Subject: [Freeswitch-users] Reg exp in tutorial In-Reply-To: References: Message-ID: ^[a-z] just means first character should be an alpha char so it will match any proper fqdn or domain name Sent from my iPhone > On Oct 2, 2015, at 1:53 AM, Michael Nielsen wrote: > > In the doc's, should the 10_gateway_inbound.xml contain: > expression="^[a-z\.]" > instead of: > expression="^[a-z]" > > So it can catch the domain and context int.example.net. > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/cd8ace0e/attachment.html From s.safarov at gmail.com Fri Oct 2 11:49:17 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 2 Oct 2015 10:49:17 +0300 Subject: [Freeswitch-users] How to test a Pull Request! aka how to help us out! In-Reply-To: References: Message-ID: Hello Brian I learned to use a little git, and now I can help test requests. I found that before the command "git pr " must be given "git fetch origin". I would also like suggest to create a branch named "merged_pr" and a script that will merge all open pull requests. So the community will have the opportunity to test the assembly with all current pull requests. If bugs are found, then find them via the "git bisect". If you think it is useful, whether to suggest the implementation of the script? Sergey On Thu, Jul 9, 2015 at 12:04 AM, Brian West wrote: > Checkout freeswitch master first! > > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > freeswitch.git > > cd freeswitch.git > > git config --add remote.origin.fetch > '+refs/pull-requests/*/from:refs/remotes/origin/pr/*' > git config alias.pr '!f() { git checkout pr/$1; git config > branch.pr/$1.merge refs/pull-requests/$1/from;} ; f' > > git pr > > build, test, report back. > > You can view the list of pull requests here: > > https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests > > Questions? Comments? > > Thanks, > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > ClueCon 2015 Call for Speakers > | Register > TODAY! | Reddit: /r/freeswitch > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/eae169fd/attachment.html From Vikas.Kumar1 at timesinternet.in Fri Oct 2 12:22:30 2015 From: Vikas.Kumar1 at timesinternet.in (Vikas Kumar) Date: Fri, 2 Oct 2015 08:22:30 +0000 Subject: [Freeswitch-users] kamailio not starting Message-ID: <3e39e63a82224f5fac23ed606baaba14@DMTEX02P.timesgroup.com> Hi all, Getting error : 0(32420) ERROR: db_mysql [km_my_con.c:114]: db_mysql_new_connection(): driver error: Access denied for user 'kamailio'@'localhost' (using password: YES) 0(32420) ERROR: [db.c:318]: db_do_init2(): could not add connection to the pool 0(32420) ERROR: usrloc [dlist.c:654]: register_udomain(): failed to open database connection 0(32420) ERROR: registrar [reg_mod.c:563]: domain_fixup(): failed to register domain 0(32420) ERROR: [route.c:1154]: fix_actions(): fixing failed (code=-1) at cfg:/usr/local/etc/kamailio/kamailio.cfg:609 0(32420) ERROR: [route.c:1154]: fix_actions(): fixing failed (code=-1) at cfg:/usr/local/etc/kamailio/kamailio.cfg:611 0(32420) ERROR: [route.c:1154]: fix_actions(): fixing failed (code=-1) at cfg:/usr/local/etc/kamailio/kamailio.cfg:615 Any idea to resolve this. -- Regards, Vikas Kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/880e9443/attachment-0001.html From abalashov at evaristesys.com Fri Oct 2 12:25:44 2015 From: abalashov at evaristesys.com (Alex Balashov) Date: Fri, 02 Oct 2015 04:25:44 -0400 Subject: [Freeswitch-users] kamailio not starting In-Reply-To: <3e39e63a82224f5fac23ed606baaba14@DMTEX02P.timesgroup.com> References: <3e39e63a82224f5fac23ed606baaba14@DMTEX02P.timesgroup.com> Message-ID: <20151002082544.5419088.40588.133657@evaristesys.com> An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/421b7f1d/attachment.html From ssinyagin at gmail.com Fri Oct 2 12:58:08 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Fri, 2 Oct 2015 10:58:08 +0200 Subject: [Freeswitch-users] How to test a Pull Request! aka how to help us out! In-Reply-To: References: Message-ID: no, it's definitely a bad idea to merge all pull requests automatically. Many of them are in reviewing and criticizing process, and some of them weren't yet reviewed. Some are known to break things, and aren't yet declined. On Fri, Oct 2, 2015 at 9:49 AM, Sergey Safarov wrote: > Hello Brian > I learned to use a little git, and now I can help test requests. > I found that before the command "git pr " must be given "git > fetch origin". > > I would also like suggest to create a branch named "merged_pr" and a > script that will merge all open pull requests. So the community will have > the opportunity to test the assembly with all current pull requests. If > bugs are found, then find them via the "git bisect". > > If you think it is useful, whether to suggest the implementation of the > script? > > Sergey > > On Thu, Jul 9, 2015 at 12:04 AM, Brian West wrote: > >> Checkout freeswitch master first! >> >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> freeswitch.git >> >> cd freeswitch.git >> >> git config --add remote.origin.fetch >> '+refs/pull-requests/*/from:refs/remotes/origin/pr/*' >> git config alias.pr '!f() { git checkout pr/$1; git config >> branch.pr/$1.merge refs/pull-requests/$1/from;} ; f' >> >> git pr >> >> build, test, report back. >> >> You can view the list of pull requests here: >> >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests >> >> Questions? Comments? >> >> Thanks, >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> ClueCon 2015 Call for Speakers >> | Register >> TODAY! | Reddit: /r/freeswitch >> >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/dbf0bbbd/attachment.html From s.safarov at gmail.com Fri Oct 2 14:29:47 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Fri, 2 Oct 2015 13:29:47 +0300 Subject: [Freeswitch-users] How to test a Pull Request! aka how to help us out! In-Reply-To: References: Message-ID: I agree that this test would be difficult. Then it is better to have a script that: 1) create a local branch "merged_pr"; 2) merges to the branch pull request with the largest number; 3) if there is a merge conflict then rolls back the changes and move to pull request with a next number; 4) build sources; 5) If the assembly fails then rolls back the changes and move to pull request with next number; 6) if source builded successfuly then repeats steps 2-5 for pull request with next number; 7) If a request does not remain then displays a summary report. Resulted code can be tested to prevent introdused bugs like FS-8014 On Fri, Oct 2, 2015 at 11:58 AM, Stanislav Sinyagin wrote: > no, it's definitely a bad idea to merge all pull requests automatically. > Many of them are in reviewing and criticizing process, and some of them > weren't yet reviewed. > Some are known to break things, and aren't yet declined. > > > > On Fri, Oct 2, 2015 at 9:49 AM, Sergey Safarov > wrote: > >> Hello Brian >> I learned to use a little git, and now I can help test requests. >> I found that before the command "git pr " must be given "git >> fetch origin". >> >> I would also like suggest to create a branch named "merged_pr" and a >> script that will merge all open pull requests. So the community will have >> the opportunity to test the assembly with all current pull requests. If >> bugs are found, then find them via the "git bisect". >> >> If you think it is useful, whether to suggest the implementation of the >> script? >> >> Sergey >> >> On Thu, Jul 9, 2015 at 12:04 AM, Brian West wrote: >> >>> Checkout freeswitch master first! >>> >>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>> freeswitch.git >>> >>> cd freeswitch.git >>> >>> git config --add remote.origin.fetch >>> '+refs/pull-requests/*/from:refs/remotes/origin/pr/*' >>> git config alias.pr '!f() { git checkout pr/$1; git config >>> branch.pr/$1.merge refs/pull-requests/$1/from;} ; f' >>> >>> git pr >>> >>> build, test, report back. >>> >>> You can view the list of pull requests here: >>> >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests >>> >>> Questions? Comments? >>> >>> Thanks, >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> ClueCon 2015 Call for Speakers >>> | Register >>> TODAY! | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/c0cc9e6d/attachment-0001.html From mic.niel84 at gmail.com Fri Oct 2 16:50:19 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 14:50:19 +0200 Subject: [Freeswitch-users] Reg exp in tutorial In-Reply-To: References: Message-ID: Ok, I see. How can I debug to see if my incoming call from my SIP gateway hits that and get transferred to the correct context? I've tried to look at fs_cli and setting /debug 7, but I cannot tell if the dialplan gets executed and the call is transferred to the correct context. On Fri, Oct 2, 2015 at 9:02 AM, Ken Rice wrote: > ^[a-z] just means first character should be an alpha char so it will match > any proper fqdn or domain name > > Sent from my iPhone > > On Oct 2, 2015, at 1:53 AM, Michael Nielsen wrote: > > In the doc's, should the 10_gateway_inbound.xml contain: > expression="^[a-z\.]" > instead of: > expression="^[a-z]" > > So it can catch the domain and context int.example.net. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/099a98f3/attachment.html From mic.niel84 at gmail.com Fri Oct 2 16:55:35 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 14:55:35 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli Message-ID: I've set in switch.conf.xml. This removes a lot of output from the fs_cli. But if I want to try and log things to debug I'm not able to from fs_cli, I need to change the setting in switch.conf.xml and restart FreeSWITCH. How can I easily change debug/log level from fs_cli? I've tried /debug and /log, without any luck. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/24adb013/attachment.html From asilva at wirelessmundi.com Fri Oct 2 17:19:27 2015 From: asilva at wirelessmundi.com (Antonio Silva) Date: Fri, 02 Oct 2015 15:19:27 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: References: Message-ID: <560E845F.2090800@wirelessmundi.com> did you try: /log 7 On 10/02/2015 02:55 PM, Michael Nielsen wrote: > I've set > > > > in switch.conf.xml. > > > This removes a lot of output from the fs_cli. But if I want to try and > log things to debug I'm not able to from fs_cli, I need to change the > setting in switch.conf.xml and restart FreeSWITCH. > > How can I easily change debug/log level from fs_cli? > > I've tried /debug and /log, without any luck. > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -- Saludos / Regards / Cumprimentos, *Ant?nio Silva* *e-Mail:* asilva at wirelessmundi.com / *Tel.:* (+34) 912160930 / *SKYPE:* wm_asilva Wireless Mundi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/fe392d3c/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ahghfgjg.png Type: image/png Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/fe392d3c/attachment.png From brian at freeswitch.org Fri Oct 2 17:22:53 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 2 Oct 2015 08:22:53 -0500 Subject: [Freeswitch-users] How to test a Pull Request! aka how to help us out! In-Reply-To: References: Message-ID: Lol, yea what could possibly go wrong! All is a real bad idea! On Friday, October 2, 2015, Stanislav Sinyagin wrote: > no, it's definitely a bad idea to merge all pull requests automatically. > Many of them are in reviewing and criticizing process, and some of them > weren't yet reviewed. > Some are known to break things, and aren't yet declined. > > > > On Fri, Oct 2, 2015 at 9:49 AM, Sergey Safarov > wrote: > >> Hello Brian >> I learned to use a little git, and now I can help test requests. >> I found that before the command "git pr " must be given "git >> fetch origin". >> >> I would also like suggest to create a branch named "merged_pr" and a >> script that will merge all open pull requests. So the community will have >> the opportunity to test the assembly with all current pull requests. If >> bugs are found, then find them via the "git bisect". >> >> If you think it is useful, whether to suggest the implementation of the >> script? >> >> Sergey >> >> On Thu, Jul 9, 2015 at 12:04 AM, Brian West > > wrote: >> >>> Checkout freeswitch master first! >>> >>> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >>> freeswitch.git >>> >>> cd freeswitch.git >>> >>> git config --add remote.origin.fetch >>> '+refs/pull-requests/*/from:refs/remotes/origin/pr/*' >>> git config alias.pr '!f() { git checkout pr/$1; git config >>> branch.pr/$1.merge refs/pull-requests/$1/from;} ; f' >>> >>> git pr >>> >>> build, test, report back. >>> >>> You can view the list of pull requests here: >>> >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests >>> >>> Questions? Comments? >>> >>> Thanks, >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> ClueCon 2015 Call for Speakers >>> | Register >>> TODAY! | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/2fa9dbb7/attachment-0001.html From brian at freeswitch.org Fri Oct 2 17:26:55 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 2 Oct 2015 08:26:55 -0500 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Yea and having the payment processor show up at my house to take pictures to make sure we were not selling porn or drugs was also a little extreme, sadly they did say ALL public facing TLS MUST be 1.2, and chrome is about to drop the hammer too. We also do not store credit card data anywhere on our network! Yet they said we MUST! So we do it or we stop taking payments and just shut it all down, also sub optimal! /b On Friday, October 2, 2015, Michael Giagnocavo wrote: > The PCI change to require TLS 1.2 doesn?t further increase scope. The > first step to dealing with PCI is to segment so as to drastically reduce > scope. If the git and FS project infrastructure is in PCI scope, then > there?s all sorts of things that?d apply to dealing with that server. Tons > of procedures, separation of abilities, etc., that would make managing > FS.org extremely difficult. > > > > Did they give you a quote from the relevant PCI section where they insist > everything you do in the world has to be TLS 1.2 if some unrelated part of > the org takes CC? (And really, why even bother taking PAN; let Stripe or > BrainTree encrypt it client-side and deal with that so nearly nothing falls > into scope.) > > > > -Michael > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org > > [mailto:freeswitch-users-bounces at lists.freeswitch.org > ] > *On Behalf Of *Brian West > *Sent:* Wednesday, September 30, 2015 10:07 PM > *To:* FreeSWITCH Users Help > > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > Nope, all public facing systems have to be TLS 1.2, apparently you've > never had the barrel of a payment processing company pointed at you. You do > what they say or you don't take payments. > > > On Wednesday, September 30, 2015, Sergey Safarov > wrote: > > Or separate merchand engine to subdomain with strong TLS and revert TLS > for rest site. > > > > On Thu, Oct 1, 2015, 06:56 Sergey Safarov wrote: > > I can recomend prepare special subdomain for git repo, proxy this > supdomain to current repo url and enable on this domain typical SSL > protocols. > > > > On Wed, Sep 30, 2015, 20:55 Ken Rice wrote: > > GitHub is not compatible with our source tree? and anyone can use ssh > still so its not really a problem > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Stanislav > Sinyagin > *Sent:* Wednesday, September 30, 2015 12:43 PM > > > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > Maybe an officially supported and fully synchronized clone at github would > make sense. > > On Sep 30, 2015 6:57 PM, "Mario" wrote: > > Just to add to this topic?. Today I was going to do one last FreeSwitch > build and test on OS X 10.6 and 10.7 to update the wiki before retiring > those wiki pages. I could not git clone and I could not even access > freeswitch.org. After research and seeing this thread I found TLS 1.2 is > missing from not only 10.6 and 10.7 but also 10.8. After some research I > found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as > well. So this makes my wiki updates a little easier! > > Mario G > > > > > > On Sep 29, 2015, at 3:07 AM, Shabbir abbasi > wrote: > > > > i have created my account on https://freeswitch.org/jira > > then i have used that details to login on > https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse > > after login goto manage my account setting and aded ssh keys > > https://freeswitch.org/stash/plugins/servlet/ssh/account/keys > > after that in terminal git clone ssh:// > git at freeswitch.org:7999/fs/freeswitch.git is working for me > > > > On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar < > Vikas.Kumar1 at timesinternet.in> wrote: > > What were the steps you followed while cloning using ssh. > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Shabbir > abbasi > *Sent:* 28 September 2015 11:29 > *To:* FreeSWITCH Users Help > > > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > > > got success via ssh > > > > On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo > wrote: > > Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved > with no security issues? > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice > *Sent:* Sunday, September 27, 2015 12:37 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] unable to clone master " git clone > https://freeswitch.org/stash/scm/fs/freeswitch.git" > > > > Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create > an account for the later) > > Sent from my iPhone > > > On Sep 27, 2015, at 1:25 PM, Shabbir abbasi > wrote: > > any solution ? > > > > On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris wrote: > > cent 6 might not have TLS 1.2 support. > > > > On Sunday, September 27, 2015, Shabbir abbasi > wrote: > > Dear michael, > CentOS release 6.7 (Final) > Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 > > after Yum update > > export GIT_CURL_VERBOSE=1 > now error is > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > Initialized empty Git repository in /usr/src/freeswitch/.git/ > * Couldn't find host freeswitch.org in the .netrc file; using defaults > * About to connect() to freeswitch.org port 443 (#0) > * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) > port 443 (#0) > * Initializing NSS with certpath: sql:/etc/pki/nssdb > * NSS error -12190 > * Expire cleared > * Closing connection #0 > * Couldn't find host freeswitch.org in the .netrc file; using defaults > * About to connect() to freeswitch.org port 443 (#0) > * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) > port 443 (#0) > * NSS error -12190 > * Expire cleared > * Closing connection #0 > error: while accessing > https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs > > fatal: HTTP request failed > > > > > On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris wrote: > > what operating system is this? > > > > On Sunday, September 27, 2015, Shabbir abbasi > wrote: > > git clone https://freeswitch.org/stash/scm/fs/freeswitch.git > > Initialized empty Git repository in /usr/src/freeswitch/.git/ > error: SSL write: error -5938 while accessing > https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs > > fatal: HTTP request failed > > any solution ? > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > Disclaimer :- > > The information in this e-mail and any attachments is confidential and may be > > legally privileged. It is intended solely for the addressee or addressees. If you are > > not an intended recipient, please delete the message and any attachments and > > notify the sender of misdelivery. Any use or disclosure of the contents of either is > > unauthorised and may be unlawful. All liability for viruses is excluded to the fullest > > extent permitted by law. Any views expressed in this message are those of the > > individual sender, except where the sender states them, with requisite authority, to > > be those of the specific TIMES GROUP company. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/329e0d21/attachment-0001.html From gmaruzz at gmail.com Fri Oct 2 17:27:35 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 2 Oct 2015 15:27:35 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: <560E845F.2090800@wirelessmundi.com> References: <560E845F.2090800@wirelessmundi.com> Message-ID: >From fs_cli, "fsctl loglevel 7" changes what FreeSWITCH itself is logging, while "console loglevel 7" changes what you see. What FreeSWITCH is logging (eg, on logfile) can be more than what you see in console (or in fs_cli) but it cannot obviously be more. sent from my mobile, Giovanni Maruzzelli cell: +39 347 266 56 18 Il 02/Ott/2015 15:20, "Antonio Silva" ha scritto: > did you try: /log 7 > > > On 10/02/2015 02:55 PM, Michael Nielsen wrote: > > I've set > > > > in switch.conf.xml. > > > This removes a lot of output from the fs_cli. But if I want to try and log > things to debug I'm not able to from fs_cli, I need to change the setting > in switch.conf.xml and restart FreeSWITCH. > > How can I easily change debug/log level from fs_cli? > > I've tried /debug and /log, without any luck. > > > _________________________________________________________________________ > 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 > > > -- > > Saludos / Regards / Cumprimentos, > *Ant?nio Silva* > *e-Mail:* asilva at wirelessmundi.com / *Tel.:* (+34) 912160930 > <+34912160930> / *SKYPE:* wm_asilva > [image: Wireless Mundi] > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/076f48eb/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ahghfgjg.png Type: image/png Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/076f48eb/attachment.png From gmaruzz at gmail.com Fri Oct 2 17:30:33 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 2 Oct 2015 15:30:33 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: References: <560E845F.2090800@wirelessmundi.com> Message-ID: Il 02/Ott/2015 15:25, gmaruzz at gmail.com ha scritto: > > From fs_cli, "fsctl loglevel 7" changes what FreeSWITCH itself is logging, while "console loglevel 7" changes what you see. > > What FreeSWITCH is logging (eg, on logfile) can be more than what you see in console (or in fs_cli) but it cannot obviously be more. But it cannot obviously be less. Eg: if you set fsctl loglevel 7, then you can see debug in console with console loglevel 7. If FS is not logging at level 7, because you set fsctl loglevel 6, then you have no debug in console, notwithstanding you set console loglevel 7 > > sent from my mobile, > Giovanni Maruzzelli > cell: +39 347 266 56 18 > > Il 02/Ott/2015 15:20, "Antonio Silva" ha scritto: >> >> did you try: /log 7 >> >> >> >> On 10/02/2015 02:55 PM, Michael Nielsen wrote: >>> >>> I've set >>> >>> >>> >>> in switch.conf.xml. >>> >>> >>> This removes a lot of output from the fs_cli. But if I want to try and log things to debug I'm not able to from fs_cli, I need to change the setting in switch.conf.xml and restart FreeSWITCH. >>> >>> How can I easily change debug/log level from fs_cli? >>> >>> I've tried /debug and /log, without any luck. >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> -- >> >> Saludos / Regards / Cumprimentos, >> Ant?nio Silva >> e-Mail: asilva at wirelessmundi.com / Tel.: (+34) 912160930 / SKYPE: wm_asilva >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at 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 my mobile, Giovanni Maruzzelli cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/8531c710/attachment.html From mic.niel84 at gmail.com Fri Oct 2 18:06:47 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 16:06:47 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: References: <560E845F.2090800@wirelessmundi.com> Message-ID: Running this: console loglevel 7 +OK log level 7 [7] +OK console log level set to DEBUG freeswitch at internal> /log 7 +OK log level 7 [7] freeswitch at internal> still doesn't show anything in fs_cli when making calls. On Fri, Oct 2, 2015 at 3:27 PM, Giovanni Maruzzelli wrote: > From fs_cli, "fsctl loglevel 7" changes what FreeSWITCH itself is logging, > while "console loglevel 7" changes what you see. > > What FreeSWITCH is logging (eg, on logfile) can be more than what you see > in console (or in fs_cli) but it cannot obviously be more. > > sent from my mobile, > Giovanni Maruzzelli > cell: +39 347 266 56 18 > Il 02/Ott/2015 15:20, "Antonio Silva" ha > scritto: > >> did you try: /log 7 >> >> >> On 10/02/2015 02:55 PM, Michael Nielsen wrote: >> >> I've set >> >> >> >> in switch.conf.xml. >> >> >> This removes a lot of output from the fs_cli. But if I want to try and >> log things to debug I'm not able to from fs_cli, I need to change the >> setting in switch.conf.xml and restart FreeSWITCH. >> >> How can I easily change debug/log level from fs_cli? >> >> I've tried /debug and /log, without any luck. >> >> >> _________________________________________________________________________ >> 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 >> >> >> -- >> >> Saludos / Regards / Cumprimentos, >> *Ant?nio Silva* >> *e-Mail:* asilva at wirelessmundi.com / *Tel.:* (+34) 912160930 >> <+34912160930> / *SKYPE:* wm_asilva >> [image: Wireless Mundi] >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/d1ec332a/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ahghfgjg.png Type: image/png Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/d1ec332a/attachment-0001.png From anthony.minessale at gmail.com Fri Oct 2 18:12:02 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 2 Oct 2015 09:12:02 -0500 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: References: <560E845F.2090800@wirelessmundi.com> Message-ID: If you set loglevel in switch.conf.xml you are permanently deactivating any level above that. You should leave the one alone in switch.conf.xml and only change the one in the console.conf.xml On Fri, Oct 2, 2015 at 9:06 AM, Michael Nielsen wrote: > Running this: > > console loglevel 7 > > +OK log level 7 [7] > > +OK console log level set to DEBUG > > > freeswitch at internal> /log 7 > > +OK log level 7 [7] > > freeswitch at internal> > > > still doesn't show anything in fs_cli when making calls. > > On Fri, Oct 2, 2015 at 3:27 PM, Giovanni Maruzzelli > wrote: > >> From fs_cli, "fsctl loglevel 7" changes what FreeSWITCH itself is >> logging, while "console loglevel 7" changes what you see. >> >> What FreeSWITCH is logging (eg, on logfile) can be more than what you see >> in console (or in fs_cli) but it cannot obviously be more. >> >> sent from my mobile, >> Giovanni Maruzzelli >> cell: +39 347 266 56 18 >> Il 02/Ott/2015 15:20, "Antonio Silva" ha >> scritto: >> >>> did you try: /log 7 >>> >>> >>> On 10/02/2015 02:55 PM, Michael Nielsen wrote: >>> >>> I've set >>> >>> >>> >>> in switch.conf.xml. >>> >>> >>> This removes a lot of output from the fs_cli. But if I want to try and >>> log things to debug I'm not able to from fs_cli, I need to change the >>> setting in switch.conf.xml and restart FreeSWITCH. >>> >>> How can I easily change debug/log level from fs_cli? >>> >>> I've tried /debug and /log, without any luck. >>> >>> >>> _________________________________________________________________________ >>> 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 >>> >>> >>> -- >>> >>> Saludos / Regards / Cumprimentos, >>> *Ant?nio Silva* >>> *e-Mail:* asilva at wirelessmundi.com / *Tel.:* (+34) 912160930 >>> <+34912160930> / *SKYPE:* wm_asilva >>> [image: Wireless Mundi] >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/7ebb5b7b/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ahghfgjg.png Type: image/png Size: 2424 bytes Desc: not available Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/7ebb5b7b/attachment.png From krice at freeswitch.org Fri Oct 2 19:07:14 2015 From: krice at freeswitch.org (Ken Rice) Date: Fri, 2 Oct 2015 10:07:14 -0500 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: References: Message-ID: <365601d0fd24$05ee07c0$11ca1740$@freeswitch.org> Switch.conf.xml sets the loglevel for the core logger? if you set it to something other than debug then messages that are of a level higher than what you set it to are dropped. This can be adjusted with fsctl loglevel in fscli. There are also console and logfile logging levels. These are output specific filters? Set the one that?s appropriate for what you are trying to do From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Michael Nielsen Sent: Friday, October 2, 2015 7:56 AM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli I've set in switch.conf.xml. This removes a lot of output from the fs_cli. But if I want to try and log things to debug I'm not able to from fs_cli, I need to change the setting in switch.conf.xml and restart FreeSWITCH. How can I easily change debug/log level from fs_cli? I've tried /debug and /log, without any luck. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/f99b1ac8/attachment.html From faycal.noushi at gmail.com Fri Oct 2 19:09:42 2015 From: faycal.noushi at gmail.com (=?UTF-8?Q?fay=C3=A7al_noushi?=) Date: Fri, 2 Oct 2015 16:09:42 +0100 Subject: [Freeswitch-users] Non regression tests? Message-ID: Hi all, A long time ago, I opened a ticket for an issue that I had. I wanted to extract SDP from multipart messages (this was in a SIP-I scenario case). To do so, I've had to modify a function in nua_session.c. I'm not used to C programming, but I made sure the modifications only impacted the SDP multipart case which isn't supported anyway. The thing is, it was an important step to make a SIP-I call go through FreeSwitch. I've discussed this in verto with you, people. But, as I understood it, this couldn't be merged since it had to undergo regression testing. My question is this: how can I make those tests? Since then, the pull request got declined since I had to redo the same thing with FS 1.6. I didn't do it since I don't know it's really useful. Thanks, -- NOUSHI Fay?al -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/fc92715e/attachment-0001.html From Tim at Millicorp.com Fri Oct 2 20:11:26 2015 From: Tim at Millicorp.com (Tim Meade) Date: Fri, 2 Oct 2015 16:11:26 +0000 Subject: [Freeswitch-users] not enough buffer space for required resample operation! Message-ID: Intermediate transcoding server. Debian 8 FreeSWITCH Version 1.7.0+git~20150827T040104Z~eefe21536d~64bit (git eefe215 2015-08-27 04:01:04Z 64bit) We have ONE cell phone number that triggers this. All other numbers in testing have worked fine. I can't seem to find much on this error. Before I open a JIRA I thought I would ask if anyone else had seen this. We are in the process form moving from long term cents to debian. Maybe something was missed. Thanks Tim 2015-10-02 11:52:10.942998 [NOTICE] sofia_media.c:92 Pre-Answer sofia/internal/2125551212 at 162.213.51.55! 2015-10-02 11:52:10.942998 [NOTICE] switch_ivr_originate.c:3526 Channel [sofia/internal/2125551212 at 162.213.51.55] has been answered 2015-10-02 11:52:11.303018 [NOTICE] switch_core_io.c:1191 Activating write resampler 2015-10-02 11:52:11.342999 [NOTICE] switch_core_io.c:1191 Activating write resampler 2015-10-02 11:52:11.342999 [CRIT] switch_core_io.c:1261 sofia/internal/2125551212 at 162.213.51.55 not enough buffer space for required resample operation! 2015-10-02 11:52:11.342999 [NOTICE] switch_core_io.c:1263 Hangup sofia/internal/2125551212 at 162.213.51.55 [CS_EXECUTE] [DESTINATION_OUT_OF_ORDER] # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 15798 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) 15798 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/1e6b7336/attachment.html From ben at langfeld.co.uk Fri Oct 2 20:12:57 2015 From: ben at langfeld.co.uk (Ben Langfeld) Date: Fri, 2 Oct 2015 13:12:57 -0300 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: On 2 October 2015 at 10:26, Brian West wrote: > Yea and having the payment processor show up at my house to take pictures > to make sure we were not selling porn or drugs was also a little extreme, > sadly they did say ALL public facing TLS MUST be 1.2, and chrome is about > to drop the hammer too. We also do not store credit card data anywhere on > our network! Yet they said we MUST! Just curious what you *are* selling that requires such extremes. Sounds like you're setting up an Amazon competitor ;) > > So we do it or we stop taking payments and just shut it all down, also sub > optimal! > > > > /b > > > On Friday, October 2, 2015, Michael Giagnocavo wrote: > >> The PCI change to require TLS 1.2 doesn?t further increase scope. The >> first step to dealing with PCI is to segment so as to drastically reduce >> scope. If the git and FS project infrastructure is in PCI scope, then >> there?s all sorts of things that?d apply to dealing with that server. Tons >> of procedures, separation of abilities, etc., that would make managing >> FS.org extremely difficult. >> >> >> >> Did they give you a quote from the relevant PCI section where they insist >> everything you do in the world has to be TLS 1.2 if some unrelated part of >> the org takes CC? (And really, why even bother taking PAN; let Stripe or >> BrainTree encrypt it client-side and deal with that so nearly nothing falls >> into scope.) >> >> >> >> -Michael >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Brian West >> *Sent:* Wednesday, September 30, 2015 10:07 PM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> Nope, all public facing systems have to be TLS 1.2, apparently you've >> never had the barrel of a payment processing company pointed at you. You do >> what they say or you don't take payments. >> >> >> On Wednesday, September 30, 2015, Sergey Safarov >> wrote: >> >> Or separate merchand engine to subdomain with strong TLS and revert TLS >> for rest site. >> >> >> >> On Thu, Oct 1, 2015, 06:56 Sergey Safarov wrote: >> >> I can recomend prepare special subdomain for git repo, proxy this >> supdomain to current repo url and enable on this domain typical SSL >> protocols. >> >> >> >> On Wed, Sep 30, 2015, 20:55 Ken Rice wrote: >> >> GitHub is not compatible with our source tree? and anyone can use ssh >> still so its not really a problem >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Stanislav >> Sinyagin >> *Sent:* Wednesday, September 30, 2015 12:43 PM >> >> >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> Maybe an officially supported and fully synchronized clone at github >> would make sense. >> >> On Sep 30, 2015 6:57 PM, "Mario" wrote: >> >> Just to add to this topic?. Today I was going to do one last FreeSwitch >> build and test on OS X 10.6 and 10.7 to update the wiki before retiring >> those wiki pages. I could not git clone and I could not even access >> freeswitch.org. After research and seeing this thread I found TLS 1.2 is >> missing from not only 10.6 and 10.7 but also 10.8. After some research I >> found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as >> well. So this makes my wiki updates a little easier! >> >> Mario G >> >> >> >> >> >> On Sep 29, 2015, at 3:07 AM, Shabbir abbasi >> wrote: >> >> >> >> i have created my account on https://freeswitch.org/jira >> >> then i have used that details to login on >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse >> >> after login goto manage my account setting and aded ssh keys >> >> https://freeswitch.org/stash/plugins/servlet/ssh/account/keys >> >> after that in terminal git clone ssh:// >> git at freeswitch.org:7999/fs/freeswitch.git is working for me >> >> >> >> On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar < >> Vikas.Kumar1 at timesinternet.in> wrote: >> >> What were the steps you followed while cloning using ssh. >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Shabbir >> abbasi >> *Sent:* 28 September 2015 11:29 >> *To:* FreeSWITCH Users Help >> >> >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> >> >> got success via ssh >> >> >> >> On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo >> wrote: >> >> Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved >> with no security issues? >> >> >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: >> freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Ken Rice >> *Sent:* Sunday, September 27, 2015 12:37 PM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] unable to clone master " git clone >> https://freeswitch.org/stash/scm/fs/freeswitch.git" >> >> >> >> Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create >> an account for the later) >> >> Sent from my iPhone >> >> >> On Sep 27, 2015, at 1:25 PM, Shabbir abbasi >> wrote: >> >> any solution ? >> >> >> >> On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris wrote: >> >> cent 6 might not have TLS 1.2 support. >> >> >> >> On Sunday, September 27, 2015, Shabbir abbasi >> wrote: >> >> Dear michael, >> CentOS release 6.7 (Final) >> Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 >> >> after Yum update >> >> export GIT_CURL_VERBOSE=1 >> now error is >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> Initialized empty Git repository in /usr/src/freeswitch/.git/ >> * Couldn't find host freeswitch.org in the .netrc file; using defaults >> * About to connect() to freeswitch.org port 443 (#0) >> * Trying 209.105.235.6... * Connected to freeswitch.org >> (209.105.235.6) port 443 (#0) >> * Initializing NSS with certpath: sql:/etc/pki/nssdb >> * NSS error -12190 >> * Expire cleared >> * Closing connection #0 >> * Couldn't find host freeswitch.org in the .netrc file; using defaults >> * About to connect() to freeswitch.org port 443 (#0) >> * Trying 209.105.235.6... * Connected to freeswitch.org >> (209.105.235.6) port 443 (#0) >> * NSS error -12190 >> * Expire cleared >> * Closing connection #0 >> error: while accessing >> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >> >> fatal: HTTP request failed >> >> >> >> >> On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris wrote: >> >> what operating system is this? >> >> >> >> On Sunday, September 27, 2015, Shabbir abbasi >> wrote: >> >> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git >> >> Initialized empty Git repository in /usr/src/freeswitch/.git/ >> error: SSL write: error -5938 while accessing >> https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs >> >> fatal: HTTP request failed >> >> any solution ? >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> Disclaimer :- >> >> The information in this e-mail and any attachments is confidential and may be >> >> legally privileged. It is intended solely for the addressee or addressees. If you are >> >> not an intended recipient, please delete the message and any attachments and >> >> notify the sender of misdelivery. Any use or disclosure of the contents of either is >> >> unauthorised and may be unlawful. All liability for viruses is excluded to the fullest >> >> extent permitted by law. Any views expressed in this message are those of the >> >> individual sender, except where the sender states them, with requisite authority, to >> >> be those of the specific TIMES GROUP company. >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> >> > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/af242c43/attachment-0001.html From mic.niel84 at gmail.com Fri Oct 2 21:08:15 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 19:08:15 +0200 Subject: [Freeswitch-users] Setting loglevel to warning removes log in fs_cli In-Reply-To: <365601d0fd24$05ee07c0$11ca1740$@freeswitch.org> References: <365601d0fd24$05ee07c0$11ca1740$@freeswitch.org> Message-ID: That worked, thank you :) On Fri, Oct 2, 2015 at 5:07 PM, Ken Rice wrote: > Switch.conf.xml sets the loglevel for the core logger? if you set it to > something other than debug then messages that are of a level higher than > what you set it to are dropped. > > This can be adjusted with fsctl loglevel in fscli. > > > > There are also console and logfile logging levels. These are output > specific filters? > > > > Set the one that?s appropriate for what you are trying to do > > > > > > *From:* freeswitch-users-bounces at lists.freeswitch.org [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Michael > Nielsen > *Sent:* Friday, October 2, 2015 7:56 AM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] Setting loglevel to warning removes log in > fs_cli > > > > I've set > > > > in switch.conf.xml. > > > > This removes a lot of output from the fs_cli. But if I want to try and log > things to debug I'm not able to from fs_cli, I need to change the setting > in switch.conf.xml and restart FreeSWITCH. > > How can I easily change debug/log level from fs_cli? > > I've tried /debug and /log, without any luck. > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/41e020f3/attachment.html From mic.niel84 at gmail.com Fri Oct 2 21:11:38 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 19:11:38 +0200 Subject: [Freeswitch-users] Reg exp in tutorial In-Reply-To: References: Message-ID: Ok, I found out how to debug in another thread here. I'm getting this output where it fails to continue with the public dial plan: Dialplan: sofia/internal/+44234456321 at dialersipper.com parsing [public->gateway_inbound] continue=false Dialplan: sofia/internal/+44234456321 at dialersipper.com Regex (FAIL) [gateway_inbound] ${target_context}() =~ /^[a-z]/ break=on-false However, my sip-profile contains this: ... and my dial plan this: On Fri, Oct 2, 2015 at 2:50 PM, Michael Nielsen wrote: > Ok, I see. How can I debug to see if my incoming call from my SIP gateway > hits that and get transferred to the correct context? > > I've tried to look at fs_cli and setting /debug 7, but I cannot tell if > the dialplan gets executed and the call is transferred to the correct > context. > > On Fri, Oct 2, 2015 at 9:02 AM, Ken Rice wrote: > >> ^[a-z] just means first character should be an alpha char so it will >> match any proper fqdn or domain name >> >> Sent from my iPhone >> >> On Oct 2, 2015, at 1:53 AM, Michael Nielsen wrote: >> >> In the doc's, should the 10_gateway_inbound.xml contain: >> expression="^[a-z\.]" >> instead of: >> expression="^[a-z]" >> >> So it can catch the domain and context int.example.net. >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/834cc835/attachment.html From danny.gershman at gmail.com Fri Oct 2 21:47:38 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Fri, 02 Oct 2015 17:47:38 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: What the main reason why Debian 8 is the distro of choice for FS 1.6? Trying to get buy in. On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman wrote: > Ok sounds good, I'll contribute my findings, I have a wiki login I believe. > > On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> The community maintains a wiki page but I am not sure how up to date it >> is. >> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 >> >> >> On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman < >> danny.gershman at gmail.com> wrote: >> >>> Thanks I'll give it a whirl and try to compile. >>> >>> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> We have community CentOS packages but they are missing most of the >>>> multimedia functionality. If you just need opus its probably ok. >>>> And 1.6.3 will bring another round of media changes so you might want >>>> to try master or nightly packages to prepare for it. >>>> >>>> >>>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>>> provide some kind of resolution to the issue with OPUS. My question is if >>>>> there has been any success with running it on Centos 6.4? >>>>> >>>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>>> anthony.minessale at gmail.com> wrote: >>>>> >>>>>> No new improvements are planned for 1.4. >>>>>> Media is undergoing heavy refactoring in 1.6 and its not backportable. >>>>>> >>>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>>>> wrote: >>>>>> >>>>>>> You must like pain! Why don't you try Debian 8? >>>>>>> >>>>>>> >>>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>>> danny.gershman at gmail.com> wrote: >>>>>>> >>>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Danny, >>>>>>>>> >>>>>>>>> We've resolved many issues since 1.4.19, have you considered >>>>>>>>> trying 1.6.2? Its got some more improvements in this area. >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Currently tested with 1.4.19 >>>>>>>>>> >>>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>>> >>>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>>>>>> delays and clipping. >>>>>>>>>>>> >>>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>>> setting I could try that would help? >>>>>>>>>>>> >>>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at >>>>>>>>>>>> the expense of quality? >>>>>>>>>>>> >>>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>>> >>>>>>>>>>>> Thanks in advance. >>>>>>>>>>>> >>>>>>>>>>>> --Danny Gershman >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> *Brian West* >>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>> >>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>> >>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> >>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>> Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>> >>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>> http://twitter.com/FreeSWITCH >>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>> * >>>>>> >>>>>> ClueCon Weekly Development Call >>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>> >>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>> >>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>> http://twitter.com/FreeSWITCH >>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>> * >>>> >>>> ClueCon Weekly Development Call >>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>> >>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/8ea59941/attachment-0001.html From bpriddy at bryantschools.org Fri Oct 2 21:52:51 2015 From: bpriddy at bryantschools.org (Blake Priddy) Date: Fri, 2 Oct 2015 12:52:51 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Mine is because the dev's told me to ;) I used to use Ubuntu. But after my experiences I have been converted. On Oct 2, 2015 12:50 PM, "Danny Gershman" wrote: > What the main reason why Debian 8 is the distro of choice for FS 1.6? > Trying to get buy in. > > On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman > wrote: > >> Ok sounds good, I'll contribute my findings, I have a wiki login I >> believe. >> >> On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> The community maintains a wiki page but I am not sure how up to date it >>> is. >>> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 >>> >>> >>> On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Thanks I'll give it a whirl and try to compile. >>>> >>>> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> We have community CentOS packages but they are missing most of the >>>>> multimedia functionality. If you just need opus its probably ok. >>>>> And 1.6.3 will bring another round of media changes so you might want >>>>> to try master or nightly packages to prepare for it. >>>>> >>>>> >>>>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>>>> provide some kind of resolution to the issue with OPUS. My question is if >>>>>> there has been any success with running it on Centos 6.4? >>>>>> >>>>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>>>> anthony.minessale at gmail.com> wrote: >>>>>> >>>>>>> No new improvements are planned for 1.4. >>>>>>> Media is undergoing heavy refactoring in 1.6 and its not >>>>>>> backportable. >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> You must like pain! Why don't you try Debian 8? >>>>>>>> >>>>>>>> >>>>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>> >>>>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Danny, >>>>>>>>>> >>>>>>>>>> We've resolved many issues since 1.4.19, have you considered >>>>>>>>>> trying 1.6.2? Its got some more improvements in this area. >>>>>>>>>> >>>>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Currently tested with 1.4.19 >>>>>>>>>>> >>>>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make SIP >>>>>>>>>>>>> calls into FS conferences. We have packet captures at the edge of network >>>>>>>>>>>>> that sound clear, but when they get to FreeSWITCH they sound distorted via >>>>>>>>>>>>> delays and clipping. >>>>>>>>>>>>> >>>>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>>>> setting I could try that would help? >>>>>>>>>>>>> >>>>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at >>>>>>>>>>>>> the expense of quality? >>>>>>>>>>>>> >>>>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>>>> >>>>>>>>>>>>> Thanks in advance. >>>>>>>>>>>>> >>>>>>>>>>>>> --Danny Gershman >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> >>>>>>>>>>>> *Brian West* >>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>> >>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>> >>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>> >>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>> http://twitter.com/FreeSWITCH >>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>> * >>>>>>> >>>>>>> ClueCon Weekly Development Call >>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>> >>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>> >>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>> http://twitter.com/FreeSWITCH >>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>> * >>>>> >>>>> ClueCon Weekly Development Call >>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>> >>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/3f74725e/attachment-0001.html From danny.gershman at gmail.com Fri Oct 2 21:58:28 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Fri, 02 Oct 2015 17:58:28 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Yeah looking for some technical explanation other than "do it" :) On Fri, Oct 2, 2015 at 1:53 PM Blake Priddy wrote: > Mine is because the dev's told me to ;) > I used to use Ubuntu. But after my experiences I have been converted. > On Oct 2, 2015 12:50 PM, "Danny Gershman" > wrote: > >> What the main reason why Debian 8 is the distro of choice for FS 1.6? >> Trying to get buy in. >> >> On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman >> wrote: >> >>> Ok sounds good, I'll contribute my findings, I have a wiki login I >>> believe. >>> >>> On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < >>> anthony.minessale at gmail.com> wrote: >>> >>>> The community maintains a wiki page but I am not sure how up to date it >>>> is. >>>> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 >>>> >>>> >>>> On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Thanks I'll give it a whirl and try to compile. >>>>> >>>>> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >>>>> anthony.minessale at gmail.com> wrote: >>>>> >>>>>> We have community CentOS packages but they are missing most of the >>>>>> multimedia functionality. If you just need opus its probably ok. >>>>>> And 1.6.3 will bring another round of media changes so you might want >>>>>> to try master or nightly packages to prepare for it. >>>>>> >>>>>> >>>>>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>>>>> provide some kind of resolution to the issue with OPUS. My question is if >>>>>>> there has been any success with running it on Centos 6.4? >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>>>>> anthony.minessale at gmail.com> wrote: >>>>>>> >>>>>>>> No new improvements are planned for 1.4. >>>>>>>> Media is undergoing heavy refactoring in 1.6 and its not >>>>>>>> backportable. >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> You must like pain! Why don't you try Debian 8? >>>>>>>>> >>>>>>>>> >>>>>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>>>>> >>>>>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Danny, >>>>>>>>>>> >>>>>>>>>>> We've resolved many issues since 1.4.19, have you considered >>>>>>>>>>> trying 1.6.2? Its got some more improvements in this area. >>>>>>>>>>> >>>>>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Currently tested with 1.4.19 >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West < >>>>>>>>>>>> brian at freeswitch.org> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make >>>>>>>>>>>>>> SIP calls into FS conferences. We have packet captures at the edge of >>>>>>>>>>>>>> network that sound clear, but when they get to FreeSWITCH they sound >>>>>>>>>>>>>> distorted via delays and clipping. >>>>>>>>>>>>>> >>>>>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>>>>> setting I could try that would help? >>>>>>>>>>>>>> >>>>>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at >>>>>>>>>>>>>> the expense of quality? >>>>>>>>>>>>>> >>>>>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>>>>> >>>>>>>>>>>>>> Thanks in advance. >>>>>>>>>>>>>> >>>>>>>>>>>>>> --Danny Gershman >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> >>>>>>>>>>>>> *Brian West* >>>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>>> >>>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>>> >>>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:* >>>>>>>>>>>>> briankwest >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> *Brian West* >>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>> >>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>> >>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> >>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>> Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>>> >>>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>>> http://twitter.com/FreeSWITCH >>>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>>> * >>>>>>>> >>>>>>>> ClueCon Weekly Development Call >>>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>>> >>>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>> >>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>> http://twitter.com/FreeSWITCH >>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>> * >>>>>> >>>>>> ClueCon Weekly Development Call >>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>> >>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>> >>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>> http://twitter.com/FreeSWITCH >>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>> * >>>> >>>> ClueCon Weekly Development Call >>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>> >>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/5b19ee70/attachment-0001.html From mike at jerris.com Fri Oct 2 22:10:07 2015 From: mike at jerris.com (Michael Jerris) Date: Fri, 2 Oct 2015 14:10:07 -0400 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: 1. It provides the largest portion of the required decencies needed for 1.6 compared to other platforms, including versions new enough to work properly. 2. It is a stable long term supported distro, with a large and active community. 3. This is our primary development platform, so when testing things, Debian 8 with our required dependencies from our repo will be the most well tested and confirmed working. 4. We spent multiple months sorting out all the packaging details for this distro, including resolving issues with conflicting versions of some packages that we had to update on top of the base platform in a way that does not disturb other software. 5. Any other distro you plan on using will require significant work making sure you have all the required dependencies of the tested versions, or re-testing basically all FreeSWITCH functionality to confirm minor (or sometimes major) dependency version differences don't alter behavior. > On Oct 2, 2015, at 1:58 PM, Danny Gershman wrote: > > Yeah looking for some technical explanation other than "do it" :) > > On Fri, Oct 2, 2015 at 1:53 PM Blake Priddy > wrote: > Mine is because the dev's told me to ;) > I used to use Ubuntu. But after my experiences I have been converted. > > On Oct 2, 2015 12:50 PM, "Danny Gershman" > wrote: > What the main reason why Debian 8 is the distro of choice for FS 1.6? Trying to get buy in. > > On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman > wrote: > Ok sounds good, I'll contribute my findings, I have a wiki login I believe. > > On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale > wrote: > The community maintains a wiki page but I am not sure how up to date it is. > https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 > > > On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman > wrote: > Thanks I'll give it a whirl and try to compile. > > On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale > wrote: > We have community CentOS packages but they are missing most of the multimedia functionality. If you just need opus its probably ok. > And 1.6.3 will bring another round of media changes so you might want to try master or nightly packages to prepare for it. > > > On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman > wrote: > Ok I have no problem upgrading to 1.6.2, assuming that this would provide some kind of resolution to the issue with OPUS. My question is if there has been any success with running it on Centos 6.4? > > On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale > wrote: > No new improvements are planned for 1.4. > Media is undergoing heavy refactoring in 1.6 and its not backportable. > > On Wed, Sep 30, 2015 at 10:31 PM, Brian West > wrote: > You must like pain! Why don't you try Debian 8? > > > On Wednesday, September 30, 2015, Danny Gershman > wrote: > Will 1.6.2 run on CentOS 6.4? Is there a migration guide? > > On Wed, Sep 30, 2015 at 6:47 PM Brian West > wrote: > Danny, > > We've resolved many issues since 1.4.19, have you considered trying 1.6.2? Its got some more improvements in this area. > > On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman > wrote: > Currently tested with 1.4.19 > > On Wed, Sep 30, 2015 at 5:23 PM Brian West > wrote: > Which revision of FreeSWITCH have you tested with? > > On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman > wrote: > We are using the OPUS codec with Chrome and WebRTC to make SIP calls into FS conferences. We have packet captures at the edge of network that sound clear, but when they get to FreeSWITCH they sound distorted via delays and clipping. > > I've tried several combinations of jitterbuffer settings, disabled/enabling RTP timers, conference. I have a mechanism I use in which I replay the RTP packets using SIPP and try them out. Is there a way to dynamically adjust the jitterbuffer so that the right size is being used? Right now I have it set at 180:540:540. Maybe there is some other setting I could try that would help? > > Perhaps there's a way to force OPUS to use less bandwidth at the expense of quality? > > I'm willing to share the PCAPs some examples. > > Thanks in advance. > > --Danny Gershman -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/a944786c/attachment.html From anthony.minessale at gmail.com Fri Oct 2 22:17:35 2015 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 2 Oct 2015 13:17:35 -0500 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: The primary development env for FS is officially Debian. We have invested 5 man years into creating build servers and packaging FreeSWITCH and all of its depends for this distro. Many libraries in FS that were previously kept as copies in tree are now converted to system libs to remove the burden of maintaining all of those dependancies. We now manage the dependancies inside Debian and we have our own repo where we selectively provide any additional packages or modify any problem packages and report them upstream but we can pre-empt them in the mean time. Our commercial platform FSA is also built on Debian. Most other distros do not keep their system libs up to date enough to satisfy the requirements for several features in 1.6 meaning you would have to manually manage all of those depends yourself. We support and host the infrastructure for community-lead maintenance of other distros but we leave that responsibility up to volunteers to lead and and help as time permits. Anyone wanting to make another distro work with FS must not just wget some system libs and try to override their system but rather work within the packaging and platform rules of that distro and get the depends as real packages. This tends to discourage anyone from volunteering to work on other distros. People constantly mistake our requirements to do things right as unwillingness. So TL;DR We focus on Debian; Bugs or questions on non-Debian systems may be deprioritized if symptoms suggest dependency related cause. On Fri, Oct 2, 2015 at 12:58 PM, Danny Gershman wrote: > Yeah looking for some technical explanation other than "do it" :) > > On Fri, Oct 2, 2015 at 1:53 PM Blake Priddy > wrote: > >> Mine is because the dev's told me to ;) >> I used to use Ubuntu. But after my experiences I have been converted. >> On Oct 2, 2015 12:50 PM, "Danny Gershman" >> wrote: >> >>> What the main reason why Debian 8 is the distro of choice for FS 1.6? >>> Trying to get buy in. >>> >>> On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman < >>> danny.gershman at gmail.com> wrote: >>> >>>> Ok sounds good, I'll contribute my findings, I have a wiki login I >>>> believe. >>>> >>>> On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>>> The community maintains a wiki page but I am not sure how up to date >>>>> it is. >>>>> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 >>>>> >>>>> >>>>> On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman < >>>>> danny.gershman at gmail.com> wrote: >>>>> >>>>>> Thanks I'll give it a whirl and try to compile. >>>>>> >>>>>> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >>>>>> anthony.minessale at gmail.com> wrote: >>>>>> >>>>>>> We have community CentOS packages but they are missing most of the >>>>>>> multimedia functionality. If you just need opus its probably ok. >>>>>>> And 1.6.3 will bring another round of media changes so you might >>>>>>> want to try master or nightly packages to prepare for it. >>>>>>> >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>>>>>> danny.gershman at gmail.com> wrote: >>>>>>> >>>>>>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>>>>>> provide some kind of resolution to the issue with OPUS. My question is if >>>>>>>> there has been any success with running it on Centos 6.4? >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>>>>>> anthony.minessale at gmail.com> wrote: >>>>>>>> >>>>>>>>> No new improvements are planned for 1.4. >>>>>>>>> Media is undergoing heavy refactoring in 1.6 and its not >>>>>>>>> backportable. >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West >>>>>>>> > wrote: >>>>>>>>> >>>>>>>>>> You must like pain! Why don't you try Debian 8? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>>>>>> >>>>>>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Danny, >>>>>>>>>>>> >>>>>>>>>>>> We've resolved many issues since 1.4.19, have you considered >>>>>>>>>>>> trying 1.6.2? Its got some more improvements in this area. >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Currently tested with 1.4.19 >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West < >>>>>>>>>>>>> brian at freeswitch.org> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make >>>>>>>>>>>>>>> SIP calls into FS conferences. We have packet captures at the edge of >>>>>>>>>>>>>>> network that sound clear, but when they get to FreeSWITCH they sound >>>>>>>>>>>>>>> distorted via delays and clipping. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>>>>>> setting I could try that would help? >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth at >>>>>>>>>>>>>>> the expense of quality? >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Thanks in advance. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> --Danny Gershman >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> >>>>>>>>>>>>>> *Brian West* >>>>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>>>> >>>>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:* >>>>>>>>>>>>>> briankwest >>>>>>>>>>>>>> >>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> >>>>>>>>>>>> *Brian West* >>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>> >>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>> >>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>>>> >>>>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>>>> http://twitter.com/FreeSWITCH >>>>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>>>> * >>>>>>>>> >>>>>>>>> ClueCon Weekly Development Call >>>>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>>>> >>>>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>> >>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>> http://twitter.com/FreeSWITCH >>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>> * >>>>>>> >>>>>>> ClueCon Weekly Development Call >>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>> >>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>> >>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>> http://twitter.com/FreeSWITCH >>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>> * >>>>> >>>>> ClueCon Weekly Development Call >>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>> >>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? ? http://freeswitch.org/ ? http://cluecon.com/ ? http://twitter.com/FreeSWITCH ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ * ClueCon Weekly Development Call ? sip:888 at conference.freeswitch.org ? +19193869900 https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/a3bdaba4/attachment-0001.html From danny.gershman at gmail.com Fri Oct 2 22:19:15 2015 From: danny.gershman at gmail.com (Danny Gershman) Date: Fri, 02 Oct 2015 18:19:15 +0000 Subject: [Freeswitch-users] Audio delays and jitter In-Reply-To: References: Message-ID: Thanks On Fri, Oct 2, 2015 at 2:18 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > The primary development env for FS is officially Debian. We have invested > 5 man years into creating build servers and packaging FreeSWITCH and all of > its depends for this distro. > Many libraries in FS that were previously kept as copies in tree are now > converted to system libs to remove the burden of maintaining all of those > dependancies. > We now manage the dependancies inside Debian and we have our own repo > where we selectively provide any additional packages or modify any problem > packages and report them upstream but we can pre-empt them in the mean time. > Our commercial platform FSA is also built on Debian. > > Most other distros do not keep their system libs up to date enough to > satisfy the requirements for several features in 1.6 meaning you would have > to manually manage all of those depends yourself. > We support and host the infrastructure for community-lead maintenance of > other distros but we leave that responsibility up to volunteers to lead and > and help as time permits. > Anyone wanting to make another distro work with FS must not just wget some > system libs and try to override their system but rather work within the > packaging and platform rules of that distro and get the depends as real > packages. > This tends to discourage anyone from volunteering to work on other > distros. People constantly mistake our requirements to do things right as > unwillingness. > > So TL;DR We focus on Debian; Bugs or questions on non-Debian systems may > be deprioritized if symptoms suggest dependency related cause. > > > On Fri, Oct 2, 2015 at 12:58 PM, Danny Gershman > wrote: > >> Yeah looking for some technical explanation other than "do it" :) >> >> On Fri, Oct 2, 2015 at 1:53 PM Blake Priddy >> wrote: >> >>> Mine is because the dev's told me to ;) >>> I used to use Ubuntu. But after my experiences I have been converted. >>> On Oct 2, 2015 12:50 PM, "Danny Gershman" >>> wrote: >>> >>>> What the main reason why Debian 8 is the distro of choice for FS 1.6? >>>> Trying to get buy in. >>>> >>>> On Wed, Sep 30, 2015 at 11:51 PM Danny Gershman < >>>> danny.gershman at gmail.com> wrote: >>>> >>>>> Ok sounds good, I'll contribute my findings, I have a wiki login I >>>>> believe. >>>>> >>>>> On Wed, Sep 30, 2015 at 11:50 PM Anthony Minessale < >>>>> anthony.minessale at gmail.com> wrote: >>>>> >>>>>> The community maintains a wiki page but I am not sure how up to date >>>>>> it is. >>>>>> https://freeswitch.org/confluence/display/FREESWITCH/CentOS+6 >>>>>> >>>>>> >>>>>> On Wed, Sep 30, 2015 at 10:46 PM, Danny Gershman < >>>>>> danny.gershman at gmail.com> wrote: >>>>>> >>>>>>> Thanks I'll give it a whirl and try to compile. >>>>>>> >>>>>>> On Wed, Sep 30, 2015 at 11:44 PM Anthony Minessale < >>>>>>> anthony.minessale at gmail.com> wrote: >>>>>>> >>>>>>>> We have community CentOS packages but they are missing most of the >>>>>>>> multimedia functionality. If you just need opus its probably ok. >>>>>>>> And 1.6.3 will bring another round of media changes so you might >>>>>>>> want to try master or nightly packages to prepare for it. >>>>>>>> >>>>>>>> >>>>>>>> On Wed, Sep 30, 2015 at 10:40 PM, Danny Gershman < >>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>> >>>>>>>>> Ok I have no problem upgrading to 1.6.2, assuming that this would >>>>>>>>> provide some kind of resolution to the issue with OPUS. My question is if >>>>>>>>> there has been any success with running it on Centos 6.4? >>>>>>>>> >>>>>>>>> On Wed, Sep 30, 2015 at 11:38 PM Anthony Minessale < >>>>>>>>> anthony.minessale at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> No new improvements are planned for 1.4. >>>>>>>>>> Media is undergoing heavy refactoring in 1.6 and its not >>>>>>>>>> backportable. >>>>>>>>>> >>>>>>>>>> On Wed, Sep 30, 2015 at 10:31 PM, Brian West < >>>>>>>>>> brian at freeswitch.org> wrote: >>>>>>>>>> >>>>>>>>>>> You must like pain! Why don't you try Debian 8? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wednesday, September 30, 2015, Danny Gershman < >>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> Will 1.6.2 run on CentOS 6.4? Is there a migration guide? >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Sep 30, 2015 at 6:47 PM Brian West < >>>>>>>>>>>> brian at freeswitch.org> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Danny, >>>>>>>>>>>>> >>>>>>>>>>>>> We've resolved many issues since 1.4.19, have you considered >>>>>>>>>>>>> trying 1.6.2? Its got some more improvements in this area. >>>>>>>>>>>>> >>>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:54 PM, Danny Gershman < >>>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> Currently tested with 1.4.19 >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Wed, Sep 30, 2015 at 5:23 PM Brian West < >>>>>>>>>>>>>> brian at freeswitch.org> wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Which revision of FreeSWITCH have you tested with? >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> On Wed, Sep 30, 2015 at 4:15 PM, Danny Gershman < >>>>>>>>>>>>>>> danny.gershman at gmail.com> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> We are using the OPUS codec with Chrome and WebRTC to make >>>>>>>>>>>>>>>> SIP calls into FS conferences. We have packet captures at the edge of >>>>>>>>>>>>>>>> network that sound clear, but when they get to FreeSWITCH they sound >>>>>>>>>>>>>>>> distorted via delays and clipping. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I've tried several combinations of jitterbuffer settings, >>>>>>>>>>>>>>>> disabled/enabling RTP timers, conference. I have a mechanism I use in >>>>>>>>>>>>>>>> which I replay the RTP packets using SIPP and try them out. Is there a way >>>>>>>>>>>>>>>> to dynamically adjust the jitterbuffer so that the right size is being >>>>>>>>>>>>>>>> used? Right now I have it set at 180:540:540. Maybe there is some other >>>>>>>>>>>>>>>> setting I could try that would help? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Perhaps there's a way to force OPUS to use less bandwidth >>>>>>>>>>>>>>>> at the expense of quality? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> I'm willing to share the PCAPs some examples. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Thanks in advance. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> --Danny Gershman >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> *Brian West* >>>>>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST >>>>>>>>>>>>>>> (9378) >>>>>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:* >>>>>>>>>>>>>>> briankwest >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>>> >>>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> >>>>>>>>>>>>> *Brian West* >>>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>>> >>>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>>> >>>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:* >>>>>>>>>>>>> briankwest >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> *Brian West* >>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>> >>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>> >>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>>>>> >>>>>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>>>>> http://twitter.com/FreeSWITCH >>>>>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>>>>> * >>>>>>>>>> >>>>>>>>>> ClueCon Weekly Development Call >>>>>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>>>>> >>>>>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>>>> >>>>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>>>> http://twitter.com/FreeSWITCH >>>>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>>>> * >>>>>>>> >>>>>>>> ClueCon Weekly Development Call >>>>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>>>> >>>>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>>>> >>>>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>>>> http://twitter.com/FreeSWITCH >>>>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>>>> * >>>>>> >>>>>> ClueCon Weekly Development Call >>>>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>>>> >>>>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>> >>>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > ? sip:888 at conference.freeswitch.org ? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/1aa04be0/attachment-0001.html From mic.niel84 at gmail.com Fri Oct 2 22:46:25 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 20:46:25 +0200 Subject: [Freeswitch-users] Freeswitch and twilio Message-ID: I'm trying to setup twilio as gateway following this guide: https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch In their example of twiliotrunk.xml they have twilio-inbound and twilio-outbound. What is the difference between the two gateways? I know their names indicate inbound and outbound calling, but how can Freeswitch tell the difference between them. Especially how can Freeswitch now to use twilio-inbound for incoming calls from twilio and not just twilit-outbound as the only difference is register-proxy and expire-seconds between the two? Make sense? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/03e87cc4/attachment.html From igorolhovskiy at gmail.com Fri Oct 2 22:51:30 2015 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Fri, 2 Oct 2015 21:51:30 +0300 Subject: [Freeswitch-users] Freeswitch to ignore 302 redirect in bridge app Message-ID: Hi! Is there any option for freeswitch to ignore redirect turned on ip-phone? For example, I have bridge to multiple destinations and one of destination can simply ruin the logic turning on redirect on it's phone. -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/82103098/attachment.html From igorolhovskiy at gmail.com Fri Oct 2 22:52:23 2015 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Fri, 2 Oct 2015 21:52:23 +0300 Subject: [Freeswitch-users] Freeswitch to ignore 302 redirect in bridge app In-Reply-To: References: Message-ID: Or may be even ignore custom dialstring for user :) 2015-10-02 21:51 GMT+03:00 Igor Olhovskiy : > Hi! > > Is there any option for freeswitch to ignore redirect turned on ip-phone? > For example, I have bridge to multiple destinations and one of destination > can simply ruin the logic turning on redirect on it's phone. > > -- > Best regards, > Igor > -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/9ea4ec0e/attachment.html From brian at freeswitch.org Fri Oct 2 23:34:23 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 2 Oct 2015 14:34:23 -0500 Subject: [Freeswitch-users] Freeswitch to ignore 302 redirect in bridge app In-Reply-To: References: Message-ID: {outbound_redirect_fatal=true}user/ On Fri, Oct 2, 2015 at 1:52 PM, Igor Olhovskiy wrote: > Or may be even ignore custom dialstring for user :) > > 2015-10-02 21:51 GMT+03:00 Igor Olhovskiy : > >> Hi! >> >> Is there any option for freeswitch to ignore redirect turned on ip-phone? >> For example, I have bridge to multiple destinations and one of destination >> can simply ruin the logic turning on redirect on it's phone. >> >> -- >> Best regards, >> Igor >> > > > > -- > 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 > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/b9e23d25/attachment.html From brian at freeswitch.org Sat Oct 3 00:06:44 2015 From: brian at freeswitch.org (Brian West) Date: Fri, 2 Oct 2015 15:06:44 -0500 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: Message-ID: Well you'd send outbound calls out the outbound and the inbound one is just to register with twilio so they know where to send your inbound calls. Nothing more. On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen wrote: > I'm trying to setup twilio as gateway following this guide: > https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch > > In their example of twiliotrunk.xml they have twilio-inbound and > twilio-outbound. > > What is the difference between the two gateways? I know their names > indicate inbound and outbound calling, but how can Freeswitch tell the > difference between them. Especially how can Freeswitch now to use > twilio-inbound for incoming calls from twilio and not just twilit-outbound > as the only difference is register-proxy and expire-seconds between the two? > > Make sense? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/0f702ace/attachment.html From mic.niel84 at gmail.com Sat Oct 3 00:24:51 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Fri, 2 Oct 2015 22:24:51 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: Message-ID: Outbound works fine. Without having the inbound gateway calls are still routed to my FS to my public context from Twilio. Adding the twilio-inbound doesn't seem to change anything...? On Friday, October 2, 2015, Brian West wrote: > Well you'd send outbound calls out the outbound and the inbound one is > just to register with twilio so they know where to send your inbound > calls. Nothing more. > > On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen > wrote: > >> I'm trying to setup twilio as gateway following this guide: >> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >> >> In their example of twiliotrunk.xml they have twilio-inbound and >> twilio-outbound. >> >> What is the difference between the two gateways? I know their names >> indicate inbound and outbound calling, but how can Freeswitch tell the >> difference between them. Especially how can Freeswitch now to use >> twilio-inbound for incoming calls from twilio and not just twilit-outbound >> as the only difference is register-proxy and expire-seconds between the two? >> >> Make sense? >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/bec76d26/attachment-0001.html From ahabiba at gmail.com Sat Oct 3 01:34:48 2015 From: ahabiba at gmail.com (Ahmed Habiba) Date: Sat, 3 Oct 2015 00:34:48 +0300 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: Message-ID: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> if you have a deep look at inbound gateway it is for receiving calls from Twilio as you can see below, this line informing freeswitch where to route inkling call. > > > From: Michael Nielsen > Date: October 2, 2015 at 11:24:51 PM GMT+3 > To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] Freeswitch and twilio > > > Outbound works fine. > > Without having the inbound gateway calls are still routed to my FS to my public context from Twilio. > Adding the twilio-inbound doesn't seem to change anything...? > > > > On Friday, October 2, 2015, Brian West > wrote: > Well you'd send outbound calls out the outbound and the inbound one is just to register with twilio so they know where to send your inbound calls. Nothing more. > > On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen > wrote: > I'm trying to setup twilio as gateway following this guide: > https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch > > In their example of twiliotrunk.xml they have twilio-inbound and twilio-outbound. > > What is the difference between the two gateways? I know their names indicate inbound and outbound calling, but how can Freeswitch tell the difference between them. Especially how can Freeswitch now to use twilio-inbound for incoming calls from twilio and not just twilit-outbound as the only difference is register-proxy and expire-seconds between the two? > > Make sense? > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > -- > Brian West > brian at freeswitch.org > > Twitter: @FreeSWITCH , @briankwest > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > Got Bugs? Report them here ! | Reddit: /r/freeswitch > T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) > iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest > > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/f36f3221/attachment.html From mgg at giagnocavo.net Sat Oct 3 04:51:28 2015 From: mgg at giagnocavo.net (Michael Giagnocavo) Date: Sat, 3 Oct 2015 00:51:28 +0000 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Get a better payment processor? Stripe should have you running in no time. Or ask your payment processor for a citation? They are rather confused if they are insisting that anything that says FreeSWITCH must only be available over TLS1.2. Perhaps they are talking about the site as it currently is. You do accept plaintext CC numbers ? that is, your server decrypts them and has them in memory. That forces the entire server, network, etc. into scope. That?s why people split things off. Or even better, use a system like BrainTree or Stripe that does the encryption on the client side (or worst case, does a redirect or something), so that card numbers never hit your server. Then your compliance work is almost nil. Anyways, simple proof your processor is simply wrong: Everyone else in the universe has websites that work without SSL at all (plain HTTP), yet still manage to have checkout. All of Amazon.com, for instance, is non-SSL, except account management and payment. Do you have a citation for Chrome dropping support for any website that offers TLS1.1 in addition to 1.2? I can?t see the logic there and it sound interesting. -Michael From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: Friday, October 2, 2015 7:27 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Yea and having the payment processor show up at my house to take pictures to make sure we were not selling porn or drugs was also a little extreme, sadly they did say ALL public facing TLS MUST be 1.2, and chrome is about to drop the hammer too. We also do not store credit card data anywhere on our network! Yet they said we MUST! So we do it or we stop taking payments and just shut it all down, also sub optimal! /b On Friday, October 2, 2015, Michael Giagnocavo > wrote: The PCI change to require TLS 1.2 doesn?t further increase scope. The first step to dealing with PCI is to segment so as to drastically reduce scope. If the git and FS project infrastructure is in PCI scope, then there?s all sorts of things that?d apply to dealing with that server. Tons of procedures, separation of abilities, etc., that would make managing FS.org extremely difficult. Did they give you a quote from the relevant PCI section where they insist everything you do in the world has to be TLS 1.2 if some unrelated part of the org takes CC? (And really, why even bother taking PAN; let Stripe or BrainTree encrypt it client-side and deal with that so nearly nothing falls into scope.) -Michael From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Brian West Sent: Wednesday, September 30, 2015 10:07 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Nope, all public facing systems have to be TLS 1.2, apparently you've never had the barrel of a payment processing company pointed at you. You do what they say or you don't take payments. On Wednesday, September 30, 2015, Sergey Safarov > wrote: Or separate merchand engine to subdomain with strong TLS and revert TLS for rest site. On Thu, Oct 1, 2015, 06:56 Sergey Safarov > wrote: I can recomend prepare special subdomain for git repo, proxy this supdomain to current repo url and enable on this domain typical SSL protocols. On Wed, Sep 30, 2015, 20:55 Ken Rice > wrote: GitHub is not compatible with our source tree? and anyone can use ssh still so its not really a problem From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Stanislav Sinyagin Sent: Wednesday, September 30, 2015 12:43 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Maybe an officially supported and fully synchronized clone at github would make sense. On Sep 30, 2015 6:57 PM, "Mario" > wrote: Just to add to this topic?. Today I was going to do one last FreeSwitch build and test on OS X 10.6 and 10.7 to update the wiki before retiring those wiki pages. I could not git clone and I could not even access freeswitch.org. After research and seeing this thread I found TLS 1.2 is missing from not only 10.6 and 10.7 but also 10.8. After some research I found there is no way to add TLS 1.2 to 10.8 so I will be retiring that as well. So this makes my wiki updates a little easier! Mario G On Sep 29, 2015, at 3:07 AM, Shabbir abbasi > wrote: i have created my account on https://freeswitch.org/jira then i have used that details to login on https://freeswitch.org/stash/projects/FS/repos/freeswitch/browse after login goto manage my account setting and aded ssh keys https://freeswitch.org/stash/plugins/servlet/ssh/account/keys after that in terminal git clone ssh://git at freeswitch.org:7999/fs/freeswitch.git is working for me On Tue, Sep 29, 2015 at 1:04 PM, Vikas Kumar > wrote: What were the steps you followed while cloning using ssh. From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Shabbir abbasi Sent: 28 September 2015 11:29 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" got success via ssh On Mon, Sep 28, 2015 at 10:27 AM, Michael Giagnocavo > wrote: Or? re-enable TLS1 and 1.1 with downgrade protection and problem solved with no security issues? From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Ken Rice Sent: Sunday, September 27, 2015 12:37 PM To: FreeSWITCH Users Help > Subject: Re: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" Upgrate to debian 8 or centos 7, or clone over ssh (you'll need to create an account for the later) Sent from my iPhone On Sep 27, 2015, at 1:25 PM, Shabbir abbasi > wrote: any solution ? On Sun, Sep 27, 2015 at 11:17 PM, Michael Jerris > wrote: cent 6 might not have TLS 1.2 support. On Sunday, September 27, 2015, Shabbir abbasi > wrote: Dear michael, CentOS release 6.7 (Final) Linux localhost.localdomain 3.10.40-1.el6.elrepo.i686 after Yum update export GIT_CURL_VERBOSE=1 now error is git clone https://freeswitch.org/stash/scm/fs/freeswitch.git Initialized empty Git repository in /usr/src/freeswitch/.git/ * Couldn't find host freeswitch.org in the .netrc file; using defaults * About to connect() to freeswitch.org port 443 (#0) * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) port 443 (#0) * Initializing NSS with certpath: sql:/etc/pki/nssdb * NSS error -12190 * Expire cleared * Closing connection #0 * Couldn't find host freeswitch.org in the .netrc file; using defaults * About to connect() to freeswitch.org port 443 (#0) * Trying 209.105.235.6... * Connected to freeswitch.org (209.105.235.6) port 443 (#0) * NSS error -12190 * Expire cleared * Closing connection #0 error: while accessing https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs fatal: HTTP request failed On Sun, Sep 27, 2015 at 10:18 PM, Michael Jerris > wrote: what operating system is this? On Sunday, September 27, 2015, Shabbir abbasi > wrote: git clone https://freeswitch.org/stash/scm/fs/freeswitch.git Initialized empty Git repository in /usr/src/freeswitch/.git/ error: SSL write: error -5938 while accessing https://freeswitch.org/stash/scm/fs/freeswitch.git/info/refs fatal: HTTP request failed any solution ? _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org Disclaimer :- The information in this e-mail and any attachments is confidential and may be legally privileged. It is intended solely for the addressee or addressees. If you are not an intended recipient, please delete the message and any attachments and notify the sender of misdelivery. Any use or disclosure of the contents of either is unauthorised and may be unlawful. All liability for viruses is excluded to the fullest extent permitted by law. Any views expressed in this message are those of the individual sender, except where the sender states them, with requisite authority, to be those of the specific TIMES GROUP company. _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://confluence.freeswitch.org http://www.cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -- Brian West brian at freeswitch.org [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here! | Reddit: /r/freeswitch T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest -- Brian West brian at freeswitch.org [http://billing.freeswitch.org/templates/default/img/whmcslogo.png] Twitter: @FreeSWITCH , @briankwest http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here! | Reddit: /r/freeswitch T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/1d726a1f/attachment-0001.html From jungleboogie0 at gmail.com Sat Oct 3 07:08:22 2015 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Fri, 2 Oct 2015 20:08:22 -0700 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Sent from my iPhone 7.1 On Oct 2, 2015 5:52 PM, "Michael Giagnocavo" wrote: > > Get a better payment processor? Stripe should have you running in no time. Or ask your payment processor for a citation? They are rather confused if they are insisting that anything that says FreeSWITCH must only be available over TLS1.2. Perhaps they are talking about the site as it currently is. > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/22b80991/attachment.html From jungleboogie0 at gmail.com Sat Oct 3 07:10:29 2015 From: jungleboogie0 at gmail.com (jungle Boogie) Date: Fri, 2 Oct 2015 20:10:29 -0700 Subject: [Freeswitch-users] unable to clone master " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git" In-Reply-To: References: <20B9A1DE-79CB-45AB-BC98-F7FD9C9109DF@freeswitch.org> <36079dcc8a6c41cfb3d1aea76cba54a1@DMTEX02P.timesgroup.com> <4754233D-4C19-4B7C-89A1-7B70912DF4C8@mgtech.com> <283101d0fba9$0e709b50$2b51d1f0$@freeswitch.org> Message-ID: Sent from my iPhone 7.1 On Oct 2, 2015 8:08 PM, "jungle Boogie" wrote: > > Sent from my iPhone 7.1 > > On Oct 2, 2015 5:52 PM, "Michael Giagnocavo" wrote: > > > > Get a better payment processor? Stripe should have you running in no time. Or ask your payment processor for a citation? They are rather confused if they are insisting that anything that says FreeSWITCH must only be available over TLS1.2. Perhaps they are talking about the site as it currently is. > > I suspect payment processor is jumping the gun as TLS 1.0 and 1.1 don't need to be phased out until 30 June, 2016. Sent from my iPhone 7.1 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151002/b88158ef/attachment.html From igorolhovskiy at gmail.com Sat Oct 3 09:41:40 2015 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Sat, 3 Oct 2015 08:41:40 +0300 Subject: [Freeswitch-users] Freeswitch to ignore 302 redirect in bridge app In-Reply-To: References: Message-ID: Thanks! ) 2015-10-02 22:34 GMT+03:00 Brian West : > {outbound_redirect_fatal=true}user/ > > On Fri, Oct 2, 2015 at 1:52 PM, Igor Olhovskiy > wrote: > >> Or may be even ignore custom dialstring for user :) >> >> 2015-10-02 21:51 GMT+03:00 Igor Olhovskiy : >> >>> Hi! >>> >>> Is there any option for freeswitch to ignore redirect turned on >>> ip-phone? For example, I have bridge to multiple destinations and one of >>> destination can simply ruin the logic turning on redirect on it's phone. >>> >>> -- >>> Best regards, >>> Igor >>> >> >> >> >> -- >> 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 >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/9836d587/attachment.html From mic.niel84 at gmail.com Sat Oct 3 13:57:12 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Sat, 3 Oct 2015 11:57:12 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: I see. Does it matter that I don't have an extension called 1000 in my FS, nor in my Twilio account? On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba wrote: > if you have a deep look at inbound gateway it is for receiving calls from > Twilio as you can see below, this line informing freeswitch where to route > inkling call. > > > > > > *From: *Michael Nielsen > *Date: *October 2, 2015 at 11:24:51 PM GMT+3 > *To: *FreeSWITCH Users Help > *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* > > > Outbound works fine. > > Without having the inbound gateway calls are still routed to my FS to my > public context from Twilio. > Adding the twilio-inbound doesn't seem to change anything...? > > > > On Friday, October 2, 2015, Brian West wrote: > >> Well you'd send outbound calls out the outbound and the inbound one is >> just to register with twilio so they know where to send your inbound >> calls. Nothing more. >> >> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >> wrote: >> >>> I'm trying to setup twilio as gateway following this guide: >>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>> >>> In their example of twiliotrunk.xml they have twilio-inbound and >>> twilio-outbound. >>> >>> What is the difference between the two gateways? I know their names >>> indicate inbound and outbound calling, but how can Freeswitch tell the >>> difference between them. Especially how can Freeswitch now to use >>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>> as the only difference is register-proxy and expire-seconds between the two? >>> >>> Make sense? >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> > > > _______________________________________________ > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/5a6653f6/attachment-0001.html From mic.niel84 at gmail.com Sat Oct 3 13:58:44 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Sat, 3 Oct 2015 11:58:44 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: When adding the extension, I get the following - even though my username and password etc. are correct as they work for the outbound gateway...: twilio-inbound Failed Registration [908] On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen wrote: > I see. > Does it matter that I don't have an extension called 1000 in my FS, nor in > my Twilio account? > > On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba wrote: > >> if you have a deep look at inbound gateway it is for receiving calls >> from Twilio as you can see below, this line informing freeswitch where to >> route inkling call. >> >> >> >> >> >> *From: *Michael Nielsen >> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >> *To: *FreeSWITCH Users Help >> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >> >> >> Outbound works fine. >> >> Without having the inbound gateway calls are still routed to my FS to my >> public context from Twilio. >> Adding the twilio-inbound doesn't seem to change anything...? >> >> >> >> On Friday, October 2, 2015, Brian West wrote: >> >>> Well you'd send outbound calls out the outbound and the inbound one is >>> just to register with twilio so they know where to send your inbound >>> calls. Nothing more. >>> >>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>> wrote: >>> >>>> I'm trying to setup twilio as gateway following this guide: >>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>> >>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>> twilio-outbound. >>>> >>>> What is the difference between the two gateways? I know their names >>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>> difference between them. Especially how can Freeswitch now to use >>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>> as the only difference is register-proxy and expire-seconds between the two? >>>> >>>> Make sense? >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> Got Bugs? Report them here ! | Reddit: >>> /r/freeswitch >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >> >> >> _______________________________________________ >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/fa3295a4/attachment.html From mic.niel84 at gmail.com Sat Oct 3 14:09:05 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Sat, 3 Oct 2015 12:09:05 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: Looking at their guide for secure setup: https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf they've added When I do this, registering doesn't fail (obviously), but inbound calls are still not registered as coming from twilio... They still land directly in the public context without the variables set correctly. On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen wrote: > When adding the extension, I get the following - even though my username > and password etc. are correct as they work for the outbound gateway...: > > twilio-inbound Failed Registration [908] > > On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen > wrote: > >> I see. >> Does it matter that I don't have an extension called 1000 in my FS, nor >> in my Twilio account? >> >> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba wrote: >> >>> if you have a deep look at inbound gateway it is for receiving calls >>> from Twilio as you can see below, this line informing freeswitch where to >>> route inkling call. >>> >>> >>> >>> >>> >>> *From: *Michael Nielsen >>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>> *To: *FreeSWITCH Users Help >>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>> >>> >>> Outbound works fine. >>> >>> Without having the inbound gateway calls are still routed to my FS to my >>> public context from Twilio. >>> Adding the twilio-inbound doesn't seem to change anything...? >>> >>> >>> >>> On Friday, October 2, 2015, Brian West wrote: >>> >>>> Well you'd send outbound calls out the outbound and the inbound one is >>>> just to register with twilio so they know where to send your inbound >>>> calls. Nothing more. >>>> >>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>>> wrote: >>>> >>>>> I'm trying to setup twilio as gateway following this guide: >>>>> >>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>> >>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>> twilio-outbound. >>>>> >>>>> What is the difference between the two gateways? I know their names >>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>> difference between them. Especially how can Freeswitch now to use >>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>> >>>>> Make sense? >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>>> >>>> -- >>>> >>>> *Brian West* >>>> brian at freeswitch.org >>>> >>>> >>>> *Twitter: @FreeSWITCH , @briankwest* >>>> http://www.freeswitchbook.com >>>> http://www.freeswitchcookbook.com >>>> >>>> Got Bugs? Report them here ! | Reddit: >>>> /r/freeswitch >>>> >>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>> >>> >>> >>> _______________________________________________ >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/f4a4ce37/attachment-0001.html From ssinyagin at gmail.com Sat Oct 3 18:54:26 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sat, 3 Oct 2015 16:54:26 +0200 Subject: [Freeswitch-users] FreeSWITCH Unstable Repo In-Reply-To: References: Message-ID: are the updates really done automatically? The version that is available is few days old and it has broken DTMF ( https://freeswitch.org/jira/browse/FS-8275 ) On Thu, Jun 18, 2015 at 4:18 PM, Brian West wrote: > FreeSWITCHers, > > To help speed the testing and release cycle up, Team FreeSWITCH has > created a FreeSWITCH Unstable Debian repo, This repo is updated after every > commit to master and the debs lag behind about an hour from each commit. > > WARNING this repo is untested and should NOT be used in production. > > How to use this repo: > > 1. New Debian Jessie system > 2. Run These Commands: > > echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie > main" > /etc/apt/sources.list.d/99FreeSWITCH.list > echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> > /etc/apt/sources.list.d/99FreeSWITCH.list > wget -O - https://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key > add - > apt-get update > apt-get install freeswitch-all > > 3. To update: > > apt-get update > apt-get dist-upgrade > > Any commit that goes in while the current build is running will be > included in the next build that starts. > > Questions? Mailing List / IRC / Hipchat > Comments? Mailing List / IRC / Hipchat > Bugs? https://freeswitch.org/jira/ > > Thanks, and happy testing! > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > ClueCon 2015 Call for Speakers > | Register > TODAY! | Reddit: /r/freeswitch > > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/3c9f8952/attachment.html From mike at jerris.com Sat Oct 3 21:36:58 2015 From: mike at jerris.com (Michael Jerris) Date: Sat, 3 Oct 2015 13:36:58 -0400 Subject: [Freeswitch-users] FreeSWITCH Unstable Repo In-Reply-To: References: Message-ID: They are supposed to. Which repo? On Saturday, October 3, 2015, Stanislav Sinyagin wrote: > are the updates really done automatically? The version that is available > is few days old and it has broken DTMF ( > https://freeswitch.org/jira/browse/FS-8275 ) > > > > > On Thu, Jun 18, 2015 at 4:18 PM, Brian West > wrote: > >> FreeSWITCHers, >> >> To help speed the testing and release cycle up, Team FreeSWITCH has >> created a FreeSWITCH Unstable Debian repo, This repo is updated after every >> commit to master and the debs lag behind about an hour from each commit. >> >> WARNING this repo is untested and should NOT be used in production. >> >> How to use this repo: >> >> 1. New Debian Jessie system >> 2. Run These Commands: >> >> echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie >> main" > /etc/apt/sources.list.d/99FreeSWITCH.list >> echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> >> /etc/apt/sources.list.d/99FreeSWITCH.list >> wget -O - https://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key >> add - >> apt-get update >> apt-get install freeswitch-all >> >> 3. To update: >> >> apt-get update >> apt-get dist-upgrade >> >> Any commit that goes in while the current build is running will be >> included in the next build that starts. >> >> Questions? Mailing List / IRC / Hipchat >> Comments? Mailing List / IRC / Hipchat >> Bugs? https://freeswitch.org/jira/ >> >> Thanks, and happy testing! >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> ClueCon 2015 Call for Speakers >> | Register >> TODAY! | Reddit: /r/freeswitch >> >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/bb3b045f/attachment.html From ssinyagin at gmail.com Sat Oct 3 21:49:23 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sat, 3 Oct 2015 19:49:23 +0200 Subject: [Freeswitch-users] FreeSWITCH Unstable Repo In-Reply-To: References: Message-ID: the unstable one. http://files.freeswitch.org/repo/deb/debian-unstable/pool/main/f/freeswitch/ Now there's a new version abvailable On Sat, Oct 3, 2015 at 7:36 PM, Michael Jerris wrote: > They are supposed to. Which repo? > > > On Saturday, October 3, 2015, Stanislav Sinyagin > wrote: > >> are the updates really done automatically? The version that is available >> is few days old and it has broken DTMF ( >> https://freeswitch.org/jira/browse/FS-8275 ) >> >> >> >> >> On Thu, Jun 18, 2015 at 4:18 PM, Brian West wrote: >> >>> FreeSWITCHers, >>> >>> To help speed the testing and release cycle up, Team FreeSWITCH has >>> created a FreeSWITCH Unstable Debian repo, This repo is updated after every >>> commit to master and the debs lag behind about an hour from each commit. >>> >>> WARNING this repo is untested and should NOT be used in production. >>> >>> How to use this repo: >>> >>> 1. New Debian Jessie system >>> 2. Run These Commands: >>> >>> echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie >>> main" > /etc/apt/sources.list.d/99FreeSWITCH.list >>> echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> >>> /etc/apt/sources.list.d/99FreeSWITCH.list >>> wget -O - https://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key >>> add - >>> apt-get update >>> apt-get install freeswitch-all >>> >>> 3. To update: >>> >>> apt-get update >>> apt-get dist-upgrade >>> >>> Any commit that goes in while the current build is running will be >>> included in the next build that starts. >>> >>> Questions? Mailing List / IRC / Hipchat >>> Comments? Mailing List / IRC / Hipchat >>> Bugs? https://freeswitch.org/jira/ >>> >>> Thanks, and happy testing! >>> >>> -- >>> >>> *Brian West* >>> brian at freeswitch.org >>> >>> >>> *Twitter: @FreeSWITCH , @briankwest* >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> ClueCon 2015 Call for Speakers >>> | Register >>> TODAY! | Reddit: /r/freeswitch >>> >>> >>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/f70eb5e7/attachment-0001.html From krice at freeswitch.org Sat Oct 3 21:59:08 2015 From: krice at freeswitch.org (Ken Rice) Date: Sat, 3 Oct 2015 12:59:08 -0500 Subject: [Freeswitch-users] FreeSWITCH Unstable Repo In-Reply-To: References: Message-ID: <5013B9A7-6A97-4405-A2FF-1BE4B951AE42@freeswitch.org> There was a hung process blocking the builds its been resoved and will upudate on the next commit Sent from my iPhone > On Oct 3, 2015, at 12:36 PM, Michael Jerris wrote: > > They are supposed to. Which repo? > >> On Saturday, October 3, 2015, Stanislav Sinyagin wrote: >> are the updates really done automatically? The version that is available is few days old and it has broken DTMF ( https://freeswitch.org/jira/browse/FS-8275 ) >> >> >> >> >>> On Thu, Jun 18, 2015 at 4:18 PM, Brian West wrote: >>> FreeSWITCHers, >>> >>> To help speed the testing and release cycle up, Team FreeSWITCH has created a FreeSWITCH Unstable Debian repo, This repo is updated after every commit to master and the debs lag behind about an hour from each commit. >>> >>> WARNING this repo is untested and should NOT be used in production. >>> >>> How to use this repo: >>> >>> 1. New Debian Jessie system >>> 2. Run These Commands: >>> >>> echo "deb http://files.freeswitch.org/repo/deb/debian-unstable/ jessie main" > /etc/apt/sources.list.d/99FreeSWITCH.list >>> echo "deb http://files.freeswitch.org/repo/deb/debian/ jessie main" >> /etc/apt/sources.list.d/99FreeSWITCH.list >>> wget -O - https://files.freeswitch.org/repo/deb/debian/key.gpg |apt-key add - >>> apt-get update >>> apt-get install freeswitch-all >>> >>> 3. To update: >>> >>> apt-get update >>> apt-get dist-upgrade >>> >>> Any commit that goes in while the current build is running will be included in the next build that starts. >>> >>> Questions? Mailing List / IRC / Hipchat >>> Comments? Mailing List / IRC / Hipchat >>> Bugs? https://freeswitch.org/jira/ >>> >>> Thanks, and happy testing! >>> >>> -- >>> Brian West >>> brian at freeswitch.org >>> >>> >>> >>> Twitter: @FreeSWITCH , @briankwest >>> http://www.freeswitchbook.com >>> http://www.freeswitchcookbook.com >>> >>> ClueCon 2015 Call for Speakers | Register TODAY! | Reddit: /r/freeswitch >>> >>> T:+19184209001 | F:+19184209002 | M:+1918424WEST (9378) >>> iNUM:+883 5100 1420 9001 | ISN:410*543 | Skype:briankwest >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151003/0d9fad2c/attachment.html From mic.niel84 at gmail.com Sun Oct 4 15:37:16 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Sun, 4 Oct 2015 13:37:16 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: Still no luck. Any other ideas on how to "catch" the calls from the public context in FS? My goal is to transfer all calls from Twilio to my default context. On Saturday, October 3, 2015, Michael Nielsen wrote: > Looking at their guide for secure setup: > https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf > they've added > When I do this, registering doesn't fail (obviously), but inbound calls > are still not registered as coming from twilio... They still land directly > in the public context without the variables set correctly. > > On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen > wrote: > >> When adding the extension, I get the following - even though my username >> and password etc. are correct as they work for the outbound gateway...: >> >> twilio-inbound Failed Registration [908] >> >> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen > > wrote: >> >>> I see. >>> Does it matter that I don't have an extension called 1000 in my FS, nor >>> in my Twilio account? >>> >>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >> > wrote: >>> >>>> if you have a deep look at inbound gateway it is for receiving calls >>>> from Twilio as you can see below, this line informing freeswitch where to >>>> route inkling call. >>>> >>>> >>>> >>>> >>>> >>>> *From: *Michael Nielsen >>> > >>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>> *To: *FreeSWITCH Users Help >>> >>>> > >>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>> >>>> >>>> Outbound works fine. >>>> >>>> Without having the inbound gateway calls are still routed to my FS to >>>> my public context from Twilio. >>>> Adding the twilio-inbound doesn't seem to change anything...? >>>> >>>> >>>> >>>> On Friday, October 2, 2015, Brian West >>> > wrote: >>>> >>>>> Well you'd send outbound calls out the outbound and the inbound one >>>>> is just to register with twilio so they know where to send your inbound >>>>> calls. Nothing more. >>>>> >>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>>>> wrote: >>>>> >>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>> >>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>> >>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>> twilio-outbound. >>>>>> >>>>>> What is the difference between the two gateways? I know their names >>>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>>> difference between them. Especially how can Freeswitch now to use >>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>> >>>>>> Make sense? >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> *Brian West* >>>>> brian at freeswitch.org >>>>> >>>>> >>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>> http://www.freeswitchbook.com >>>>> http://www.freeswitchcookbook.com >>>>> >>>>> Got Bugs? Report them here ! | Reddit: >>>>> /r/freeswitch >>>>> >>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>> >>>> >>>> >>>> _______________________________________________ >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/2d63105c/attachment-0001.html From s.safarov at gmail.com Sun Oct 4 21:26:16 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Sun, 4 Oct 2015 20:26:16 +0300 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: Inbound call can be received 1) if twillio guys configure gateway to route incomes calls to you 2) or if FS provide information how to route call for you After reading gateway config files, I has found that used second case "FS provides information how to route calls via registration mechanism". Please: - configure clean FS host as described in twilio manuals; - enable siptrace; - enable debug log; - make incoming call; - attach debug log in respond to this message. I try help you On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen wrote: > Still no luck. > Any other ideas on how to "catch" the calls from the public context in FS? > My goal is to transfer all calls from Twilio to my default context. > > > On Saturday, October 3, 2015, Michael Nielsen > wrote: > >> Looking at their guide for secure setup: >> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >> they've added >> When I do this, registering doesn't fail (obviously), but inbound calls >> are still not registered as coming from twilio... They still land directly >> in the public context without the variables set correctly. >> >> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >> wrote: >> >>> When adding the extension, I get the following - even though my username >>> and password etc. are correct as they work for the outbound gateway...: >>> >>> twilio-inbound Failed Registration [908] >>> >>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen >>> wrote: >>> >>>> I see. >>>> Does it matter that I don't have an extension called 1000 in my FS, nor >>>> in my Twilio account? >>>> >>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>> wrote: >>>> >>>>> if you have a deep look at inbound gateway it is for receiving calls >>>>> from Twilio as you can see below, this line informing freeswitch where to >>>>> route inkling call. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> *From: *Michael Nielsen >>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>> *To: *FreeSWITCH Users Help >>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>> >>>>> >>>>> Outbound works fine. >>>>> >>>>> Without having the inbound gateway calls are still routed to my FS to >>>>> my public context from Twilio. >>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>> >>>>> >>>>> >>>>> On Friday, October 2, 2015, Brian West wrote: >>>>> >>>>>> Well you'd send outbound calls out the outbound and the inbound one >>>>>> is just to register with twilio so they know where to send your inbound >>>>>> calls. Nothing more. >>>>>> >>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>>>> > wrote: >>>>>> >>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>> >>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>> >>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>> twilio-outbound. >>>>>>> >>>>>>> What is the difference between the two gateways? I know their names >>>>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>>>> difference between them. Especially how can Freeswitch now to use >>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>> >>>>>>> Make sense? >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/e05cb6ef/attachment.html From rtreleaven at bunnykick.ca Sun Oct 4 21:29:00 2015 From: rtreleaven at bunnykick.ca (Russell Treleaven) Date: Sun, 4 Oct 2015 13:29:00 -0400 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: I think you should get this book. https://www.packtpub.com/networking-and-servers/freeswitch-12 It is still quite relevant and a good introduction. On Sun, Oct 4, 2015 at 7:37 AM, Michael Nielsen wrote: > Still no luck. > Any other ideas on how to "catch" the calls from the public context in FS? > My goal is to transfer all calls from Twilio to my default context. > > > On Saturday, October 3, 2015, Michael Nielsen > wrote: > >> Looking at their guide for secure setup: >> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >> they've added >> When I do this, registering doesn't fail (obviously), but inbound calls >> are still not registered as coming from twilio... They still land directly >> in the public context without the variables set correctly. >> >> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >> wrote: >> >>> When adding the extension, I get the following - even though my username >>> and password etc. are correct as they work for the outbound gateway...: >>> >>> twilio-inbound Failed Registration [908] >>> >>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen >>> wrote: >>> >>>> I see. >>>> Does it matter that I don't have an extension called 1000 in my FS, nor >>>> in my Twilio account? >>>> >>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>> wrote: >>>> >>>>> if you have a deep look at inbound gateway it is for receiving calls >>>>> from Twilio as you can see below, this line informing freeswitch where to >>>>> route inkling call. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> *From: *Michael Nielsen >>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>> *To: *FreeSWITCH Users Help >>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>> >>>>> >>>>> Outbound works fine. >>>>> >>>>> Without having the inbound gateway calls are still routed to my FS to >>>>> my public context from Twilio. >>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>> >>>>> >>>>> >>>>> On Friday, October 2, 2015, Brian West wrote: >>>>> >>>>>> Well you'd send outbound calls out the outbound and the inbound one >>>>>> is just to register with twilio so they know where to send your inbound >>>>>> calls. Nothing more. >>>>>> >>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>>>> > wrote: >>>>>> >>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>> >>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>> >>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>> twilio-outbound. >>>>>>> >>>>>>> What is the difference between the two gateways? I know their names >>>>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>>>> difference between them. Especially how can Freeswitch now to use >>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>> >>>>>>> Make sense? >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/ed6c4df3/attachment-0001.html From lists at virtues.net Sun Oct 4 22:41:13 2015 From: lists at virtues.net (Thomas) Date: Sun, 4 Oct 2015 15:41:13 -0300 Subject: [Freeswitch-users] Opus PLC issue - can this be a bug? Message-ID: <561172C9.1000409@virtues.net> Hello list, on a connection with an unfortunate amount of packet loss, I'm getting a lot of these: mod_opus.c:289 FEC in CELT_ONLY mode ?! ... with the occasional ... mod_opus.c:801 Decoder Error: corrupted stream fs:4080 plc:false! switch_core_io.c:622 Codec RAW Signed Linear (16 bit) decoder error! [9] ... and ... switch_rtp.c:875 Invalid STUN/ICE packet received 493 bytes That's accompanied by robotic distortion. This sounds more like FS is receiving total junk rather than missing packets, but surely there must be checksums preventing errors inside these packets? Can this really be a bug in FS, or do I need an exorcist for that internet connection? :) Cheers! Thomas P.S.: Last nights master From ssinyagin at gmail.com Sun Oct 4 22:46:57 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Sun, 4 Oct 2015 20:46:57 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: maybe it makes sense to order a training? Although the book is usually sufficient to grasp all aspects of the software. On Sun, Oct 4, 2015 at 1:37 PM, Michael Nielsen wrote: > Still no luck. > Any other ideas on how to "catch" the calls from the public context in FS? > My goal is to transfer all calls from Twilio to my default context. > > > On Saturday, October 3, 2015, Michael Nielsen > wrote: > >> Looking at their guide for secure setup: >> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >> they've added >> When I do this, registering doesn't fail (obviously), but inbound calls >> are still not registered as coming from twilio... They still land directly >> in the public context without the variables set correctly. >> >> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >> wrote: >> >>> When adding the extension, I get the following - even though my username >>> and password etc. are correct as they work for the outbound gateway...: >>> >>> twilio-inbound Failed Registration [908] >>> >>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen >>> wrote: >>> >>>> I see. >>>> Does it matter that I don't have an extension called 1000 in my FS, nor >>>> in my Twilio account? >>>> >>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>> wrote: >>>> >>>>> if you have a deep look at inbound gateway it is for receiving calls >>>>> from Twilio as you can see below, this line informing freeswitch where to >>>>> route inkling call. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> *From: *Michael Nielsen >>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>> *To: *FreeSWITCH Users Help >>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>> >>>>> >>>>> Outbound works fine. >>>>> >>>>> Without having the inbound gateway calls are still routed to my FS to >>>>> my public context from Twilio. >>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>> >>>>> >>>>> >>>>> On Friday, October 2, 2015, Brian West wrote: >>>>> >>>>>> Well you'd send outbound calls out the outbound and the inbound one >>>>>> is just to register with twilio so they know where to send your inbound >>>>>> calls. Nothing more. >>>>>> >>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen >>>>> > wrote: >>>>>> >>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>> >>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>> >>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>> twilio-outbound. >>>>>>> >>>>>>> What is the difference between the two gateways? I know their names >>>>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>>>> difference between them. Especially how can Freeswitch now to use >>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>> >>>>>>> Make sense? >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> *Brian West* >>>>>> brian at freeswitch.org >>>>>> >>>>>> >>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>> http://www.freeswitchbook.com >>>>>> http://www.freeswitchcookbook.com >>>>>> >>>>>> Got Bugs? Report them here ! | Reddit: >>>>>> /r/freeswitch >>>>>> >>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >>> >> > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/8078f1f5/attachment.html From brian at freeswitch.org Sun Oct 4 23:37:28 2015 From: brian at freeswitch.org (Brian West) Date: Sun, 4 Oct 2015 14:37:28 -0500 Subject: [Freeswitch-users] Opus PLC issue - can this be a bug? In-Reply-To: <561172C9.1000409@virtues.net> References: <561172C9.1000409@virtues.net> Message-ID: Have you tried with code from today? we had a regression I think that was resolved late yesterday. On Sun, Oct 4, 2015 at 1:41 PM, Thomas wrote: > Hello list, > > on a connection with an unfortunate amount of packet loss, I'm getting a > lot of these: > > mod_opus.c:289 FEC in CELT_ONLY mode ?! > > ... with the occasional ... > > mod_opus.c:801 Decoder Error: corrupted stream fs:4080 plc:false! > switch_core_io.c:622 Codec RAW Signed Linear (16 bit) decoder error! [9] > > ... and ... > > switch_rtp.c:875 Invalid STUN/ICE packet received 493 bytes > > That's accompanied by robotic distortion. > > This sounds more like FS is receiving total junk rather than missing > packets, but surely there must be checksums > preventing errors inside these packets? Can this really be a bug in FS, or > do I need an exorcist for that internet > connection? :) > > Cheers! > > Thomas > > P.S.: Last nights master > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/d752ed0e/attachment-0001.html From mic.niel84 at gmail.com Mon Oct 5 00:15:20 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Sun, 4 Oct 2015 22:15:20 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: I'll create some logs tomorrow. Just to clarify: - Calls are routes from Twilio to my FS - My FS is a clean installation, 1.6.2 - I've used Twilio's guide for setting up gateways, inbound and outbound - Outbound calls are routed correctly - Inbound calls are as mentioned routes to my FS, but my Twilio-inbound doesn't seem to have anything to do with it, therefor, I'm not able to set any variables in incoming calls from Twilio so I can detect them in my public context and transfer them to my default context. I don't want to route all calls in my public context to my default context, this would open a security issue. Only Twilio calls should be handled in such a manner. That's my challenge. On Sunday, October 4, 2015, Sergey Safarov wrote: > Inbound call can be received > 1) if twillio guys configure gateway to route incomes calls to you > 2) or if FS provide information how to route call for you > > After reading gateway config files, I has found that used second case "FS > provides information how to route calls via registration mechanism". > > Please: > - configure clean FS host as described in twilio manuals; > - enable siptrace; > - enable debug log; > - make incoming call; > - attach debug log in respond to this message. > > I try help you > > > On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen > wrote: > >> Still no luck. >> Any other ideas on how to "catch" the calls from the public context in FS? >> My goal is to transfer all calls from Twilio to my default context. >> >> >> On Saturday, October 3, 2015, Michael Nielsen > > wrote: >> >>> Looking at their guide for secure setup: >>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>> they've added >>> When I do this, registering doesn't fail (obviously), but inbound calls >>> are still not registered as coming from twilio... They still land directly >>> in the public context without the variables set correctly. >>> >>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >>> wrote: >>> >>>> When adding the extension, I get the following - even though my >>>> username and password etc. are correct as they work for the outbound >>>> gateway...: >>>> >>>> twilio-inbound Failed Registration [908] >>>> >>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen >>>> wrote: >>>> >>>>> I see. >>>>> Does it matter that I don't have an extension called 1000 in my FS, >>>>> nor in my Twilio account? >>>>> >>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>> wrote: >>>>> >>>>>> if you have a deep look at inbound gateway it is for receiving calls >>>>>> from Twilio as you can see below, this line informing freeswitch where to >>>>>> route inkling call. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> *From: *Michael Nielsen >>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>> *To: *FreeSWITCH Users Help >>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>> >>>>>> >>>>>> Outbound works fine. >>>>>> >>>>>> Without having the inbound gateway calls are still routed to my FS to >>>>>> my public context from Twilio. >>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>> >>>>>> >>>>>> >>>>>> On Friday, October 2, 2015, Brian West wrote: >>>>>> >>>>>>> Well you'd send outbound calls out the outbound and the inbound one >>>>>>> is just to register with twilio so they know where to send your inbound >>>>>>> calls. Nothing more. >>>>>>> >>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>> >>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>> >>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>> >>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>>> twilio-outbound. >>>>>>>> >>>>>>>> What is the difference between the two gateways? I know their names >>>>>>>> indicate inbound and outbound calling, but how can Freeswitch tell the >>>>>>>> difference between them. Especially how can Freeswitch now to use >>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>> >>>>>>>> Make sense? >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> *Brian West* >>>>>>> brian at freeswitch.org >>>>>>> >>>>>>> >>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>> http://www.freeswitchbook.com >>>>>>> http://www.freeswitchcookbook.com >>>>>>> >>>>>>> Got Bugs? Report them here ! | Reddit: >>>>>>> /r/freeswitch >>>>>>> >>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>> >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>>> >>> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/3e9b7058/attachment-0001.html From lists at virtues.net Mon Oct 5 01:19:12 2015 From: lists at virtues.net (Thomas) Date: Sun, 4 Oct 2015 18:19:12 -0300 Subject: [Freeswitch-users] Opus PLC issue - can this be a bug? In-Reply-To: References: <561172C9.1000409@virtues.net> Message-ID: <561197D0.3060804@virtues.net> Just retested with latest master, still there. It also sometimes includes this: switch_core_media.c:2421 alternate payload received (received 72, expecting 111) switch_core_media.c:2444 Could not change to payload type 72, ignoring... or this mod_opus.c:346 OPUS_INVALID_PACKET ! nb_opus_frames: -4 mod_opus.c:836 Decoder Error: corrupted stream fs:4080 plc:false! switch_core_io.c:1244 Codec OPUS (STANDARD) decoder error! When I test through echo without any decoding, it sounds surprisingly good for 5% packet loss. So it seems like an FS issue. It's quite strange though. Will file a jira. On 04.10.2015 16:37, Brian West wrote: > Have you tried with code from today? we had a regression I think that was resolved late yesterday. > > On Sun, Oct 4, 2015 at 1:41 PM, Thomas > wrote: > > Hello list, > > on a connection with an unfortunate amount of packet loss, I'm getting a lot of these: > > mod_opus.c:289 FEC in CELT_ONLY mode ?! > > ... with the occasional ... > > mod_opus.c:801 Decoder Error: corrupted stream fs:4080 plc:false! > switch_core_io.c:622 Codec RAW Signed Linear (16 bit) decoder error! [9] > > ... and ... > > switch_rtp.c:875 Invalid STUN/ICE packet received 493 bytes > > That's accompanied by robotic distortion. > > This sounds more like FS is receiving total junk rather than missing packets, but surely there must be checksums > preventing errors inside these packets? Can this really be a bug in FS, or do I need an exorcist for that internet > connection? :) > > Cheers! > > Thomas > > P.S.: Last nights master > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > > */Brian West/* > brian at freeswitch.org > > > */Twitter: @FreeSWITCH , @briankwest/* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151004/c29e525b/attachment.html From ssinyagin at gmail.com Mon Oct 5 02:25:17 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 00:25:17 +0200 Subject: [Freeswitch-users] Opus PLC issue - can this be a bug? In-Reply-To: <561197D0.3060804@virtues.net> References: <561172C9.1000409@virtues.net> <561197D0.3060804@virtues.net> Message-ID: here's a great deal of advice on how to simulate a random packet drop: http://stackoverflow.com/questions/614795/simulate-delayed-and-dropped-packets-on-linux On Sun, Oct 4, 2015 at 11:19 PM, Thomas wrote: > Just retested with latest master, still there. > > It also sometimes includes this: > > switch_core_media.c:2421 alternate payload received (received 72, > expecting 111) > switch_core_media.c:2444 Could not change to payload type 72, ignoring... > > or this > > mod_opus.c:346 OPUS_INVALID_PACKET ! nb_opus_frames: -4 > mod_opus.c:836 Decoder Error: corrupted stream fs:4080 plc:false! > switch_core_io.c:1244 Codec OPUS (STANDARD) decoder error! > > When I test through echo without any decoding, it sounds surprisingly good > for 5% packet loss. So it seems like an FS issue. It's quite strange > though. Will file a jira. > > > > On 04.10.2015 16:37, Brian West wrote: > > Have you tried with code from today? we had a regression I think that was > resolved late yesterday. > > On Sun, Oct 4, 2015 at 1:41 PM, Thomas wrote: > >> Hello list, >> >> on a connection with an unfortunate amount of packet loss, I'm getting a >> lot of these: >> >> mod_opus.c:289 FEC in CELT_ONLY mode ?! >> >> ... with the occasional ... >> >> mod_opus.c:801 Decoder Error: corrupted stream fs:4080 plc:false! >> switch_core_io.c:622 Codec RAW Signed Linear (16 bit) decoder error! [9] >> >> ... and ... >> >> switch_rtp.c:875 Invalid STUN/ICE packet received 493 bytes >> >> That's accompanied by robotic distortion. >> >> This sounds more like FS is receiving total junk rather than missing >> packets, but surely there must be checksums >> preventing errors inside these packets? Can this really be a bug in FS, >> or do I need an exorcist for that internet >> connection? :) >> >> Cheers! >> >> Thomas >> >> P.S.: Last nights master >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/71b9004d/attachment-0001.html From sms at icefire.qza.net.au Mon Oct 5 10:25:09 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 16:25:09 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen Message-ID: <561217C5.8030808@icefire.qza.net.au> Hi all, I've been looking into this card as a replacement for my current usb dongle setup, since 2g services are soon to shut down in rural areas here. The MC8704 is quad band WCDMA, so it would give access across all networks: http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 .. and possibly running it through a USB adapter like this: http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 ... though I'm not sure if this would work, with the card using the I2S interface. Is there any possibility this might work? I don't mind doing some testing, as long as it's feasible. Cheers, Francis From gmaruzz at gmail.com Mon Oct 5 10:35:15 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 5 Oct 2015 08:35:15 +0200 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <561217C5.8030808@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> Message-ID: no idea at all. If it comes out as being compatible with USB dongles supported, yes. It does not seems probable to me. I would look into other USB dongles, almost for sure there are some that are compatible with your network and mod_gsmopen. -giovanni On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: > Hi all, > > I've been looking into this card as a replacement for my current usb > dongle setup, since 2g services are soon to shut down in rural areas > here. The MC8704 is quad band WCDMA, so it would give access across all > networks: > > > http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 > > .. and possibly running it through a USB adapter like this: > > > http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 > > ... though I'm not sure if this would work, with the card using the I2S > interface. Is there any possibility this might work? I don't mind doing > some testing, as long as it's feasible. > > Cheers, > Francis > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/f1a3a11f/attachment.html From ssinyagin at gmail.com Mon Oct 5 10:41:02 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 08:41:02 +0200 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <561217C5.8030808@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> Message-ID: It will work as a 3G data modem for sure. But you need to see in the specs how it's going to deliver you the voice. I looked at the Huawei cards, and they send PCM voice via some nonstandard pins which are not even wired on my host: https://txlab.wordpress.com/2015/02/22/3g-connectivity-for-pc-engines-apu-mu609/ On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: > Hi all, > > I've been looking into this card as a replacement for my current usb > dongle setup, since 2g services are soon to shut down in rural areas > here. The MC8704 is quad band WCDMA, so it would give access across all > networks: > > http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 > > .. and possibly running it through a USB adapter like this: > > http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 > > ... though I'm not sure if this would work, with the card using the I2S > interface. Is there any possibility this might work? I don't mind doing > some testing, as long as it's feasible. > > Cheers, > Francis > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 sms at icefire.qza.net.au Mon Oct 5 11:09:46 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 17:09:46 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> Message-ID: <5612223A.40304@icefire.qza.net.au> I see... the datasheet says it's USB2 but whether the I2S interface is routed that way or direct to PCIE is another story. That said, the USB adapter is only for convenience, I could plug it directly into the motherboard. I had some difficulty finding the 'ideal' dongle - quad band 3g with voice, this was the next option. Francis On 05/10/15 16:35, Giovanni Maruzzelli wrote: > no idea at all. If it comes out as being compatible with USB dongles > supported, yes. It does not seems probable to me. > > I would look into other USB dongles, almost for sure there are some > that are compatible with your network and mod_gsmopen. > > -giovanni > > On Mon, Oct 5, 2015 at 8:25 AM, Francis > wrote: > > Hi all, > > I've been looking into this card as a replacement for my current usb > dongle setup, since 2g services are soon to shut down in rural areas > here. The MC8704 is quad band WCDMA, so it would give access > across all > networks: > > http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 > > .. and possibly running it through a USB adapter like this: > > http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 > > ... though I'm not sure if this would work, with the card using > the I2S > interface. Is there any possibility this might work? I don't mind > doing > some testing, as long as it's feasible. > > Cheers, > Francis > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/34ca9a37/attachment.html From sms at icefire.qza.net.au Mon Oct 5 11:13:54 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 17:13:54 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> Message-ID: <56122332.8030405@icefire.qza.net.au> That's the tricky bit. The data sheet does say USB: http://www.wivia.com/p/datasheet/productid-229/sierra-wireless-mc8704.pdf .. but voice is over I2S and I don't know if that will work with the USB adaptor, or if I'll have to plug it directly to the motherboard to gain access. Can mod-gsmopen use the I2S interface, or is it strictly USB only? On 05/10/15 16:41, Stanislav Sinyagin wrote: > It will work as a 3G data modem for sure. But you need to see in the > specs how it's going to deliver you the voice. > > I looked at the Huawei cards, and they send PCM voice via some > nonstandard pins which are not even wired on my host: > https://txlab.wordpress.com/2015/02/22/3g-connectivity-for-pc-engines-apu-mu609/ > > > > > On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: >> Hi all, >> >> I've been looking into this card as a replacement for my current usb >> dongle setup, since 2g services are soon to shut down in rural areas >> here. The MC8704 is quad band WCDMA, so it would give access across all >> networks: >> >> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >> >> .. and possibly running it through a USB adapter like this: >> >> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >> >> ... though I'm not sure if this would work, with the card using the I2S >> interface. Is there any possibility this might work? I don't mind doing >> some testing, as long as it's feasible. >> >> Cheers, >> Francis >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From gmaruzz at gmail.com Mon Oct 5 11:22:49 2015 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Mon, 5 Oct 2015 09:22:49 +0200 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <5612223A.40304@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> Message-ID: USB dongles that are compatible with Huawei 1550 and voice traffic are kind of complex, they export a lot of USB interfaces/tty, and behaves in a pretty specific way. If you're not specifically bound to experimentation for the sake of knowledge, I repeat my counseil: go find an USB dongle model that fit your bill, and spare on money and frustrations with cards and adapters ;). On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: > I see... the datasheet says it's USB2 but whether the I2S interface is > routed that way or direct to PCIE is another story. That said, the USB > adapter is only for convenience, I could plug it directly into the > motherboard. > I had some difficulty finding the 'ideal' dongle - quad band 3g with > voice, this was the next option. > > Francis > > > On 05/10/15 16:35, Giovanni Maruzzelli wrote: > > no idea at all. If it comes out as being compatible with USB dongles > supported, yes. It does not seems probable to me. > > I would look into other USB dongles, almost for sure there are some that > are compatible with your network and mod_gsmopen. > > -giovanni > > On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: > >> Hi all, >> >> I've been looking into this card as a replacement for my current usb >> dongle setup, since 2g services are soon to shut down in rural areas >> here. The MC8704 is quad band WCDMA, so it would give access across all >> networks: >> >> >> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >> >> .. and possibly running it through a USB adapter like this: >> >> >> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >> >> ... though I'm not sure if this would work, with the card using the I2S >> interface. Is there any possibility this might work? I don't mind doing >> some testing, as long as it's feasible. >> >> Cheers, >> Francis >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.orghttp://www.freeswitchsolutions.com > > Official FreeSWITCH Siteshttp://www.freeswitch.orghttp://confluence.freeswitch.orghttp://www.cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttp://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Sincerely, Giovanni Maruzzelli Cell : +39-347-2665618 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/51a70383/attachment-0001.html From ssinyagin at gmail.com Mon Oct 5 11:41:51 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 09:41:51 +0200 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <5612223A.40304@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> Message-ID: I2S is a physical bus with specific electrical parameters. So, you need to find the pinout for this card, and see if your host actually has those pins to receive data. Then, you need to do some GPIO programming to pull the audio data from it, and somehow present it to FreeSWITCH. I'm pretty sure a standalone GSM gateway will be much cheaper. Those from Yeastar, for example, are quite decent (they run some old Asterisk inside, but who cares). On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: > I see... the datasheet says it's USB2 but whether the I2S interface is > routed that way or direct to PCIE is another story. That said, the USB > adapter is only for convenience, I could plug it directly into the > motherboard. > I had some difficulty finding the 'ideal' dongle - quad band 3g with voice, > this was the next option. > > Francis > > > On 05/10/15 16:35, Giovanni Maruzzelli wrote: > > no idea at all. If it comes out as being compatible with USB dongles > supported, yes. It does not seems probable to me. > > I would look into other USB dongles, almost for sure there are some that are > compatible with your network and mod_gsmopen. > > -giovanni > > On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: >> >> Hi all, >> >> I've been looking into this card as a replacement for my current usb >> dongle setup, since 2g services are soon to shut down in rural areas >> here. The MC8704 is quad band WCDMA, so it would give access across all >> networks: >> >> >> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >> >> .. and possibly running it through a USB adapter like this: >> >> >> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >> >> ... though I'm not sure if this would work, with the card using the I2S >> interface. Is there any possibility this might work? I don't mind doing >> some testing, as long as it's feasible. >> >> Cheers, >> Francis >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From sms at icefire.qza.net.au Mon Oct 5 13:39:53 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 19:39:53 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> Message-ID: <56124569.90401@icefire.qza.net.au> I know, common sense says to look for a dongle, but I may just experiment with a couple of cards. It can all find a new home on ebay if it doesn't work :) On 05/10/15 17:22, Giovanni Maruzzelli wrote: > USB dongles that are compatible with Huawei 1550 and voice traffic are > kind of complex, they export a lot of USB interfaces/tty, and behaves > in a pretty specific way. > > If you're not specifically bound to experimentation for the sake of > knowledge, I repeat my counseil: go find an USB dongle model that fit > your bill, and spare on money and frustrations with cards and adapters ;). > > > On Mon, Oct 5, 2015 at 9:09 AM, Francis > wrote: > > I see... the datasheet says it's USB2 but whether the I2S > interface is routed that way or direct to PCIE is another story. > That said, the USB adapter is only for convenience, I could plug > it directly into the motherboard. > I had some difficulty finding the 'ideal' dongle - quad band 3g > with voice, this was the next option. > > Francis > > > On 05/10/15 16:35, Giovanni Maruzzelli wrote: >> no idea at all. If it comes out as being compatible with USB >> dongles supported, yes. It does not seems probable to me. >> >> I would look into other USB dongles, almost for sure there are >> some that are compatible with your network and mod_gsmopen. >> >> -giovanni >> >> On Mon, Oct 5, 2015 at 8:25 AM, Francis > > wrote: >> >> Hi all, >> >> I've been looking into this card as a replacement for my >> current usb >> dongle setup, since 2g services are soon to shut down in >> rural areas >> here. The MC8704 is quad band WCDMA, so it would give access >> across all >> networks: >> >> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >> >> .. and possibly running it through a USB adapter like this: >> >> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >> >> ... though I'm not sure if this would work, with the card >> using the I2S >> interface. Is there any possibility this might work? I don't >> mind doing >> some testing, as long as it's feasible. >> >> Cheers, >> Francis >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Sincerely, > > Giovanni Maruzzelli > Cell : +39-347-2665618 > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/c8d8d7f3/attachment.html From sms at icefire.qza.net.au Mon Oct 5 13:43:44 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 19:43:44 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> Message-ID: <56124650.8000000@icefire.qza.net.au> I was afraid of that. I looked at the Yeastar, but it doesn't seem to have SMS forwarding available. The Goip-1 I have can do it, but will soon be obsolete when 2G is turned off. Looking at the supported dongles list, I might be better off to get two that cover at least half the bands here, then I can swap if I change carriers. On 05/10/15 17:41, Stanislav Sinyagin wrote: > I2S is a physical bus with specific electrical parameters. So, you > need to find the pinout for this card, and see if your host actually > has those pins to receive data. Then, you need to do some GPIO > programming to pull the audio data from it, and somehow present it to > FreeSWITCH. > > I'm pretty sure a standalone GSM gateway will be much cheaper. Those > from Yeastar, for example, are quite decent (they run some old > Asterisk inside, but who cares). > > > > On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: >> I see... the datasheet says it's USB2 but whether the I2S interface is >> routed that way or direct to PCIE is another story. That said, the USB >> adapter is only for convenience, I could plug it directly into the >> motherboard. >> I had some difficulty finding the 'ideal' dongle - quad band 3g with voice, >> this was the next option. >> >> Francis >> >> >> On 05/10/15 16:35, Giovanni Maruzzelli wrote: >> >> no idea at all. If it comes out as being compatible with USB dongles >> supported, yes. It does not seems probable to me. >> >> I would look into other USB dongles, almost for sure there are some that are >> compatible with your network and mod_gsmopen. >> >> -giovanni >> >> On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: >>> Hi all, >>> >>> I've been looking into this card as a replacement for my current usb >>> dongle setup, since 2g services are soon to shut down in rural areas >>> here. The MC8704 is quad band WCDMA, so it would give access across all >>> networks: >>> >>> >>> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >>> >>> .. and possibly running it through a USB adapter like this: >>> >>> >>> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >>> >>> ... though I'm not sure if this would work, with the card using the I2S >>> interface. Is there any possibility this might work? I don't mind doing >>> some testing, as long as it's feasible. >>> >>> Cheers, >>> Francis >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> Cell : +39-347-2665618 >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org From ssinyagin at gmail.com Mon Oct 5 13:47:57 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 11:47:57 +0200 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <56124650.8000000@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> <56124650.8000000@icefire.qza.net.au> Message-ID: Yeastar is using the standard Asterisk management interface for SMS. I wrote a simple Perl script to receive the SMS, and it works completely fine. I didn't need them in FreeSWITCH, but it's also not a rocket science to bring them there. One odd thing is that sometimes the modems go offline, and it happens for several SIM cards for the same provider, so I think it's something to do with the GSM provider. Once in every few months, I have to restart those modems. On Mon, Oct 5, 2015 at 11:43 AM, Francis wrote: > I was afraid of that. I looked at the Yeastar, but it doesn't seem to > have SMS forwarding available. The Goip-1 I have can do it, but will > soon be obsolete when 2G is turned off. Looking at the supported dongles > list, I might be better off to get two that cover at least half the > bands here, then I can swap if I change carriers. > > On 05/10/15 17:41, Stanislav Sinyagin wrote: >> I2S is a physical bus with specific electrical parameters. So, you >> need to find the pinout for this card, and see if your host actually >> has those pins to receive data. Then, you need to do some GPIO >> programming to pull the audio data from it, and somehow present it to >> FreeSWITCH. >> >> I'm pretty sure a standalone GSM gateway will be much cheaper. Those >> from Yeastar, for example, are quite decent (they run some old >> Asterisk inside, but who cares). >> >> >> >> On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: >>> I see... the datasheet says it's USB2 but whether the I2S interface is >>> routed that way or direct to PCIE is another story. That said, the USB >>> adapter is only for convenience, I could plug it directly into the >>> motherboard. >>> I had some difficulty finding the 'ideal' dongle - quad band 3g with voice, >>> this was the next option. >>> >>> Francis >>> >>> >>> On 05/10/15 16:35, Giovanni Maruzzelli wrote: >>> >>> no idea at all. If it comes out as being compatible with USB dongles >>> supported, yes. It does not seems probable to me. >>> >>> I would look into other USB dongles, almost for sure there are some that are >>> compatible with your network and mod_gsmopen. >>> >>> -giovanni >>> >>> On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: >>>> Hi all, >>>> >>>> I've been looking into this card as a replacement for my current usb >>>> dongle setup, since 2g services are soon to shut down in rural areas >>>> here. The MC8704 is quad band WCDMA, so it would give access across all >>>> networks: >>>> >>>> >>>> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >>>> >>>> .. and possibly running it through a USB adapter like this: >>>> >>>> >>>> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >>>> >>>> ... though I'm not sure if this would work, with the card using the I2S >>>> interface. Is there any possibility this might work? I don't mind doing >>>> some testing, as long as it's feasible. >>>> >>>> Cheers, >>>> Francis >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> >>> >>> >>> -- >>> Sincerely, >>> >>> Giovanni Maruzzelli >>> Cell : +39-347-2665618 >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 lexxua at gmail.com Mon Oct 5 13:49:57 2015 From: lexxua at gmail.com (Volodymyr Fedorov) Date: Mon, 5 Oct 2015 12:49:57 +0300 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: <56124650.8000000@icefire.qza.net.au> References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> <56124650.8000000@icefire.qza.net.au> Message-ID: IFAIK Dinstar Gateways support 3g mode. So you may try them. Also modems often hangs (active usb hubs, UPS) and they again hangs. On Mon, Oct 5, 2015 at 12:43 PM, Francis wrote: > I was afraid of that. I looked at the Yeastar, but it doesn't seem to > have SMS forwarding available. The Goip-1 I have can do it, but will > soon be obsolete when 2G is turned off. Looking at the supported dongles > list, I might be better off to get two that cover at least half the > bands here, then I can swap if I change carriers. > > On 05/10/15 17:41, Stanislav Sinyagin wrote: > > I2S is a physical bus with specific electrical parameters. So, you > > need to find the pinout for this card, and see if your host actually > > has those pins to receive data. Then, you need to do some GPIO > > programming to pull the audio data from it, and somehow present it to > > FreeSWITCH. > > > > I'm pretty sure a standalone GSM gateway will be much cheaper. Those > > from Yeastar, for example, are quite decent (they run some old > > Asterisk inside, but who cares). > > > > > > > > On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: > >> I see... the datasheet says it's USB2 but whether the I2S interface is > >> routed that way or direct to PCIE is another story. That said, the USB > >> adapter is only for convenience, I could plug it directly into the > >> motherboard. > >> I had some difficulty finding the 'ideal' dongle - quad band 3g with > voice, > >> this was the next option. > >> > >> Francis > >> > >> > >> On 05/10/15 16:35, Giovanni Maruzzelli wrote: > >> > >> no idea at all. If it comes out as being compatible with USB dongles > >> supported, yes. It does not seems probable to me. > >> > >> I would look into other USB dongles, almost for sure there are some > that are > >> compatible with your network and mod_gsmopen. > >> > >> -giovanni > >> > >> On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: > >>> Hi all, > >>> > >>> I've been looking into this card as a replacement for my current usb > >>> dongle setup, since 2g services are soon to shut down in rural areas > >>> here. The MC8704 is quad band WCDMA, so it would give access across > all > >>> networks: > >>> > >>> > >>> > http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 > >>> > >>> .. and possibly running it through a USB adapter like this: > >>> > >>> > >>> > http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 > >>> > >>> ... though I'm not sure if this would work, with the card using the I2S > >>> interface. Is there any possibility this might work? I don't mind doing > >>> some testing, as long as it's feasible. > >>> > >>> Cheers, > >>> Francis > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://confluence.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> http://www.freeswitch.org > >> > >> > >> > >> -- > >> Sincerely, > >> > >> Giovanni Maruzzelli > >> Cell : +39-347-2665618 > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- Best regards, Volodymyr -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/3303cdc9/attachment.html From sms at icefire.qza.net.au Mon Oct 5 14:26:55 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 20:26:55 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> <56124650.8000000@icefire.qza.net.au> Message-ID: <5612506F.6020409@icefire.qza.net.au> That might be an option. I sent them a message asking for clarification on which bands, I need 850 and 900 specifically. I've found out the hard way that some gateways only support these on 2G. On 05/10/15 19:49, Volodymyr Fedorov wrote: > IFAIK Dinstar Gateways support 3g mode. So you may try them. Also > modems often hangs (active usb hubs, UPS) and they again hangs. > > On Mon, Oct 5, 2015 at 12:43 PM, Francis > wrote: > > I was afraid of that. I looked at the Yeastar, but it doesn't seem to > have SMS forwarding available. The Goip-1 I have can do it, but will > soon be obsolete when 2G is turned off. Looking at the supported > dongles > list, I might be better off to get two that cover at least half the > bands here, then I can swap if I change carriers. > > On 05/10/15 17:41, Stanislav Sinyagin wrote: > > I2S is a physical bus with specific electrical parameters. So, you > > need to find the pinout for this card, and see if your host actually > > has those pins to receive data. Then, you need to do some GPIO > > programming to pull the audio data from it, and somehow present > it to > > FreeSWITCH. > > > > I'm pretty sure a standalone GSM gateway will be much cheaper. Those > > from Yeastar, for example, are quite decent (they run some old > > Asterisk inside, but who cares). > > > > > > > > On Mon, Oct 5, 2015 at 9:09 AM, Francis > wrote: > >> I see... the datasheet says it's USB2 but whether the I2S > interface is > >> routed that way or direct to PCIE is another story. That said, > the USB > >> adapter is only for convenience, I could plug it directly into the > >> motherboard. > >> I had some difficulty finding the 'ideal' dongle - quad band 3g > with voice, > >> this was the next option. > >> > >> Francis > >> > >> > >> On 05/10/15 16:35, Giovanni Maruzzelli wrote: > >> > >> no idea at all. If it comes out as being compatible with USB > dongles > >> supported, yes. It does not seems probable to me. > >> > >> I would look into other USB dongles, almost for sure there are > some that are > >> compatible with your network and mod_gsmopen. > >> > >> -giovanni > >> > >> On Mon, Oct 5, 2015 at 8:25 AM, Francis > wrote: > >>> Hi all, > >>> > >>> I've been looking into this card as a replacement for my > current usb > >>> dongle setup, since 2g services are soon to shut down in rural > areas > >>> here. The MC8704 is quad band WCDMA, so it would give access > across all > >>> networks: > >>> > >>> > >>> > http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 > >>> > >>> .. and possibly running it through a USB adapter like this: > >>> > >>> > >>> > http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 > >>> > >>> ... though I'm not sure if this would work, with the card > using the I2S > >>> interface. Is there any possibility this might work? I don't > mind doing > >>> some testing, as long as it's feasible. > >>> > >>> Cheers, > >>> Francis > >>> > >>> > _________________________________________________________________________ > >>> Professional FreeSWITCH Consulting Services: > >>> consulting at freeswitch.org > >>> http://www.freeswitchsolutions.com > >>> > >>> Official FreeSWITCH Sites > >>> http://www.freeswitch.org > >>> http://confluence.freeswitch.org > >>> http://www.cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> http://www.freeswitch.org > >> > >> > >> > >> -- > >> Sincerely, > >> > >> Giovanni Maruzzelli > >> Cell : +39-347-2665618 > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > >> > >> > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://confluence.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > >> http://www.freeswitch.org > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://confluence.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > > > > -- > Best regards, > Volodymyr > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/dc86abc5/attachment-0001.html From sms at icefire.qza.net.au Mon Oct 5 14:29:42 2015 From: sms at icefire.qza.net.au (Francis) Date: Mon, 05 Oct 2015 20:29:42 +1000 Subject: [Freeswitch-users] MC8704 on mod-gsmopen In-Reply-To: References: <561217C5.8030808@icefire.qza.net.au> <5612223A.40304@icefire.qza.net.au> <56124650.8000000@icefire.qza.net.au> Message-ID: <56125116.3030403@icefire.qza.net.au> That's handy to know, I'm planning on setting up SMS to email. On 05/10/15 19:47, Stanislav Sinyagin wrote: > Yeastar is using the standard Asterisk management interface for SMS. I > wrote a simple Perl script to receive the SMS, and it works completely > fine. I didn't need them in FreeSWITCH, but it's also not a rocket > science to bring them there. > > One odd thing is that sometimes the modems go offline, and it happens > for several SIM cards for the same provider, so I think it's something > to do with the GSM provider. Once in every few months, I have to > restart those modems. > > > > > On Mon, Oct 5, 2015 at 11:43 AM, Francis wrote: >> I was afraid of that. I looked at the Yeastar, but it doesn't seem to >> have SMS forwarding available. The Goip-1 I have can do it, but will >> soon be obsolete when 2G is turned off. Looking at the supported dongles >> list, I might be better off to get two that cover at least half the >> bands here, then I can swap if I change carriers. >> >> On 05/10/15 17:41, Stanislav Sinyagin wrote: >>> I2S is a physical bus with specific electrical parameters. So, you >>> need to find the pinout for this card, and see if your host actually >>> has those pins to receive data. Then, you need to do some GPIO >>> programming to pull the audio data from it, and somehow present it to >>> FreeSWITCH. >>> >>> I'm pretty sure a standalone GSM gateway will be much cheaper. Those >>> from Yeastar, for example, are quite decent (they run some old >>> Asterisk inside, but who cares). >>> >>> >>> >>> On Mon, Oct 5, 2015 at 9:09 AM, Francis wrote: >>>> I see... the datasheet says it's USB2 but whether the I2S interface is >>>> routed that way or direct to PCIE is another story. That said, the USB >>>> adapter is only for convenience, I could plug it directly into the >>>> motherboard. >>>> I had some difficulty finding the 'ideal' dongle - quad band 3g with voice, >>>> this was the next option. >>>> >>>> Francis >>>> >>>> >>>> On 05/10/15 16:35, Giovanni Maruzzelli wrote: >>>> >>>> no idea at all. If it comes out as being compatible with USB dongles >>>> supported, yes. It does not seems probable to me. >>>> >>>> I would look into other USB dongles, almost for sure there are some that are >>>> compatible with your network and mod_gsmopen. >>>> >>>> -giovanni >>>> >>>> On Mon, Oct 5, 2015 at 8:25 AM, Francis wrote: >>>>> Hi all, >>>>> >>>>> I've been looking into this card as a replacement for my current usb >>>>> dongle setup, since 2g services are soon to shut down in rural areas >>>>> here. The MC8704 is quad band WCDMA, so it would give access across all >>>>> networks: >>>>> >>>>> >>>>> http://www.m2mconnectivity.com.au/brands/sierra-wireless/sierra-wireless-airprime/mc-series/mc8704 >>>>> >>>>> .. and possibly running it through a USB adapter like this: >>>>> >>>>> >>>>> http://www.ebay.com.au/itm/271455696096?ssPageName=STRK:MESINDXX:IT&_trksid=p3984.m1436.l2649 >>>>> >>>>> ... though I'm not sure if this would work, with the card using the I2S >>>>> interface. Is there any possibility this might work? I don't mind doing >>>>> some testing, as long as it's feasible. >>>>> >>>>> Cheers, >>>>> Francis >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>> >>>> >>>> -- >>>> Sincerely, >>>> >>>> Giovanni Maruzzelli >>>> Cell : +39-347-2665618 >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at 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 igorolhovskiy at gmail.com Mon Oct 5 16:13:35 2015 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Mon, 5 Oct 2015 15:13:35 +0300 Subject: [Freeswitch-users] Ring group and call-forwards. Message-ID: Hi! I'm using Fusion to configure FreeSwitch and encountered a bug, that MIGHT be related to FreeSwitch. Idea - I have an extension with ring group on it made this way bridge({ignore_early_media=true}[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=0,dialed_extension=108,extension_uuid=c728abd0-6107-460d-b1b6-4861c6b6998f]user/ 108 at pbx.securenetvox.net,[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=15,dialed_extension=107,extension_uuid=4bd03430-767b-41da-8b78-0902d590cdc2]user/ 107 at pbx.securenetvox.net) And on extension 108 i have a custom dialstring: {presence_id=0038091908XXXX at pbx.securenetvox.net ,instant_ringback=true,domain_uuid=32ade86a-9d28-4468-9fc9-2a39fe9ffe50,sip_invite_domain= pbx.securenetvox.net,domain_name=pbx.securenetvox.net,domain= pbx.securenetvox.net ,extension_uuid=c728abd0-6107-460d-b1b6-4861c6b6998f,toll_allow='',sip_h_X-accountcode= pbx.securenetvox.net,accountcode=pbx.securenetvox.net }loopback/0038091908XXXX So, I dial from extension 107 to ring group extension and got this (part of log): ............. 2015-10-05 14:10:50.051507 [DEBUG] sofia.c:6658 Channel sofia/internal/ 107 at pbx.securenetvox.net entering state [received][100] 2015-10-05 14:10:50.051507 [DEBUG] sofia.c:6668 Remote SDP: v=0 o=107-jitsi.org 0 0 IN IP4 212.232.26.242 s=- c=IN IP4 212.232.26.242 t=0 0 m=audio 25732 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101 a=rtpmap:96 opus/48000/2 a=fmtp:96 usedtx=1 a=rtpmap:97 SILK/24000 a=rtpmap:98 SILK/16000 a=rtpmap:9 G722/8000 a=rtpmap:100 speex/32000 a=rtpmap:102 speex/16000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:103 iLBC/8000 a=rtpmap:3 GSM/8000 a=rtpmap:104 speex/8000 a=rtpmap:101 telephone-event/8000 a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level a=extmap:2 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=rtcp-xr:voip-metrics m=video 28234 RTP/AVP 105 99 a=rtpmap:105 H264/90000 a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1 a=rtpmap:99 H264/90000 a=fmtp:99 profile-level-id=4DE01f a=recvonly a=imageattr:105 send * recv [x=[0-1440],y=[0-900]] a=imageattr:99 send * recv [x=[0-1440],y=[0-900]] a=nortpproxy:yes .............. 2015-10-05 14:10:50.131508 [NOTICE] switch_cpp.cpp:1341 [ring group] app_data: {ignore_early_media=true}[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=0,dialed_extension=108,extension_uuid=c728abd0-6107-460d-b1b6-4861c6b6998f]user/ 108 at pbx.securenetvox.net,[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=15,dialed_extension=107,extension_uuid=4bd03430-767b-41da-8b78-0902d590cdc2]user/ 107 at pbx.securenetvox.net EXECUTE sofia/internal/107 at pbx.securenetvox.net bridge({ignore_early_media=true}[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=0,dialed_extension=108,extension_uuid=c728abd0-6107-460d-b1b6-4861c6b6998f]user/ 108 at pbx.securenetvox.net,[sip_invite_domain=pbx.securenetvox.net ,confirm=false,leg_timeout=30,leg_delay_start=15,dialed_extension=107,extension_uuid=4bd03430-767b-41da-8b78-0902d590cdc2]user/ 107 at pbx.securenetvox.net) 2015-10-05 14:10:50.131508 [DEBUG] switch_channel.c:1221 sofia/internal/ 107 at pbx.securenetvox.net EXPORTING[export_vars] [domain_name]=[ pbx.securenetvox.net] to event 2015-10-05 14:10:50.131508 [DEBUG] switch_channel.c:1221 sofia/internal/ 107 at pbx.securenetvox.net EXPORTING[export_vars] [origination_callee_id_name]=[96] to event 2015-10-05 14:10:50.131508 [DEBUG] switch_ivr_originate.c:2101 Parsing global variables 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [ignore_early_media]=[true] 2015-10-05 14:10:50.131508 [DEBUG] switch_ivr_originate.c:2554 Parsing session specific variables 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [sip_invite_domain]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [confirm]=[false] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [leg_timeout]=[30] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [leg_delay_start]=[0] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [dialed_extension]=[108] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [extension_uuid]=[c728abd0-6107-460d-b1b6-4861c6b6998f] 2015-10-05 14:10:50.131508 [DEBUG] switch_channel.c:1221 sofia/internal/ 107 at pbx.securenetvox.net EXPORTING[export_vars] [domain_name]=[ pbx.securenetvox.net] to event 2015-10-05 14:10:50.131508 [DEBUG] switch_channel.c:1221 sofia/internal/ 107 at pbx.securenetvox.net EXPORTING[export_vars] [origination_callee_id_name]=[96] to event 2015-10-05 14:10:50.131508 [DEBUG] switch_ivr_originate.c:2101 Parsing global variables 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [presence_id]=[00380919082171 at pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [instant_ringback]=[true] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [domain_uuid]=[32ade86a-9d28-4468-9fc9-2a39fe9ffe50] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [sip_invite_domain]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [domain_name]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [domain]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [extension_uuid]=[c728abd0-6107-460d-b1b6-4861c6b6998f] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [sip_h_X-accountcode]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [DEBUG] switch_event.c:1698 Parsing variable [accountcode]=[pbx.securenetvox.net] 2015-10-05 14:10:50.131508 [INFO] mod_loopback.c:1064 Sending early media 2015-10-05 14:10:50.131508 [DEBUG] mod_opus.c:289 Opus encoder set bitrate to local settings [-1000bps] 2015-10-05 14:10:50.131508 [DEBUG] mod_opus.c:289 Opus encoder set bitrate to local settings [-1000bps] 2015-10-05 14:10:50.131508 [DEBUG] switch_core_media.c:2506 Set Codec sofia/internal/107 at pbx.securenetvox.net opus/0 0 ms 960 samples 0 bits 2 channels 2015-10-05 14:10:50.131508 [DEBUG] switch_core_codec.c:111 sofia/internal/ 107 at pbx.securenetvox.net Original read codec set to opus:116 2015-10-05 14:10:50.131508 [DEBUG] switch_core_media.c:5178 AUDIO RTP *[sofia/internal/107 at pbx.securenetvox.net <107 at pbx.securenetvox.net>] 10.0.20.60 port 17392 -> (null) port 0 codec: 0 ms: 20* *2015-10-05 14:10:50.131508 [ERR] switch_core_media.c:5843 AUDIO RTP REPORTS ERROR: [Missing remote host]* 2015-10-05 14:10:50.131508 [NOTICE] switch_core_media.c:5844 Hangup sofia/internal/107 at pbx.securenetvox.net [CS_EXECUTE] [DESTINATION_OUT_OF_ORDER] ........ So, at some state original channel info is lost.... Is this a bug or something another? -- Best regards, Igor -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/5797ea50/attachment.html From ssinyagin at gmail.com Mon Oct 5 19:27:26 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 17:27:26 +0200 Subject: [Freeswitch-users] FS priority In-Reply-To: <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> References: <00da01d0e721$9c9df900$d5d9eb00$@botecomm.com> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94F822@mbx-01.sysconfig.co.uk> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94FA2B@mbx-01.sysconfig.co.uk> <019501d0e829$b58b8ff0$20a2afd0$@botecomm.com> <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> Message-ID: see https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/542/overview it was a bit nontrivial because freeswitch.service was installed in an unusual way. Now the daemon starts as root and switches to freewitch UID. Still unresolved is https://freeswitch.org/jira/browse/FS-7937 The package installer starts the daemon, but does not enable the service for starting at boot. I will dig into that after the merge. On Sun, Sep 6, 2015 at 6:24 PM, Bote Man wrote: > I agree IFF my assumptions and results are applicable to package > installations. If you have a package installation I would prefer that you > verify these results on such an installation since I mostly let my Master > build do what it wants. I always build from Master, never use the packages. > > > > Do we have to specify the ?run runtime directory on the FS command line? > > > > Do we have to specify the ?temp files directory? > > > > Right now the unit file for the package specifies none of those so I don?t > know where FS would put its runtime and temp files. > > > > By the way, while testing the location of runtime directory for the PID > file I noted that FS will create the ./run directory with the proper > permissions and owner, then write the PID file in it on its own without > systemd doing it. This happened without specifying anything about that on > the command line and without the tmpfiles.d entry. > > > > But since the .deb package places files in the FHS locations this would be > necessary, so your recent ticket that adds that applies. I omitted that > from my Confluence instructions built from Master, FYI. > > > > Please let me know how to proceed. > > > > Thanks. > > > > Bote > > > > > > *From:* Stanislav Sinyagin > *Sent:* Sunday, 06 September, 2015 06:00 > > *Subject:* Re: [Freeswitch-users] FS priority > > > > Looks like another jira ticket is needed for Debian packaging. > > On Sep 6, 2015 6:16 AM, "Anthony Minessale" > wrote: > > It's because FS changes the scheduler and enables some realtime threads > when it can. If you have multiple cpu np and rp are the same. FS always > needs root privs to change the platform parameters and nice level etc. The > scheduler change is not possible if the shell is an unpriveledged user nor > are a bunch of other things unless you carefully allowed them somehow as > root before the shell started. So basically that is all expected behavior. > > > > > > > > On Saturday, September 5, 2015, Bote Man wrote: > > Sorry, I did not use the utility named ?runas? I simply labeled the column > that way and was trying to conserve character space in the header to get it > to fit in a reasonable space. > > > > Anyway, thanks to your post and some research I just changed my FS unit > file to start FS as user root, but specified ?u freeswitch ?g freeswitch on > the command line to FS, and changed the > WorkingDirectory=/usr/local/freeswitch/bin (it had been set to ?run?) and > it?s doing the Right Thing, so that is what I will go with. I vaguely > remember that FS can (should) start as root, then drops privileges to what > is specified on the command line, so it looks like it is doing exactly that. > > > > ?top? shows FS running as real and effective user ?freeswitch? with > Priority=-2 and Nice=-10 so I am a happy camper. > > > > If nobody on the FS core development team has any objection to this > approach I will update the Confluence page for the systemd unit file for > building from MASTER. The Debian packages have their own file locations. > > > > > https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video#FreeSWITCH1.6Video-systemd > > > > Any security concerns doing this? > > > > Thanks! > > > > Bote > > > > > > > > *From:* Shaun Stokes > *Sent:* Saturday, 05 September, 2015 03:18 > *Subject:* Re: [Freeswitch-users] FS priority > > > > Are you using FreeSwitch to specify the user to runas or is this being > done by systemd? > > > > In FreeSwitch you use the -u argument to specify the user and the -g > argument to specify the group, if you do this then I assume running the > service as root should be ok providing you've given FreeSwitch an > alternative user and group (in our environment we use the same for user and > group). > > > > Thanks, > > Shaun > > > ------------------------------ > > *From:* Bote Man > *Sent:* 05 September 2015 04:28 > *Subject:* Re: [Freeswitch-users] FS priority > > I'm not sure how much nice level matters compared to scheduler priority. I > ran a series of tests to find out what Priority and Nice level are reported > by the 'top' utility. > > I ran the first 6 tests by using systemd to start FreeSWITCH, 3 times as > user root with each of the FS priority flags, then 3 times as user > freeswitch with each of the FS flags. Then I repeated that block of tests > from the command line, 3 flags as root, 3 flags as freeswitch. You won't > believe what happened next! > > systemd starting FreeSWITCH as 'RUNAS' user with 'FLAG' command line > priority flags to FS results in top showing priority 'PRI', nice level > 'NICE' on a month-old install of Debian 8 on a bare metal Dell R320 server. > > RUNAS FLAG PRI NICE > root -rp -2 -10 > root -np 39 19 > root -lp 39 19 > > fs -rp -2 19 > fs -np 39 19 > fs -lp 39 19 > > Run as root from command line > root -rp -2 -10 > root -np 20 0 > root -lp 39 19 > > Run as su=freeswitch from command line > fs -rp 20 0 > fs -np 20 0 > fs -lp 39 19 > > Most processes show Priority of 20 so I assume that is considered "normal". > > So it looks like the only way to get truly higher priority for a process > is to run it as root, which I expected. Once the scheduler priority is at > -2 (higher priority) I don't know whether the nice level even matters. > > For now, the systemd unit file that I posted on Confluence runs as the > freeswitch user so even with the -rp flag to FreeSWITCH it gets niced down > to 19 which is the lowest level available for nice. Does this matter? > > Is there a serious security concern running FreeSWITCH as root? > > Thanks. > > Bote > > > > On Fri, Sep 4, 2015 at 3:38 PM, Bote Man wrote: > > Thanks for that. I was under the impression that systemd was throwing > FreeSWITCH into the generic scheduling group and starving it of resources > as a result, but when I manually ran ./freeswitch as root it still showed > the same values. > > Running FS manually with -np yielded pri=20 nice=0 and System Monitor > reports priority "normal" > > Running FS manually with -rp yielded pri=-2 nice=-10 and System Monitor > reports priority "very high", same results as when FS was started without > any priority switch on the command line. > > BUT! When I start FS with systemd it maintains priority=-2 but nice all > the way down to 19 which is why System Monitor reports "very low". This > happens even with the -rp switch specified in the unit file. > > I don't know how scheduling priority and nice level interact on Debian, > but it looks like I have a new research project for this weekend, assuming > this is truly something to be concerned about. Or is it? > > Thanks for the tips. I will report my findings to the list if I discover > anything substantive. > > Bote > > > > > > On Fri, Sep 4, 2015 at 2:02 PM, Shaun Stokes < > shaun.stokes at itec-support.co.uk> wrote: > > Hi Bote, > > > > I believe priority works in a similar way to metric (i.e. lower comes > first), so -20 (most favorable scheduling) to +19 (least favorable > scheduling). > > > > -rp -- enable high(realtime) priority settings > > -lp -- enable low priority settings > > -np -- enable normal priority settings (system default) > > Source: https://wiki.freeswitch.org/wiki/Command_line > > > > Hope this helps. > > > > Thanks, > > Shaun > ------------------------------ > > *From:* freeswitch-users-bounces at lists.freeswitch.org [ > freeswitch-users-bounces at lists.freeswitch.org] on behalf of Bote Man [ > bote_radio at botecomm.com] > *Sent:* 04 September 2015 15:54 > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] FS priority > > I?m trying to set the priority on a new FreeSWITCH installation built from > master on Debian 8 running on bare metal. It is currently running at ?very > low? priority according to Resource Monitor in the GUI and ?top? reports FS > is running at priority = -2 (that?s negative two) and nice = 19 > > So with the way FreeSWITCH is now launched by systemd is it considered a > service or a user application that is simply run in the background? > > This affects how systemd treats its control groups and priority and how I > will go about troubleshooting this. > > > Thanks. > > > > Bote > > > > > > -- > > Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? > > > > ? http://freeswitch.org/ ? http://cluecon.com/ ? > http://twitter.com/FreeSWITCH > > ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ > * > > ClueCon Weekly Development Call > > ? sip:888 at conference.freeswitch.org ? +19193869900 > > > > https://www.youtube.com/watch?v=9XXgW34t40s > > https://www.youtube.com/watch?v=NLaDpGQuZDA > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/d7837dca/attachment-0001.html From mic.niel84 at gmail.com Mon Oct 5 20:26:09 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Mon, 5 Oct 2015 18:26:09 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: Here's as log from an incoming call from Twilio: http://pastebin.com/n0de7jhv My guess is the problem is with line 33: "Processing +4432445867 <+4432445867>->+44213395867 in context public" and it fails on line 40: "Regex (FAIL) [gateway_inbound] ${target_context}() =~ /^[a-z]/ break=on-false" due to the fact that there aren't set any ${target_context} variable. I've added the Twilio inbound gateway as described in the Twilio guide, but adding it, removing it etc. doesn't change anything at all. To the Twilio-Inbound gateway I've added the variable ${target_context} according to this guide: https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md So my guess is that the Twilio-Inbound gateway aren't being used - however - calls are routed to my FS. On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen wrote: > I'll create some logs tomorrow. > > Just to clarify: > - Calls are routes from Twilio to my FS > - My FS is a clean installation, 1.6.2 > - I've used Twilio's guide for setting up gateways, inbound and outbound > - Outbound calls are routed correctly > - Inbound calls are as mentioned routes to my FS, but my Twilio-inbound > doesn't seem to have anything to do with it, therefor, I'm not able to set > any variables in incoming calls from Twilio so I can detect them in my > public context and transfer them to my default context. > > I don't want to route all calls in my public context to my default > context, this would open a security issue. Only Twilio calls should be > handled in such a manner. > That's my challenge. > > > On Sunday, October 4, 2015, Sergey Safarov wrote: > >> Inbound call can be received >> 1) if twillio guys configure gateway to route incomes calls to you >> 2) or if FS provide information how to route call for you >> >> After reading gateway config files, I has found that used second case "FS >> provides information how to route calls via registration mechanism". >> >> Please: >> - configure clean FS host as described in twilio manuals; >> - enable siptrace; >> - enable debug log; >> - make incoming call; >> - attach debug log in respond to this message. >> >> I try help you >> >> >> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen >> wrote: >> >>> Still no luck. >>> Any other ideas on how to "catch" the calls from the public context in >>> FS? >>> My goal is to transfer all calls from Twilio to my default context. >>> >>> >>> On Saturday, October 3, 2015, Michael Nielsen >>> wrote: >>> >>>> Looking at their guide for secure setup: >>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>>> they've added >>>> When I do this, registering doesn't fail (obviously), but inbound calls >>>> are still not registered as coming from twilio... They still land directly >>>> in the public context without the variables set correctly. >>>> >>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >>>> wrote: >>>> >>>>> When adding the extension, I get the following - even though my >>>>> username and password etc. are correct as they work for the outbound >>>>> gateway...: >>>>> >>>>> twilio-inbound Failed Registration [908] >>>>> >>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen >>>> > wrote: >>>>> >>>>>> I see. >>>>>> Does it matter that I don't have an extension called 1000 in my FS, >>>>>> nor in my Twilio account? >>>>>> >>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>>> wrote: >>>>>> >>>>>>> if you have a deep look at inbound gateway it is for receiving >>>>>>> calls from Twilio as you can see below, this line informing freeswitch >>>>>>> where to route inkling call. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> *From: *Michael Nielsen >>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>>> *To: *FreeSWITCH Users Help >>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>>> >>>>>>> >>>>>>> Outbound works fine. >>>>>>> >>>>>>> Without having the inbound gateway calls are still routed to my FS >>>>>>> to my public context from Twilio. >>>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Friday, October 2, 2015, Brian West wrote: >>>>>>> >>>>>>>> Well you'd send outbound calls out the outbound and the inbound >>>>>>>> one is just to register with twilio so they know where to send your inbound >>>>>>>> calls. Nothing more. >>>>>>>> >>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>> >>>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>>> >>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>>> >>>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>>>> twilio-outbound. >>>>>>>>> >>>>>>>>> What is the difference between the two gateways? I know their >>>>>>>>> names indicate inbound and outbound calling, but how can Freeswitch tell >>>>>>>>> the difference between them. Especially how can Freeswitch now to use >>>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>>> >>>>>>>>> Make sense? >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> *Brian West* >>>>>>>> brian at freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>> http://www.freeswitchbook.com >>>>>>>> http://www.freeswitchcookbook.com >>>>>>>> >>>>>>>> Got Bugs? Report them here ! | >>>>>>>> Reddit: /r/freeswitch >>>>>>>> >>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>> >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/c579eb8d/attachment-0001.html From brian at freeswitch.org Mon Oct 5 21:13:50 2015 From: brian at freeswitch.org (Brian West) Date: Mon, 5 Oct 2015 12:13:50 -0500 Subject: [Freeswitch-users] FS priority In-Reply-To: References: <00da01d0e721$9c9df900$d5d9eb00$@botecomm.com> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94F822@mbx-01.sysconfig.co.uk> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94FA2B@mbx-01.sysconfig.co.uk> <019501d0e829$b58b8ff0$20a2afd0$@botecomm.com> <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> Message-ID: "Now the daemon starts as root and switches to freewitch UID." is how its always done it. On Mon, Oct 5, 2015 at 10:27 AM, Stanislav Sinyagin wrote: > see > https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/542/overview > > it was a bit nontrivial because freeswitch.service was installed in an > unusual way. Now the daemon starts as root and switches to freewitch UID. > > Still unresolved is https://freeswitch.org/jira/browse/FS-7937 > The package installer starts the daemon, but does not enable the service > for starting at boot. > I will dig into that after the merge. > > > > > > On Sun, Sep 6, 2015 at 6:24 PM, Bote Man wrote: > >> I agree IFF my assumptions and results are applicable to package >> installations. If you have a package installation I would prefer that you >> verify these results on such an installation since I mostly let my Master >> build do what it wants. I always build from Master, never use the packages. >> >> >> >> Do we have to specify the ?run runtime directory on the FS command line? >> >> >> >> Do we have to specify the ?temp files directory? >> >> >> >> Right now the unit file for the package specifies none of those so I >> don?t know where FS would put its runtime and temp files. >> >> >> >> By the way, while testing the location of runtime directory for the PID >> file I noted that FS will create the ./run directory with the proper >> permissions and owner, then write the PID file in it on its own without >> systemd doing it. This happened without specifying anything about that on >> the command line and without the tmpfiles.d entry. >> >> >> >> But since the .deb package places files in the FHS locations this would >> be necessary, so your recent ticket that adds that applies. I omitted that >> from my Confluence instructions built from Master, FYI. >> >> >> >> Please let me know how to proceed. >> >> >> >> Thanks. >> >> >> >> Bote >> >> >> >> >> >> *From:* Stanislav Sinyagin >> *Sent:* Sunday, 06 September, 2015 06:00 >> >> *Subject:* Re: [Freeswitch-users] FS priority >> >> >> >> Looks like another jira ticket is needed for Debian packaging. >> >> On Sep 6, 2015 6:16 AM, "Anthony Minessale" >> wrote: >> >> It's because FS changes the scheduler and enables some realtime threads >> when it can. If you have multiple cpu np and rp are the same. FS always >> needs root privs to change the platform parameters and nice level etc. The >> scheduler change is not possible if the shell is an unpriveledged user nor >> are a bunch of other things unless you carefully allowed them somehow as >> root before the shell started. So basically that is all expected behavior. >> >> >> >> >> >> >> >> On Saturday, September 5, 2015, Bote Man wrote: >> >> Sorry, I did not use the utility named ?runas? I simply labeled the >> column that way and was trying to conserve character space in the header to >> get it to fit in a reasonable space. >> >> >> >> Anyway, thanks to your post and some research I just changed my FS unit >> file to start FS as user root, but specified ?u freeswitch ?g freeswitch on >> the command line to FS, and changed the >> WorkingDirectory=/usr/local/freeswitch/bin (it had been set to ?run?) and >> it?s doing the Right Thing, so that is what I will go with. I vaguely >> remember that FS can (should) start as root, then drops privileges to what >> is specified on the command line, so it looks like it is doing exactly that. >> >> >> >> ?top? shows FS running as real and effective user ?freeswitch? with >> Priority=-2 and Nice=-10 so I am a happy camper. >> >> >> >> If nobody on the FS core development team has any objection to this >> approach I will update the Confluence page for the systemd unit file for >> building from MASTER. The Debian packages have their own file locations. >> >> >> >> >> https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video#FreeSWITCH1.6Video-systemd >> >> >> >> Any security concerns doing this? >> >> >> >> Thanks! >> >> >> >> Bote >> >> >> >> >> >> >> >> *From:* Shaun Stokes >> *Sent:* Saturday, 05 September, 2015 03:18 >> *Subject:* Re: [Freeswitch-users] FS priority >> >> >> >> Are you using FreeSwitch to specify the user to runas or is this being >> done by systemd? >> >> >> >> In FreeSwitch you use the -u argument to specify the user and the -g >> argument to specify the group, if you do this then I assume running the >> service as root should be ok providing you've given FreeSwitch an >> alternative user and group (in our environment we use the same for user and >> group). >> >> >> >> Thanks, >> >> Shaun >> >> >> ------------------------------ >> >> *From:* Bote Man >> *Sent:* 05 September 2015 04:28 >> *Subject:* Re: [Freeswitch-users] FS priority >> >> I'm not sure how much nice level matters compared to scheduler priority. >> I ran a series of tests to find out what Priority and Nice level are >> reported by the 'top' utility. >> >> I ran the first 6 tests by using systemd to start FreeSWITCH, 3 times as >> user root with each of the FS priority flags, then 3 times as user >> freeswitch with each of the FS flags. Then I repeated that block of tests >> from the command line, 3 flags as root, 3 flags as freeswitch. You won't >> believe what happened next! >> >> systemd starting FreeSWITCH as 'RUNAS' user with 'FLAG' command line >> priority flags to FS results in top showing priority 'PRI', nice level >> 'NICE' on a month-old install of Debian 8 on a bare metal Dell R320 server. >> >> RUNAS FLAG PRI NICE >> root -rp -2 -10 >> root -np 39 19 >> root -lp 39 19 >> >> fs -rp -2 19 >> fs -np 39 19 >> fs -lp 39 19 >> >> Run as root from command line >> root -rp -2 -10 >> root -np 20 0 >> root -lp 39 19 >> >> Run as su=freeswitch from command line >> fs -rp 20 0 >> fs -np 20 0 >> fs -lp 39 19 >> >> Most processes show Priority of 20 so I assume that is considered >> "normal". >> >> So it looks like the only way to get truly higher priority for a process >> is to run it as root, which I expected. Once the scheduler priority is at >> -2 (higher priority) I don't know whether the nice level even matters. >> >> For now, the systemd unit file that I posted on Confluence runs as the >> freeswitch user so even with the -rp flag to FreeSWITCH it gets niced down >> to 19 which is the lowest level available for nice. Does this matter? >> >> Is there a serious security concern running FreeSWITCH as root? >> >> Thanks. >> >> Bote >> >> >> >> On Fri, Sep 4, 2015 at 3:38 PM, Bote Man wrote: >> >> Thanks for that. I was under the impression that systemd was throwing >> FreeSWITCH into the generic scheduling group and starving it of resources >> as a result, but when I manually ran ./freeswitch as root it still showed >> the same values. >> >> Running FS manually with -np yielded pri=20 nice=0 and System Monitor >> reports priority "normal" >> >> Running FS manually with -rp yielded pri=-2 nice=-10 and System Monitor >> reports priority "very high", same results as when FS was started without >> any priority switch on the command line. >> >> BUT! When I start FS with systemd it maintains priority=-2 but nice all >> the way down to 19 which is why System Monitor reports "very low". This >> happens even with the -rp switch specified in the unit file. >> >> I don't know how scheduling priority and nice level interact on Debian, >> but it looks like I have a new research project for this weekend, assuming >> this is truly something to be concerned about. Or is it? >> >> Thanks for the tips. I will report my findings to the list if I discover >> anything substantive. >> >> Bote >> >> >> >> >> >> On Fri, Sep 4, 2015 at 2:02 PM, Shaun Stokes < >> shaun.stokes at itec-support.co.uk> wrote: >> >> Hi Bote, >> >> >> >> I believe priority works in a similar way to metric (i.e. lower comes >> first), so -20 (most favorable scheduling) to +19 (least favorable >> scheduling). >> >> >> >> -rp -- enable high(realtime) priority settings >> >> -lp -- enable low priority settings >> >> -np -- enable normal priority settings (system default) >> >> Source: https://wiki.freeswitch.org/wiki/Command_line >> >> >> >> Hope this helps. >> >> >> >> Thanks, >> >> Shaun >> ------------------------------ >> >> *From:* freeswitch-users-bounces at lists.freeswitch.org [ >> freeswitch-users-bounces at lists.freeswitch.org] on behalf of Bote Man [ >> bote_radio at botecomm.com] >> *Sent:* 04 September 2015 15:54 >> *To:* FreeSWITCH Users Help >> *Subject:* [Freeswitch-users] FS priority >> >> I?m trying to set the priority on a new FreeSWITCH installation built >> from master on Debian 8 running on bare metal. It is currently running at >> ?very low? priority according to Resource Monitor in the GUI and ?top? >> reports FS is running at priority = -2 (that?s negative two) and nice = 19 >> >> So with the way FreeSWITCH is now launched by systemd is it considered a >> service or a user application that is simply run in the background? >> >> This affects how systemd treats its control groups and priority and how I >> will go about troubleshooting this. >> >> >> Thanks. >> >> >> >> Bote >> >> >> >> >> >> -- >> >> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >> >> >> >> ? http://freeswitch.org/ ? http://cluecon.com/ ? >> http://twitter.com/FreeSWITCH >> >> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >> * >> >> ClueCon Weekly Development Call >> >> ? sip:888 at conference.freeswitch.org ? +19193869900 >> >> >> >> https://www.youtube.com/watch?v=9XXgW34t40s >> >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -- *Brian West* brian at freeswitch.org *Twitter: @FreeSWITCH , @briankwest* http://www.freeswitchbook.com http://www.freeswitchcookbook.com Got Bugs? Report them here ! | Reddit: /r/freeswitch *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/297bc47f/attachment-0001.html From dsdee at dsba.net Mon Oct 5 21:15:21 2015 From: dsdee at dsba.net (David S. Dee) Date: Mon, 05 Oct 2015 11:15:21 -0600 Subject: [Freeswitch-users] ESL Reporting of RTCP / Jitter is incorrect... does not match RTP originally reported In-Reply-To: References: <1443022823.1063374.391600049.46E47CFF@webmail.messagingengine.com> <1443629478.4173956.397725729.0BB32733@webmail.messagingengine.com> Message-ID: <1444065321.1691983.401840417.4F6CA321@webmail.messagingengine.com> Understood.? Over the weekend I noted that my earlier system that I had migrated from (where this worked) was a v1.5.?? I dropped back to v1.4 when I started using FusionPBX as a GUI instead of maintaining the files by hand. Given that it broke when i went backwards, and given what you stated below, I'll let this go, and see how my RTCP monitoring works when I can get up to v1.6 (whenever FusionPBX supports it). Thanks On Thu, Oct 1, 2015, at 20:32, Anthony Minessale wrote: > No media or jitter buffer related improvements will be made to 1.4. > 1.6 is mandatory to explore such options. > > On Thu, Oct 1, 2015 at 8:35 PM, ?talo Rossi > wrote: >> I'd start testing this with latest master, if you can reproduce the >> same problem there, file a jira with a test scenario >> >> On Wed, Sep 30, 2015 at 1:11 PM, David S. Dee wrote: >>> Hello again... >>> >>> Just to cover myself, I recompiled freeswitch from the ground up, with a fresh clone of the git repository for the v1.4 branch... hoping that maybe there was something that did not get recompiled correctly, but I am still seeing these same issues when accessing the RTCP data via a Perl event client.? I moved a greatly-minimized version of the event client to the actually Voip machine itself in an attempt to eliminate any network byte ordering issues, but that did not help either.? I still suspect it is a byte-alignment or storage sizing discrepancy that is happening between the switch_rtp.c module and when it gets received on the client side by the ESL module, but I can't prove it. >>> >>> Any chance that I can get some attention from someone more knowledgeable on this aspect of Freeswitch that I can troubleshoot this with, and possibly figure out the code fixes that need to happen? >>> >>> Thanks, >>> David >>> >>> >>> >>> >>> On Wed, Sep 23, 2015, at 09:40, David S. Dee wrote: >>> > >>> > I am trying to do some external actions based on the RTCP reporting of > Jitter that comes in. >>> > >>> > My problem is that the numbers that show up in the freeswitch logs no > longer match what gets reported via Event'ing >>> > >>> > eg, the freeswitch logs show: >>> > >>> > >>> > 2015-09-23 08:22:24.221437 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:24.241238] SSRC[626145724]RTT[0.092102] > A[874528193] - DLSR[38600] - LSR[874483557] >>> > 2015-09-23 08:22:29.622369 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:29.640323] SSRC[626145724]RTT[0.106003] > A[874882028] - DLSR[63832] - LSR[874811249] >>> > 2015-09-23 08:22:35.041676 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:35.60396] SSRC[626145724]RTT[0.142044] > A[875237238] - DLSR[88997] - LSR[875138932] >>> > 2015-09-23 08:22:40.461243 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:40.480321] SSRC[626145724]RTT[0.181702] > A[875592438] - DLSR[113836] - LSR[875466694] >>> > 2015-09-23 08:22:45.882464 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:45.900353] SSRC[626145724]RTT[0.215042] > A[875947645] - DLSR[139264] - LSR[875794288] >>> > 2015-09-23 08:22:51.301265 [NOTICE] switch_rtp.c:5206 Receiving an > RTCP packet[2015-23-08 14:22:51.320380] SSRC[626145724]RTT[0.249069] > A[876302852] - DLSR[164560] - LSR[876121969] >>> > >>> > And the (short form) of what I receive via the ESL are: >>> > >>> > >>> > >>> > Sep 23 09:33:55:? ? ? ?RTCP message not sent, too soon: SSRC: > 255239bc, RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet- > Count: 874483557, Last-RTP-Timestamp: 2018933311, RTP-Rate: 8000, Capture- > Time: 1443018144241365, Source0-Fraction: 129, Source0-Lost: > 3388998144, Source0-Highest-Sequence-Number-Received: 626145724, Source0- > Jitter: 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >>> > Sep 23 09:34:00:? ? ? ?RTCP message not sent, too soon: SSRC: > 255239bc, RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet- > Count: 874811249, Last-RTP-Timestamp: 2018973151, RTP-Rate: 8000, Capture- > Time: 1443018149640379, Source0-Fraction: 129, Source0-Lost: > 3388998144, Source0-Highest-Sequence-Number-Received: 626145724, Source0- > Jitter: 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >>> > Sep 23 09:34:05:? ? ? ?RTCP message not sent, too soon: SSRC: > 255239bc, RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet- > Count: 875138932, Last-RTP-Timestamp: 2019013151, RTP-Rate: 8000, Capture- > Time: 1443018155060479, Source0-Fraction: 129, Source0-Lost: > 3388998144, Source0-Highest-Sequence-Number-Received: 626145724, Source0- > Jitter: 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >>> > Sep 23 09:34:15:? ? ? ?RTCP message not sent, too soon: SSRC: > 255239bc, RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet- > Count: 875794288, Last-RTP-Timestamp: 2019093311, RTP-Rate: 8000, Capture- > Time: 1443018165900409, Source0-Fraction: 129, Source0-Lost: > 3388998144, Source0-Highest-Sequence-Number-Received: 626145724, Source0- > Jitter: 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >>> > Sep 23 09:34:20:? ? ? ?RTCP message not sent, too soon: SSRC: > 255239bc, RTP-Timestamp: 0, Sender-Packet-Count: 0, Octect-Packet- > Count: 876121969, Last-RTP-Timestamp: 2019133311, RTP-Rate: 8000, Capture- > Time: 1443018171320579, Source0-Fraction: 129, Source0-Lost: > 3388998144, Source0-Highest-Sequence-Number-Received: 626145724, Source0- > Jitter: 16777216, Source0-LSR: 788957780, Source0-DLSR: 17891 >>> > >>> > (yes, the timestamps are off right now, that's actually fine). >>> > >>> > This used to work in an older version of Freeswitch, but when I > rebuilt my system with an updated FS version last month, this broke. >>> > >>> > You'll note that the Sender-Packet-Count is (obviously) wrong, as well > as the RTP-Timestamp, and the DLSR and LSR... none of them advance, > while you can see them advancing in the freeswitch log. >>> > >>> > I suspect it is alignment of the values in the structure that gets > populated for the ESL, but my C is rusty enough that I can't trace it > anymore. >>> > >>> > Is anyone else able to view the Event data for RTCP packets? >>> > >>> > Thanks, >>> > 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 >>> >>> _______________________________________________________________________- __ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at 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 > > > > -- > 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[1] ?? +19193869900 > > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > ___________________________________________________________________- > ________ > Professional FreeSWITCH Consulting Services: consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites http://www.freeswitch.org > http://confluence.freeswitch.org http://www.cluecon.com > > FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org Links: 1. mailto:sip%3A888 at conference.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/a94aa966/attachment.html From ssinyagin at gmail.com Mon Oct 5 21:36:06 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 19:36:06 +0200 Subject: [Freeswitch-users] FS priority In-Reply-To: References: <00da01d0e721$9c9df900$d5d9eb00$@botecomm.com> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94F822@mbx-01.sysconfig.co.uk> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94FA2B@mbx-01.sysconfig.co.uk> <019501d0e829$b58b8ff0$20a2afd0$@botecomm.com> <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> Message-ID: Not in the current systemd config. On Oct 5, 2015 7:15 PM, "Brian West" wrote: > "Now the daemon starts as root and switches to freewitch UID." is how its > always done it. > > On Mon, Oct 5, 2015 at 10:27 AM, Stanislav Sinyagin > wrote: > >> see >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/542/overview >> >> it was a bit nontrivial because freeswitch.service was installed in an >> unusual way. Now the daemon starts as root and switches to freewitch UID. >> >> Still unresolved is https://freeswitch.org/jira/browse/FS-7937 >> The package installer starts the daemon, but does not enable the service >> for starting at boot. >> I will dig into that after the merge. >> >> >> >> >> >> On Sun, Sep 6, 2015 at 6:24 PM, Bote Man wrote: >> >>> I agree IFF my assumptions and results are applicable to package >>> installations. If you have a package installation I would prefer that you >>> verify these results on such an installation since I mostly let my Master >>> build do what it wants. I always build from Master, never use the packages. >>> >>> >>> >>> Do we have to specify the ?run runtime directory on the FS command line? >>> >>> >>> >>> Do we have to specify the ?temp files directory? >>> >>> >>> >>> Right now the unit file for the package specifies none of those so I >>> don?t know where FS would put its runtime and temp files. >>> >>> >>> >>> By the way, while testing the location of runtime directory for the PID >>> file I noted that FS will create the ./run directory with the proper >>> permissions and owner, then write the PID file in it on its own without >>> systemd doing it. This happened without specifying anything about that on >>> the command line and without the tmpfiles.d entry. >>> >>> >>> >>> But since the .deb package places files in the FHS locations this would >>> be necessary, so your recent ticket that adds that applies. I omitted that >>> from my Confluence instructions built from Master, FYI. >>> >>> >>> >>> Please let me know how to proceed. >>> >>> >>> >>> Thanks. >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> *From:* Stanislav Sinyagin >>> *Sent:* Sunday, 06 September, 2015 06:00 >>> >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> >>> >>> Looks like another jira ticket is needed for Debian packaging. >>> >>> On Sep 6, 2015 6:16 AM, "Anthony Minessale" >>> wrote: >>> >>> It's because FS changes the scheduler and enables some realtime threads >>> when it can. If you have multiple cpu np and rp are the same. FS always >>> needs root privs to change the platform parameters and nice level etc. The >>> scheduler change is not possible if the shell is an unpriveledged user nor >>> are a bunch of other things unless you carefully allowed them somehow as >>> root before the shell started. So basically that is all expected behavior. >>> >>> >>> >>> >>> >>> >>> >>> On Saturday, September 5, 2015, Bote Man >>> wrote: >>> >>> Sorry, I did not use the utility named ?runas? I simply labeled the >>> column that way and was trying to conserve character space in the header to >>> get it to fit in a reasonable space. >>> >>> >>> >>> Anyway, thanks to your post and some research I just changed my FS unit >>> file to start FS as user root, but specified ?u freeswitch ?g freeswitch on >>> the command line to FS, and changed the >>> WorkingDirectory=/usr/local/freeswitch/bin (it had been set to ?run?) and >>> it?s doing the Right Thing, so that is what I will go with. I vaguely >>> remember that FS can (should) start as root, then drops privileges to what >>> is specified on the command line, so it looks like it is doing exactly that. >>> >>> >>> >>> ?top? shows FS running as real and effective user ?freeswitch? with >>> Priority=-2 and Nice=-10 so I am a happy camper. >>> >>> >>> >>> If nobody on the FS core development team has any objection to this >>> approach I will update the Confluence page for the systemd unit file for >>> building from MASTER. The Debian packages have their own file locations. >>> >>> >>> >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video#FreeSWITCH1.6Video-systemd >>> >>> >>> >>> Any security concerns doing this? >>> >>> >>> >>> Thanks! >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> >>> >>> *From:* Shaun Stokes >>> *Sent:* Saturday, 05 September, 2015 03:18 >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> >>> >>> Are you using FreeSwitch to specify the user to runas or is this being >>> done by systemd? >>> >>> >>> >>> In FreeSwitch you use the -u argument to specify the user and the -g >>> argument to specify the group, if you do this then I assume running the >>> service as root should be ok providing you've given FreeSwitch an >>> alternative user and group (in our environment we use the same for user and >>> group). >>> >>> >>> >>> Thanks, >>> >>> Shaun >>> >>> >>> ------------------------------ >>> >>> *From:* Bote Man >>> *Sent:* 05 September 2015 04:28 >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> I'm not sure how much nice level matters compared to scheduler priority. >>> I ran a series of tests to find out what Priority and Nice level are >>> reported by the 'top' utility. >>> >>> I ran the first 6 tests by using systemd to start FreeSWITCH, 3 times as >>> user root with each of the FS priority flags, then 3 times as user >>> freeswitch with each of the FS flags. Then I repeated that block of tests >>> from the command line, 3 flags as root, 3 flags as freeswitch. You won't >>> believe what happened next! >>> >>> systemd starting FreeSWITCH as 'RUNAS' user with 'FLAG' command line >>> priority flags to FS results in top showing priority 'PRI', nice level >>> 'NICE' on a month-old install of Debian 8 on a bare metal Dell R320 server. >>> >>> RUNAS FLAG PRI NICE >>> root -rp -2 -10 >>> root -np 39 19 >>> root -lp 39 19 >>> >>> fs -rp -2 19 >>> fs -np 39 19 >>> fs -lp 39 19 >>> >>> Run as root from command line >>> root -rp -2 -10 >>> root -np 20 0 >>> root -lp 39 19 >>> >>> Run as su=freeswitch from command line >>> fs -rp 20 0 >>> fs -np 20 0 >>> fs -lp 39 19 >>> >>> Most processes show Priority of 20 so I assume that is considered >>> "normal". >>> >>> So it looks like the only way to get truly higher priority for a process >>> is to run it as root, which I expected. Once the scheduler priority is at >>> -2 (higher priority) I don't know whether the nice level even matters. >>> >>> For now, the systemd unit file that I posted on Confluence runs as the >>> freeswitch user so even with the -rp flag to FreeSWITCH it gets niced down >>> to 19 which is the lowest level available for nice. Does this matter? >>> >>> Is there a serious security concern running FreeSWITCH as root? >>> >>> Thanks. >>> >>> Bote >>> >>> >>> >>> On Fri, Sep 4, 2015 at 3:38 PM, Bote Man >>> wrote: >>> >>> Thanks for that. I was under the impression that systemd was throwing >>> FreeSWITCH into the generic scheduling group and starving it of resources >>> as a result, but when I manually ran ./freeswitch as root it still showed >>> the same values. >>> >>> Running FS manually with -np yielded pri=20 nice=0 and System Monitor >>> reports priority "normal" >>> >>> Running FS manually with -rp yielded pri=-2 nice=-10 and System Monitor >>> reports priority "very high", same results as when FS was started without >>> any priority switch on the command line. >>> >>> BUT! When I start FS with systemd it maintains priority=-2 but nice all >>> the way down to 19 which is why System Monitor reports "very low". This >>> happens even with the -rp switch specified in the unit file. >>> >>> I don't know how scheduling priority and nice level interact on Debian, >>> but it looks like I have a new research project for this weekend, assuming >>> this is truly something to be concerned about. Or is it? >>> >>> Thanks for the tips. I will report my findings to the list if I discover >>> anything substantive. >>> >>> Bote >>> >>> >>> >>> >>> >>> On Fri, Sep 4, 2015 at 2:02 PM, Shaun Stokes < >>> shaun.stokes at itec-support.co.uk> wrote: >>> >>> Hi Bote, >>> >>> >>> >>> I believe priority works in a similar way to metric (i.e. lower comes >>> first), so -20 (most favorable scheduling) to +19 (least favorable >>> scheduling). >>> >>> >>> >>> -rp -- enable high(realtime) priority settings >>> >>> -lp -- enable low priority settings >>> >>> -np -- enable normal priority settings (system default) >>> >>> Source: https://wiki.freeswitch.org/wiki/Command_line >>> >>> >>> >>> Hope this helps. >>> >>> >>> >>> Thanks, >>> >>> Shaun >>> ------------------------------ >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [ >>> freeswitch-users-bounces at lists.freeswitch.org] on behalf of Bote Man [ >>> bote_radio at botecomm.com] >>> *Sent:* 04 September 2015 15:54 >>> *To:* FreeSWITCH Users Help >>> *Subject:* [Freeswitch-users] FS priority >>> >>> I?m trying to set the priority on a new FreeSWITCH installation built >>> from master on Debian 8 running on bare metal. It is currently running at >>> ?very low? priority according to Resource Monitor in the GUI and ?top? >>> reports FS is running at priority = -2 (that?s negative two) and nice = 19 >>> >>> So with the way FreeSWITCH is now launched by systemd is it considered a >>> service or a user application that is simply run in the background? >>> >>> This affects how systemd treats its control groups and priority and how >>> I will go about troubleshooting this. >>> >>> >>> Thanks. >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> -- >>> >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/abcf7bcb/attachment-0001.html From ssinyagin at gmail.com Mon Oct 5 22:12:16 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 20:12:16 +0200 Subject: [Freeswitch-users] FS priority In-Reply-To: References: <00da01d0e721$9c9df900$d5d9eb00$@botecomm.com> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94F822@mbx-01.sysconfig.co.uk> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94FA2B@mbx-01.sysconfig.co.uk> <019501d0e829$b58b8ff0$20a2afd0$@botecomm.com> <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> Message-ID: in the current freeswitch.service, freewitch is started under freeswitch UID, and as a result, it fails to set itself to the proper priority. On Mon, Oct 5, 2015 at 7:13 PM, Brian West wrote: > "Now the daemon starts as root and switches to freewitch UID." is how its > always done it. > > On Mon, Oct 5, 2015 at 10:27 AM, Stanislav Sinyagin > wrote: > >> see >> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/542/overview >> >> it was a bit nontrivial because freeswitch.service was installed in an >> unusual way. Now the daemon starts as root and switches to freewitch UID. >> >> Still unresolved is https://freeswitch.org/jira/browse/FS-7937 >> The package installer starts the daemon, but does not enable the service >> for starting at boot. >> I will dig into that after the merge. >> >> >> >> >> >> On Sun, Sep 6, 2015 at 6:24 PM, Bote Man wrote: >> >>> I agree IFF my assumptions and results are applicable to package >>> installations. If you have a package installation I would prefer that you >>> verify these results on such an installation since I mostly let my Master >>> build do what it wants. I always build from Master, never use the packages. >>> >>> >>> >>> Do we have to specify the ?run runtime directory on the FS command line? >>> >>> >>> >>> Do we have to specify the ?temp files directory? >>> >>> >>> >>> Right now the unit file for the package specifies none of those so I >>> don?t know where FS would put its runtime and temp files. >>> >>> >>> >>> By the way, while testing the location of runtime directory for the PID >>> file I noted that FS will create the ./run directory with the proper >>> permissions and owner, then write the PID file in it on its own without >>> systemd doing it. This happened without specifying anything about that on >>> the command line and without the tmpfiles.d entry. >>> >>> >>> >>> But since the .deb package places files in the FHS locations this would >>> be necessary, so your recent ticket that adds that applies. I omitted that >>> from my Confluence instructions built from Master, FYI. >>> >>> >>> >>> Please let me know how to proceed. >>> >>> >>> >>> Thanks. >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> *From:* Stanislav Sinyagin >>> *Sent:* Sunday, 06 September, 2015 06:00 >>> >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> >>> >>> Looks like another jira ticket is needed for Debian packaging. >>> >>> On Sep 6, 2015 6:16 AM, "Anthony Minessale" >>> wrote: >>> >>> It's because FS changes the scheduler and enables some realtime threads >>> when it can. If you have multiple cpu np and rp are the same. FS always >>> needs root privs to change the platform parameters and nice level etc. The >>> scheduler change is not possible if the shell is an unpriveledged user nor >>> are a bunch of other things unless you carefully allowed them somehow as >>> root before the shell started. So basically that is all expected behavior. >>> >>> >>> >>> >>> >>> >>> >>> On Saturday, September 5, 2015, Bote Man >>> wrote: >>> >>> Sorry, I did not use the utility named ?runas? I simply labeled the >>> column that way and was trying to conserve character space in the header to >>> get it to fit in a reasonable space. >>> >>> >>> >>> Anyway, thanks to your post and some research I just changed my FS unit >>> file to start FS as user root, but specified ?u freeswitch ?g freeswitch on >>> the command line to FS, and changed the >>> WorkingDirectory=/usr/local/freeswitch/bin (it had been set to ?run?) and >>> it?s doing the Right Thing, so that is what I will go with. I vaguely >>> remember that FS can (should) start as root, then drops privileges to what >>> is specified on the command line, so it looks like it is doing exactly that. >>> >>> >>> >>> ?top? shows FS running as real and effective user ?freeswitch? with >>> Priority=-2 and Nice=-10 so I am a happy camper. >>> >>> >>> >>> If nobody on the FS core development team has any objection to this >>> approach I will update the Confluence page for the systemd unit file for >>> building from MASTER. The Debian packages have their own file locations. >>> >>> >>> >>> >>> https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video#FreeSWITCH1.6Video-systemd >>> >>> >>> >>> Any security concerns doing this? >>> >>> >>> >>> Thanks! >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> >>> >>> *From:* Shaun Stokes >>> *Sent:* Saturday, 05 September, 2015 03:18 >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> >>> >>> Are you using FreeSwitch to specify the user to runas or is this being >>> done by systemd? >>> >>> >>> >>> In FreeSwitch you use the -u argument to specify the user and the -g >>> argument to specify the group, if you do this then I assume running the >>> service as root should be ok providing you've given FreeSwitch an >>> alternative user and group (in our environment we use the same for user and >>> group). >>> >>> >>> >>> Thanks, >>> >>> Shaun >>> >>> >>> ------------------------------ >>> >>> *From:* Bote Man >>> *Sent:* 05 September 2015 04:28 >>> *Subject:* Re: [Freeswitch-users] FS priority >>> >>> I'm not sure how much nice level matters compared to scheduler priority. >>> I ran a series of tests to find out what Priority and Nice level are >>> reported by the 'top' utility. >>> >>> I ran the first 6 tests by using systemd to start FreeSWITCH, 3 times as >>> user root with each of the FS priority flags, then 3 times as user >>> freeswitch with each of the FS flags. Then I repeated that block of tests >>> from the command line, 3 flags as root, 3 flags as freeswitch. You won't >>> believe what happened next! >>> >>> systemd starting FreeSWITCH as 'RUNAS' user with 'FLAG' command line >>> priority flags to FS results in top showing priority 'PRI', nice level >>> 'NICE' on a month-old install of Debian 8 on a bare metal Dell R320 server. >>> >>> RUNAS FLAG PRI NICE >>> root -rp -2 -10 >>> root -np 39 19 >>> root -lp 39 19 >>> >>> fs -rp -2 19 >>> fs -np 39 19 >>> fs -lp 39 19 >>> >>> Run as root from command line >>> root -rp -2 -10 >>> root -np 20 0 >>> root -lp 39 19 >>> >>> Run as su=freeswitch from command line >>> fs -rp 20 0 >>> fs -np 20 0 >>> fs -lp 39 19 >>> >>> Most processes show Priority of 20 so I assume that is considered >>> "normal". >>> >>> So it looks like the only way to get truly higher priority for a process >>> is to run it as root, which I expected. Once the scheduler priority is at >>> -2 (higher priority) I don't know whether the nice level even matters. >>> >>> For now, the systemd unit file that I posted on Confluence runs as the >>> freeswitch user so even with the -rp flag to FreeSWITCH it gets niced down >>> to 19 which is the lowest level available for nice. Does this matter? >>> >>> Is there a serious security concern running FreeSWITCH as root? >>> >>> Thanks. >>> >>> Bote >>> >>> >>> >>> On Fri, Sep 4, 2015 at 3:38 PM, Bote Man >>> wrote: >>> >>> Thanks for that. I was under the impression that systemd was throwing >>> FreeSWITCH into the generic scheduling group and starving it of resources >>> as a result, but when I manually ran ./freeswitch as root it still showed >>> the same values. >>> >>> Running FS manually with -np yielded pri=20 nice=0 and System Monitor >>> reports priority "normal" >>> >>> Running FS manually with -rp yielded pri=-2 nice=-10 and System Monitor >>> reports priority "very high", same results as when FS was started without >>> any priority switch on the command line. >>> >>> BUT! When I start FS with systemd it maintains priority=-2 but nice all >>> the way down to 19 which is why System Monitor reports "very low". This >>> happens even with the -rp switch specified in the unit file. >>> >>> I don't know how scheduling priority and nice level interact on Debian, >>> but it looks like I have a new research project for this weekend, assuming >>> this is truly something to be concerned about. Or is it? >>> >>> Thanks for the tips. I will report my findings to the list if I discover >>> anything substantive. >>> >>> Bote >>> >>> >>> >>> >>> >>> On Fri, Sep 4, 2015 at 2:02 PM, Shaun Stokes < >>> shaun.stokes at itec-support.co.uk> wrote: >>> >>> Hi Bote, >>> >>> >>> >>> I believe priority works in a similar way to metric (i.e. lower comes >>> first), so -20 (most favorable scheduling) to +19 (least favorable >>> scheduling). >>> >>> >>> >>> -rp -- enable high(realtime) priority settings >>> >>> -lp -- enable low priority settings >>> >>> -np -- enable normal priority settings (system default) >>> >>> Source: https://wiki.freeswitch.org/wiki/Command_line >>> >>> >>> >>> Hope this helps. >>> >>> >>> >>> Thanks, >>> >>> Shaun >>> ------------------------------ >>> >>> *From:* freeswitch-users-bounces at lists.freeswitch.org [ >>> freeswitch-users-bounces at lists.freeswitch.org] on behalf of Bote Man [ >>> bote_radio at botecomm.com] >>> *Sent:* 04 September 2015 15:54 >>> *To:* FreeSWITCH Users Help >>> *Subject:* [Freeswitch-users] FS priority >>> >>> I?m trying to set the priority on a new FreeSWITCH installation built >>> from master on Debian 8 running on bare metal. It is currently running at >>> ?very low? priority according to Resource Monitor in the GUI and ?top? >>> reports FS is running at priority = -2 (that?s negative two) and nice = 19 >>> >>> So with the way FreeSWITCH is now launched by systemd is it considered a >>> service or a user application that is simply run in the background? >>> >>> This affects how systemd treats its control groups and priority and how >>> I will go about troubleshooting this. >>> >>> >>> Thanks. >>> >>> >>> >>> Bote >>> >>> >>> >>> >>> >>> -- >>> >>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>> >>> >>> >>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>> http://twitter.com/FreeSWITCH >>> >>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>> * >>> >>> ClueCon Weekly Development Call >>> >>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>> >>> >>> >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > > > -- > > *Brian West* > brian at freeswitch.org > > > *Twitter: @FreeSWITCH , @briankwest* > http://www.freeswitchbook.com > http://www.freeswitchcookbook.com > > Got Bugs? Report them here ! | Reddit: > /r/freeswitch > > *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) > *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/08a30d46/attachment-0001.html From ssinyagin at gmail.com Mon Oct 5 22:19:16 2015 From: ssinyagin at gmail.com (Stanislav Sinyagin) Date: Mon, 5 Oct 2015 20:19:16 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: in your pastebin, you seem to receive the call on your internal profile (port 5060): 11:18:58.277709 [DEBUG] sofia.c:9229 sofia/internal/+ 4432445867 at sip.ie1.twilio.com receiving invite from 54.171.127.192:5060 so, what exactly is configured on both sides? The external profile is usually on the port 5080. On Mon, Oct 5, 2015 at 6:26 PM, Michael Nielsen wrote: > Here's as log from an incoming call from Twilio: > http://pastebin.com/n0de7jhv > > My guess is the problem is with line 33: "Processing +4432445867 > <+4432445867>->+44213395867 in context public" > and it fails on line 40: "Regex (FAIL) [gateway_inbound] > ${target_context}() =~ /^[a-z]/ break=on-false" > due to the fact that there aren't set any ${target_context} variable. > > I've added the Twilio inbound gateway as described in the Twilio guide, > but adding it, removing it etc. doesn't change anything at all. > To the Twilio-Inbound gateway I've added the variable ${target_context} > according to this guide: > https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md > > So my guess is that the Twilio-Inbound gateway aren't being used - however > - calls are routed to my FS. > > On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen > wrote: > >> I'll create some logs tomorrow. >> >> Just to clarify: >> - Calls are routes from Twilio to my FS >> - My FS is a clean installation, 1.6.2 >> - I've used Twilio's guide for setting up gateways, inbound and outbound >> - Outbound calls are routed correctly >> - Inbound calls are as mentioned routes to my FS, but my Twilio-inbound >> doesn't seem to have anything to do with it, therefor, I'm not able to set >> any variables in incoming calls from Twilio so I can detect them in my >> public context and transfer them to my default context. >> >> I don't want to route all calls in my public context to my default >> context, this would open a security issue. Only Twilio calls should be >> handled in such a manner. >> That's my challenge. >> >> >> On Sunday, October 4, 2015, Sergey Safarov wrote: >> >>> Inbound call can be received >>> 1) if twillio guys configure gateway to route incomes calls to you >>> 2) or if FS provide information how to route call for you >>> >>> After reading gateway config files, I has found that used second case >>> "FS provides information how to route calls via registration mechanism". >>> >>> Please: >>> - configure clean FS host as described in twilio manuals; >>> - enable siptrace; >>> - enable debug log; >>> - make incoming call; >>> - attach debug log in respond to this message. >>> >>> I try help you >>> >>> >>> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen >>> wrote: >>> >>>> Still no luck. >>>> Any other ideas on how to "catch" the calls from the public context in >>>> FS? >>>> My goal is to transfer all calls from Twilio to my default context. >>>> >>>> >>>> On Saturday, October 3, 2015, Michael Nielsen >>>> wrote: >>>> >>>>> Looking at their guide for secure setup: >>>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>>>> they've added >>>>> When I do this, registering doesn't fail (obviously), but inbound >>>>> calls are still not registered as coming from twilio... They still land >>>>> directly in the public context without the variables set correctly. >>>>> >>>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen >>>> > wrote: >>>>> >>>>>> When adding the extension, I get the following - even though my >>>>>> username and password etc. are correct as they work for the outbound >>>>>> gateway...: >>>>>> >>>>>> twilio-inbound Failed Registration [908] >>>>>> >>>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen < >>>>>> mic.niel84 at gmail.com> wrote: >>>>>> >>>>>>> I see. >>>>>>> Does it matter that I don't have an extension called 1000 in my FS, >>>>>>> nor in my Twilio account? >>>>>>> >>>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>>>> wrote: >>>>>>> >>>>>>>> if you have a deep look at inbound gateway it is for receiving >>>>>>>> calls from Twilio as you can see below, this line informing freeswitch >>>>>>>> where to route inkling call. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *From: *Michael Nielsen >>>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>>>> *To: *FreeSWITCH Users Help >>>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>>>> >>>>>>>> >>>>>>>> Outbound works fine. >>>>>>>> >>>>>>>> Without having the inbound gateway calls are still routed to my FS >>>>>>>> to my public context from Twilio. >>>>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Friday, October 2, 2015, Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Well you'd send outbound calls out the outbound and the inbound >>>>>>>>> one is just to register with twilio so they know where to send your inbound >>>>>>>>> calls. Nothing more. >>>>>>>>> >>>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>>>> >>>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>>>> >>>>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>>>>> twilio-outbound. >>>>>>>>>> >>>>>>>>>> What is the difference between the two gateways? I know their >>>>>>>>>> names indicate inbound and outbound calling, but how can Freeswitch tell >>>>>>>>>> the difference between them. Especially how can Freeswitch now to use >>>>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>>>> >>>>>>>>>> Make sense? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> *Brian West* >>>>>>>>> brian at freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>> http://www.freeswitchbook.com >>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>> >>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>> Reddit: /r/freeswitch >>>>>>>>> >>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>> consulting at freeswitch.org >>>>>>>> http://www.freeswitchsolutions.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> http://www.freeswitch.org >>>>>>>> http://confluence.freeswitch.org >>>>>>>> http://www.cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> http://www.freeswitch.org >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/e1a7f5a7/attachment-0001.html From mic.niel84 at gmail.com Mon Oct 5 23:44:36 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Mon, 5 Oct 2015 21:44:36 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: Twilio is just taking a sip address as termination address. In this case my domain which FS runs on. Apparently, Twilio is sending calls to the standard 5060 port - which then lands in my public context. On Monday, October 5, 2015, Stanislav Sinyagin wrote: > in your pastebin, you seem to receive the call on your internal profile > (port 5060): > 11:18:58.277709 [DEBUG] sofia.c:9229 sofia/internal/+ > 4432445867 at sip.ie1.twilio.com > receiving > invite from 54.171.127.192:5060 > > > so, what exactly is configured on both sides? The external profile is > usually on the port 5080. > > > > On Mon, Oct 5, 2015 at 6:26 PM, Michael Nielsen > wrote: > >> Here's as log from an incoming call from Twilio: >> http://pastebin.com/n0de7jhv >> >> My guess is the problem is with line 33: "Processing +4432445867 >> <+4432445867>->+44213395867 in context public" >> and it fails on line 40: "Regex (FAIL) [gateway_inbound] >> ${target_context}() =~ /^[a-z]/ break=on-false" >> due to the fact that there aren't set any ${target_context} variable. >> >> I've added the Twilio inbound gateway as described in the Twilio guide, >> but adding it, removing it etc. doesn't change anything at all. >> To the Twilio-Inbound gateway I've added the variable ${target_context} >> according to this guide: >> https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md >> >> So my guess is that the Twilio-Inbound gateway aren't being used - >> however - calls are routed to my FS. >> >> On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen > > wrote: >> >>> I'll create some logs tomorrow. >>> >>> Just to clarify: >>> - Calls are routes from Twilio to my FS >>> - My FS is a clean installation, 1.6.2 >>> - I've used Twilio's guide for setting up gateways, inbound and outbound >>> - Outbound calls are routed correctly >>> - Inbound calls are as mentioned routes to my FS, but my Twilio-inbound >>> doesn't seem to have anything to do with it, therefor, I'm not able to set >>> any variables in incoming calls from Twilio so I can detect them in my >>> public context and transfer them to my default context. >>> >>> I don't want to route all calls in my public context to my default >>> context, this would open a security issue. Only Twilio calls should be >>> handled in such a manner. >>> That's my challenge. >>> >>> >>> On Sunday, October 4, 2015, Sergey Safarov >> > wrote: >>> >>>> Inbound call can be received >>>> 1) if twillio guys configure gateway to route incomes calls to you >>>> 2) or if FS provide information how to route call for you >>>> >>>> After reading gateway config files, I has found that used second case >>>> "FS provides information how to route calls via registration mechanism". >>>> >>>> Please: >>>> - configure clean FS host as described in twilio manuals; >>>> - enable siptrace; >>>> - enable debug log; >>>> - make incoming call; >>>> - attach debug log in respond to this message. >>>> >>>> I try help you >>>> >>>> >>>> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen >>>> wrote: >>>> >>>>> Still no luck. >>>>> Any other ideas on how to "catch" the calls from the public context in >>>>> FS? >>>>> My goal is to transfer all calls from Twilio to my default context. >>>>> >>>>> >>>>> On Saturday, October 3, 2015, Michael Nielsen >>>>> wrote: >>>>> >>>>>> Looking at their guide for secure setup: >>>>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>>>>> they've added >>>>>> When I do this, registering doesn't fail (obviously), but inbound >>>>>> calls are still not registered as coming from twilio... They still land >>>>>> directly in the public context without the variables set correctly. >>>>>> >>>>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen < >>>>>> mic.niel84 at gmail.com> wrote: >>>>>> >>>>>>> When adding the extension, I get the following - even though my >>>>>>> username and password etc. are correct as they work for the outbound >>>>>>> gateway...: >>>>>>> >>>>>>> twilio-inbound Failed Registration [908] >>>>>>> >>>>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen < >>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>> >>>>>>>> I see. >>>>>>>> Does it matter that I don't have an extension called 1000 in my FS, >>>>>>>> nor in my Twilio account? >>>>>>>> >>>>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>>>>> wrote: >>>>>>>> >>>>>>>>> if you have a deep look at inbound gateway it is for receiving >>>>>>>>> calls from Twilio as you can see below, this line informing freeswitch >>>>>>>>> where to route inkling call. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> *From: *Michael Nielsen >>>>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>>>>> *To: *FreeSWITCH Users Help >>>>>>>> > >>>>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>>>>> >>>>>>>>> >>>>>>>>> Outbound works fine. >>>>>>>>> >>>>>>>>> Without having the inbound gateway calls are still routed to my FS >>>>>>>>> to my public context from Twilio. >>>>>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Friday, October 2, 2015, Brian West >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> Well you'd send outbound calls out the outbound and the inbound >>>>>>>>>> one is just to register with twilio so they know where to send your inbound >>>>>>>>>> calls. Nothing more. >>>>>>>>>> >>>>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>>>>> >>>>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>>>>> >>>>>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound and >>>>>>>>>>> twilio-outbound. >>>>>>>>>>> >>>>>>>>>>> What is the difference between the two gateways? I know their >>>>>>>>>>> names indicate inbound and outbound calling, but how can Freeswitch tell >>>>>>>>>>> the difference between them. Especially how can Freeswitch now to use >>>>>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>>>>> >>>>>>>>>>> Make sense? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Brian West* >>>>>>>>>> brian at freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>> >>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>> >>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _______________________________________________ >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>> consulting at freeswitch.org >>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> http://www.freeswitch.org >>>>>>>>> http://confluence.freeswitch.org >>>>>>>>> http://www.cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> http://www.freeswitch.org >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://confluence.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> http://www.freeswitch.org >>>>> >>>> >>>> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/0da2ab2a/attachment-0001.html From krice at freeswitch.org Tue Oct 6 00:17:11 2015 From: krice at freeswitch.org (krice at freeswitch.org) Date: Mon, 05 Oct 2015 20:17:11 +0000 Subject: [Freeswitch-users] FreeSWITCH Week in Review (Master Branch) September 26th-October 2nd Message-ID: <5612dac7431cb_54c8125b33015266@resque-worker.15.mail> New Post on freeswitch.org from Kathleen King check it out at http://ift.tt/1j0UGtV FreeSWITCH Week in Review (Master Branch) September 26th-October 2nd Hello, again. This past week in the FreeSWITCH master branch we had 90 commits! Most of the features for this week went toward the verto communicator and are: created a source map file, created the reset banner action, floor and presenter badges, and locked icon in floorLocked status, added an About screen with version information and links to FS.org?and added a link to Confluence with documentation for VC, and made mute/unmute audio/video clickable. Other features this week include: refactoring the local_stream API to be more consistent and add auto complete, compatibility with Solaris 11 process privileges, improvements to the way FEC info is detected within frames by adding support for ptimes higher than 20 ms for FEC detection and improvements to?jitter buffer debugging in mod_opus. Join us on Wednesdays at 12:00 CT for some more FreeSWITCH fun! And head over to freeswitch.com to learn more about FreeSWITCH support. New features that were added: FS-8243 [mod_opus] Improve the way FEC info is detected within frames by adding support for ptimes higher than 20 ms for FEC detection FS-8161?[mod_opus] Keep FEC enabled only if loss > 10 ( otherwise PLC is supposed to be better) FS-8179 [mod_opus] Improvement on new jitter buffer debugging (debug lookahead FEC) FS-8254 [verto_communicator] Create a source map file FS-8263 [verto_communicator] Created the reset banner action, floor and presenter badges, and lock icon in floorLocked status FS-8288 [verto_communicator] Added an About screen with version information and links to FS.org?and added a link to Confluence with documentation for VC FS-8289 [verto_communicator] Make mute/unmute audio/video clickable FS-8287 [mod_local_stream] Refactor local_stream API to be more consistent and add auto complete FS-8195 [core] Compatibility with Solaris 11 process privileges Improvements in build system, cross platform support, and packaging: FS-8236?Fixed build without libyuv on compilers that error on unused static function and fixed ifdefs for building without libyuv FS-8239 [mod_av] Fixed the default value to avoid failed build on CentOS 7 FS-8255 [Debian] Fixed codename changes since Jessie was released as stable FS-8271 [Debian] Simplify package building for the default case FS-8270 [Debian] Fix for package installation failing if /etc/freeswitch/tls is missing FS-8285 [Debian] Removed heart attack inducing warning message when updating deb packages FS-7817 Removed use of _NONSTD for Windows builds of spandsp, so (hopefully) eliminate compatibility problem The following bugs were squashed: FS-8221 [verto_communicator] Fix number in call history FS-8223?[verto_communicator] Fixing members list layout when callerid is too long FS-8225 [verto_communicator] Avoid duplicate members when recovering calls FS-8214 [verto_communicator] Better handling calls in VC, answering them respecting useVideo param FS-8291 [verto_communicator] Fixed contributors url FS-8229 [verto_communicator] Changing moderator actions bullet menu color to #333 FS-8219 [verto_communicator] Fix for camera not deactivating after init or after hangup FS-8245 [verto_communicator] Fix for Video Resolutions available in ?Video Quality? drop down not always correct FS-8251 [verto_communicator] Factory reset now clears all local storage FS-8257 [verto_communicator] Fixed configuration provision url because configuration doesn?t work with `grunt serve` and non pathname urls FS-8273 [verto] [verto_communicator] Clear the CF_RECOVERING flag in a spot that was missed FS-8260 [verto_communicator] Prompt for banner text FS-8232 [mod_conference] Conference sending too many video refresh requests FS-8241 [mod_conference] Fix for conference stops playing video when local_stream changes source FS-8261 [mod_conference] Fixed the conference segfaulting when trying to reset the banner FS-8220 [core] Fix for DTMF not working between telephone-event/48000 A leg and telephone-event/8000 B leg FS-8166 [core] Mute/unmute while shout is playing audio fails because the channel ?has a media bug, hard mute not allowed? FS-8252 [core] Fixed a crash in rtp stack on dtls pointer FS-8283 [core] Handle RTP Contributing Source Identifiers (CSRC) FS-8275 [core] Fix for broken DTMF FS-8282 [core] Fix for sleep is not allowing interruption by uuid_transfer FS-8240 [mod_local_stream] Fixed a/v getting out of sync when running in the background and added?video profile parameter for recording 264 and made it default FS-8216 [mod_av] Fixed a regression in hup_local_stream from last commit FS-8274 [mod_av] Fixed a memory leak caused by images not being freed in video_thread_run FS-7989 [fixbug.pl] Escape double quotes from summary?and added more debugging data FS-8246 [mod_json_cdr] Use seconds as default value for delay parameter FS-8256 [mod_opus] More FMTP cleanup FS-8284 [mod_opus] Use use-dtx setting from config in request to callee. FS-8234 [mod_opus] Send correct (configured) fmtp ptime,minptime,maxptime when originating call ? And, this past week in the FreeSWITCH 1.4 branch we had 6?new commits merged in from master. And the FreeSWITCH 1.4.23 release is here! Go check it out! The following bugs were squashed: FS-8190 [mod_event_socket] When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command FS-7673 [mod_v8] ODBC NULL value incorrectly evaluated FS-8215 Fixed the accuracy of MacOSX nanosleep FS-8269 [mod_sms] Fixed a build issue FS-8244 [mod_dptools] Fixed a compilation issue ? ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151005/c4606c6d/attachment.html From s.safarov at gmail.com Tue Oct 6 07:53:03 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 06 Oct 2015 03:53:03 +0000 Subject: [Freeswitch-users] FS priority In-Reply-To: References: <00da01d0e721$9c9df900$d5d9eb00$@botecomm.com> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94F822@mbx-01.sysconfig.co.uk> <6FD2F8B5BB72834E9939AEDF9FB802A9016B94FA2B@mbx-01.sysconfig.co.uk> <019501d0e829$b58b8ff0$20a2afd0$@botecomm.com> <01cd01d0e8c0$8c855ea0$a5901be0$@botecomm.com> Message-ID: What is proliority must be used? On Mon, Oct 5, 2015, 21:13 Stanislav Sinyagin wrote: > in the current freeswitch.service, freewitch is started under freeswitch > UID, and as a result, it fails to set itself to the proper priority. > > On Mon, Oct 5, 2015 at 7:13 PM, Brian West wrote: > >> "Now the daemon starts as root and switches to freewitch UID." is how >> its always done it. >> >> On Mon, Oct 5, 2015 at 10:27 AM, Stanislav Sinyagin >> wrote: >> >>> see >>> https://freeswitch.org/stash/projects/FS/repos/freeswitch/pull-requests/542/overview >>> >>> it was a bit nontrivial because freeswitch.service was installed in an >>> unusual way. Now the daemon starts as root and switches to freewitch UID. >>> >>> Still unresolved is https://freeswitch.org/jira/browse/FS-7937 >>> The package installer starts the daemon, but does not enable the service >>> for starting at boot. >>> I will dig into that after the merge. >>> >>> >>> >>> >>> >>> On Sun, Sep 6, 2015 at 6:24 PM, Bote Man >>> wrote: >>> >>>> I agree IFF my assumptions and results are applicable to package >>>> installations. If you have a package installation I would prefer that you >>>> verify these results on such an installation since I mostly let my Master >>>> build do what it wants. I always build from Master, never use the packages. >>>> >>>> >>>> >>>> Do we have to specify the ?run runtime directory on the FS command line? >>>> >>>> >>>> >>>> Do we have to specify the ?temp files directory? >>>> >>>> >>>> >>>> Right now the unit file for the package specifies none of those so I >>>> don?t know where FS would put its runtime and temp files. >>>> >>>> >>>> >>>> By the way, while testing the location of runtime directory for the PID >>>> file I noted that FS will create the ./run directory with the proper >>>> permissions and owner, then write the PID file in it on its own without >>>> systemd doing it. This happened without specifying anything about that on >>>> the command line and without the tmpfiles.d entry. >>>> >>>> >>>> >>>> But since the .deb package places files in the FHS locations this would >>>> be necessary, so your recent ticket that adds that applies. I omitted that >>>> from my Confluence instructions built from Master, FYI. >>>> >>>> >>>> >>>> Please let me know how to proceed. >>>> >>>> >>>> >>>> Thanks. >>>> >>>> >>>> >>>> Bote >>>> >>>> >>>> >>>> >>>> >>>> *From:* Stanislav Sinyagin >>>> *Sent:* Sunday, 06 September, 2015 06:00 >>>> >>>> *Subject:* Re: [Freeswitch-users] FS priority >>>> >>>> >>>> >>>> Looks like another jira ticket is needed for Debian packaging. >>>> >>>> On Sep 6, 2015 6:16 AM, "Anthony Minessale" < >>>> anthony.minessale at gmail.com> wrote: >>>> >>>> It's because FS changes the scheduler and enables some realtime threads >>>> when it can. If you have multiple cpu np and rp are the same. FS always >>>> needs root privs to change the platform parameters and nice level etc. The >>>> scheduler change is not possible if the shell is an unpriveledged user nor >>>> are a bunch of other things unless you carefully allowed them somehow as >>>> root before the shell started. So basically that is all expected behavior. >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> On Saturday, September 5, 2015, Bote Man >>>> wrote: >>>> >>>> Sorry, I did not use the utility named ?runas? I simply labeled the >>>> column that way and was trying to conserve character space in the header to >>>> get it to fit in a reasonable space. >>>> >>>> >>>> >>>> Anyway, thanks to your post and some research I just changed my FS >>>> unit file to start FS as user root, but specified ?u freeswitch ?g >>>> freeswitch on the command line to FS, and changed the >>>> WorkingDirectory=/usr/local/freeswitch/bin (it had been set to ?run?) and >>>> it?s doing the Right Thing, so that is what I will go with. I vaguely >>>> remember that FS can (should) start as root, then drops privileges to what >>>> is specified on the command line, so it looks like it is doing exactly that. >>>> >>>> >>>> >>>> ?top? shows FS running as real and effective user ?freeswitch? with >>>> Priority=-2 and Nice=-10 so I am a happy camper. >>>> >>>> >>>> >>>> If nobody on the FS core development team has any objection to this >>>> approach I will update the Confluence page for the systemd unit file for >>>> building from MASTER. The Debian packages have their own file locations. >>>> >>>> >>>> >>>> >>>> https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video#FreeSWITCH1.6Video-systemd >>>> >>>> >>>> >>>> Any security concerns doing this? >>>> >>>> >>>> >>>> Thanks! >>>> >>>> >>>> >>>> Bote >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> *From:* Shaun Stokes >>>> *Sent:* Saturday, 05 September, 2015 03:18 >>>> *Subject:* Re: [Freeswitch-users] FS priority >>>> >>>> >>>> >>>> Are you using FreeSwitch to specify the user to runas or is this being >>>> done by systemd? >>>> >>>> >>>> >>>> In FreeSwitch you use the -u argument to specify the user and the -g >>>> argument to specify the group, if you do this then I assume running the >>>> service as root should be ok providing you've given FreeSwitch an >>>> alternative user and group (in our environment we use the same for user and >>>> group). >>>> >>>> >>>> >>>> Thanks, >>>> >>>> Shaun >>>> >>>> >>>> ------------------------------ >>>> >>>> *From:* Bote Man >>>> *Sent:* 05 September 2015 04:28 >>>> *Subject:* Re: [Freeswitch-users] FS priority >>>> >>>> I'm not sure how much nice level matters compared to scheduler >>>> priority. I ran a series of tests to find out what Priority and Nice level >>>> are reported by the 'top' utility. >>>> >>>> I ran the first 6 tests by using systemd to start FreeSWITCH, 3 times >>>> as user root with each of the FS priority flags, then 3 times as user >>>> freeswitch with each of the FS flags. Then I repeated that block of tests >>>> from the command line, 3 flags as root, 3 flags as freeswitch. You won't >>>> believe what happened next! >>>> >>>> systemd starting FreeSWITCH as 'RUNAS' user with 'FLAG' command line >>>> priority flags to FS results in top showing priority 'PRI', nice level >>>> 'NICE' on a month-old install of Debian 8 on a bare metal Dell R320 server. >>>> >>>> RUNAS FLAG PRI NICE >>>> root -rp -2 -10 >>>> root -np 39 19 >>>> root -lp 39 19 >>>> >>>> fs -rp -2 19 >>>> fs -np 39 19 >>>> fs -lp 39 19 >>>> >>>> Run as root from command line >>>> root -rp -2 -10 >>>> root -np 20 0 >>>> root -lp 39 19 >>>> >>>> Run as su=freeswitch from command line >>>> fs -rp 20 0 >>>> fs -np 20 0 >>>> fs -lp 39 19 >>>> >>>> Most processes show Priority of 20 so I assume that is considered >>>> "normal". >>>> >>>> So it looks like the only way to get truly higher priority for a >>>> process is to run it as root, which I expected. Once the scheduler priority >>>> is at -2 (higher priority) I don't know whether the nice level even matters. >>>> >>>> For now, the systemd unit file that I posted on Confluence runs as the >>>> freeswitch user so even with the -rp flag to FreeSWITCH it gets niced down >>>> to 19 which is the lowest level available for nice. Does this matter? >>>> >>>> Is there a serious security concern running FreeSWITCH as root? >>>> >>>> Thanks. >>>> >>>> Bote >>>> >>>> >>>> >>>> On Fri, Sep 4, 2015 at 3:38 PM, Bote Man >>>> wrote: >>>> >>>> Thanks for that. I was under the impression that systemd was throwing >>>> FreeSWITCH into the generic scheduling group and starving it of resources >>>> as a result, but when I manually ran ./freeswitch as root it still showed >>>> the same values. >>>> >>>> Running FS manually with -np yielded pri=20 nice=0 and System Monitor >>>> reports priority "normal" >>>> >>>> Running FS manually with -rp yielded pri=-2 nice=-10 and System Monitor >>>> reports priority "very high", same results as when FS was started without >>>> any priority switch on the command line. >>>> >>>> BUT! When I start FS with systemd it maintains priority=-2 but nice all >>>> the way down to 19 which is why System Monitor reports "very low". This >>>> happens even with the -rp switch specified in the unit file. >>>> >>>> I don't know how scheduling priority and nice level interact on Debian, >>>> but it looks like I have a new research project for this weekend, assuming >>>> this is truly something to be concerned about. Or is it? >>>> >>>> Thanks for the tips. I will report my findings to the list if I >>>> discover anything substantive. >>>> >>>> Bote >>>> >>>> >>>> >>>> >>>> >>>> On Fri, Sep 4, 2015 at 2:02 PM, Shaun Stokes < >>>> shaun.stokes at itec-support.co.uk> wrote: >>>> >>>> Hi Bote, >>>> >>>> >>>> >>>> I believe priority works in a similar way to metric (i.e. lower comes >>>> first), so -20 (most favorable scheduling) to +19 (least favorable >>>> scheduling). >>>> >>>> >>>> >>>> -rp -- enable high(realtime) priority settings >>>> >>>> -lp -- enable low priority settings >>>> >>>> -np -- enable normal priority settings (system default) >>>> >>>> Source: https://wiki.freeswitch.org/wiki/Command_line >>>> >>>> >>>> >>>> Hope this helps. >>>> >>>> >>>> >>>> Thanks, >>>> >>>> Shaun >>>> ------------------------------ >>>> >>>> *From:* freeswitch-users-bounces at lists.freeswitch.org [ >>>> freeswitch-users-bounces at lists.freeswitch.org] on behalf of Bote Man [ >>>> bote_radio at botecomm.com] >>>> *Sent:* 04 September 2015 15:54 >>>> *To:* FreeSWITCH Users Help >>>> *Subject:* [Freeswitch-users] FS priority >>>> >>>> I?m trying to set the priority on a new FreeSWITCH installation built >>>> from master on Debian 8 running on bare metal. It is currently running at >>>> ?very low? priority according to Resource Monitor in the GUI and ?top? >>>> reports FS is running at priority = -2 (that?s negative two) and nice = 19 >>>> >>>> So with the way FreeSWITCH is now launched by systemd is it considered >>>> a service or a user application that is simply run in the background? >>>> >>>> This affects how systemd treats its control groups and priority and how >>>> I will go about troubleshooting this. >>>> >>>> >>>> Thanks. >>>> >>>> >>>> >>>> Bote >>>> >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> Anthony Minessale II ? @anthmfs ? @FreeSWITCH ? >>>> >>>> >>>> >>>> ? http://freeswitch.org/ ? http://cluecon.com/ ? >>>> http://twitter.com/FreeSWITCH >>>> >>>> ? irc.freenode.net #freeswitch ? *http://freeswitch.org/g+ >>>> * >>>> >>>> ClueCon Weekly Development Call >>>> >>>> ? sip:888 at conference.freeswitch.org ? +19193869900 >>>> >>>> >>>> >>>> https://www.youtube.com/watch?v=9XXgW34t40s >>>> >>>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> >> >> -- >> >> *Brian West* >> brian at freeswitch.org >> >> >> *Twitter: @FreeSWITCH , @briankwest* >> http://www.freeswitchbook.com >> http://www.freeswitchcookbook.com >> >> Got Bugs? Report them here ! | Reddit: >> /r/freeswitch >> >> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org >> > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151006/f8885a28/attachment-0001.html From s.safarov at gmail.com Tue Oct 6 07:57:41 2015 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 06 Oct 2015 03:57:41 +0000 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: If disable registration on inbound gateway, then is possible receive inbound call? On Mon, Oct 5, 2015, 22:45 Michael Nielsen wrote: > Twilio is just taking a sip address as termination address. In this case > my domain which FS runs on. > Apparently, Twilio is sending calls to the standard 5060 port - which then > lands in my public context. > > On Monday, October 5, 2015, Stanislav Sinyagin > wrote: > >> in your pastebin, you seem to receive the call on your internal profile >> (port 5060): >> 11:18:58.277709 [DEBUG] sofia.c:9229 sofia/internal/+ >> 4432445867 at sip.ie1.twilio.com receiving invite from 54.171.127.192:5060 >> >> >> so, what exactly is configured on both sides? The external profile is >> usually on the port 5080. >> >> >> >> On Mon, Oct 5, 2015 at 6:26 PM, Michael Nielsen >> wrote: >> >>> Here's as log from an incoming call from Twilio: >>> http://pastebin.com/n0de7jhv >>> >>> My guess is the problem is with line 33: "Processing +4432445867 >>> <+4432445867>->+44213395867 in context public" >>> and it fails on line 40: "Regex (FAIL) [gateway_inbound] >>> ${target_context}() =~ /^[a-z]/ break=on-false" >>> due to the fact that there aren't set any ${target_context} variable. >>> >>> I've added the Twilio inbound gateway as described in the Twilio guide, >>> but adding it, removing it etc. doesn't change anything at all. >>> To the Twilio-Inbound gateway I've added the variable ${target_context} >>> according to this guide: >>> https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md >>> >>> So my guess is that the Twilio-Inbound gateway aren't being used - >>> however - calls are routed to my FS. >>> >>> On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen >>> wrote: >>> >>>> I'll create some logs tomorrow. >>>> >>>> Just to clarify: >>>> - Calls are routes from Twilio to my FS >>>> - My FS is a clean installation, 1.6.2 >>>> - I've used Twilio's guide for setting up gateways, inbound and outbound >>>> - Outbound calls are routed correctly >>>> - Inbound calls are as mentioned routes to my FS, but my Twilio-inbound >>>> doesn't seem to have anything to do with it, therefor, I'm not able to set >>>> any variables in incoming calls from Twilio so I can detect them in my >>>> public context and transfer them to my default context. >>>> >>>> I don't want to route all calls in my public context to my default >>>> context, this would open a security issue. Only Twilio calls should be >>>> handled in such a manner. >>>> That's my challenge. >>>> >>>> >>>> On Sunday, October 4, 2015, Sergey Safarov wrote: >>>> >>>>> Inbound call can be received >>>>> 1) if twillio guys configure gateway to route incomes calls to you >>>>> 2) or if FS provide information how to route call for you >>>>> >>>>> After reading gateway config files, I has found that used second case >>>>> "FS provides information how to route calls via registration mechanism". >>>>> >>>>> Please: >>>>> - configure clean FS host as described in twilio manuals; >>>>> - enable siptrace; >>>>> - enable debug log; >>>>> - make incoming call; >>>>> - attach debug log in respond to this message. >>>>> >>>>> I try help you >>>>> >>>>> >>>>> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen >>>>> wrote: >>>>> >>>>>> Still no luck. >>>>>> Any other ideas on how to "catch" the calls from the public context >>>>>> in FS? >>>>>> My goal is to transfer all calls from Twilio to my default context. >>>>>> >>>>>> >>>>>> On Saturday, October 3, 2015, Michael Nielsen >>>>>> wrote: >>>>>> >>>>>>> Looking at their guide for secure setup: >>>>>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>>>>>> they've added >>>>>>> When I do this, registering doesn't fail (obviously), but inbound >>>>>>> calls are still not registered as coming from twilio... They still land >>>>>>> directly in the public context without the variables set correctly. >>>>>>> >>>>>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen < >>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>> >>>>>>>> When adding the extension, I get the following - even though my >>>>>>>> username and password etc. are correct as they work for the outbound >>>>>>>> gateway...: >>>>>>>> >>>>>>>> twilio-inbound Failed Registration [908] >>>>>>>> >>>>>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen < >>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>> >>>>>>>>> I see. >>>>>>>>> Does it matter that I don't have an extension called 1000 in my >>>>>>>>> FS, nor in my Twilio account? >>>>>>>>> >>>>>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> if you have a deep look at inbound gateway it is for receiving >>>>>>>>>> calls from Twilio as you can see below, this line informing freeswitch >>>>>>>>>> where to route inkling call. >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> *From: *Michael Nielsen >>>>>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>>>>>> *To: *FreeSWITCH Users Help < >>>>>>>>>> freeswitch-users at lists.freeswitch.org> >>>>>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> Outbound works fine. >>>>>>>>>> >>>>>>>>>> Without having the inbound gateway calls are still routed to my >>>>>>>>>> FS to my public context from Twilio. >>>>>>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Friday, October 2, 2015, Brian West >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Well you'd send outbound calls out the outbound and the inbound >>>>>>>>>>> one is just to register with twilio so they know where to send your inbound >>>>>>>>>>> calls. Nothing more. >>>>>>>>>>> >>>>>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>>>>> >>>>>>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>>>>>> >>>>>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>>>>>> >>>>>>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound >>>>>>>>>>>> and twilio-outbound. >>>>>>>>>>>> >>>>>>>>>>>> What is the difference between the two gateways? I know their >>>>>>>>>>>> names indicate inbound and outbound calling, but how can Freeswitch tell >>>>>>>>>>>> the difference between them. Especially how can Freeswitch now to use >>>>>>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>>>>>> >>>>>>>>>>>> Make sense? >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>> >>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>> >>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> *Brian West* >>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>> >>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>> >>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _______________________________________________ >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>> consulting at freeswitch.org >>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>> http://www.cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> http://www.freeswitch.org >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> Professional FreeSWITCH Consulting Services: >>>>>> consulting at freeswitch.org >>>>>> http://www.freeswitchsolutions.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> http://www.freeswitch.org >>>>>> http://confluence.freeswitch.org >>>>>> http://www.cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> http://www.freeswitch.org >>>>>> >>>>> >>>>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://confluence.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> http://www.freeswitch.org >>> >> >> _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151006/ae05e47a/attachment-0001.html From mic.niel84 at gmail.com Tue Oct 6 11:27:44 2015 From: mic.niel84 at gmail.com (Michael Nielsen) Date: Tue, 6 Oct 2015 09:27:44 +0200 Subject: [Freeswitch-users] Freeswitch and twilio In-Reply-To: References: <01D4F74E-57DF-4B94-9112-ABC437573560@gmail.com> Message-ID: If I disable registration on my twilio-inbound, it does not fail - however - incoming calls are still not "catched" by my twilio-inbound gateway profile. It still lands in the public context without any variables set. On Tue, Oct 6, 2015 at 5:57 AM, Sergey Safarov wrote: > If disable registration on inbound gateway, then is possible receive > inbound call? > > On Mon, Oct 5, 2015, 22:45 Michael Nielsen wrote: > >> Twilio is just taking a sip address as termination address. In this case >> my domain which FS runs on. >> Apparently, Twilio is sending calls to the standard 5060 port - which >> then lands in my public context. >> >> On Monday, October 5, 2015, Stanislav Sinyagin >> wrote: >> >>> in your pastebin, you seem to receive the call on your internal profile >>> (port 5060): >>> 11:18:58.277709 [DEBUG] sofia.c:9229 sofia/internal/+ >>> 4432445867 at sip.ie1.twilio.com receiving invite from 54.171.127.192:5060 >>> >>> >>> so, what exactly is configured on both sides? The external profile is >>> usually on the port 5080. >>> >>> >>> >>> On Mon, Oct 5, 2015 at 6:26 PM, Michael Nielsen >>> wrote: >>> >>>> Here's as log from an incoming call from Twilio: >>>> http://pastebin.com/n0de7jhv >>>> >>>> My guess is the problem is with line 33: "Processing +4432445867 >>>> <+4432445867>->+44213395867 in context public" >>>> and it fails on line 40: "Regex (FAIL) [gateway_inbound] >>>> ${target_context}() =~ /^[a-z]/ break=on-false" >>>> due to the fact that there aren't set any ${target_context} variable. >>>> >>>> I've added the Twilio inbound gateway as described in the Twilio guide, >>>> but adding it, removing it etc. doesn't change anything at all. >>>> To the Twilio-Inbound gateway I've added the variable ${target_context} >>>> according to this guide: >>>> https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md >>>> >>>> So my guess is that the Twilio-Inbound gateway aren't being used - >>>> however - calls are routed to my FS. >>>> >>>> On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen >>>> wrote: >>>> >>>>> I'll create some logs tomorrow. >>>>> >>>>> Just to clarify: >>>>> - Calls are routes from Twilio to my FS >>>>> - My FS is a clean installation, 1.6.2 >>>>> - I've used Twilio's guide for setting up gateways, inbound and >>>>> outbound >>>>> - Outbound calls are routed correctly >>>>> - Inbound calls are as mentioned routes to my FS, but my >>>>> Twilio-inbound doesn't seem to have anything to do with it, therefor, I'm >>>>> not able to set any variables in incoming calls from Twilio so I can detect >>>>> them in my public context and transfer them to my default context. >>>>> >>>>> I don't want to route all calls in my public context to my default >>>>> context, this would open a security issue. Only Twilio calls should be >>>>> handled in such a manner. >>>>> That's my challenge. >>>>> >>>>> >>>>> On Sunday, October 4, 2015, Sergey Safarov >>>>> wrote: >>>>> >>>>>> Inbound call can be received >>>>>> 1) if twillio guys configure gateway to route incomes calls to you >>>>>> 2) or if FS provide information how to route call for you >>>>>> >>>>>> After reading gateway config files, I has found that used second case >>>>>> "FS provides information how to route calls via registration mechanism". >>>>>> >>>>>> Please: >>>>>> - configure clean FS host as described in twilio manuals; >>>>>> - enable siptrace; >>>>>> - enable debug log; >>>>>> - make incoming call; >>>>>> - attach debug log in respond to this message. >>>>>> >>>>>> I try help you >>>>>> >>>>>> >>>>>> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen >>>>> > wrote: >>>>>> >>>>>>> Still no luck. >>>>>>> Any other ideas on how to "catch" the calls from the public context >>>>>>> in FS? >>>>>>> My goal is to transfer all calls from Twilio to my default context. >>>>>>> >>>>>>> >>>>>>> On Saturday, October 3, 2015, Michael Nielsen >>>>>>> wrote: >>>>>>> >>>>>>>> Looking at their guide for secure setup: >>>>>>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf >>>>>>>> they've added >>>>>>>> When I do this, registering doesn't fail (obviously), but inbound >>>>>>>> calls are still not registered as coming from twilio... They still land >>>>>>>> directly in the public context without the variables set correctly. >>>>>>>> >>>>>>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen < >>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>> >>>>>>>>> When adding the extension, I get the following - even though my >>>>>>>>> username and password etc. are correct as they work for the outbound >>>>>>>>> gateway...: >>>>>>>>> >>>>>>>>> twilio-inbound Failed Registration [908] >>>>>>>>> >>>>>>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen < >>>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> I see. >>>>>>>>>> Does it matter that I don't have an extension called 1000 in my >>>>>>>>>> FS, nor in my Twilio account? >>>>>>>>>> >>>>>>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> if you have a deep look at inbound gateway it is for receiving >>>>>>>>>>> calls from Twilio as you can see below, this line informing freeswitch >>>>>>>>>>> where to route inkling call. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> *From: *Michael Nielsen >>>>>>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3 >>>>>>>>>>> *To: *FreeSWITCH Users Help < >>>>>>>>>>> freeswitch-users at lists.freeswitch.org> >>>>>>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and twilio* >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Outbound works fine. >>>>>>>>>>> >>>>>>>>>>> Without having the inbound gateway calls are still routed to my >>>>>>>>>>> FS to my public context from Twilio. >>>>>>>>>>> Adding the twilio-inbound doesn't seem to change anything...? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Friday, October 2, 2015, Brian West >>>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Well you'd send outbound calls out the outbound and the >>>>>>>>>>>> inbound one is just to register with twilio so they know where to send your >>>>>>>>>>>> inbound calls. Nothing more. >>>>>>>>>>>> >>>>>>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen < >>>>>>>>>>>> mic.niel84 at gmail.com> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> I'm trying to setup twilio as gateway following this guide: >>>>>>>>>>>>> >>>>>>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch >>>>>>>>>>>>> >>>>>>>>>>>>> In their example of twiliotrunk.xml they have twilio-inbound >>>>>>>>>>>>> and twilio-outbound. >>>>>>>>>>>>> >>>>>>>>>>>>> What is the difference between the two gateways? I know their >>>>>>>>>>>>> names indicate inbound and outbound calling, but how can Freeswitch tell >>>>>>>>>>>>> the difference between them. Especially how can Freeswitch now to use >>>>>>>>>>>>> twilio-inbound for incoming calls from twilio and not just twilit-outbound >>>>>>>>>>>>> as the only difference is register-proxy and expire-seconds between the two? >>>>>>>>>>>>> >>>>>>>>>>>>> Make sense? >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>>>> >>>>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>>>> >>>>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> >>>>>>>>>>>> *Brian West* >>>>>>>>>>>> brian at freeswitch.org >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest* >>>>>>>>>>>> http://www.freeswitchbook.com >>>>>>>>>>>> http://www.freeswitchcookbook.com >>>>>>>>>>>> >>>>>>>>>>>> Got Bugs? Report them here ! | >>>>>>>>>>>> Reddit: /r/freeswitch >>>>>>>>>>>> >>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378) >>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _________________________________________________________________________ >>>>>>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>>>>>> consulting at freeswitch.org >>>>>>>>>>> http://www.freeswitchsolutions.com >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> http://confluence.freeswitch.org >>>>>>>>>>> http://www.cluecon.com >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> http://www.freeswitch.org >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> Professional FreeSWITCH Consulting Services: >>>>>>> consulting at freeswitch.org >>>>>>> http://www.freeswitchsolutions.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> http://www.freeswitch.org >>>>>>> http://confluence.freeswitch.org >>>>>>> http://www.cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> http://www.freeswitch.org >>>>>>> >>>>>> >>>>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://confluence.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> http://www.freeswitch.org >>>> >>> >>> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://confluence.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://confluence.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151006/2e0ae05e/attachment-0001.html From ssinyagin at gmail.com Tue Oct 6 11:34:19 2015 From: ssinyagin at gmail.com (S