From josedavid at zennio.com Wed Jul 3 10:31:28 2019 From: josedavid at zennio.com (Jose David Jurado Alonso) Date: Wed, 3 Jul 2019 12:31:28 +0200 Subject: [Freeswitch-users] Get videocall image preview in target endpoint Message-ID: Hi, I would like to know if there is any way to obtain a preview image of the video intercom (source endpoint) that makes the call to be shown on the mobile (target endpoint). In this way, the target of the call can see who is calling before answering. intercom (with camera) <--> FS <--> mobile (linphone) Thanks. José David Jurado Alonso -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Wed Jul 3 10:52:25 2019 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Wed, 3 Jul 2019 12:52:25 +0200 Subject: [Freeswitch-users] Get videocall image preview in target endpoint In-Reply-To: References: Message-ID: I would say no. You can of course implement custom endpoint for source and target, eg, you can easily do so with webrtc javascript in browsers. -giovanni On Wed, Jul 3, 2019 at 12:41 PM Jose David Jurado Alonso < josedavid at zennio.com> wrote: > Hi, > > > I would like to know if there is any way to obtain a preview image of the > video intercom (source endpoint) that makes the call to be shown on the > mobile (target endpoint). > > In this way, the target of the call can see who is calling before > answering. > > intercom (with camera) <--> FS <--> mobile (linphone) > > Thanks. > > José David Jurado Alonso > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Wed Jul 3 15:45:49 2019 From: krice at freeswitch.org (Ken Rice) Date: Wed, 3 Jul 2019 10:45:49 -0500 Subject: [Freeswitch-users] FreeSWITCH Weekly Community Conference Call Message-ID: <6d5b01d531b6$64b04460$2e10cd20$@freeswitch.org> Hey FreeSWITCHers. Join us today at 12noon US Central Time at https://conference.freeswitch.org/vc and call 888 or via sip:888 at conference.freeswitch.org Open Floor discussion of FreeSWITCH and related technologies. This week we'll be talking about Debian 10's pending release! Plus more. Need help with FreeSWITCH? Come on in and ask your question. K -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.shirazi at gmail.com Wed Jul 3 10:48:46 2019 From: m.shirazi at gmail.com (Mehdi Shirazi) Date: Wed, 3 Jul 2019 15:18:46 +0430 Subject: [Freeswitch-users] Custom Sip "To:" header Message-ID: Hi I want to set a phone number different than phone number in INVITE request URI in the "To:" header.I tried this dialplan without success: Suggestion please. Regards M.Shirazi -------------- next part -------------- An HTML attachment was scrubbed... URL: From franciscocarmona777 at gmail.com Thu Jul 4 09:45:17 2019 From: franciscocarmona777 at gmail.com (=?UTF-8?Q?Francisco_Carmona_Ram=C3=ADrez?=) Date: Thu, 4 Jul 2019 11:45:17 +0200 Subject: [Freeswitch-users] Problem with SRTP in HA Message-ID: Hi, i have some issues trying to make a HA with SRTP, i have that dialplan When i make a normal call in my FS1 it goes well, same when i do a normal call in a FS2, then the problem that i find is when i do a normal call in my FS1 (it takes AES_CM_128_HMAC_SHA1_32) and i do a "fsctl crash" in my "fs_cli", when the FS2 recovery the call, the audio drops in both ways, and if I use sngrep to see what is sending in the invite, i see that the crypto is "AES_CM_NULL_AUTH", in addition in the fs_cli on FS2 y found that error 2019-07-04 10:37:38.286877 [ERR] switch_core_media.c:1554 Error! No crypto to parse 2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4104 Activating audio Secure RTP SEND 2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:sdes:AES_CM_128_HMAC_SHA1_32 2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4082 Activating audio Secure RTP RECV 2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:sdes:AES_CM_128_HMAC_SHA1_32 Can someone give me some clarity about that problem? How I can solve this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Fri Jul 5 13:09:14 2019 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 5 Jul 2019 15:09:14 +0200 Subject: [Freeswitch-users] Custom Sip "To:" header In-Reply-To: References: Message-ID: Brian West told me couple days ago in IRC: try bridge(sofia/external/ 333 at biloxi.com^1234) or bridge(sofia/external/333^1234 at biloxi.com) It works! On Fri, Jul 5, 2019 at 2:23 PM Mehdi Shirazi wrote: > Hi > I want to set a phone number different than phone number in INVITE request > URI in the "To:" header.I tried this dialplan without success: > > > Suggestion please. > > Regards > M.Shirazi > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Fri Jul 5 13:26:40 2019 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Fri, 5 Jul 2019 15:26:40 +0200 Subject: [Freeswitch-users] Problem with SRTP in HA In-Reply-To: References: Message-ID: I do not think you can just continue an SRTP call on another machine... If you do not rebuild all the crypto context (key exchange, etc)... Anyone else knows more? -giovanni On Fri, Jul 5, 2019 at 2:59 PM Francisco Carmona Ramírez < franciscocarmona777 at gmail.com> wrote: > Hi, i have some issues trying to make a HA with SRTP, i have that dialplan > > > > expression="^(\d{9})$"> > data="ringback=${es-ring}"/> > data="transfer_rinback=$${hold_music}"/> > /> > data="hangup_after_bridge=true"/> > data="continue_on_fail=true"/> > data="rtp_secure_media=optional"/> > data="rtp_secure_media_outbound=forbidden"/> > data="sofia/gateway/providerExt/$1"/> > > > > > When i make a normal call in my FS1 it goes well, same when i do a normal > call in a FS2, then the problem that i find is when i do a normal call in > my FS1 (it takes AES_CM_128_HMAC_SHA1_32) and i do a "fsctl crash" in my > "fs_cli", when the FS2 recovery the call, the audio drops in both ways, and > if I use sngrep to see what is sending in the invite, i see that the crypto > is "AES_CM_NULL_AUTH", in addition in the fs_cli on FS2 y found that error > > 2019-07-04 10:37:38.286877 [ERR] switch_core_media.c:1554 Error! No crypto > to parse > 2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4104 Activating audio > Secure RTP SEND > 2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: > srtp:sdes:AES_CM_128_HMAC_SHA1_32 > 2019-07-04 10:37:38.286877 [INFO] switch_rtp.c:4082 Activating audio > Secure RTP RECV > 2019-07-04 10:37:38.286877 [DEBUG] switch_core_sqldb.c:2617 Secure Type: > srtp:sdes:AES_CM_128_HMAC_SHA1_32 > > Can someone give me some clarity about that problem? How I can solve this? > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vishalmpai at gmail.com Fri Jul 5 18:46:42 2019 From: vishalmpai at gmail.com (Vishal Pai) Date: Sat, 6 Jul 2019 00:16:42 +0530 Subject: [Freeswitch-users] Call center dtmf binding Message-ID: Hello Everyone I have one scenario where call comes to call center agent and agent answers the call after that the agent need to dial external number using dtmf in ongoing call. I tried with certain parameter under contact for call center module to send the dtmf but it didn't work. what is the best possible way to achieve this? Thanks Vishal Pai -------------- next part -------------- An HTML attachment was scrubbed... URL: From k.combs at jkconnecttech.com Fri Jul 5 13:15:00 2019 From: k.combs at jkconnecttech.com (Kayla Combs) Date: Fri, 5 Jul 2019 13:15:00 +0000 Subject: [Freeswitch-users] Custom Sip "To:" header In-Reply-To: References: , Message-ID: How does this work? Sent from Mail for Windows 10 ________________________________ From: FreeSWITCH-users on behalf of Giovanni Maruzzelli Sent: Friday, July 5, 2019 8:09:14 AM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Custom Sip "To:" header Brian West told me couple days ago in IRC: try bridge(sofia/external/333 at biloxi.com^1234) or bridge(sofia/external/333^1234 at biloxi.com) It works! On Fri, Jul 5, 2019 at 2:23 PM Mehdi Shirazi > wrote: Hi I want to set a phone number different than phone number in INVITE request URI in the "To:" header.I tried this dialplan without success: Suggestion please. Regards M.Shirazi _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -- Sincerely, Giovanni Maruzzelli OpenTelecom.IT cell: +39 347 266 56 18 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sandro.bordacchini at nems.it Fri Jul 5 14:11:33 2019 From: sandro.bordacchini at nems.it (Sandro Bordacchini) Date: Fri, 5 Jul 2019 16:11:33 +0200 Subject: [Freeswitch-users] fax_enable_t38_insist Message-ID: Hello everyone. Can anyone point me to the documentation about the variable in subject? Even a brief hint on how and when to use it (and what it is the difference with the other fax_enable_t38* variables) would be greatly appreciated. Thanks a lot in advance. -- SB -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Sat Jul 6 02:16:49 2019 From: brian at freeswitch.com (Brian West) Date: Fri, 5 Jul 2019 21:16:49 -0500 Subject: [Freeswitch-users] fax_enable_t38_insist In-Reply-To: References: Message-ID: Read the code? That’s probably the best! On Fri, Jul 5, 2019 at 20:10 Sandro Bordacchini wrote: > Hello everyone. > > Can anyone point me to the documentation about the variable in subject? > Even a brief hint on how and when to use it (and what it is the > difference with the other fax_enable_t38* variables) would be greatly > appreciated. > > Thanks a lot in advance. > > -- > SB > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Sat Jul 6 02:17:11 2019 From: brian at freeswitch.com (Brian West) Date: Fri, 5 Jul 2019 21:17:11 -0500 Subject: [Freeswitch-users] Custom Sip "To:" header In-Reply-To: References: Message-ID: Magic! On Fri, Jul 5, 2019 at 20:10 Kayla Combs wrote: > How does this work? > > > > Sent from Mail for > Windows 10 > > > ------------------------------ > *From:* FreeSWITCH-users > on behalf of Giovanni Maruzzelli > *Sent:* Friday, July 5, 2019 8:09:14 AM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Custom Sip "To:" header > > > Brian West told me couple days ago in IRC: try bridge(sofia/external/ > 333 at biloxi.com^1234) or bridge(sofia/external/333^1234 at biloxi.com) > > It works! > > > On Fri, Jul 5, 2019 at 2:23 PM Mehdi Shirazi wrote: > >> Hi >> I want to set a phone number different than phone number in INVITE >> request URI in the "To:" header.I tried this dialplan without success: >> >> >> Suggestion please. >> >> Regards >> M.Shirazi >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Sincerely, > > Giovanni Maruzzelli > OpenTelecom.IT > cell: +39 347 266 56 18 > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Sat Jul 6 09:21:07 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 6 Jul 2019 12:21:07 +0300 Subject: [Freeswitch-users] Custom Sip "To:" header In-Reply-To: References: Message-ID: Updated related page https://freeswitch.org/confluence/display/FREESWITCH/sip_to_user On Sat, Jul 6, 2019 at 5:43 AM Brian West wrote: > Magic! > > On Fri, Jul 5, 2019 at 20:10 Kayla Combs > wrote: > >> How does this work? >> >> >> >> Sent from Mail for >> Windows 10 >> >> >> ------------------------------ >> *From:* FreeSWITCH-users >> on behalf of Giovanni Maruzzelli >> *Sent:* Friday, July 5, 2019 8:09:14 AM >> *To:* FreeSWITCH Users Help >> *Subject:* Re: [Freeswitch-users] Custom Sip "To:" header >> >> >> Brian West told me couple days ago in IRC: try bridge(sofia/external/ >> 333 at biloxi.com^1234) or bridge(sofia/external/333^1234 at biloxi.com) >> >> It works! >> >> >> On Fri, Jul 5, 2019 at 2:23 PM Mehdi Shirazi wrote: >> >>> Hi >>> I want to set a phone number different than phone number in INVITE >>> request URI in the "To:" header.I tried this dialplan without success: >>> >>> >>> Suggestion please. >>> >>> Regards >>> M.Shirazi >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> Sincerely, >> >> Giovanni Maruzzelli >> OpenTelecom.IT >> cell: +39 347 266 56 18 >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From cong.wang.itsherpa at gmail.com Tue Jul 9 09:44:46 2019 From: cong.wang.itsherpa at gmail.com (=?utf-8?B?546L6IGh?=) Date: Tue, 9 Jul 2019 18:44:46 +0900 Subject: [Freeswitch-users] How to get call uuid from b-leg and insert to pgsql Message-ID: <1E0EDEE6-E3B2-4E08-A5F1-A4F62CDE3745@gmail.com> Hi all, I’m trying to manage cdr in pgsql by mod_cdr_pg_csv, and I hope to record a call uuid to manage multiple recorded channels in one call. A channel variable “variable_call_uuid” seems good to record, and I confirmed it is the correct call uuid in fs_cli by: freeswitch at TEST-FS> uuid_getvar 67534e60-fc91-4e6b-b64e-868d5f3d8b16 call_uuid 67534e60-fc91-4e6b-b64e-868d5f3d8b16 freeswitch at TEST-FS> uuid_getvar 2ab39a17-2f8d-4ac1-81de-b32a990e55c1 call_uuid 67534e60-fc91-4e6b-b64e-868d5f3d8b16 However, when I tried to record this variable into pgsql, it turned into channels uuid in pgsql. The followings had added into cdr_pg_csv.conf.xml: > > > But pgsql record showed: > > SELECT call_uuid FROM cdr where uuid = > '67534e60-fc91-4e6b-b64e-868d5f3d8b16’; > > 67534e60-fc91-4e6b-b64e-868d5f3d8b16 > > SELECT call_uuid FROM cdr where uuid = > '2ab39a17-2f8d-4ac1-81de-b32a990e55c1’; > > 2ab39a17-2f8d-4ac1-81de-b32a990e55c1 # Which should be > 67534e60-fc91-4e6b-b64e-868d5f3d8b16 > > Any idea or advice on this issue? > > Regards. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcel.haldemann at convercom.ch Tue Jul 9 13:12:51 2019 From: marcel.haldemann at convercom.ch (Marcel Haldemann) Date: Tue, 9 Jul 2019 13:12:51 +0000 Subject: [Freeswitch-users] How to get call uuid from b-leg and insert to pgsql In-Reply-To: References: <1E0EDEE6-E3B2-4E08-A5F1-A4F62CDE3745@gmail.com> Message-ID: Short answer: use the “originator” variable on outbound calls and the “uuid” variable on inbound calls. Long Answer: As Brain said, it’s the best to make a small program (I use C# .Net Core for that purpose) that parses the XML-CDR File. For the Call-Identification I use: if (IsOutbound()) { SessionId = GetGuidValue(vars, "originator"); } else { SessionId = GetGuidValue(vars, "uuid"); } So I use the “originator” variable if it is outbound (the direction), and the “uuid” variable else. I call this “session_id” in the Postgres-Database. This is always the same on the inbound call and on all outbound calls originated by the same inbound call, this has proven to be unique. PS: I use different tables for inbound and outbound cdrs. The outbound cdr has less rows. Von: FreeSWITCH-users Im Auftrag von Brian West Gesendet: Dienstag, 9. Juli 2019 14:33 An: FreeSWITCH Users Help Betreff: Re: [Freeswitch-users] How to get call uuid from b-leg and insert to pgsql Your best bet is to use XML CDR and post process it. On Tue, Jul 9, 2019 at 4:45 AM 王聡 > wrote: Hi all, I’m trying to manage cdr in pgsql by mod_cdr_pg_csv, and I hope to record a call uuid to manage multiple recorded channels in one call. A channel variable “variable_call_uuid” seems good to record, and I confirmed it is the correct call uuid in fs_cli by: freeswitch at TEST-FS> uuid_getvar 67534e60-fc91-4e6b-b64e-868d5f3d8b16 call_uuid 67534e60-fc91-4e6b-b64e-868d5f3d8b16 freeswitch at TEST-FS> uuid_getvar 2ab39a17-2f8d-4ac1-81de-b32a990e55c1 call_uuid 67534e60-fc91-4e6b-b64e-868d5f3d8b16 However, when I tried to record this variable into pgsql, it turned into channels uuid in pgsql. The followings had added into cdr_pg_csv.conf.xml: name, strlen(dbh->name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile:2398: src/libfreeswitch_la-switch_core_sqldb.lo] Error 1 make[1]: Leaving directory '/usr/src/freeswitch' make: *** [Makefile:1413: all] Error 2 <<< log Ends GCC: $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 8.3.0 (Debian 8.3.0-6) CC: $ cc -v Using built-in specs. COLLECT_GCC=cc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 8.3.0 (Debian 8.3.0-6) Any help, will be appreciated! Thanks Jose Figueroa -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Tue Jul 9 19:06:49 2019 From: mike at freeswitch.org (Mike Jerris) Date: Tue, 9 Jul 2019 15:06:49 -0400 Subject: [Freeswitch-users] Trying to compile debian 10 In-Reply-To: References: Message-ID: 1.8 does not (and will likely not ever) support Debian 10. I have a branch going where we are working on that and it is close to ready. The plan is to have it ready to get some real community testing as of the next major release that we will do around ClueCon. We generally add and remove new platform support at the major release breaks. Mike > On Jul 9, 2019, at 4:16 AM, Jose Figueroa wrote: > > Hello, > > Today I was trying to compile v1.8 branch using Debian 10 but I'm getting this error on the make process: > > >>> Log: > > /usr/src/freeswitch$ make > config.status: creating Makefile > config.status: creating include/apr.h > config.status: creating build/apr_rules.mk > config.status: creating build/pkg/pkginfo > config.status: creating apr-1-config > config.status: WARNING: 'apr-config.in ' seems to ignore the --datarootdir setting > config.status: creating apr.pc > config.status: creating test/Makefile > config.status: creating test/internal/Makefile > config.status: creating include/arch/unix/apr_private.h > config.status: executing libtool commands > rm: cannot remove 'libtoolT': No such file or directory > config.status: executing default commands > config.status: include/apr.h is unchanged > config.status: include/arch/unix/apr_private.h is unchanged > make[1]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Entering directory '/usr/src/freeswitch/libs/apr-util' > Making all in xml/expat > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[3]: Entering directory '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" -DVERSION=\"expat_1.95.2\" -I. -I.. -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c -fPIC -DPIC -o xmlparse.o > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo xmlrole.lo > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la .libs/libexpat.lai > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > ar: `u' modifier ignored since `D' is the default (see `U') > libtool: link: ranlib .libs/libexpat.a > libtool: link: ( cd ".libs" && rm -f "libexpat.la " && ln -s "../libexpat.la " "libexpat.la " ) > make[3]: Leaving directory '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > touch /usr/src/freeswitch/src/include/switch.h > make[1]: Entering directory '/usr/src/freeswitch/libs/srtp' > make[1]: Leaving directory '/usr/src/freeswitch/libs/srtp' > make all-recursive > make[1]: Entering directory '/usr/src/freeswitch' > CC src/libfreeswitch_la-switch_apr.lo > CC src/libfreeswitch_la-switch_buffer.lo > CC src/libfreeswitch_la-switch_caller.lo > CC src/libfreeswitch_la-switch_channel.lo > CC src/libfreeswitch_la-switch_console.lo > CC src/libfreeswitch_la-switch_mprintf.lo > CC src/libfreeswitch_la-switch_core_media_bug.lo > CC src/libfreeswitch_la-switch_core_timer.lo > CC src/libfreeswitch_la-switch_core_asr.lo > CC src/libfreeswitch_la-switch_core_event_hook.lo > CC src/libfreeswitch_la-switch_core_speech.lo > CC src/libfreeswitch_la-switch_core_memory.lo > CC src/libfreeswitch_la-switch_core_codec.lo > CC src/libfreeswitch_la-switch_core_file.lo > CC src/libfreeswitch_la-switch_core_cert.lo > CC src/libfreeswitch_la-switch_core_hash.lo > CC src/libfreeswitch_la-switch_core_sqldb.lo > src/switch_core_sqldb.c: In function ‘switch_cache_db_status’: > src/switch_core_sqldb.c:3773:4: error: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] > strncpy(cleankey_str, dbh->name, strlen(dbh->name)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[1]: *** [Makefile:2398: src/libfreeswitch_la-switch_core_sqldb.lo] Error 1 > make[1]: Leaving directory '/usr/src/freeswitch' > make: *** [Makefile:1413: all] Error 2 > > <<< log Ends > > GCC: > $ gcc -v > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > > > CC: > $ cc -v > Using built-in specs. > COLLECT_GCC=cc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Tue Jul 9 19:50:54 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 9 Jul 2019 22:50:54 +0300 Subject: [Freeswitch-users] Trying to compile debian 10 In-Reply-To: References: Message-ID: I have tested master build on Debian 10 x86_64 No issues. Could you try gcc 8.3.0-7. Related FS-11345 On Tue, Jul 9, 2019 at 10:40 PM Mike Jerris wrote: > 1.8 does not (and will likely not ever) support Debian 10. I have a > branch going where we are working on that and it is close to ready. The > plan is to have it ready to get some real community testing as of the next > major release that we will do around ClueCon. We generally add and remove > new platform support at the major release breaks. > > Mike > > On Jul 9, 2019, at 4:16 AM, Jose Figueroa > wrote: > > Hello, > > Today I was trying to compile v1.8 branch using Debian 10 but I'm getting > this error on the make process: > > >>> Log: > > /usr/src/freeswitch$ make > config.status: creating Makefile > config.status: creating include/apr.h > config.status: creating build/apr_rules.mk > config.status: creating build/pkg/pkginfo > config.status: creating apr-1-config > config.status: WARNING: 'apr-config.in' seems to ignore the > --datarootdir setting > config.status: creating apr.pc > config.status: creating test/Makefile > config.status: creating test/internal/Makefile > config.status: creating include/arch/unix/apr_private.h > config.status: executing libtool commands > rm: cannot remove 'libtoolT': No such file or directory > config.status: executing default commands > config.status: include/apr.h is unchanged > config.status: include/arch/unix/apr_private.h is unchanged > make[1]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Entering directory '/usr/src/freeswitch/libs/apr-util' > Making all in xml/expat > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[3]: Entering directory > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H > -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.2\" -I. -I.. > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > -fPIC -DPIC -o xmlparse.o > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o > libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo > xmlrole.lo > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la > .libs/libexpat.lai > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > ar: `u' modifier ignored since `D' is the default (see `U') > libtool: link: ranlib .libs/libexpat.a > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s "../ > libexpat.la" "libexpat.la" ) > make[3]: Leaving directory > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > touch /usr/src/freeswitch/src/include/switch.h > make[1]: Entering directory '/usr/src/freeswitch/libs/srtp' > make[1]: Leaving directory '/usr/src/freeswitch/libs/srtp' > make all-recursive > make[1]: Entering directory '/usr/src/freeswitch' > CC src/libfreeswitch_la-switch_apr.lo > CC src/libfreeswitch_la-switch_buffer.lo > CC src/libfreeswitch_la-switch_caller.lo > CC src/libfreeswitch_la-switch_channel.lo > CC src/libfreeswitch_la-switch_console.lo > CC src/libfreeswitch_la-switch_mprintf.lo > CC src/libfreeswitch_la-switch_core_media_bug.lo > CC src/libfreeswitch_la-switch_core_timer.lo > CC src/libfreeswitch_la-switch_core_asr.lo > CC src/libfreeswitch_la-switch_core_event_hook.lo > CC src/libfreeswitch_la-switch_core_speech.lo > CC src/libfreeswitch_la-switch_core_memory.lo > CC src/libfreeswitch_la-switch_core_codec.lo > CC src/libfreeswitch_la-switch_core_file.lo > CC src/libfreeswitch_la-switch_core_cert.lo > CC src/libfreeswitch_la-switch_core_hash.lo > CC src/libfreeswitch_la-switch_core_sqldb.lo > src/switch_core_sqldb.c: In function ‘switch_cache_db_status’: > src/switch_core_sqldb.c:3773:4: error: ‘strncpy’ output truncated before > terminating nul copying as many bytes from a string as its length > [-Werror=stringop-truncation] > strncpy(cleankey_str, dbh->name, strlen(dbh->name)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[1]: *** [Makefile:2398: src/libfreeswitch_la-switch_core_sqldb.lo] > Error 1 > make[1]: Leaving directory '/usr/src/freeswitch' > make: *** [Makefile:1413: all] Error 2 > > <<< log Ends > > GCC: > $ gcc -v > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr > --with-gcc-major-version-only --program-suffix=-8 > --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id > --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix > --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-libmpx --enable-plugin > --enable-default-pie --with-system-zlib --with-target-system-zlib > --enable-objc-gc=auto --enable-multiarch --disable-werror > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none > --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > > > CC: > $ cc -v > Using built-in specs. > COLLECT_GCC=cc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr > --with-gcc-major-version-only --program-suffix=-8 > --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id > --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix > --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-libmpx --enable-plugin > --enable-default-pie --with-system-zlib --with-target-system-zlib > --enable-objc-gc=auto --enable-multiarch --disable-werror > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none > --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Wed Jul 10 16:35:37 2019 From: bipin at xbipin.com (Bipin Patel) Date: Wed, 10 Jul 2019 20:35:37 +0400 Subject: [Freeswitch-users] Trying to compile debian 10 In-Reply-To: References: Message-ID: <95acea3bb758d0394ae4f03d221f307b@xbipin.com> hi, the way i solved this was to use the below during configure ./configure -C CFLAGS="-D__alloca=alloca" On 09-07-2019 12:16, Jose Figueroa wrote: > Hello, > > Today I was trying to compile v1.8 branch using Debian 10 but I'm > getting this error on the make process: > >>>> Log: > > /usr/src/freeswitch$ make > config.status: creating Makefile > config.status: creating include/apr.h > config.status: creating build/apr_rules.mk > config.status: creating build/pkg/pkginfo > config.status: creating apr-1-config > config.status: WARNING: 'apr-config.in' seems to ignore the > --datarootdir setting > config.status: creating apr.pc > config.status: creating test/Makefile > config.status: creating test/internal/Makefile > config.status: creating include/arch/unix/apr_private.h > config.status: executing libtool commands > rm: cannot remove 'libtoolT': No such file or directory > config.status: executing default commands > config.status: include/apr.h is unchanged > config.status: include/arch/unix/apr_private.h is unchanged > make[1]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr' > make[1]: Entering directory '/usr/src/freeswitch/libs/apr-util' > Making all in xml/expat > make[2]: Entering directory > '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[3]: Entering directory > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H > -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > -DVERSION=\"expat_1.95.2\" -I. -I.. > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > -fPIC -DPIC -o xmlparse.o > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o > libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo > xmlrole.lo > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la > .libs/libexpat.lai > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > ar: `u' modifier ignored since `D' is the default (see `U') > libtool: link: ranlib .libs/libexpat.a > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s > "../libexpat.la" "libexpat.la" ) > make[3]: Leaving directory > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > make[2]: Leaving directory > '/usr/src/freeswitch/libs/apr-util/xml/expat' > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util' > make[2]: Nothing to be done for 'local-all'. > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > touch /usr/src/freeswitch/src/include/switch.h > make[1]: Entering directory '/usr/src/freeswitch/libs/srtp' > make[1]: Leaving directory '/usr/src/freeswitch/libs/srtp' > make all-recursive > make[1]: Entering directory '/usr/src/freeswitch' > CC src/libfreeswitch_la-switch_apr.lo > CC src/libfreeswitch_la-switch_buffer.lo > CC src/libfreeswitch_la-switch_caller.lo > CC src/libfreeswitch_la-switch_channel.lo > CC src/libfreeswitch_la-switch_console.lo > CC src/libfreeswitch_la-switch_mprintf.lo > CC src/libfreeswitch_la-switch_core_media_bug.lo > CC src/libfreeswitch_la-switch_core_timer.lo > CC src/libfreeswitch_la-switch_core_asr.lo > CC src/libfreeswitch_la-switch_core_event_hook.lo > CC src/libfreeswitch_la-switch_core_speech.lo > CC src/libfreeswitch_la-switch_core_memory.lo > CC src/libfreeswitch_la-switch_core_codec.lo > CC src/libfreeswitch_la-switch_core_file.lo > CC src/libfreeswitch_la-switch_core_cert.lo > CC src/libfreeswitch_la-switch_core_hash.lo > CC src/libfreeswitch_la-switch_core_sqldb.lo > src/switch_core_sqldb.c: In function 'switch_cache_db_status': > src/switch_core_sqldb.c:3773:4: error: 'strncpy' output truncated > before terminating nul copying as many bytes from a string as its > length [-Werror=stringop-truncation] > strncpy(cleankey_str, dbh->name, strlen(dbh->name)); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > cc1: all warnings being treated as errors > make[1]: *** [Makefile:2398: src/libfreeswitch_la-switch_core_sqldb.lo] > Error 1 > make[1]: Leaving directory '/usr/src/freeswitch' > make: *** [Makefile:1413: all] Error 2 > > <<< log Ends > > GCC: > $ gcc -v > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ > --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 > --program-prefix=x86_64-linux-gnu- --enable-shared > --enable-linker-build-id --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --libdir=/usr/lib > --enable-nls --enable-bootstrap --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-libmpx --enable-plugin > --enable-default-pie --with-system-zlib --with-target-system-zlib > --enable-objc-gc=auto --enable-multiarch --disable-werror > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > --enable-multilib --with-tune=generic > --enable-offload-targets=nvptx-none --without-cuda-driver > --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > > CC: > $ cc -v > Using built-in specs. > COLLECT_GCC=cc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ > --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 > --program-prefix=x86_64-linux-gnu- --enable-shared > --enable-linker-build-id --libexecdir=/usr/lib > --without-included-gettext --enable-threads=posix --libdir=/usr/lib > --enable-nls --enable-bootstrap --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-libmpx --enable-plugin > --enable-default-pie --with-system-zlib --with-target-system-zlib > --enable-objc-gc=auto --enable-multiarch --disable-werror > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > --enable-multilib --with-tune=generic > --enable-offload-targets=nvptx-none --without-cuda-driver > --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > Thread model: posix > gcc version 8.3.0 (Debian 8.3.0-6) > > Any help, will be appreciated! > > Thanks > Jose Figueroa > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From ramelcom at gmail.com Wed Jul 10 20:42:53 2019 From: ramelcom at gmail.com (Ramesh Kandasamy) Date: Wed, 10 Jul 2019 14:42:53 -0600 Subject: [Freeswitch-users] endconf for the first member of the conference Message-ID: Hi all, Is there a way I can set the endconf flag for only the first participant of a conference room through dialplan? I know there is a way to do this via ESL. But I want this to be from the dialplan (may be through condition/action tags?). Thanks Ramesh -------------- next part -------------- An HTML attachment was scrubbed... URL: From cong.wang.itsherpa at gmail.com Thu Jul 11 08:14:11 2019 From: cong.wang.itsherpa at gmail.com (=?utf-8?B?546L6IGh?=) Date: Thu, 11 Jul 2019 17:14:11 +0900 Subject: [Freeswitch-users] About mod_soundtouch Message-ID: Hi all, I’m trying to add some sound effect in my freeswitch server and testing mod_soundtouch. The test based on: Debian 8.11 Jessie FreeSWITCH Version 1.8.5+git~20190124T225359Z~31281a0bf1~64bit (git 31281a0 2019-01-24 22:53:59Z 64bit) libsoundtouch1/oldstable,now 1.7.1-13~1-jessie+1 amd64 I tried to load soundtouch in fs_cli and XML dialplan, but both of them turned human voice into noise and completely cannot hear any human voice. In fs_cli: soundtouch fa71575c-a392-11e9-becb-7701318508b0 start 0.7o In XML Dialplan: The PCMU and SPEEX codec had been tested and got the same result. Any suggestions on this issue? Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Thu Jul 11 18:34:12 2019 From: abaci64 at gmail.com (Abaci B) Date: Thu, 11 Jul 2019 14:34:12 -0400 Subject: [Freeswitch-users] About mod_soundtouch In-Reply-To: References: Message-ID: See https://freeswitch.org/jira/browse/FS-11418 On Thu, Jul 11, 2019 at 5:02 AM 王聡 wrote: > Hi all, > > I’m trying to add some sound effect in my freeswitch server and testing > mod_soundtouch. The test based on: > > Debian 8.11 Jessie > FreeSWITCH Version 1.8.5+git~20190124T225359Z~31281a0bf1~64bit (git > 31281a0 2019-01-24 22:53:59Z 64bit) > libsoundtouch1/oldstable,now 1.7.1-13~1-jessie+1 amd64 > > I tried to load soundtouch in fs_cli and XML dialplan, but both of them > turned human voice into noise and completely cannot hear any human voice. > > In fs_cli: > soundtouch fa71575c-a392-11e9-becb-7701318508b0 start 0.7o > > In XML Dialplan: > > > > The PCMU and SPEEX codec had been tested and got the same result. > > Any suggestions on this issue? > > Regards. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From josen.figueroa at unixmexico.org Thu Jul 11 20:03:39 2019 From: josen.figueroa at unixmexico.org (Jose Figueroa) Date: Thu, 11 Jul 2019 15:03:39 -0500 Subject: [Freeswitch-users] Trying to compile debian 10 In-Reply-To: <95acea3bb758d0394ae4f03d221f307b@xbipin.com> References: <95acea3bb758d0394ae4f03d221f307b@xbipin.com> Message-ID: Hello, Thank you, I will try again. Happy Coding! José Figueroa On Wed, Jul 10, 2019 at 11:36 AM Bipin Patel wrote: > hi, > > the way i solved this was to use the below during configure > ./configure -C CFLAGS="-D__alloca=alloca" > > > On 09-07-2019 12:16, Jose Figueroa wrote: > > > Hello, > > > > Today I was trying to compile v1.8 branch using Debian 10 but I'm > > getting this error on the make process: > > > >>>> Log: > > > > /usr/src/freeswitch$ make > > config.status: creating Makefile > > config.status: creating include/apr.h > > config.status: creating build/apr_rules.mk > > config.status: creating build/pkg/pkginfo > > config.status: creating apr-1-config > > config.status: WARNING: 'apr-config.in' seems to ignore the > > --datarootdir setting > > config.status: creating apr.pc > > config.status: creating test/Makefile > > config.status: creating test/internal/Makefile > > config.status: creating include/arch/unix/apr_private.h > > config.status: executing libtool commands > > rm: cannot remove 'libtoolT': No such file or directory > > config.status: executing default commands > > config.status: include/apr.h is unchanged > > config.status: include/arch/unix/apr_private.h is unchanged > > make[1]: Entering directory '/usr/src/freeswitch/libs/apr' > > make[2]: Entering directory '/usr/src/freeswitch/libs/apr' > > make[2]: Nothing to be done for 'local-all'. > > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr' > > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr' > > make[1]: Entering directory '/usr/src/freeswitch/libs/apr-util' > > Making all in xml/expat > > make[2]: Entering directory > > '/usr/src/freeswitch/libs/apr-util/xml/expat' > > make[3]: Entering directory > > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > > /bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H > > -DPACKAGE='"expat"' -DVERSION='"expat_1.95.2"' -I. -I.. > > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > > libtool: compile: gcc -DHAVE_CONFIG_H -DPACKAGE=\"expat\" > > -DVERSION=\"expat_1.95.2\" -I. -I.. > > -I/usr/src/freeswitch/libs/apr-util/xml/expat/lib -g -O2 -c xmlparse.c > > -fPIC -DPIC -o xmlparse.o > > /bin/bash ../libtool --mode=link gcc -version-info 1:0:1 -g -O2 -o > > libexpat.la -rpath /usr/local/freeswitch/lib xmlparse.lo xmltok.lo > > xmlrole.lo > > libtool: link: rm -fr .libs/libexpat.a .libs/libexpat.la > > .libs/libexpat.lai > > libtool: link: ar cru .libs/libexpat.a xmlparse.o xmltok.o xmlrole.o > > ar: `u' modifier ignored since `D' is the default (see `U') > > libtool: link: ranlib .libs/libexpat.a > > libtool: link: ( cd ".libs" && rm -f "libexpat.la" && ln -s > > "../libexpat.la" "libexpat.la" ) > > make[3]: Leaving directory > > '/usr/src/freeswitch/libs/apr-util/xml/expat/lib' > > make[2]: Leaving directory > > '/usr/src/freeswitch/libs/apr-util/xml/expat' > > make[2]: Entering directory '/usr/src/freeswitch/libs/apr-util' > > make[2]: Nothing to be done for 'local-all'. > > make[2]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > > make[1]: Leaving directory '/usr/src/freeswitch/libs/apr-util' > > touch /usr/src/freeswitch/src/include/switch.h > > make[1]: Entering directory '/usr/src/freeswitch/libs/srtp' > > make[1]: Leaving directory '/usr/src/freeswitch/libs/srtp' > > make all-recursive > > make[1]: Entering directory '/usr/src/freeswitch' > > CC src/libfreeswitch_la-switch_apr.lo > > CC src/libfreeswitch_la-switch_buffer.lo > > CC src/libfreeswitch_la-switch_caller.lo > > CC src/libfreeswitch_la-switch_channel.lo > > CC src/libfreeswitch_la-switch_console.lo > > CC src/libfreeswitch_la-switch_mprintf.lo > > CC src/libfreeswitch_la-switch_core_media_bug.lo > > CC src/libfreeswitch_la-switch_core_timer.lo > > CC src/libfreeswitch_la-switch_core_asr.lo > > CC src/libfreeswitch_la-switch_core_event_hook.lo > > CC src/libfreeswitch_la-switch_core_speech.lo > > CC src/libfreeswitch_la-switch_core_memory.lo > > CC src/libfreeswitch_la-switch_core_codec.lo > > CC src/libfreeswitch_la-switch_core_file.lo > > CC src/libfreeswitch_la-switch_core_cert.lo > > CC src/libfreeswitch_la-switch_core_hash.lo > > CC src/libfreeswitch_la-switch_core_sqldb.lo > > src/switch_core_sqldb.c: In function 'switch_cache_db_status': > > src/switch_core_sqldb.c:3773:4: error: 'strncpy' output truncated > > before terminating nul copying as many bytes from a string as its > > length [-Werror=stringop-truncation] > > strncpy(cleankey_str, dbh->name, strlen(dbh->name)); > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > cc1: all warnings being treated as errors > > make[1]: *** [Makefile:2398: src/libfreeswitch_la-switch_core_sqldb.lo] > > Error 1 > > make[1]: Leaving directory '/usr/src/freeswitch' > > make: *** [Makefile:1413: all] Error 2 > > > > <<< log Ends > > > > GCC: > > $ gcc -v > > Using built-in specs. > > COLLECT_GCC=gcc > > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > > OFFLOAD_TARGET_NAMES=nvptx-none > > OFFLOAD_TARGET_DEFAULT=1 > > Target: x86_64-linux-gnu > > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ > > --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 > > --program-prefix=x86_64-linux-gnu- --enable-shared > > --enable-linker-build-id --libexecdir=/usr/lib > > --without-included-gettext --enable-threads=posix --libdir=/usr/lib > > --enable-nls --enable-bootstrap --enable-clocale=gnu > > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > > --disable-vtable-verify --enable-libmpx --enable-plugin > > --enable-default-pie --with-system-zlib --with-target-system-zlib > > --enable-objc-gc=auto --enable-multiarch --disable-werror > > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > > --enable-multilib --with-tune=generic > > --enable-offload-targets=nvptx-none --without-cuda-driver > > --enable-checking=release --build=x86_64-linux-gnu > > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > > Thread model: posix > > gcc version 8.3.0 (Debian 8.3.0-6) > > > > CC: > > $ cc -v > > Using built-in specs. > > COLLECT_GCC=cc > > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper > > OFFLOAD_TARGET_NAMES=nvptx-none > > OFFLOAD_TARGET_DEFAULT=1 > > Target: x86_64-linux-gnu > > Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' > > --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs > > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ > > --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 > > --program-prefix=x86_64-linux-gnu- --enable-shared > > --enable-linker-build-id --libexecdir=/usr/lib > > --without-included-gettext --enable-threads=posix --libdir=/usr/lib > > --enable-nls --enable-bootstrap --enable-clocale=gnu > > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > > --disable-vtable-verify --enable-libmpx --enable-plugin > > --enable-default-pie --with-system-zlib --with-target-system-zlib > > --enable-objc-gc=auto --enable-multiarch --disable-werror > > --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 > > --enable-multilib --with-tune=generic > > --enable-offload-targets=nvptx-none --without-cuda-driver > > --enable-checking=release --build=x86_64-linux-gnu > > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > > Thread model: posix > > gcc version 8.3.0 (Debian 8.3.0-6) > > > > Any help, will be appreciated! > > > > Thanks > > Jose Figueroa > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From joe at expert.net Tue Jul 16 14:37:44 2019 From: joe at expert.net (Joseph Barrero) Date: Tue, 16 Jul 2019 09:37:44 -0500 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: Someone mentioned that they had this problem on AWS. Is anyone having this problem on a local block device rather than EBS? On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger wrote: > It's probably infeasible to do so unless the DBs are super small - but > might be useful to try to find at a low level what is corrupted - maybe the > particular areas of corruption in the actual file might give some clue as > to what was happening at the time. > > -- Nathan > > ------------------------------ > *From:* Jai Rangi [mailto:jprangi at gmail.com ] > *Sent:* Thursday, May 23, 2019, 4:58 PM > *To:* FreeSWITCH Users Help > > *Subject:* [Freeswitch-users] Corrupted core.db > > My best assumption is it happens at startup. For me I restarted FS last > night to free-up memory (trust me it has memory leak too, we use lots of > LUA scripts if that makes a difference), this is first log I see (at-least > in this case). > > | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| '_ > \ / __/ _ \| '_ ` _ \ | > | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | | | > | _ | (_| (_) | | | | | | | > | \_/\_/ \_/\_/ \_/\_/ (_) \____|_|\__,_|\___|\____\___/|_| > |_| (_) \___\___/|_| |_| |_| | > | > | > > .=======================================================================================================. > ^[[m > > 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 > FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git > 3da6bd0 2017-04-07 16:49:13Z 64bit) > > FreeSWITCH Started > Max Sessions [2000] > Session Rate [500] > SQL [Enabled] > 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 > sofia_presence_sub_callback: endpt is internal > 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File > /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav > sample rate 44100 doesn't match requested rate 8000 > 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has 2 > channels, muxing to 1 channel will occur. > 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR > [database disk image is malformed] > > I might be corrupted during shutdown, (we have almost 1000 users on this > machine, so lots of registration requests), but I only notice it right > after restart. Will gather more incidents and share. > > Best, > -Jai > > > > On Thu, May 23, 2019 at 2:24 PM Brian West wrote: > >> You could help narrow down the cause, its a known problem we've been >> tracking for a while now, but nobody has narrowed down the exact steps to >> replicate it. >> >> /b >> >> >> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >> >>> We are getting this error >>> When we do show registration >>> >>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations where >>> hostname='freeswitch'] database disk image is malformed >>> >>> If there a way to fix this without restarting free-switch. >>> >>> Thank you >>> -Jai >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com > > -- > > ------------------------------------------------------------ > Nathan Neulinger nneul at mst.edu > Missouri S&T Information Technology (573) 341-6679 > System Administrator - Architect (573) 612-1412 > System and Desktop Infrastructure Team Manager > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Tue Jul 16 15:08:00 2019 From: brian at freeswitch.com (Brian West) Date: Tue, 16 Jul 2019 10:08:00 -0500 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: Find a way to replicate it and we can fix it, this one is one I've been looking at for a while now. /b On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: > Someone mentioned that they had this problem on AWS. Is anyone having this > problem on a local block device rather than EBS? > > On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger wrote: > >> It's probably infeasible to do so unless the DBs are super small - but >> might be useful to try to find at a low level what is corrupted - maybe the >> particular areas of corruption in the actual file might give some clue as >> to what was happening at the time. >> >> -- Nathan >> >> ------------------------------ >> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >> *Sent:* Thursday, May 23, 2019, 4:58 PM >> *To:* FreeSWITCH Users Help >> >> *Subject:* [Freeswitch-users] Corrupted core.db >> >> My best assumption is it happens at startup. For me I restarted FS last >> night to free-up memory (trust me it has memory leak too, we use lots of >> LUA scripts if that makes a difference), this is first log I see (at-least >> in this case). >> >> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| '_ >> \ / __/ _ \| '_ ` _ \ | >> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | | | >> | _ | (_| (_) | | | | | | | >> | \_/\_/ \_/\_/ \_/\_/ (_) \____|_|\__,_|\___|\____\___/|_| >> |_| (_) \___\___/|_| |_| |_| | >> | >> | >> >> .=======================================================================================================. >> ^[[m >> >> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >> 3da6bd0 2017-04-07 16:49:13Z 64bit) >> >> FreeSWITCH Started >> Max Sessions [2000] >> Session Rate [500] >> SQL [Enabled] >> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >> sofia_presence_sub_callback: endpt is internal >> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >> sample rate 44100 doesn't match requested rate 8000 >> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has 2 >> channels, muxing to 1 channel will occur. >> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR >> [database disk image is malformed] >> >> I might be corrupted during shutdown, (we have almost 1000 users on this >> machine, so lots of registration requests), but I only notice it right >> after restart. Will gather more incidents and share. >> >> Best, >> -Jai >> >> >> >> On Thu, May 23, 2019 at 2:24 PM Brian West wrote: >> >>> You could help narrow down the cause, its a known problem we've been >>> tracking for a while now, but nobody has narrowed down the exact steps to >>> replicate it. >>> >>> /b >>> >>> >>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >>> >>>> We are getting this error >>>> When we do show registration >>>> >>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations where >>>> hostname='freeswitch'] database disk image is malformed >>>> >>>> If there a way to fix this without restarting free-switch. >>>> >>>> Thank you >>>> -Jai >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time https://signalwire.community >> >> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >> >> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >> >> -- >> >> ------------------------------------------------------------ >> Nathan Neulinger nneul at mst.edu >> Missouri S&T Information Technology (573) 341-6679 >> System Administrator - Architect (573) 612-1412 >> System and Desktop Infrastructure Team Manager >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Tue Jul 16 17:51:00 2019 From: david.villasmil.work at gmail.com (David Villasmil) Date: Tue, 16 Jul 2019 18:51:00 +0100 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: I can get a corrupted file, no idea how to replicate. On Tue, 16 Jul 2019 at 16:38, Brian West wrote: > Find a way to replicate it and we can fix it, this one is one I've been > looking at for a while now. > > /b > > > On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: > >> Someone mentioned that they had this problem on AWS. Is anyone having >> this problem on a local block device rather than EBS? >> >> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger wrote: >> >>> It's probably infeasible to do so unless the DBs are super small - but >>> might be useful to try to find at a low level what is corrupted - maybe the >>> particular areas of corruption in the actual file might give some clue as >>> to what was happening at the time. >>> >>> -- Nathan >>> >>> ------------------------------ >>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>> *To:* FreeSWITCH Users Help >>> >>> *Subject:* [Freeswitch-users] Corrupted core.db >>> >>> My best assumption is it happens at startup. For me I restarted FS last >>> night to free-up memory (trust me it has memory leak too, we use lots of >>> LUA scripts if that makes a difference), this is first log I see (at-least >>> in this case). >>> >>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| '_ >>> \ / __/ _ \| '_ ` _ \ | >>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | | >>> | | _ | (_| (_) | | | | | | | >>> | \_/\_/ \_/\_/ \_/\_/ (_) \____|_|\__,_|\___|\____\___/|_| >>> |_| (_) \___\___/|_| |_| |_| | >>> | >>> | >>> >>> .=======================================================================================================. >>> ^[[m >>> >>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >>> 3da6bd0 2017-04-07 16:49:13Z 64bit) >>> >>> FreeSWITCH Started >>> Max Sessions [2000] >>> Session Rate [500] >>> SQL [Enabled] >>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>> sofia_presence_sub_callback: endpt is internal >>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>> sample rate 44100 doesn't match requested rate 8000 >>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has 2 >>> channels, muxing to 1 channel will occur. >>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR >>> [database disk image is malformed] >>> >>> I might be corrupted during shutdown, (we have almost 1000 users on this >>> machine, so lots of registration requests), but I only notice it right >>> after restart. Will gather more incidents and share. >>> >>> Best, >>> -Jai >>> >>> >>> >>> On Thu, May 23, 2019 at 2:24 PM Brian West wrote: >>> >>>> You could help narrow down the cause, its a known problem we've been >>>> tracking for a while now, but nobody has narrowed down the exact steps to >>>> replicate it. >>>> >>>> /b >>>> >>>> >>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >>>> >>>>> We are getting this error >>>>> When we do show registration >>>>> >>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations where >>>>> hostname='freeswitch'] database disk image is malformed >>>>> >>>>> If there a way to fix this without restarting free-switch. >>>>> >>>>> Thank you >>>>> -Jai >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time https://signalwire.community >>> >>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>> >>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>> >>> -- >>> >>> ------------------------------------------------------------ >>> Nathan Neulinger nneul at mst.edu >>> Missouri S&T Information Technology (573) 341-6679 >>> System Administrator - Architect (573) 612-1412 >>> System and Desktop Infrastructure Team Manager >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdevoy at bizfocused.com Tue Jul 16 17:58:18 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 16 Jul 2019 17:58:18 +0000 Subject: [Freeswitch-users] ANI Source Message-ID: My provider has responded to a question regarding missing caller id to some recipients and said: Per our records we are receiving a 'null' value in the ANI/Source portion But my log says: [SNIP] set(ani=4104440002) 0d29c542 - [SNIP] [DEBUG] mod_dptools.c:1598 SET sofia/internal/414 at fs-esta2.bizfocused.com [ani]=[4104440002] Any ideas? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Tue Jul 16 18:04:21 2019 From: krice at freeswitch.org (Ken Rice) Date: Tue, 16 Jul 2019 13:04:21 -0500 Subject: [Freeswitch-users] ANI Source In-Reply-To: References: Message-ID: See https://freeswitch.org/confluence/display/FREESWITCH/origination_caller_id_n umber From: FreeSWITCH-users On Behalf Of Sean Devoy Sent: Tuesday, July 16, 2019 12:58 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] ANI Source My provider has responded to a question regarding missing caller id to some recipients and said: Per our records we are receiving a 'null' value in the ANI/Source portion But my log says: [SNIP] set(ani=4104440002) 0d29c542 - [SNIP] [DEBUG] mod_dptools.c:1598 SET sofia/internal/414 at fs-esta2.bizfocused.com [ani]=[4104440002] Any ideas? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Tue Jul 16 19:58:08 2019 From: brian at freeswitch.com (Brian West) Date: Tue, 16 Jul 2019 14:58:08 -0500 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: I can get plenty of corrupt DBs, just no solid steps to replicate the issue. On Tue, Jul 16, 2019 at 12:52 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > I can get a corrupted file, no idea how to replicate. > > On Tue, 16 Jul 2019 at 16:38, Brian West wrote: > >> Find a way to replicate it and we can fix it, this one is one I've been >> looking at for a while now. >> >> /b >> >> >> On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: >> >>> Someone mentioned that they had this problem on AWS. Is anyone having >>> this problem on a local block device rather than EBS? >>> >>> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger wrote: >>> >>>> It's probably infeasible to do so unless the DBs are super small - but >>>> might be useful to try to find at a low level what is corrupted - maybe the >>>> particular areas of corruption in the actual file might give some clue as >>>> to what was happening at the time. >>>> >>>> -- Nathan >>>> >>>> ------------------------------ >>>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>>> *To:* FreeSWITCH Users Help >>>> >>>> *Subject:* [Freeswitch-users] Corrupted core.db >>>> >>>> My best assumption is it happens at startup. For me I restarted FS last >>>> night to free-up memory (trust me it has memory leak too, we use lots of >>>> LUA scripts if that makes a difference), this is first log I see (at-least >>>> in this case). >>>> >>>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| >>>> '_ \ / __/ _ \| '_ ` _ \ | >>>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | | >>>> | | _ | (_| (_) | | | | | | | >>>> | \_/\_/ \_/\_/ \_/\_/ (_) \____|_|\__,_|\___|\____\___/|_| >>>> |_| (_) \___\___/|_| |_| |_| | >>>> | >>>> | >>>> >>>> .=======================================================================================================. >>>> ^[[m >>>> >>>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >>>> 3da6bd0 2017-04-07 16:49:13Z 64bit) >>>> >>>> FreeSWITCH Started >>>> Max Sessions [2000] >>>> Session Rate [500] >>>> SQL [Enabled] >>>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>>> sofia_presence_sub_callback: endpt is internal >>>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>>> sample rate 44100 doesn't match requested rate 8000 >>>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has 2 >>>> channels, muxing to 1 channel will occur. >>>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL ERR >>>> [database disk image is malformed] >>>> >>>> I might be corrupted during shutdown, (we have almost 1000 users on >>>> this machine, so lots of registration requests), but I only notice it right >>>> after restart. Will gather more incidents and share. >>>> >>>> Best, >>>> -Jai >>>> >>>> >>>> >>>> On Thu, May 23, 2019 at 2:24 PM Brian West >>>> wrote: >>>> >>>>> You could help narrow down the cause, its a known problem we've been >>>>> tracking for a while now, but nobody has narrowed down the exact steps to >>>>> replicate it. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >>>>> >>>>>> We are getting this error >>>>>> When we do show registration >>>>>> >>>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations where >>>>>> hostname='freeswitch'] database disk image is malformed >>>>>> >>>>>> If there a way to fix this without restarting free-switch. >>>>>> >>>>>> Thank you >>>>>> -Jai >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time https://signalwire.community >>>> >>>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>>> >>>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>>> >>>> -- >>>> >>>> ------------------------------------------------------------ >>>> Nathan Neulinger nneul at mst.edu >>>> Missouri S&T Information Technology (573) 341-6679 >>>> System Administrator - Architect (573) 612-1412 >>>> System and Desktop Infrastructure Team Manager >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > -- > Regards, > > David Villasmil > email: david.villasmil.work at gmail.com > phone: +34669448337 > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From nneul at mst.edu Tue Jul 16 20:09:16 2019 From: nneul at mst.edu (Nathan Neulinger) Date: Tue, 16 Jul 2019 15:09:16 -0500 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: Have you been able to get a _small_ corrupted DB? if you can look at the low level content of what portion of the DB is corrupted, maybe it will shed light on which portions of it were being modified at the same time or what was going on. Seeing if problem occurs when running with that DB on a /dev/shm or other ramdisk  might also be useful. -- Nathan ------------------------------------------------------------------------------------------------------------------------ *From:* Brian West *Sent:* Tue, Jul 16, 2019 2:58 PM CDT *To:* FreeSWITCH Users Help *Subject:* [Freeswitch-users] Corrupted core.db > I can get plenty of corrupt DBs, just no solid steps to replicate the issue. > > On Tue, Jul 16, 2019 at 12:52 PM David Villasmil > wrote: > > I can get a corrupted file, no idea how to replicate. > > On Tue, 16 Jul 2019 at 16:38, Brian West > wrote: > > Find a way to replicate it and we can fix it, this one is one I've been looking at for a while now. > > /b > > -- ------------------------------------------------------------ Nathan Neulinger nneul at mst.edu Missouri S&T Information Technology (573) 341-6679 System Administrator - Architect (573) 612-1412 System and Desktop Infrastructure Team Manager -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Tue Jul 16 21:11:54 2019 From: mike at freeswitch.com (Mike Jerris) Date: Tue, 16 Jul 2019 17:11:54 -0400 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: note to all, while we would like to sort this issue, please be aware that sqlite is inherently not as fault tolerant as real db servers, and for this reason we generally recommend using postgres for production deployments where fault tolerance is important. On Tue, Jul 16, 2019 at 3:58 PM Brian West wrote: > I can get plenty of corrupt DBs, just no solid steps to replicate the > issue. > > On Tue, Jul 16, 2019 at 12:52 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> I can get a corrupted file, no idea how to replicate. >> >> On Tue, 16 Jul 2019 at 16:38, Brian West wrote: >> >>> Find a way to replicate it and we can fix it, this one is one I've been >>> looking at for a while now. >>> >>> /b >>> >>> >>> On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: >>> >>>> Someone mentioned that they had this problem on AWS. Is anyone having >>>> this problem on a local block device rather than EBS? >>>> >>>> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger >>>> wrote: >>>> >>>>> It's probably infeasible to do so unless the DBs are super small - but >>>>> might be useful to try to find at a low level what is corrupted - maybe the >>>>> particular areas of corruption in the actual file might give some clue as >>>>> to what was happening at the time. >>>>> >>>>> -- Nathan >>>>> >>>>> ------------------------------ >>>>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>>>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>>>> *To:* FreeSWITCH Users Help >>>>> >>>>> *Subject:* [Freeswitch-users] Corrupted core.db >>>>> >>>>> My best assumption is it happens at startup. For me I restarted FS >>>>> last night to free-up memory (trust me it has memory leak too, we use lots >>>>> of LUA scripts if that makes a difference), this is first log I see >>>>> (at-least in this case). >>>>> >>>>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| >>>>> '_ \ / __/ _ \| '_ ` _ \ | >>>>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | >>>>> | | | _ | (_| (_) | | | | | | | >>>>> | \_/\_/ \_/\_/ \_/\_/ (_) >>>>> \____|_|\__,_|\___|\____\___/|_| |_| (_) \___\___/|_| |_| |_| | >>>>> | >>>>> | >>>>> >>>>> .=======================================================================================================. >>>>> ^[[m >>>>> >>>>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>>>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >>>>> 3da6bd0 2017-04-07 16:49:13Z 64bit) >>>>> >>>>> FreeSWITCH Started >>>>> Max Sessions [2000] >>>>> Session Rate [500] >>>>> SQL [Enabled] >>>>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>>>> sofia_presence_sub_callback: endpt is internal >>>>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>>>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>>>> sample rate 44100 doesn't match requested rate 8000 >>>>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has 2 >>>>> channels, muxing to 1 channel will occur. >>>>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL >>>>> ERR [database disk image is malformed] >>>>> >>>>> I might be corrupted during shutdown, (we have almost 1000 users on >>>>> this machine, so lots of registration requests), but I only notice it right >>>>> after restart. Will gather more incidents and share. >>>>> >>>>> Best, >>>>> -Jai >>>>> >>>>> >>>>> >>>>> On Thu, May 23, 2019 at 2:24 PM Brian West >>>>> wrote: >>>>> >>>>>> You could help narrow down the cause, its a known problem we've been >>>>>> tracking for a while now, but nobody has narrowed down the exact steps to >>>>>> replicate it. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >>>>>> >>>>>>> We are getting this error >>>>>>> When we do show registration >>>>>>> >>>>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations where >>>>>>> hostname='freeswitch'] database disk image is malformed >>>>>>> >>>>>>> If there a way to fix this without restarting free-switch. >>>>>>> >>>>>>> Thank you >>>>>>> -Jai >>>>>>> >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>>>> >>>>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>>>> >>>>> -- >>>>> >>>>> ------------------------------------------------------------ >>>>> Nathan Neulinger nneul at mst.edu >>>>> Missouri S&T Information Technology (573) 341-6679 >>>>> System Administrator - Architect (573) 612-1412 >>>>> System and Desktop Infrastructure Team Manager >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> -- >> Regards, >> >> David Villasmil >> email: david.villasmil.work at gmail.com >> phone: +34669448337 >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdevoy at bizfocused.com Tue Jul 16 21:47:38 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Tue, 16 Jul 2019 21:47:38 +0000 Subject: [Freeswitch-users] ANI Source In-Reply-To: References: Message-ID: Thanks Ken. The customer is gone so I can't test again tonight. Does your answer also apply to their latest update? We received 4104440002 in the RPID field, but your sip.From is null From: FreeSWITCH-users On Behalf Of Ken Rice Sent: Tuesday, July 16, 2019 2:04 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] ANI Source See https://freeswitch.org/confluence/display/FREESWITCH/origination_caller_id_number From: FreeSWITCH-users > On Behalf Of Sean Devoy Sent: Tuesday, July 16, 2019 12:58 PM To: FreeSWITCH Users Help > Subject: [Freeswitch-users] ANI Source My provider has responded to a question regarding missing caller id to some recipients and said: Per our records we are receiving a 'null' value in the ANI/Source portion But my log says: [SNIP] set(ani=4104440002) 0d29c542 - [SNIP] [DEBUG] mod_dptools.c:1598 SET sofia/internal/414 at fs-esta2.bizfocused.com [ani]=[4104440002] Any ideas? Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Wed Jul 17 00:59:58 2019 From: krice at freeswitch.org (Ken Rice) Date: Tue, 16 Jul 2019 19:59:58 -0500 Subject: [Freeswitch-users] ANI Source In-Reply-To: References: Message-ID: <21E1E2FD-38A1-4780-B2A9-399ABEAF5B65@freeswitch.org> if you are using a gateway theres a setting on the gateway for caller id in from… RPID is the CLID… but so is p-asserted-id and from: unfortunately no one respects the ANI in the FROM as the Actual ANI… (well no one that actually matters in the global scheme of things, and I wish more people actually did respect it and the JIP) From: FreeSWITCH-users on behalf of Sean Devoy Reply-To: FreeSWITCH Users Help Date: Tuesday, July 16, 2019 at 4:48 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] ANI Source Thanks Ken. The customer is gone so I can’t test again tonight. Does your answer also apply to their latest update? We received 4104440002 in the RPID field, but your sip.From is null From: FreeSWITCH-users On Behalf Of Ken Rice Sent: Tuesday, July 16, 2019 2:04 PM To: 'FreeSWITCH Users Help' Subject: Re: [Freeswitch-users] ANI Source See https://freeswitch.org/confluence/display/FREESWITCH/origination_caller_id_number From: FreeSWITCH-users On Behalf Of Sean Devoy Sent: Tuesday, July 16, 2019 12:58 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] ANI Source My provider has responded to a question regarding missing caller id to some recipients and said: Per our records we are receiving a 'null' value in the ANI/Source portion But my log says: [SNIP] set(ani=4104440002) 0d29c542 – [SNIP] [DEBUG] mod_dptools.c:1598 SET sofia/internal/414 at fs-esta2.bizfocused.com [ani]=[4104440002] Any ideas? Thanks, Sean _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Fri Jul 19 12:41:51 2019 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Fri, 19 Jul 2019 15:41:51 +0300 Subject: [Freeswitch-users] freeswitch package on ARM (raspberry pi) In-Reply-To: References: Message-ID: <991B39C8-9018-4024-BCE8-D8904998ED3F@getmailspring.com> There is a repo for arm maintaned by FusionPBX. echo "deb https://repo.fusionpbx.com/armhf stretch 1.8.4" > /etc/apt/sources.list.d/freeswitch.list echo "deb https://repo.fusionpbx.com/armhf jessie 1.6.20" > /etc/apt/sources.list.d/freeswitch.list curl https://repo.fusionpbx.com/public.key | apt-key add - On Jun 26 2019, at 8:22 pm, Bipin Patel via FreeSWITCH-users wrote: > hi, > > i was wondering if FS packages will be available for ARM raspbian > because we have been running multiple SOHO PBX using rpi for clients for > quiet some time now, currently we build from master on raspbian stretch > as well as jessie and it works well. We did some stress test with 50 > calls and 100 channels using rpi 3b+ with g711u and it works flawless as > well as we have it on rpi 2 also easily able to handle 20+ calls and now > with the rpi 4 im sure it can handle a lot more easily so why not > officially create packages for ARM rather than have to compile from > master. We also developed a custom CDR portal we supply with it which > gives the user the ability to create extenions, gateways etc etc as xml > rather than use a DB or xml curl etc to keep the resource consumption > low. > > > Regards, > Bipin > > > _________________________________________________________________________ > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From igorolhovskiy at gmail.com Fri Jul 19 12:43:04 2019 From: igorolhovskiy at gmail.com (Igor Olhovskiy) Date: Fri, 19 Jul 2019 15:43:04 +0300 Subject: [Freeswitch-users] Mod_Python In-Reply-To: References: Message-ID: mod_python is not recommended for large call volume due to memory leaks. Best switch to lua. On Jun 14 2019, at 9:38 pm, Caio Assis wrote: > Good afternoon. > > I use mod_python to execute scripts, and I notice that when there's a relative high call traffic, freeswitch's performance decreases significantly. > And I also noticed that, the more interaction the script has with freeswitch's session object (getVariable, execute, etc) the more the performance decreases. I kept the interaction to the minimum, as in 1 session.execute('multiset'). Any sugestions? > > _________________________________________________________________________ > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Fri Jul 19 13:33:32 2019 From: mike at freeswitch.com (Mike Jerris) Date: Fri, 19 Jul 2019 07:33:32 -0600 Subject: [Freeswitch-users] freeswitch package on ARM (raspberry pi) In-Reply-To: <991B39C8-9018-4024-BCE8-D8904998ED3F@getmailspring.com> References: <991B39C8-9018-4024-BCE8-D8904998ED3F@getmailspring.com> Message-ID: i wouldn’t use packages from anyone who doesn’t maintain current releases. There is no reason to even build 1.6 releases anymore as they are long since eol and filled with security holes. If you are using 1.6 you should be looking at upgrading asap. On Fri, Jul 19, 2019 at 6:42 AM Igor Olhovskiy wrote: > > There is a repo for arm maintaned by FusionPBX. > > echo "deb https://repo.fusionpbx.com/armhf stretch 1.8.4" > > /etc/apt/sources.list.d/freeswitch.list > echo "deb https://repo.fusionpbx.com/armhf jessie 1.6.20" > > /etc/apt/sources.list.d/freeswitch.list > > curl https://repo.fusionpbx.com/public.key | apt-key add - > > > > On Jun 26 2019, at 8:22 pm, Bipin Patel via FreeSWITCH-users < > freeswitch-users at lists.freeswitch.org> wrote: > > hi, > > i was wondering if FS packages will be available for ARM raspbian > because we have been running multiple SOHO PBX using rpi for clients for > quiet some time now, currently we build from master on raspbian stretch > as well as jessie and it works well. We did some stress test with 50 > calls and 100 channels using rpi 3b+ with g711u and it works flawless as > well as we have it on rpi 2 also easily able to handle 20+ calls and now > with the rpi 4 im sure it can handle a lot more easily so why not > officially create packages for ARM rather than have to compile from > master. We also developed a custom CDR portal we supply with it which > gives the user the ability to create extenions, gateways etc etc as xml > rather than use a DB or xml curl etc to keep the resource consumption > low. > > > Regards, > Bipin > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From support at directvoip.co.uk Fri Jul 19 13:41:29 2019 From: support at directvoip.co.uk (Darren Williams) Date: Fri, 19 Jul 2019 14:41:29 +0100 Subject: [Freeswitch-users] freeswitch package on ARM (raspberry pi) In-Reply-To: References: <991B39C8-9018-4024-BCE8-D8904998ED3F@getmailspring.com> Message-ID: I think the difficulty is building new packages. None of the instructions I have found work. This used to work but no longer does. https://freeswitch.org/confluence/display/FREESWITCH/Building+debs+for+other+architectures FusionPBX just made armhf but I'm interested in arm64 On Fri, 19 Jul 2019 at 14:34, Mike Jerris wrote: > i wouldn’t use packages from anyone who doesn’t maintain current > releases. There is no reason to even build 1.6 releases anymore as they > are long since eol and filled with security holes. If you are using 1.6 > you should be looking at upgrading asap. > > On Fri, Jul 19, 2019 at 6:42 AM Igor Olhovskiy > wrote: > >> >> There is a repo for arm maintaned by FusionPBX. >> >> echo "deb https://repo.fusionpbx.com/armhf stretch 1.8.4" > >> /etc/apt/sources.list.d/freeswitch.list >> echo "deb https://repo.fusionpbx.com/armhf jessie 1.6.20" > >> /etc/apt/sources.list.d/freeswitch.list >> >> curl https://repo.fusionpbx.com/public.key | apt-key add - >> >> >> >> On Jun 26 2019, at 8:22 pm, Bipin Patel via FreeSWITCH-users < >> freeswitch-users at lists.freeswitch.org> wrote: >> >> hi, >> >> i was wondering if FS packages will be available for ARM raspbian >> because we have been running multiple SOHO PBX using rpi for clients for >> quiet some time now, currently we build from master on raspbian stretch >> as well as jessie and it works well. We did some stress test with 50 >> calls and 100 channels using rpi 3b+ with g711u and it works flawless as >> well as we have it on rpi 2 also easily able to handle 20+ calls and now >> with the rpi 4 im sure it can handle a lot more easily so why not >> officially create packages for ARM rather than have to compile from >> master. We also developed a custom CDR portal we supply with it which >> gives the user the ability to create extenions, gateways etc etc as xml >> rather than use a DB or xml curl etc to keep the resource consumption >> low. >> >> >> Regards, >> Bipin >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sebastian_ml at gmx.net Fri Jul 19 15:25:45 2019 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Fri, 19 Jul 2019 15:25:45 +0000 Subject: [Freeswitch-users] freeswitch package on ARM (raspberry pi) In-Reply-To: References: <991B39C8-9018-4024-BCE8-D8904998ED3F@getmailspring.com> Message-ID: <7838CA22-C8D4-42CC-9A1B-94631CF8F366@gmx.net> OpenWrt builds current 1.8.x packages for arm64. raspi 3 (a?) is also supported, which is arm64. Recipes are on github: https://github.com/openwrt/telephony/tree/master/net/freeswitch-stable Alpine has also current FS packages, but I'm not sure if they support raspi. Buildroot probably has support for raspi and also has FS packages, didn't check but probably current versions as well. From rick at ewart.net Mon Jul 22 20:34:13 2019 From: rick at ewart.net (Rick Ewart) Date: Mon, 22 Jul 2019 16:34:13 -0400 (EDT) Subject: [Freeswitch-users] Problem with Dial Plan and Diversion Headers Message-ID: <007101d540cc$f31e6860$d95b3920$@ewart.net> Hi all. I am having an issue with calls not being routed correctly in our freeswitch system and I am having trouble figuring out the real cause. We are using the following in our routing plan to determine the number being called on an incoming call, which seems pretty straight forward: Generally speaking it works fine - we have been in production for years now doing many millions of calls. But an issue has cropped up with a call that comes in and is not being routed properly. Below is the SIP INVITE and header we receive (sanitized to protect the guilty). You will note that the INVITE has 15615551234 which is the correct DID on our system being called. However the "To" header specifies 14145241234 which if I understand what I read, is apparently what the caller dialed and it was diverted to our DID. Since my system never heard of 14145241234, it routed it to our default "Not in Service" message. In discussing with my carrier, they are saying its being delivered correctly and my system must be setup improperly for this situation. Since I never heard of the diversion header before this, I am at a bit of a loss (even after reading some articles on it). I thought I had a pretty good handle on this stuff but this is throwing me for a loop as it seems to me that the "To" should have been rewritten on the far end B2BUA (or somewhere before it got to me) to be the same as the INVITE but apparently not? I am trying to figure out what would be the most failsafe variable to use if destination_number is not it (as its what I see in all the FS Doc examples and elsewhere). Seems the INVITE is the only place the real number exists in this situation. I am searching for what that variable would be correct as the Channel Variables docs don't contain a lot of descriptions. I am thinking perhaps it should be sip_req_user? Since it's a production box, I figured I should ask the experts rather than guess on my own and make people grumpy due to some other unintended consequence I don't realize. I appreciate any help/explanation you can/are willing to provide. Thanks! Rick Ewart Session Initiation Protocol (INVITE) Request-Line: INVITE sip:15615551234 at 123.123.41.36:5060 SIP/2.0 Message Header Via: SIP/2.0/UDP 68.232.9.155:5060;branch=z9hG4bK0cB87133736bc4b79bd From: "ABC COMPANY" ;tag=gK0c5693cd To: Call-ID: 191660912_117119432 at 68.232.9.155 CSeq: 271179 INVITE Max-Forwards: 70 Allow: INVITE,ACK,CANCEL,BYE,OPTIONS Accept: application/sdp Contact: "ABC COMPANY" Remote-Party-ID: "ABC COMPANY" ;privacy=off Diversion: ;privacy=off;screen=no;reason=unknown;c ounter=1 Supported: replaces Content-Length: 281 Content-Disposition: session; handling=required Content-Type: application/sdp From sebastian_ml at gmx.net Mon Jul 22 20:55:17 2019 From: sebastian_ml at gmx.net (Sebastian Kemper) Date: Mon, 22 Jul 2019 22:55:17 +0200 Subject: [Freeswitch-users] Problem with Dial Plan and Diversion Headers In-Reply-To: <007101d540cc$f31e6860$d95b3920$@ewart.net> References: <007101d540cc$f31e6860$d95b3920$@ewart.net> Message-ID: <20190722205516.GA2982@darth.lan> On Mon, Jul 22, 2019 at 04:34:13PM -0400, Rick Ewart wrote: > In discussing with my carrier, they are saying its being delivered > correctly and my system must be setup improperly for this situation. > Since I never heard of the diversion header before this, I am at a bit > of a loss (even after reading some articles on it). I thought I had a > pretty good handle on this stuff but this is throwing me for a loop as > it seems to me that the "To" should have been rewritten on the far end > B2BUA (or somewhere before it got to me) to be the same as the INVITE > but apparently not? Maybe using "sip_req_user" instead of "destination_number" is the way to go? From vishal.kakkar at gmail.com Wed Jul 10 17:12:17 2019 From: vishal.kakkar at gmail.com (Vishal Kakkar) Date: Wed, 10 Jul 2019 22:42:17 +0530 Subject: [Freeswitch-users] How to configure External Gateway with Multiple NICs Message-ID: Hi all, My freeswitch server has two NICs eth0 and eth1. eth0 - Connected to internet for public/remote SIP Gateways eth1 - Connected to ISP(non internet) SIP server directly. Now to have all external gateways working together i need to specify which sip-ip, rtp-ip to be used in each gateway. But i can see these settings can be done only in external.xml So if i specify IP of any eth0 or eth1, all external gateways (be public or local ISP) registrations go using VIA tag of that very IP address, which is causing failed registrations. If i give eth0 IP then public SIP gateways work, but not local SIP SIP. If i give eth1 IP then local ISP SIP gateway work, but not public/remote gateways. How can such situations be handled. Is there any way to specify via header/sip,rtp-ip per gateway. Thanks Vishal. -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshe.rosenberg at gmail.com Thu Jul 11 22:21:29 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Thu, 11 Jul 2019 18:21:29 -0400 Subject: [Freeswitch-users] Call_Center announce-sound Message-ID: Hi this is the XML code that i have in order to play some announce-sound that says press 1 to leave a message This works great, the problem if an agent picks up the phone while the announce-sound is palying the system will connect the call however the caller will still hear the announce sound and will only connect to agent when the sound is done -- Moshe Rosenberg Tel. 718 633 1444 Cel. 347 678 3993 www.data phone.cloud Moshe at dataphone.cloud -------------- next part -------------- An HTML attachment was scrubbed... URL: From moshe.rosenberg at gmail.com Wed Jul 17 18:18:22 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Wed, 17 Jul 2019 14:18:22 -0400 Subject: [Freeswitch-users] Call Center sound announcement Message-ID: Hi i just came acorss this bug report https://freeswitch.org/jira/browse/FS-10253 while i was searching to fix my issue i see this is a few years old. did anyone find a way around this bug? -- Moshe Rosenberg -------------- next part -------------- An HTML attachment was scrubbed... URL: From silviu.cpp at gmail.com Thu Jul 18 09:49:27 2019 From: silviu.cpp at gmail.com (Caragea Silviu) Date: Thu, 18 Jul 2019 12:49:27 +0300 Subject: [Freeswitch-users] strange behavior when bridge fails. Message-ID: Hello, I'm using last stable FS 1.8.7 and when I'm doing a bridge to a not existing destination I can see that even after bridge fails and the LEG a receives 480, FS is still re-transmitting the INVITE few times. Before bridge I'm setting the following vars: continue_on_fail=true, hangup_after_bridge=true, progress_timeout=5, bypass_media=true And then I'm bridging using: {origination_caller_id_name=400000000,origination_caller_id_number=400000000,ignore_early_media=consume}sofia/external/ 44444444 at 172.17.33.28:6060 Bridge fails with PROGRESS_TIMEOUT after 5 seconds which is correct but on PCAP I can still see lot of retransmission's for the INVITE. Please see the attached image as well. 172.17.33.27 is the caller, 172.17.33.111 is FS and 172.17.33.28 is the IP where we are doing the bridge and where no server listen. It's this expected behavior ? Even after 16 seconds after the bridge fails the reinvite is sent. [image: Screen Shot 2019-07-18 at 12.46.53 PM.png] Silviu -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2019-07-18 at 12.46.53 PM.png Type: image/png Size: 258572 bytes Desc: not available URL: From sanjeevdb4 at gmail.com Sat Jul 20 10:25:25 2019 From: sanjeevdb4 at gmail.com (sanjeev dubey) Date: Sat, 20 Jul 2019 15:55:25 +0530 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: Dear All, I m getting below error after restarting the server, after that i have to reload the SIP profile manually. Need your help 2019-07-19 21:52:00.891950 [DEBUG] mod_event_socket.c:2961 Socket up listening on 127.0.0.1:8021 2019-07-19 21:52:00.894828 [ERR] switch_odbc.c:368 STATE: HY000 CODE 2003 ERROR: [unixODBC][MySQL][ODBC 5.2(w) Driver]Can't connect to MySQL server on '127.0.0.1' (111) 2019-07-19 21:52:00.894851 [CRIT] switch_core_sqldb.c:508 Failure to connect to ODBC opencc! 2019-07-19 21:52:00.894858 [ERR] freeswitch_lua.cpp:374 Connection failed. DBH NOT Connected. 2019-07-19 21:52:00.895086 [ERR] mod_lua.cpp:202 /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: assertion failed! stack traceback: [C]: in function 'assert' /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: in function 'new' /usr/local/freeswitch/scripts/resources/functions/database.lua:87: in function (tail call): ? (tail call): ? /usr/local/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua:33: in main chunk [C]: in function 'dofile' /usr/local/freeswitch/scripts/app/xml_handler/index.lua:77: in main chunk /usr/local/freeswitch/scripts/app.lua:30: in main chunk 2019-07-19 21:52:00.895112 [ERR] mod_lua.cpp:270 LUA script parse/execute error! 2019-07-19 21:52:00.896754 [INFO] switch_core.c:2447 FreeSWITCH Version 1.8.5~64bit ( 64bit) Thanks Sanjeev On Wed, Jul 17, 2019, 3:19 AM Mike Jerris wrote: > note to all, while we would like to sort this issue, please be aware that > sqlite is inherently not as fault tolerant as real db servers, and for this > reason we generally recommend using postgres for production deployments > where fault tolerance is important. > > On Tue, Jul 16, 2019 at 3:58 PM Brian West wrote: > >> I can get plenty of corrupt DBs, just no solid steps to replicate the >> issue. >> >> On Tue, Jul 16, 2019 at 12:52 PM David Villasmil < >> david.villasmil.work at gmail.com> wrote: >> >>> I can get a corrupted file, no idea how to replicate. >>> >>> On Tue, 16 Jul 2019 at 16:38, Brian West wrote: >>> >>>> Find a way to replicate it and we can fix it, this one is one I've been >>>> looking at for a while now. >>>> >>>> /b >>>> >>>> >>>> On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: >>>> >>>>> Someone mentioned that they had this problem on AWS. Is anyone having >>>>> this problem on a local block device rather than EBS? >>>>> >>>>> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger >>>>> wrote: >>>>> >>>>>> It's probably infeasible to do so unless the DBs are super small - >>>>>> but might be useful to try to find at a low level what is corrupted - maybe >>>>>> the particular areas of corruption in the actual file might give some clue >>>>>> as to what was happening at the time. >>>>>> >>>>>> -- Nathan >>>>>> >>>>>> ------------------------------ >>>>>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>>>>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>>>>> *To:* FreeSWITCH Users Help >>>>>> >>>>>> *Subject:* [Freeswitch-users] Corrupted core.db >>>>>> >>>>>> My best assumption is it happens at startup. For me I restarted FS >>>>>> last night to free-up memory (trust me it has memory leak too, we use lots >>>>>> of LUA scripts if that makes a difference), this is first log I see >>>>>> (at-least in this case). >>>>>> >>>>>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ \| >>>>>> '_ \ / __/ _ \| '_ ` _ \ | >>>>>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) | >>>>>> | | | _ | (_| (_) | | | | | | | >>>>>> | \_/\_/ \_/\_/ \_/\_/ (_) >>>>>> \____|_|\__,_|\___|\____\___/|_| |_| (_) \___\___/|_| |_| |_| | >>>>>> | >>>>>> | >>>>>> >>>>>> .=======================================================================================================. >>>>>> ^[[m >>>>>> >>>>>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>>>>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >>>>>> 3da6bd0 2017-04-07 16:49:13Z 64bit) >>>>>> >>>>>> FreeSWITCH Started >>>>>> Max Sessions [2000] >>>>>> Session Rate [500] >>>>>> SQL [Enabled] >>>>>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>>>>> sofia_presence_sub_callback: endpt is internal >>>>>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>>>>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>>>>> sample rate 44100 doesn't match requested rate 8000 >>>>>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has >>>>>> 2 channels, muxing to 1 channel will occur. >>>>>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL >>>>>> ERR [database disk image is malformed] >>>>>> >>>>>> I might be corrupted during shutdown, (we have almost 1000 users on >>>>>> this machine, so lots of registration requests), but I only notice it right >>>>>> after restart. Will gather more incidents and share. >>>>>> >>>>>> Best, >>>>>> -Jai >>>>>> >>>>>> >>>>>> >>>>>> On Thu, May 23, 2019 at 2:24 PM Brian West >>>>>> wrote: >>>>>> >>>>>>> You could help narrow down the cause, its a known problem we've been >>>>>>> tracking for a while now, but nobody has narrowed down the exact steps to >>>>>>> replicate it. >>>>>>> >>>>>>> /b >>>>>>> >>>>>>> >>>>>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi wrote: >>>>>>> >>>>>>>> We are getting this error >>>>>>>> When we do show registration >>>>>>>> >>>>>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations >>>>>>>> where hostname='freeswitch'] database disk image is malformed >>>>>>>> >>>>>>>> If there a way to fix this without restarting free-switch. >>>>>>>> >>>>>>>> Thank you >>>>>>>> -Jai >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Brian West | Co-founder and Developer >>>>>>> >>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>> >>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>> >>>>>>> >>>>>>> Email: brian at freeswitch.com >>>>>>> >>>>>>> Mobile: 918-424-9378 >>>>>>> >>>>>>> Website: https://www.FreeSWITCH.com >>>>>>> >>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>> [image: >>>>>>> https://twitter.com/freeswitch] >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>>>>> >>>>>> -- >>>>>> >>>>>> ------------------------------------------------------------ >>>>>> Nathan Neulinger nneul at mst.edu >>>>>> Missouri S&T Information Technology (573) 341-6679 >>>>>> System Administrator - Architect (573) 612-1412 >>>>>> System and Desktop Infrastructure Team Manager >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> -- >>> Regards, >>> >>> David Villasmil >>> email: david.villasmil.work at gmail.com >>> phone: +34669448337 >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From asilva at wirelessmundi.com Thu Jul 18 08:52:14 2019 From: asilva at wirelessmundi.com (=?UTF-8?Q?Ant=c3=b3nio_Silva?=) Date: Thu, 18 Jul 2019 10:52:14 +0200 Subject: Limit cps per source IP and port Message-ID: <37afe08b-16b1-d6e5-d092-943255fffa66@wirelessmundi.com> Hi, is it possible to limit the number of calls per source ip and port before the dialplan? I know that this can be done using mod_limit in the dialplan, i was thinking of a limit like the sessions-per-second global limit, this way less resources are used if some ip/port is flooding our machine. Another possibility is using the firewall... but i like this option less because i wont know of the drop calls. Thanks, -- Saludos / Regards / Cumprimentos António Silva From sdevoy at bizfocused.com Mon Jul 22 21:10:43 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Mon, 22 Jul 2019 21:10:43 +0000 Subject: [Freeswitch-users] mod_sms questions Message-ID: Hi, I have found information on mod_sms to be limited. Our provider (Voip Innovations) supports SMS on our DIDs. Here is their document explaining handling options. https://backoffice.voipinnovations.com/Wiki/View.aspx?article=SMS Our client is using Bria Softphone (on Android and iPhone). I assume this is to mask her true cell phone number/identity. Can FreeSwitch route incoming SMS messages on DIDs to specific extensions/registrations? And route from an extension out? Any documentation hints would be greatly appreciated. Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Mon Jul 22 21:14:00 2019 From: mike at freeswitch.com (Mike Jerris) Date: Mon, 22 Jul 2019 15:14:00 -0600 Subject: [Freeswitch-users] Call Center sound announcement In-Reply-To: References: Message-ID: mod callcenter is a community contributed module that we don’t generally do any work on but will be happy to look at contributed patches to fix issues. mod fifo is the queue module developed by the core freeswitch team. On Mon, Jul 22, 2019 at 3:03 PM Moshe Rosenberg wrote: > Hi > > i just came acorss this bug report > https://freeswitch.org/jira/browse/FS-10253 > while i was searching to fix my issue > > i see this is a few years old. did anyone find a way around this bug? > > -- > Moshe Rosenberg > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Mon Jul 22 21:14:39 2019 From: mike at freeswitch.com (Mike Jerris) Date: Mon, 22 Jul 2019 15:14:39 -0600 Subject: [Freeswitch-users] How to configure External Gateway with Multiple NICs In-Reply-To: References: Message-ID: you would use a different sip profile for each On Mon, Jul 22, 2019 at 3:03 PM Vishal Kakkar wrote: > Hi all, > > My freeswitch server has two NICs eth0 and eth1. > eth0 - Connected to internet for public/remote SIP Gateways > eth1 - Connected to ISP(non internet) SIP server directly. > > Now to have all external gateways working together i need to specify which > sip-ip, rtp-ip to be used in each gateway. But i can see these settings can > be done only in external.xml > > So if i specify IP of any eth0 or eth1, all external gateways (be public > or local ISP) registrations go using VIA tag of that very IP address, which > is causing failed registrations. > > If i give eth0 IP then public SIP gateways work, but not local SIP SIP. > If i give eth1 IP then local ISP SIP gateway work, but not public/remote > gateways. > > How can such situations be handled. Is there any way to specify via > header/sip,rtp-ip per gateway. > > Thanks > Vishal. > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Mon Jul 22 22:20:18 2019 From: brian at freeswitch.com (Brian West) Date: Mon, 22 Jul 2019 17:20:18 -0500 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: 111 is icmp unreachable, Sure the DB was up? On Mon, Jul 22, 2019 at 4:03 PM sanjeev dubey wrote: > Dear All, > > I m getting below error after restarting the server, after that i have to > reload the SIP profile manually. > Need your help > > 2019-07-19 21:52:00.891950 [DEBUG] mod_event_socket.c:2961 Socket up listening on 127.0.0.1:8021 > 2019-07-19 21:52:00.894828 [ERR] switch_odbc.c:368 STATE: HY000 CODE 2003 ERROR: [unixODBC][MySQL][ODBC 5.2(w) Driver]Can't connect to MySQL server on '127.0.0.1' (111) > > 2019-07-19 21:52:00.894851 [CRIT] switch_core_sqldb.c:508 Failure to connect to ODBC opencc! > 2019-07-19 21:52:00.894858 [ERR] freeswitch_lua.cpp:374 Connection failed. DBH NOT Connected. > 2019-07-19 21:52:00.895086 [ERR] mod_lua.cpp:202 /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: assertion failed! > stack traceback: > [C]: in function 'assert' > /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: in function 'new' > /usr/local/freeswitch/scripts/resources/functions/database.lua:87: in function > (tail call): ? > (tail call): ? > /usr/local/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua:33: in main chunk > [C]: in function 'dofile' > /usr/local/freeswitch/scripts/app/xml_handler/index.lua:77: in main chunk > /usr/local/freeswitch/scripts/app.lua:30: in main chunk > 2019-07-19 21:52:00.895112 [ERR] mod_lua.cpp:270 LUA script parse/execute error! > 2019-07-19 21:52:00.896754 [INFO] switch_core.c:2447 > FreeSWITCH Version 1.8.5~64bit ( 64bit) > > Thanks > > Sanjeev > > > > > > > > > On Wed, Jul 17, 2019, 3:19 AM Mike Jerris wrote: > >> note to all, while we would like to sort this issue, please be aware that >> sqlite is inherently not as fault tolerant as real db servers, and for this >> reason we generally recommend using postgres for production deployments >> where fault tolerance is important. >> >> On Tue, Jul 16, 2019 at 3:58 PM Brian West wrote: >> >>> I can get plenty of corrupt DBs, just no solid steps to replicate the >>> issue. >>> >>> On Tue, Jul 16, 2019 at 12:52 PM David Villasmil < >>> david.villasmil.work at gmail.com> wrote: >>> >>>> I can get a corrupted file, no idea how to replicate. >>>> >>>> On Tue, 16 Jul 2019 at 16:38, Brian West wrote: >>>> >>>>> Find a way to replicate it and we can fix it, this one is one I've >>>>> been looking at for a while now. >>>>> >>>>> /b >>>>> >>>>> >>>>> On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero wrote: >>>>> >>>>>> Someone mentioned that they had this problem on AWS. Is anyone having >>>>>> this problem on a local block device rather than EBS? >>>>>> >>>>>> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger >>>>>> wrote: >>>>>> >>>>>>> It's probably infeasible to do so unless the DBs are super small - >>>>>>> but might be useful to try to find at a low level what is corrupted - maybe >>>>>>> the particular areas of corruption in the actual file might give some clue >>>>>>> as to what was happening at the time. >>>>>>> >>>>>>> -- Nathan >>>>>>> >>>>>>> ------------------------------ >>>>>>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>>>>>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>>>>>> *To:* FreeSWITCH Users Help >>>>>>> >>>>>>> *Subject:* [Freeswitch-users] Corrupted core.db >>>>>>> >>>>>>> My best assumption is it happens at startup. For me I restarted FS >>>>>>> last night to free-up memory (trust me it has memory leak too, we use lots >>>>>>> of LUA scripts if that makes a difference), this is first log I see >>>>>>> (at-least in this case). >>>>>>> >>>>>>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ >>>>>>> \| '_ \ / __/ _ \| '_ ` _ \ | >>>>>>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) >>>>>>> | | | | _ | (_| (_) | | | | | | | >>>>>>> | \_/\_/ \_/\_/ \_/\_/ (_) >>>>>>> \____|_|\__,_|\___|\____\___/|_| |_| (_) \___\___/|_| |_| |_| | >>>>>>> | >>>>>>> | >>>>>>> >>>>>>> .=======================================================================================================. >>>>>>> ^[[m >>>>>>> >>>>>>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>>>>>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit (git >>>>>>> 3da6bd0 2017-04-07 16:49:13Z 64bit) >>>>>>> >>>>>>> FreeSWITCH Started >>>>>>> Max Sessions [2000] >>>>>>> Session Rate [500] >>>>>>> SQL [Enabled] >>>>>>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>>>>>> sofia_presence_sub_callback: endpt is internal >>>>>>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>>>>>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>>>>>> sample rate 44100 doesn't match requested rate 8000 >>>>>>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File has >>>>>>> 2 channels, muxing to 1 channel will occur. >>>>>>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL >>>>>>> ERR [database disk image is malformed] >>>>>>> >>>>>>> I might be corrupted during shutdown, (we have almost 1000 users on >>>>>>> this machine, so lots of registration requests), but I only notice it right >>>>>>> after restart. Will gather more incidents and share. >>>>>>> >>>>>>> Best, >>>>>>> -Jai >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Thu, May 23, 2019 at 2:24 PM Brian West >>>>>>> wrote: >>>>>>> >>>>>>>> You could help narrow down the cause, its a known problem we've >>>>>>>> been tracking for a while now, but nobody has narrowed down the exact steps >>>>>>>> to replicate it. >>>>>>>> >>>>>>>> /b >>>>>>>> >>>>>>>> >>>>>>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi >>>>>>>> wrote: >>>>>>>> >>>>>>>>> We are getting this error >>>>>>>>> When we do show registration >>>>>>>>> >>>>>>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations >>>>>>>>> where hostname='freeswitch'] database disk image is malformed >>>>>>>>> >>>>>>>>> If there a way to fix this without restarting free-switch. >>>>>>>>> >>>>>>>>> Thank you >>>>>>>>> -Jai >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Brian West | Co-founder and Developer >>>>>>>> >>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>> >>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>>>> >>>>>>>> >>>>>>>> Email: brian at freeswitch.com >>>>>>>> >>>>>>>> Mobile: 918-424-9378 >>>>>>>> >>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>> >>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>> [image: >>>>>>>> https://twitter.com/freeswitch] >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> ------------------------------------------------------------ >>>>>>> Nathan Neulinger nneul at mst.edu >>>>>>> Missouri S&T Information Technology (573) 341-6679 >>>>>>> System Administrator - Architect (573) 612-1412 >>>>>>> System and Desktop Infrastructure Team Manager >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Brian West | Co-founder and Developer >>>>> >>>>> Need Commercial support? email sales at freeswitch.com >>>>> >>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>> >>>>> >>>>> Email: brian at freeswitch.com >>>>> >>>>> Mobile: 918-424-9378 >>>>> >>>>> Website: https://www.FreeSWITCH.com >>>>> >>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>> [image: >>>>> https://twitter.com/freeswitch] >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> -- >>>> Regards, >>>> >>>> David Villasmil >>>> email: david.villasmil.work at gmail.com >>>> phone: +34669448337 >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> >>> Brian West | Co-founder and Developer >>> >>> Need Commercial support? email sales at freeswitch.com >>> >>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>> >>> >>> Email: brian at freeswitch.com >>> >>> Mobile: 918-424-9378 >>> >>> Website: https://www.FreeSWITCH.com >>> >>> [image: https://www.facebook.com/signalwireinc?src=email] >>> [image: >>> https://twitter.com/freeswitch] >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From s.safarov at gmail.com Tue Jul 23 03:21:50 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Tue, 23 Jul 2019 06:21:50 +0300 Subject: [Freeswitch-users] Call Center sound announcement In-Reply-To: References: Message-ID: May be create module list wrote be core team and with similar comment. Later link may be provided. On Tue, Jul 23, 2019 at 2:02 AM Mike Jerris wrote: > mod callcenter is a community contributed module that we don’t generally > do any work on but will be happy to look at contributed patches to fix > issues. mod fifo is the queue module developed by the core freeswitch team. > > On Mon, Jul 22, 2019 at 3:03 PM Moshe Rosenberg > wrote: > >> Hi >> >> i just came acorss this bug report >> https://freeswitch.org/jira/browse/FS-10253 >> while i was searching to fix my issue >> >> i see this is a few years old. did anyone find a way around this bug? >> >> -- >> Moshe Rosenberg >> >> >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From ak at hejdu.dk Tue Jul 23 15:16:42 2019 From: ak at hejdu.dk (Allan Kristensen) Date: Tue, 23 Jul 2019 17:16:42 +0200 Subject: [Freeswitch-users] Missing remote sound in recordings using OPUS codec Message-ID: Hello, I'm missing remote sound when recording call using the Opus codec. The sound works perfectly during the call, but when listing to recording afterwards, remote sound is missing (sound from SIP UA / A-leg). When using PCMA/PCMU codec recording works fine. *To use OPUS I do:* Set 'absolute_codec_string', 'OPUS at 8000h@20i at 1c' *To start the recordin i do:* Extra info: The call is being transcoded to PCMA/PCMU to carrier when using Opus codec. Tried both v1.8 branch and master and using Opus lib 1.3-1 Does transcoding cause the problems perhaps? or is it mod_opus? Thank you... /Allan -------------- next part -------------- An HTML attachment was scrubbed... URL: From steveayre at gmail.com Tue Jul 23 15:23:33 2019 From: steveayre at gmail.com (Steven Ayre) Date: Tue, 23 Jul 2019 16:23:33 +0100 Subject: [Freeswitch-users] Corrupted core.db In-Reply-To: References: <9de97f6c-e01f-f5ac-eb8d-146fba2d08f5@mst.edu> Message-ID: Also 127.0.0.1 tries a TCP connection so check MySQL is listening on the network and not just a unix socket. On Tue, 23 Jul 2019 at 00:23, Brian West wrote: > 111 is icmp unreachable, Sure the DB was up? > > On Mon, Jul 22, 2019 at 4:03 PM sanjeev dubey > wrote: > >> Dear All, >> >> I m getting below error after restarting the server, after that i have to >> reload the SIP profile manually. >> Need your help >> >> 2019-07-19 21:52:00.891950 [DEBUG] mod_event_socket.c:2961 Socket up listening on 127.0.0.1:8021 >> 2019-07-19 21:52:00.894828 [ERR] switch_odbc.c:368 STATE: HY000 CODE 2003 ERROR: [unixODBC][MySQL][ODBC 5.2(w) Driver]Can't connect to MySQL server on '127.0.0.1' (111) >> >> 2019-07-19 21:52:00.894851 [CRIT] switch_core_sqldb.c:508 Failure to connect to ODBC opencc! >> 2019-07-19 21:52:00.894858 [ERR] freeswitch_lua.cpp:374 Connection failed. DBH NOT Connected. >> 2019-07-19 21:52:00.895086 [ERR] mod_lua.cpp:202 /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: assertion failed! >> stack traceback: >> [C]: in function 'assert' >> /usr/local/freeswitch/scripts/resources/functions/database/native.lua:27: in function 'new' >> /usr/local/freeswitch/scripts/resources/functions/database.lua:87: in function >> (tail call): ? >> (tail call): ? >> /usr/local/freeswitch/scripts/app/xml_handler/resources/scripts/configuration/acl.conf.lua:33: in main chunk >> [C]: in function 'dofile' >> /usr/local/freeswitch/scripts/app/xml_handler/index.lua:77: in main chunk >> /usr/local/freeswitch/scripts/app.lua:30: in main chunk >> 2019-07-19 21:52:00.895112 [ERR] mod_lua.cpp:270 LUA script parse/execute error! >> 2019-07-19 21:52:00.896754 [INFO] switch_core.c:2447 >> FreeSWITCH Version 1.8.5~64bit ( 64bit) >> >> Thanks >> >> Sanjeev >> >> >> >> >> >> >> >> >> On Wed, Jul 17, 2019, 3:19 AM Mike Jerris wrote: >> >>> note to all, while we would like to sort this issue, please be aware >>> that sqlite is inherently not as fault tolerant as real db servers, and for >>> this reason we generally recommend using postgres for production >>> deployments where fault tolerance is important. >>> >>> On Tue, Jul 16, 2019 at 3:58 PM Brian West wrote: >>> >>>> I can get plenty of corrupt DBs, just no solid steps to replicate the >>>> issue. >>>> >>>> On Tue, Jul 16, 2019 at 12:52 PM David Villasmil < >>>> david.villasmil.work at gmail.com> wrote: >>>> >>>>> I can get a corrupted file, no idea how to replicate. >>>>> >>>>> On Tue, 16 Jul 2019 at 16:38, Brian West wrote: >>>>> >>>>>> Find a way to replicate it and we can fix it, this one is one I've >>>>>> been looking at for a while now. >>>>>> >>>>>> /b >>>>>> >>>>>> >>>>>> On Tue, Jul 16, 2019 at 9:38 AM Joseph Barrero >>>>>> wrote: >>>>>> >>>>>>> Someone mentioned that they had this problem on AWS. Is anyone >>>>>>> having this problem on a local block device rather than EBS? >>>>>>> >>>>>>> On Tue, May 28, 2019 at 10:36 PM Nathan Neulinger >>>>>>> wrote: >>>>>>> >>>>>>>> It's probably infeasible to do so unless the DBs are super small - >>>>>>>> but might be useful to try to find at a low level what is corrupted - maybe >>>>>>>> the particular areas of corruption in the actual file might give some clue >>>>>>>> as to what was happening at the time. >>>>>>>> >>>>>>>> -- Nathan >>>>>>>> >>>>>>>> ------------------------------ >>>>>>>> *From:* Jai Rangi [mailto:jprangi at gmail.com ] >>>>>>>> *Sent:* Thursday, May 23, 2019, 4:58 PM >>>>>>>> *To:* FreeSWITCH Users Help >>>>>>>> >>>>>>>> *Subject:* [Freeswitch-users] Corrupted core.db >>>>>>>> >>>>>>>> My best assumption is it happens at startup. For me I restarted FS >>>>>>>> last night to free-up memory (trust me it has memory leak too, we use lots >>>>>>>> of LUA scripts if that makes a difference), this is first log I see >>>>>>>> (at-least in this case). >>>>>>>> >>>>>>>> | \ \ /\ / /\ \ /\ / /\ \ /\ / / | | | | | | |/ _ \ | / _ >>>>>>>> \| '_ \ / __/ _ \| '_ ` _ \ | >>>>>>>> | \ V V / \ V V / \ V V / _ | |___| | |_| | __/ |__| (_) >>>>>>>> | | | | _ | (_| (_) | | | | | | | >>>>>>>> | \_/\_/ \_/\_/ \_/\_/ (_) >>>>>>>> \____|_|\__,_|\___|\____\___/|_| |_| (_) \___\___/|_| |_| |_| | >>>>>>>> | >>>>>>>> | >>>>>>>> >>>>>>>> .=======================================================================================================. >>>>>>>> ^[[m >>>>>>>> >>>>>>>> 2019-05-22 23:44:33.327486 [INFO] switch_core.c:2435 >>>>>>>> FreeSWITCH Version 1.6.16+git~20170407T164913Z~3da6bd0108~64bit >>>>>>>> (git 3da6bd0 2017-04-07 16:49:13Z 64bit) >>>>>>>> >>>>>>>> FreeSWITCH Started >>>>>>>> Max Sessions [2000] >>>>>>>> Session Rate [500] >>>>>>>> SQL [Enabled] >>>>>>>> 2019-05-22 23:44:33.605347 [ALERT] sofia_presence.c:2909 >>>>>>>> sofia_presence_sub_callback: endpt is internal >>>>>>>> 2019-05-22 23:44:34.305393 [DEBUG] switch_core_file.c:334 File >>>>>>>> /usr/local/freeswitch/share/freeswitch/sounds/music/8000/one_day_amplify_reduced.wav >>>>>>>> sample rate 44100 doesn't match requested rate 8000 >>>>>>>> 2019-05-22 23:44:34.305393 [WARNING] switch_core_file.c:352 File >>>>>>>> has 2 channels, muxing to 1 channel will occur. >>>>>>>> 2019-05-22 23:44:34.665410 [ERR] switch_core_sqldb.c:587 NATIVE SQL >>>>>>>> ERR [database disk image is malformed] >>>>>>>> >>>>>>>> I might be corrupted during shutdown, (we have almost 1000 users on >>>>>>>> this machine, so lots of registration requests), but I only notice it right >>>>>>>> after restart. Will gather more incidents and share. >>>>>>>> >>>>>>>> Best, >>>>>>>> -Jai >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Thu, May 23, 2019 at 2:24 PM Brian West >>>>>>>> wrote: >>>>>>>> >>>>>>>>> You could help narrow down the cause, its a known problem we've >>>>>>>>> been tracking for a while now, but nobody has narrowed down the exact steps >>>>>>>>> to replicate it. >>>>>>>>> >>>>>>>>> /b >>>>>>>>> >>>>>>>>> >>>>>>>>> On Thu, May 23, 2019 at 4:19 PM Jai Rangi >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> We are getting this error >>>>>>>>>> When we do show registration >>>>>>>>>> >>>>>>>>>> switch_core_sqldb.c:1197 SQL ERR: [select * from registrations >>>>>>>>>> where hostname='freeswitch'] database disk image is malformed >>>>>>>>>> >>>>>>>>>> If there a way to fix this without restarting free-switch. >>>>>>>>>> >>>>>>>>>> Thank you >>>>>>>>>> -Jai >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> Brian West | Co-founder and Developer >>>>>>>>> >>>>>>>>> Need Commercial support? email sales at freeswitch.com >>>>>>>>> >>>>>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI >>>>>>>>> 53045 >>>>>>>>> >>>>>>>>> >>>>>>>>> Email: brian at freeswitch.com >>>>>>>>> >>>>>>>>> Mobile: 918-424-9378 >>>>>>>>> >>>>>>>>> Website: https://www.FreeSWITCH.com >>>>>>>>> >>>>>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>>>>> [image: >>>>>>>>> https://twitter.com/freeswitch] >>>>>>>>> >>>>>>>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://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-usershttps://freeswitch.com >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> ------------------------------------------------------------ >>>>>>>> Nathan Neulinger nneul at mst.edu >>>>>>>> Missouri S&T Information Technology (573) 341-6679 >>>>>>>> System Administrator - Architect (573) 612-1412 >>>>>>>> System and Desktop Infrastructure Team Manager >>>>>>>> >>>>>>>> >>>>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> >>>>>> Brian West | Co-founder and Developer >>>>>> >>>>>> Need Commercial support? email sales at freeswitch.com >>>>>> >>>>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>>>> >>>>>> >>>>>> Email: brian at freeswitch.com >>>>>> >>>>>> Mobile: 918-424-9378 >>>>>> >>>>>> Website: https://www.FreeSWITCH.com >>>>>> >>>>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>>>> [image: >>>>>> https://twitter.com/freeswitch] >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> -- >>>>> Regards, >>>>> >>>>> David Villasmil >>>>> email: david.villasmil.work at gmail.com >>>>> phone: +34669448337 >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> -- >>>> >>>> Brian West | Co-founder and Developer >>>> >>>> Need Commercial support? email sales at freeswitch.com >>>> >>>> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >>>> >>>> >>>> Email: brian at freeswitch.com >>>> >>>> Mobile: 918-424-9378 >>>> >>>> Website: https://www.FreeSWITCH.com >>>> >>>> [image: https://www.facebook.com/signalwireinc?src=email] >>>> [image: >>>> https://twitter.com/freeswitch] >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From dragos at freeswitch.org Tue Jul 23 16:02:45 2019 From: dragos at freeswitch.org (Dragos Oancea) Date: Tue, 23 Jul 2019 17:02:45 +0100 Subject: [Freeswitch-users] Missing remote sound in recordings using OPUS codec In-Reply-To: References: Message-ID: Hi Can you please open a jira ? https://freeswitch.org/confluence/display/FREESWITCH/Reporting+Bugs+to+JIRA Cheers, Dragos On Tue, Jul 23, 2019 at 4:44 PM Allan Kristensen wrote: > Hello, > > I'm missing remote sound when recording call using the Opus codec. The > sound works perfectly during the call, but when listing to recording > afterwards, remote sound is missing (sound from SIP UA / A-leg). When using > PCMA/PCMU codec recording works fine. > > *To use OPUS I do:* > Set 'absolute_codec_string', 'OPUS at 8000h@20i at 1c' > > *To start the recordin i do:* > > > Extra info: The call is being transcoded to PCMA/PCMU to carrier when > using Opus codec. > > Tried both v1.8 branch and master and using Opus lib 1.3-1 > > Does transcoding cause the problems perhaps? or is it mod_opus? > > Thank you... > /Allan > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bkk at ednt.de Tue Jul 23 06:21:08 2019 From: bkk at ednt.de (Bernd Krueger-Knauber) Date: Tue, 23 Jul 2019 08:21:08 +0200 Subject: [Freeswitch-users] asr_handle codec = (null) Message-ID: <911d54df-e69f-ea60-b8d1-30ba9e4e9e31@ednt.de> Hi, I'm testing unimrcp but get empty rtp packets from fs to unimrcp server when I want detect speech. The support from unimrcp told me that with my unimrcp setup is everything fine. He pointed me to the following log entry: [INFO] mod_unimrcp.c:3134 asr_handle: name = unimrcp, codec = (null), rate = 8000, grammar = (null), param = uni2 codec = (null) is wrong. But I have no idea what I can do. Everything else is working in this fs installation. Also speech generation via unimrcp is working. I use FreeSwitch 1.8.7. Any hints? From moshe.rosenberg at gmail.com Tue Jul 23 12:48:04 2019 From: moshe.rosenberg at gmail.com (Moshe Rosenberg) Date: Tue, 23 Jul 2019 08:48:04 -0400 Subject: [Freeswitch-users] Call Center sound announcement In-Reply-To: References: Message-ID: I see I just got used to using the mod call center I will try to review the code and see what I can find I never did any coding in freeswitch before I am more of a php developer On Mon, Jul 22, 2019, 11:46 PM Sergey Safarov wrote: > May be create module list wrote be core team and with similar comment. > Later link may be provided. > > On Tue, Jul 23, 2019 at 2:02 AM Mike Jerris wrote: > >> mod callcenter is a community contributed module that we don’t generally >> do any work on but will be happy to look at contributed patches to fix >> issues. mod fifo is the queue module developed by the core freeswitch team. >> >> On Mon, Jul 22, 2019 at 3:03 PM Moshe Rosenberg < >> moshe.rosenberg at gmail.com> wrote: >> >>> Hi >>> >>> i just came acorss this bug report >>> https://freeswitch.org/jira/browse/FS-10253 >>> while i was searching to fix my issue >>> >>> i see this is a few years old. did anyone find a way around this bug? >>> >>> -- >>> Moshe Rosenberg >>> >>> >>> >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From borik.internet at gmail.com Wed Jul 24 09:19:18 2019 From: borik.internet at gmail.com (Dmitriy Borisov) Date: Wed, 24 Jul 2019 12:19:18 +0300 Subject: [Freeswitch-users] RTP (re)generation issue Message-ID: Hello! Need your help! I have next scheme of RTP processing: rtpengine <-> caller freeswitch <-> robot freeswitch. And next scheme of call: 1. Caller make an outgoing call (1) via rtpengine 2. On answer caller make an outgoing call (2) to robot and bridge it with call (1) I have a problem with RTP stream rtpengine -> caller freeswitch -> robot freeswitch I see in a pcap that RTP packets goes from rtpengine to caller freeswitch without significant jitter. But sometimes caller freeswitch make a ~200ms length pause in RTP transmitting. After pause caller freeswitch renew transmitting of RTP packets, and first packet have a marker bit set. As I know from RFC 3551, marker bit means that stream starts after pause of transmitting. This pauses are very harmful for me becuse them break speech recognition process of robot freeswitch side. I use PCMA codec with ptime=20 and no any virtualization of caller freeswitch hardware. Do you have any thinks about reason of this pauses and how can I remove them? -- With best regards Dmitry Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: From heedfeld at gmail.com Thu Jul 25 06:10:30 2019 From: heedfeld at gmail.com (Henning Heedfeld) Date: Thu, 25 Jul 2019 08:10:30 +0200 Subject: [Freeswitch-users] RTP (re)generation issue In-Reply-To: References: Message-ID: <7FD292B5-7657-4F97-875A-6EF6206852EA@gmail.com> Hi Dmitry, it seems to be a similar issue to this: https://freeswitch.org/jira/browse/FS-11658 br Henning > Am 24.07.2019 um 11:19 schrieb Dmitriy Borisov : > > Hello! Need your help! > > I have next scheme of RTP processing: > > rtpengine <-> caller freeswitch <-> robot freeswitch. > > And next scheme of call: > 1. Caller make an outgoing call (1) via rtpengine > 2. On answer caller make an outgoing call (2) to robot and bridge it with call (1) > > I have a problem with RTP stream rtpengine -> caller freeswitch -> robot freeswitch > > I see in a pcap that RTP packets goes from rtpengine to caller freeswitch without significant jitter. But sometimes caller freeswitch make a ~200ms length pause in RTP transmitting. After pause caller freeswitch renew transmitting of RTP packets, and first packet have a marker bit set. As I know from RFC 3551, marker bit means that stream starts after pause of transmitting. > > This pauses are very harmful for me becuse them break speech recognition process of robot freeswitch side. > > I use PCMA codec with ptime=20 and no any virtualization of caller freeswitch hardware. > > Do you have any thinks about reason of this pauses and how can I remove them? > > -- > With best regards > Dmitry Borisov > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From outrunner at live.fr Thu Jul 25 07:39:43 2019 From: outrunner at live.fr (jean rouquet) Date: Thu, 25 Jul 2019 07:39:43 +0000 Subject: [Freeswitch-users] Unregister all devices Message-ID: Hello, If bob is registered from two devices, is it possible from one device to cancel both registrations? regards, Jean -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Jul 25 19:05:51 2019 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 25 Jul 2019 21:05:51 +0200 Subject: [Freeswitch-users] Unregister all devices In-Reply-To: References: Message-ID: On Thu, Jul 25, 2019, 13:54 jean rouquet wrote: > Hello, > If bob is registered from two devices, is it possible from one device to > cancel both registrations? > Is not possible. Eg, if you have multiple registrations, they are differentiated by callid or by contact. So, one device Will only expire its own registration. What you can do is script a special extension that will unregister all rrgistrations for the user. User would call that extention, script will call fs api to unregister all that belong to user. regards, > Jean > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gmaruzz at gmail.com Thu Jul 25 19:09:23 2019 From: gmaruzz at gmail.com (Giovanni Maruzzelli) Date: Thu, 25 Jul 2019 21:09:23 +0200 Subject: [Freeswitch-users] Call to unregister endpoint with auth=true after endpoint password change In-Reply-To: References: Message-ID: To be explicit, auth call is authorization to make a call, not to answer a call. On Fri, May 10, 2019, 15:24 Darren Williams wrote: > I think there ma be a misunderstanding here. auth-calls has nothing to do > with incoming calls, the password is irrelevant in this situation. > > The calls will always go to the endpoint until the registration times out. > > On Fri, 10 May 2019 at 14:42, Jose David Jurado Alonso < > josedavid at zennio.com> wrote: > >> Hi, >> >> Yes, I had already reached that conclusion. Thank you very much for the >> reply. >> >> The solution that is going to give is to execute a script with these >> commands after the change of password since this change is done from an >> external app outside of FS context so it is not viable through ESL. >> >> Thanks again. >> >> José David Jurado Alonso >> >> El vie., 10 may. 2019 a las 11:41, Alexey Sibyakin () >> escribió: >> >>> Hi, >>> >>> FreeSWITCH will not send a call to an unregistered endpoint. >>> Registration will not expire because of password changing. >>> >>> Try to reduce expire or flush registration via ESL on password change. >>> >>> Regards, >>> >>> Alex >>> >>> Alex Sibyakin | Support Engineer SignalWire | 228 Hamilton Ave 3rd >>> Floor, Palo Alto, CA 94303 Email: alex at freeswitch.com Website: >>> https://www.signalwire.com >>> >>> >>> >>> On Fri, May 10, 2019 at 4:09 PM Jose David Jurado Alonso < >>> josedavid at zennio.com> wrote: >>> >>>> Hi, >>>> >>>> I have FS configured to only send calls to authenticated endpoints. It >>>> works very well in general but there is a case in which it sends the call >>>> to unregistered endpoints: >>>> >>>> 1. Auth the endpoint and "registration" (ok) >>>> 2. Call to endpoint and call arrives (ok) >>>> 3. Change the endpoint password in FS DB and endpoint "fail >>>> registration" >>>> 4. Call to endpoint and call arrives (ERROR, call must be ignored) >>>> >>>> The ERROR is because the REGISTER event know that endpoint "fail >>>> registration" and yet send the call anyway ignoring the "auth_calls=true" >>>> configuration. >>>> >>>> If I execute these fs_cli commands between step 3 and 4, the call is >>>> not sent (OK for me, expected and desired case): >>>> >>>> > sofia profile external flush_inbound_reg all >>>> > sofia profile external flush_inbound_reg reboot >>>> > sofia profile external check_sync >>>> >>>> I have not tested if all the commands are necessary or not. >>>> >>>> Does anyone know how it can be done to make it work as desired using >>>> configuration without having to execute the commands after every password >>>> change in an endpoint? >>>> >>>> Relevant configuration is: >>>> >>>> vars.xml: >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> sip_profile "external.xml" (i use it): >>>> >>>> >>>> >>>> >>>> >>>> >>>> I use a dynamic directory getting SIP accounts from DB and generate the >>>> XML (mod_curl) setting "cacheable=0". >>>> >>>> Thanks! >>>> >>>> José David Jurado Alonso. >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Fri Jul 26 09:30:24 2019 From: bipin at xbipin.com (Bipin Patel) Date: Fri, 26 Jul 2019 13:30:24 +0400 Subject: [Freeswitch-users] master branch no incoming audio Message-ID: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> hi, FS master branch has been receiving a lot of commits recently and i noticed since those PVS-Studio patches started coming in it compiles fine but there is no incoming audio on any calls even though there are no errors, tried with normal udp/rtp, tls/srtp and its same for both. Im compiling on VS2019 community on windows 10 64bit with just the SDK upgraded, toolset tried the existing one as well as tried upgrading that but same behavior for both. Is is still some work in progress or some bug? Regards, Bipin From paul.muaddib83 at gmail.com Fri Jul 26 11:38:11 2019 From: paul.muaddib83 at gmail.com (Paul Muaddib) Date: Fri, 26 Jul 2019 13:38:11 +0200 Subject: [Freeswitch-users] Update DNS SRV records In-Reply-To: References: <8F74794A-50F0-42AA-862D-39CD9BAED974@insensate.co.uk> <4167314c-9286-5b4c-b097-0eada9db98ec@gonicus.de> Message-ID: > > Basically I solved the problem by working around it with a hangup hook. In > it I check the call disposition and if it is 403 I restart the gateway and > then retry the call. Not the most perfect solution, but does the job and I > do not have to manually restart any gateways. We had cases where the IP > change for the server happened several times daily, which was very > annoying. Can you share your config please Best regards Am Di., 25. Juni 2019 um 09:08 Uhr schrieb Kai Danielmeier < kai.danielmeier at gmail.com>: > Basically I solved the problem by working around it with a hangup hook. In > it I check the call disposition and if it is 403 I restart the gateway and > then retry the call. Not the most perfect solution, but does the job and I > do not have to manually restart any gateways. We had cases where the IP > change for the server happened several times daily, which was very annoying. > > BR > > Kai > > Am Mo., 24. Juni 2019 um 16:51 Uhr schrieb Sebastian Denz < > denzs at gonicus.de>: > >> I didnt see your post before, so i opened a topic for propably the same >> issue today... i am preparing a test setup right now to reproduce it >> with the current git-HEAD and then i'll open an issue in Jira... >> >> Best regards, >> Sebastian >> >> Am 6/18/19 um 9:05 AM schrieb Paul Muaddib: >> > Hi, >> > >> > slowly it becomes annoying. Since a few days I need to reload the >> gateway >> > profile twice a day to refresh the SRV records. I found out that my SIP >> > Provider "Deutsche Telekom" updated their Documentation of their SIP >> Trunk. >> > >> > Perhaps interesting for others. Here is the updated PDF >> > >> https://geschaeftskunden.telekom.de/blobCache/umn/uti/457678_1548405575000/blobBinary/SIP-Trunk-Technische-Unterlage.ps >> > >> > The document also includes a section on DNS and SRV. Can someone tell >> me if >> > I can make changes in the configuration based on the following >> information >> > so that the SRV records are updated correctly? >> > >> > Best regards, >> > >> > ############ >> > >> > Domain and IP address recognition and resolution on the SIP trunk >> interface >> > is performed via DNS servers. >> > >> > In the registration mode, the IP address, transport and port of the >> server >> > are determined according to RFC 3263 and SIPConnect 2.0 16.1 "Locating >> SIP >> > Servers". >> > >> > According to RFC 3263, the SIP-PBX performs a NAPTR query for the domain >> > names: >> > - reg.sip-trunk.telekom.de. >> > - stat.sip-trunk.telekom.de >> > >> > and receives the records with the protocols supported by the domain name >> > (in case of a SIP trunk usage of the TLS via TCP and TCP protocol >> depending >> > on whether the client uses TLS or not). >> > >> > Since the protocol has been determined, an IP address and port must >> also be >> > determined, as described in RFC 3263, Chapter 5, and an SRV query is >> sent >> > to the record returned by the NAPTR. Finally, the client performs an >> > A-Record lookup on these records to obtain the IP addresses of the >> servers. >> > The destination node selection is the SIP-PBX behavior (SIPconnect 2.0, >> > Chapter 17.1 for Register Mode and Chapter 16.1 for Static Mode). >> > >> > A lookup to these domain names is not possible. Therefore a lookup with >> > some tools (e.g. nslookup under some Windows versions) does not lead to >> > success, because these only make an A-Record query by default! >> > The correct query order is therefore >> > - NAPTR on reg.sip-trunk.telekom.de >> > - SRV to a record of the NAPTR response >> > - A to a record of the SRV response >> > >> > Success also leads: >> > - SRV on reg.sip-trunk.telekom.de >> > >> > - A to a record of the SRV response >> > >> > Does not lead to success: >> > - A on reg.sip-trunk.telekom.de >> > >> > Attention: With many PBXs, setting the port (e.g. to 5060) leads to a >> > behavior in which only the A record is queried, which then fails. A >> > NAPTR/SRV query is only performed if the port is set to "0". (The >> > background is that the SRV query provides the port, i.e. the port >> cannot be >> > set to a fixed value in advance). >> > >> > ############ >> > >> > >> > >> > Am Di., 7. Mai 2019 um 13:42 Uhr schrieb Paul Muaddib < >> > paul.muaddib83 at gmail.com>: >> > >> >> How can I check the TTL of the SRV register? >> >> >> >> Am Di., 7. Mai 2019 um 12:36 Uhr schrieb Raúl Alexis Betancor Santana < >> >> rbetancor at gmail.com>: >> >> >> >>> The only way you have is to tell FS to "reload" that provider gw >> profile. >> >>> >> >>> You should check the TTL of that provider SRV registers as may be a >> >>> problem on their end, not updating them correctly. >> >>> >> >>> On Tue, May 7, 2019 at 10:25 AM Paul Muaddib < >> paul.muaddib83 at gmail.com> >> >>> wrote: >> >>> >> >>>> Hi Lawrence, >> >>>> >> >>>> I think that you want to know how to tell your fS to re-lookup the >> SRV >> >>>>> records for that gateway's domain while running, as the SRV records >> in that >> >>>>> provider's DNS changes regularly. >> >>>>> >> >>>>> I can't help on the details of fS's DNS lookup code, but is that the >> >>>>> actual problem you have and so the question you want to ask? >> >>>>> >> >>>> >> >>>> Yes, that is my problem. >> >>>> >> >>>> Am Di., 7. Mai 2019 um 00:07 Uhr schrieb Lawrence Conroy < >> >>>> lconroy at insensate.co.uk>: >> >>>> >> >>>>> Hi >> >>>>> They may do; they may not. It's hard to tell when the question is >> that >> >>>>> confusing. >> >>>>> >> >>>>> 1. IIUC, fS doesn't update local DNS records at all. >> >>>>> (it could, but you'd need to write something external to do the DNS >> >>>>> update). >> >>>>> >> >>>>> 2. you talk of not being able to call OUT. >> >>>>> That's good, as it means there is no need to update your domain's >> DNS >> >>>>> records. >> >>>>> >> >>>>> I assume that what you mean is that your provider changes its SRV >> >>>>> records every couple of days. >> >>>>> You have a gateway entry in your fS config for that provider. >> >>>>> That gateway spec has a defined domain name for the server. >> >>>>> I think that you want to know how to tell your fS to re-lookup the >> SRV >> >>>>> records for that gateway's domain while running, as the SRV records >> in that >> >>>>> provider's DNS changes regularly. >> >>>>> >> >>>>> I can't help on the details of fS's DNS lookup code, but is that the >> >>>>> actual problem you have and so the question you want to ask? >> >>>>> >> >>>>> br, >> >>>>> Lawrence >> >>>>> >> >>>>> >> >>>>> On 6 May 2019, at 21:04, Paul Muaddib >> wrote: >> >>>>> >> >>>>>> Really nobody with the same problem? >> >>>>>> >> >>>>>> Am Do., 2. Mai 2019 um 11:23 Uhr schrieb Paul Muaddib < >> >>>>> paul.muaddib83 at gmail.com>: >> >>>>>> Hi, >> >>>>>> >> >>>>>> how can I tell freeswitch to update the SRV records or is there a >> way >> >>>>> to force the update without restarting. My provider keeps changing >> the >> >>>>> entries after a few days and if I don't restart freeswitch I can >> not call >> >>>>> out anymore (403) >> >>>>>> >> >>>>>> Best regards >> >>>>>> >> >>>>> >> _________________________________________________________________________ >> >>>>>> >> >>>>>> The FreeSWITCH project is sponsored by SignalWire >> >>>>> https://signalwire.com >> >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>>>> services. >> >>>>>> Build your next product on our scalable cloud platform. >> >>>>>> >> >>>>>> Join our online community to chat in real time >> >>>>> https://signalwire.community >> >>>>>> >> >>>>>> Professional FreeSWITCH Services >> >>>>>> sales at freeswitch.com >> >>>>>> https://freeswitch.com >> >>>>>> >> >>>>>> Official FreeSWITCH Sites >> >>>>>> https://freeswitch.com/oss >> >>>>>> https://freeswitch.org/confluence >> >>>>>> https://cluecon.com >> >>>>>> >> >>>>>> FreeSWITCH-users mailing list >> >>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>> UNSUBSCRIBE: >> >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>>> https://freeswitch.com >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> _________________________________________________________________________ >> >>>>> >> >>>>> The FreeSWITCH project is sponsored by SignalWire >> >>>>> https://signalwire.com >> >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>>>> services. >> >>>>> Build your next product on our scalable cloud platform. >> >>>>> >> >>>>> Join our online community to chat in real time >> >>>>> https://signalwire.community >> >>>>> >> >>>>> Professional FreeSWITCH Services >> >>>>> sales at freeswitch.com >> >>>>> https://freeswitch.com >> >>>>> >> >>>>> Official FreeSWITCH Sites >> >>>>> https://freeswitch.com/oss >> >>>>> https://freeswitch.org/confluence >> >>>>> https://cluecon.com >> >>>>> >> >>>>> FreeSWITCH-users mailing list >> >>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>> UNSUBSCRIBE: >> >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>> https://freeswitch.com >> >>>> >> >>>> >> _________________________________________________________________________ >> >>>> >> >>>> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>>> services. >> >>>> Build your next product on our scalable cloud platform. >> >>>> >> >>>> Join our online community to chat in real time >> >>>> https://signalwire.community >> >>>> >> >>>> Professional FreeSWITCH Services >> >>>> sales at freeswitch.com >> >>>> https://freeswitch.com >> >>>> >> >>>> Official FreeSWITCH Sites >> >>>> https://freeswitch.com/oss >> >>>> https://freeswitch.org/confluence >> >>>> https://cluecon.com >> >>>> >> >>>> FreeSWITCH-users mailing list >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>> https://freeswitch.com >> >>> >> >>> >> _________________________________________________________________________ >> >>> >> >>> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>> services. >> >>> Build your next product on our scalable cloud platform. >> >>> >> >>> Join our online community to chat in real time >> >>> https://signalwire.community >> >>> >> >>> Professional FreeSWITCH Services >> >>> sales at freeswitch.com >> >>> https://freeswitch.com >> >>> >> >>> Official FreeSWITCH Sites >> >>> https://freeswitch.com/oss >> >>> https://freeswitch.org/confluence >> >>> https://cluecon.com >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at lists.freeswitch.org >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>> https://freeswitch.com >> >> >> >> >> > >> > >> > >> _________________________________________________________________________ >> > >> > The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> > Build your next product on our scalable cloud platform. >> > >> > Join our online community to chat in real time >> https://signalwire.community >> > >> > Professional FreeSWITCH Services >> > sales at freeswitch.com >> > https://freeswitch.com >> > >> > Official FreeSWITCH Sites >> > https://freeswitch.com/oss >> > https://freeswitch.org/confluence >> > https://cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> > https://freeswitch.com >> > >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From borik.internet at gmail.com Fri Jul 26 12:16:58 2019 From: borik.internet at gmail.com (Dmitriy Borisov) Date: Fri, 26 Jul 2019 15:16:58 +0300 Subject: [Freeswitch-users] RTP (re)generation issue In-Reply-To: <7FD292B5-7657-4F97-875A-6EF6206852EA@gmail.com> References: <7FD292B5-7657-4F97-875A-6EF6206852EA@gmail.com> Message-ID: Hi! Thank you for your reply! Yes, it seems like some common with this issue. Is there any recomendations on how to expect this problem? чт, 25 июл. 2019 г. в 15:25, Henning Heedfeld : > Hi Dmitry, > > it seems to be a similar issue to this: > https://freeswitch.org/jira/browse/FS-11658 > > br > Henning > > > Am 24.07.2019 um 11:19 schrieb Dmitriy Borisov : > > Hello! Need your help! > > I have next scheme of RTP processing: > > rtpengine <-> caller freeswitch <-> robot freeswitch. > > And next scheme of call: > 1. Caller make an outgoing call (1) via rtpengine > 2. On answer caller make an outgoing call (2) to robot and bridge it with > call (1) > > I have a problem with RTP stream rtpengine -> caller freeswitch -> robot > freeswitch > > I see in a pcap that RTP packets goes from rtpengine to caller freeswitch > without significant jitter. But sometimes caller freeswitch make a ~200ms > length pause in RTP transmitting. After pause caller freeswitch renew > transmitting of RTP packets, and first packet have a marker bit set. As I > know from RFC 3551, marker bit means that stream starts after pause of > transmitting. > > This pauses are very harmful for me becuse them break speech recognition > process of robot freeswitch side. > > I use PCMA codec with ptime=20 and no any virtualization of caller > freeswitch hardware. > > Do you have any thinks about reason of this pauses and how can I remove > them? > > -- > With best regards > Dmitry Borisov > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- With best regards Dmitry Borisov -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Fri Jul 26 11:13:41 2019 From: nathan at robotics.net (Nathan Stratton) Date: Fri, 26 Jul 2019 07:13:41 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio Message-ID: Logs look normal to me, but all my voicemail files are 252 bytes and do not contain audio. It does not matter if I leave one from a user using opus or from PSTN using g.711, they all are the same. Any ideas? 2019-07-26 11:09:41.780232 [DEBUG] sofia.c:7323 Channel sofia/internal/ nathan at stage.illumy1.com entering state [completed][200] 2019-07-26 11:09:41.800231 [DEBUG] sofia.c:7323 Channel sofia/internal/ nathan at stage.illumy1.com entering state [ready][200] 2019-07-26 11:09:41.840229 [INFO] switch_rtp.c:3251 Changing audio DTLS state from HANDSHAKE to SETUP 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3158 audio Fingerprint Verified. 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4153 Activating audio Secure RTP SEND 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4131 Activating audio Secure RTP RECV 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3200 Changing audio DTLS state from SETUP to READY 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: srtp:dtls:AES_CM_128_HMAC_SHA1_80 2019-07-26 11:09:41.860232 [NOTICE] mod_dptools.c:1377 Channel [sofia/internal/nathan at stage.illumy1.com] has been answered 2019-07-26 11:09:41.860232 [DEBUG] switch_channel.c:3825 (sofia/internal/ nathan at stage.illumy1.com) Callstate Change EARLY -> ACTIVE EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com sleep(1000) 2019-07-26 11:09:41.860232 [DEBUG] switch_ivr.c:195 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:41.880232 [DEBUG] switch_rtp.c:1908 rtcp_stats_init: audio ssrc[3778260292] base_seq[13090] EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com voicemail(default beth at stage.illumy1.com) 2019-07-26 11:09:42.880231 [DEBUG] switch_ivr.c:195 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en] 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[voicemail/vm-person.wav] (en:en) 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:1497 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr_play_say.c:1941 done playing file /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-person.wav 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr.c:195 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[voicemail/vm-not_available.wav] (en:en) 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:1497 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr_play_say.c:1941 done playing file /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-not_available.wav 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr.c:195 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:70 No language specified - Using [en] 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:250 Handle play-file:[voicemail/vm-record_message.wav] (en:en) 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:1497 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr_play_say.c:1941 done playing file /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-record_message.wav 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr.c:195 Codec Activated L16 at 48000hz 1 channels 20ms 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:567 Raw Codec Activated, ready to waste resources! 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:681 Raw Codec Activated 2019-07-26 11:09:52.140233 [DEBUG] switch_core_codec.c:223 sofia/internal/ nathan at stage.illumy1.com Push codec L16:100 2019-07-26 11:09:55.700231 [NOTICE] sofia.c:1079 Hangup sofia/internal/ nathan at stage.illumy1.com [CS_EXECUTE] [NORMAL_CLEARING] 2019-07-26 11:09:55.760231 [DEBUG] switch_core_codec.c:248 sofia/internal/ nathan at stage.illumy1.com Restore previous codec opus:116. 2019-07-26 11:09:55.760231 [DEBUG] switch_core_session.c:2905 sofia/internal/nathan at stage.illumy1.com skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:650 (sofia/internal/nathan at stage.illumy1.com) State EXECUTE going to sleep 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_HANGUP (Cur 1 Tot 72) 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:847 (sofia/internal/nathan at stage.illumy1.com) Callstate Change ACTIVE -> HANGUP 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 (sofia/internal/nathan at stage.illumy1.com) State HANGUP 2019-07-26 11:09:55.760231 [DEBUG] mod_sofia.c:460 Channel sofia/internal/ nathan at stage.illumy1.com hanging up, cause: NORMAL_CLEARING 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:60 sofia/internal/nathan at stage.illumy1.com Standard HANGUP, cause: NORMAL_CLEARING 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 (sofia/internal/nathan at stage.illumy1.com) State HANGUP going to sleep 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:619 (sofia/internal/nathan at stage.illumy1.com) State Change CS_HANGUP -> CS_REPORTING 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_REPORTING (Cur 1 Tot 72) 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:935 (sofia/internal/nathan at stage.illumy1.com) State REPORTING 2019-07-26 11:09:55.760231 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO cdr_table_both (CallId, TEST_id) VALUES ('e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan at stage.illumy1.com') 2019-07-26 11:09:55.800244 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO cdr_table_a_leg (TelNumberFull, TelNumber, CallId, sip_endpoint_disposition, orig_id, CallerID, CODEC, sip_current_application, directGateway, IPInternal, IP, term_id, ClientId) VALUES ('beth', 'beth', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'ANSWER', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan', 'opus', 'voicemail', ' stage.illumy1.com', 'a83a9a5lqgp2.invalid', '50.246.121.173', '3kol74gh1no7rp5ll228', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a') 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:174 sofia/internal/nathan at stage.illumy1.com Standard REPORTING, cause: NORMAL_CLEARING 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:935 (sofia/internal/nathan at stage.illumy1.com) State REPORTING going to sleep 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:610 (sofia/internal/nathan at stage.illumy1.com) State Change CS_REPORTING -> CS_DESTROY 2019-07-26 11:09:55.800244 [DEBUG] switch_core_session.c:1726 Session 72 (sofia/internal/nathan at stage.illumy1.com) Locked, Waiting on external entities 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1744 Session 72 (sofia/internal/nathan at stage.illumy1.com) Ended 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1748 Close Channel sofia/internal/nathan at stage.illumy1.com [CS_DESTROY] 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:738 (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_DESTROY (Cur 0 Tot 72) 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 (sofia/internal/nathan at stage.illumy1.com) State DESTROY 2019-07-26 11:09:55.800244 [DEBUG] mod_sofia.c:365 sofia/internal/ nathan at stage.illumy1.com SOFIA DESTROY 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: Frames[179] PLC[0] FEC[0] 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate bps[0] 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: Frames[0] PLC[0] FEC[0] 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: Frames[647] Bytes encoded[74014] Encoded length ms[12940] Average encoded bitrate bps[49342] 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:181 sofia/internal/nathan at stage.illumy1.com Standard DESTROY 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 (sofia/internal/nathan at stage.illumy1.com) State DESTROY going to sleep ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Fri Jul 26 12:54:22 2019 From: nathan at robotics.net (Nathan Stratton) Date: Fri, 26 Jul 2019 08:54:22 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: Message-ID: The file is definitely growing on disk, but then when I hang up getting truncated. [root at as2-east (null)]# ls -l total 2 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 44 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav [root at as2-east (null)]# ls -l total 66 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 65790 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav [root at as2-east (null)]# ls -l total 130 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 131326 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav [root at as2-east (null)]# ls -l total 194 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 196862 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav [root at as2-east (null)]# ls -l total 258 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 262398 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav [root at as2-east (null)]# ls -l total 2 -rw-r--r-- 1 root root 254 Jul 26 11:30 msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav -rw-r--r-- 1 root root 254 Jul 26 12:24 msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav -rw-r--r-- 1 root root 254 Jul 26 12:49 msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav -rw-r--r-- 1 root root 254 Jul 26 12:52 msg_b2845783-997d-48db-b38b-fe6486b85008.wav ><> nathan stratton On Fri, Jul 26, 2019 at 7:13 AM Nathan Stratton wrote: > Logs look normal to me, but all my voicemail files are 252 bytes and do > not contain audio. It does not matter if I leave one from a user using opus > or from PSTN using g.711, they all are the same. Any ideas? > > 2019-07-26 11:09:41.780232 [DEBUG] sofia.c:7323 Channel sofia/internal/ > nathan at stage.illumy1.com entering state [completed][200] > 2019-07-26 11:09:41.800231 [DEBUG] sofia.c:7323 Channel sofia/internal/ > nathan at stage.illumy1.com entering state [ready][200] > 2019-07-26 11:09:41.840229 [INFO] switch_rtp.c:3251 Changing audio DTLS > state from HANDSHAKE to SETUP > 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3158 audio Fingerprint > Verified. > 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4153 Activating audio > Secure RTP SEND > 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: > srtp:dtls:AES_CM_128_HMAC_SHA1_80 > 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4131 Activating audio > Secure RTP RECV > 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3200 Changing audio DTLS > state from SETUP to READY > 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: > srtp:dtls:AES_CM_128_HMAC_SHA1_80 > 2019-07-26 11:09:41.860232 [NOTICE] mod_dptools.c:1377 Channel > [sofia/internal/nathan at stage.illumy1.com] has been answered > 2019-07-26 11:09:41.860232 [DEBUG] switch_channel.c:3825 (sofia/internal/ > nathan at stage.illumy1.com) Callstate Change EARLY -> ACTIVE > EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com sleep(1000) > 2019-07-26 11:09:41.860232 [DEBUG] switch_ivr.c:195 Codec Activated > L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:41.880232 [DEBUG] switch_rtp.c:1908 rtcp_stats_init: > audio ssrc[3778260292] base_seq[13090] > EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com > voicemail(default beth at stage.illumy1.com) > 2019-07-26 11:09:42.880231 [DEBUG] switch_ivr.c:195 Codec Activated > L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:70 No language > specified - Using [en] > 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:250 Handle > play-file:[voicemail/vm-person.wav] (en:en) > 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:1497 Codec > Activated L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr_play_say.c:1941 done playing > file /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-person.wav > 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr.c:195 Codec Activated > L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:250 Handle > play-file:[voicemail/vm-not_available.wav] (en:en) > 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:1497 Codec > Activated L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr_play_say.c:1941 done playing > file > /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-not_available.wav > 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr.c:195 Codec Activated > L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:70 No language > specified - Using [en] > 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:250 Handle > play-file:[voicemail/vm-record_message.wav] (en:en) > 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:1497 Codec > Activated L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr_play_say.c:1941 done playing > file > /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-record_message.wav > 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr.c:195 Codec Activated > L16 at 48000hz 1 channels 20ms > 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:567 Raw Codec > Activated, ready to waste resources! > 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:681 Raw Codec > Activated > 2019-07-26 11:09:52.140233 [DEBUG] switch_core_codec.c:223 sofia/internal/ > nathan at stage.illumy1.com Push codec L16:100 > 2019-07-26 11:09:55.700231 [NOTICE] sofia.c:1079 Hangup sofia/internal/ > nathan at stage.illumy1.com [CS_EXECUTE] [NORMAL_CLEARING] > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_codec.c:248 sofia/internal/ > nathan at stage.illumy1.com Restore previous codec opus:116. > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_session.c:2905 > sofia/internal/nathan at stage.illumy1.com skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:650 > (sofia/internal/nathan at stage.illumy1.com) State EXECUTE going to sleep > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_HANGUP > (Cur 1 Tot 72) > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:847 > (sofia/internal/nathan at stage.illumy1.com) Callstate Change ACTIVE -> > HANGUP > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 > (sofia/internal/nathan at stage.illumy1.com) State HANGUP > 2019-07-26 11:09:55.760231 [DEBUG] mod_sofia.c:460 Channel sofia/internal/ > nathan at stage.illumy1.com hanging up, cause: NORMAL_CLEARING > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:60 > sofia/internal/nathan at stage.illumy1.com Standard HANGUP, cause: > NORMAL_CLEARING > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 > (sofia/internal/nathan at stage.illumy1.com) State HANGUP going to sleep > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:619 > (sofia/internal/nathan at stage.illumy1.com) State Change CS_HANGUP -> > CS_REPORTING > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 > (sofia/internal/nathan at stage.illumy1.com) Running State Change > CS_REPORTING (Cur 1 Tot 72) > 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:935 > (sofia/internal/nathan at stage.illumy1.com) State REPORTING > 2019-07-26 11:09:55.760231 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO > cdr_table_both (CallId, TEST_id) VALUES > ('e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan at stage.illumy1.com') > 2019-07-26 11:09:55.800244 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO > cdr_table_a_leg (TelNumberFull, TelNumber, CallId, > sip_endpoint_disposition, orig_id, CallerID, CODEC, > sip_current_application, directGateway, IPInternal, IP, term_id, ClientId) > VALUES ('beth', 'beth', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'ANSWER', > 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan', 'opus', 'voicemail', ' > stage.illumy1.com', 'a83a9a5lqgp2.invalid', '50.246.121.173', > '3kol74gh1no7rp5ll228', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a') > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:174 > sofia/internal/nathan at stage.illumy1.com Standard REPORTING, cause: > NORMAL_CLEARING > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:935 > (sofia/internal/nathan at stage.illumy1.com) State REPORTING going to sleep > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:610 > (sofia/internal/nathan at stage.illumy1.com) State Change CS_REPORTING -> > CS_DESTROY > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_session.c:1726 Session 72 > (sofia/internal/nathan at stage.illumy1.com) Locked, Waiting on external > entities > 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1744 Session 72 > (sofia/internal/nathan at stage.illumy1.com) Ended > 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1748 Close > Channel sofia/internal/nathan at stage.illumy1.com [CS_DESTROY] > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:738 > (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_DESTROY > (Cur 0 Tot 72) > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 > (sofia/internal/nathan at stage.illumy1.com) State DESTROY > 2019-07-26 11:09:55.800244 [DEBUG] mod_sofia.c:365 sofia/internal/ > nathan at stage.illumy1.com SOFIA DESTROY > 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: > Frames[179] PLC[0] FEC[0] > 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: > Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate > bps[0] > 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: > Frames[0] PLC[0] FEC[0] > 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: > Frames[647] Bytes encoded[74014] Encoded length ms[12940] Average encoded > bitrate bps[49342] > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:181 > sofia/internal/nathan at stage.illumy1.com Standard DESTROY > 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 > (sofia/internal/nathan at stage.illumy1.com) State DESTROY going to sleep > > ><> > nathan stratton > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Fri Jul 26 12:58:09 2019 From: nathan at robotics.net (Nathan Stratton) Date: Fri, 26 Jul 2019 08:58:09 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: Message-ID: Figured it out! It has something to do with S3, that mounted directory when I unmounted and wrote to the local FS it works fine. How much do I owe you? ><> nathan stratton On Fri, Jul 26, 2019 at 8:54 AM Nathan Stratton wrote: > The file is definitely growing on disk, but then when I hang up getting > truncated. > > > [root at as2-east (null)]# ls -l > total 2 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 44 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > [root at as2-east (null)]# ls -l > total 66 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 65790 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > [root at as2-east (null)]# ls -l > total 130 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 131326 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > [root at as2-east (null)]# ls -l > total 194 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 196862 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > [root at as2-east (null)]# ls -l > total 258 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 262398 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > [root at as2-east (null)]# ls -l > total 2 > -rw-r--r-- 1 root root 254 Jul 26 11:30 > msg_19064023-9b67-4755-8ebf-455c8acf4db0.wav > -rw-r--r-- 1 root root 254 Jul 26 12:24 > msg_3b19a427-12ab-492c-84a5-7409ae18791f.wav > -rw-r--r-- 1 root root 254 Jul 26 12:49 > msg_96261f36-c63f-4574-b6b2-1035f96d2aa6.wav > -rw-r--r-- 1 root root 254 Jul 26 12:52 > msg_b2845783-997d-48db-b38b-fe6486b85008.wav > > ><> > nathan stratton > > > On Fri, Jul 26, 2019 at 7:13 AM Nathan Stratton > wrote: > >> Logs look normal to me, but all my voicemail files are 252 bytes and do >> not contain audio. It does not matter if I leave one from a user using opus >> or from PSTN using g.711, they all are the same. Any ideas? >> >> 2019-07-26 11:09:41.780232 [DEBUG] sofia.c:7323 Channel sofia/internal/ >> nathan at stage.illumy1.com entering state [completed][200] >> 2019-07-26 11:09:41.800231 [DEBUG] sofia.c:7323 Channel sofia/internal/ >> nathan at stage.illumy1.com entering state [ready][200] >> 2019-07-26 11:09:41.840229 [INFO] switch_rtp.c:3251 Changing audio DTLS >> state from HANDSHAKE to SETUP >> 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3158 audio Fingerprint >> Verified. >> 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4153 Activating audio >> Secure RTP SEND >> 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: >> srtp:dtls:AES_CM_128_HMAC_SHA1_80 >> 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:4131 Activating audio >> Secure RTP RECV >> 2019-07-26 11:09:41.860232 [INFO] switch_rtp.c:3200 Changing audio DTLS >> state from SETUP to READY >> 2019-07-26 11:09:41.860232 [DEBUG] switch_core_sqldb.c:2617 Secure Type: >> srtp:dtls:AES_CM_128_HMAC_SHA1_80 >> 2019-07-26 11:09:41.860232 [NOTICE] mod_dptools.c:1377 Channel >> [sofia/internal/nathan at stage.illumy1.com] has been answered >> 2019-07-26 11:09:41.860232 [DEBUG] switch_channel.c:3825 (sofia/internal/ >> nathan at stage.illumy1.com) Callstate Change EARLY -> ACTIVE >> EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com sleep(1000) >> 2019-07-26 11:09:41.860232 [DEBUG] switch_ivr.c:195 Codec Activated >> L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:41.880232 [DEBUG] switch_rtp.c:1908 rtcp_stats_init: >> audio ssrc[3778260292] base_seq[13090] >> EXECUTE [depth=0] sofia/internal/nathan at stage.illumy1.com >> voicemail(default beth at stage.illumy1.com) >> 2019-07-26 11:09:42.880231 [DEBUG] switch_ivr.c:195 Codec Activated >> L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:70 No language >> specified - Using [en] >> 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:250 Handle >> play-file:[voicemail/vm-person.wav] (en:en) >> 2019-07-26 11:09:42.980231 [DEBUG] switch_ivr_play_say.c:1497 Codec >> Activated L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr_play_say.c:1941 done >> playing file >> /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-person.wav >> 2019-07-26 11:09:44.340230 [DEBUG] switch_ivr.c:195 Codec Activated >> L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:250 Handle >> play-file:[voicemail/vm-not_available.wav] (en:en) >> 2019-07-26 11:09:44.440231 [DEBUG] switch_ivr_play_say.c:1497 Codec >> Activated L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr_play_say.c:1941 done >> playing file >> /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-not_available.wav >> 2019-07-26 11:09:45.420231 [DEBUG] switch_ivr.c:195 Codec Activated >> L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:70 No language >> specified - Using [en] >> 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:250 Handle >> play-file:[voicemail/vm-record_message.wav] (en:en) >> 2019-07-26 11:09:45.520231 [DEBUG] switch_ivr_play_say.c:1497 Codec >> Activated L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr_play_say.c:1941 done >> playing file >> /usr/share/freeswitch/sounds/en/us/callie/voicemail/vm-record_message.wav >> 2019-07-26 11:09:50.120230 [DEBUG] switch_ivr.c:195 Codec Activated >> L16 at 48000hz 1 channels 20ms >> 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:567 Raw Codec >> Activated, ready to waste resources! >> 2019-07-26 11:09:52.140233 [DEBUG] switch_ivr_play_say.c:681 Raw Codec >> Activated >> 2019-07-26 11:09:52.140233 [DEBUG] switch_core_codec.c:223 sofia/internal/ >> nathan at stage.illumy1.com Push codec L16:100 >> 2019-07-26 11:09:55.700231 [NOTICE] sofia.c:1079 Hangup sofia/internal/ >> nathan at stage.illumy1.com [CS_EXECUTE] [NORMAL_CLEARING] >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_codec.c:248 sofia/internal/ >> nathan at stage.illumy1.com Restore previous codec opus:116. >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_session.c:2905 >> sofia/internal/nathan at stage.illumy1.com skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:650 >> (sofia/internal/nathan at stage.illumy1.com) State EXECUTE going to sleep >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/nathan at stage.illumy1.com) Running State Change CS_HANGUP >> (Cur 1 Tot 72) >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:847 >> (sofia/internal/nathan at stage.illumy1.com) Callstate Change ACTIVE -> >> HANGUP >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 >> (sofia/internal/nathan at stage.illumy1.com) State HANGUP >> 2019-07-26 11:09:55.760231 [DEBUG] mod_sofia.c:460 Channel sofia/internal/ >> nathan at stage.illumy1.com hanging up, cause: NORMAL_CLEARING >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:60 >> sofia/internal/nathan at stage.illumy1.com Standard HANGUP, cause: >> NORMAL_CLEARING >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:849 >> (sofia/internal/nathan at stage.illumy1.com) State HANGUP going to sleep >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:619 >> (sofia/internal/nathan at stage.illumy1.com) State Change CS_HANGUP -> >> CS_REPORTING >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:584 >> (sofia/internal/nathan at stage.illumy1.com) Running State Change >> CS_REPORTING (Cur 1 Tot 72) >> 2019-07-26 11:09:55.760231 [DEBUG] switch_core_state_machine.c:935 >> (sofia/internal/nathan at stage.illumy1.com) State REPORTING >> 2019-07-26 11:09:55.760231 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO >> cdr_table_both (CallId, TEST_id) VALUES >> ('e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan at stage.illumy1.com') >> 2019-07-26 11:09:55.800244 [DEBUG] mod_odbc_cdr.c:345 sql INSERT INTO >> cdr_table_a_leg (TelNumberFull, TelNumber, CallId, >> sip_endpoint_disposition, orig_id, CallerID, CODEC, >> sip_current_application, directGateway, IPInternal, IP, term_id, ClientId) >> VALUES ('beth', 'beth', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'ANSWER', >> 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a', 'nathan', 'opus', 'voicemail', ' >> stage.illumy1.com', 'a83a9a5lqgp2.invalid', '50.246.121.173', >> '3kol74gh1no7rp5ll228', 'e1b09fde-a805-44ab-8fd1-b1ad8de4933a') >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:174 >> sofia/internal/nathan at stage.illumy1.com Standard REPORTING, cause: >> NORMAL_CLEARING >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:935 >> (sofia/internal/nathan at stage.illumy1.com) State REPORTING going to sleep >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:610 >> (sofia/internal/nathan at stage.illumy1.com) State Change CS_REPORTING -> >> CS_DESTROY >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_session.c:1726 Session 72 >> (sofia/internal/nathan at stage.illumy1.com) Locked, Waiting on external >> entities >> 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1744 Session 72 >> (sofia/internal/nathan at stage.illumy1.com) Ended >> 2019-07-26 11:09:55.800244 [NOTICE] switch_core_session.c:1748 Close >> Channel sofia/internal/nathan at stage.illumy1.com [CS_DESTROY] >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:738 >> (sofia/internal/nathan at stage.illumy1.com) Running State Change >> CS_DESTROY (Cur 0 Tot 72) >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 >> (sofia/internal/nathan at stage.illumy1.com) State DESTROY >> 2019-07-26 11:09:55.800244 [DEBUG] mod_sofia.c:365 sofia/internal/ >> nathan at stage.illumy1.com SOFIA DESTROY >> 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: >> Frames[179] PLC[0] FEC[0] >> 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: >> Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate >> bps[0] >> 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:725 Opus decoder stats: >> Frames[0] PLC[0] FEC[0] >> 2019-07-26 11:09:55.800244 [DEBUG] mod_opus.c:740 Opus encoder stats: >> Frames[647] Bytes encoded[74014] Encoded length ms[12940] Average encoded >> bitrate bps[49342] >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:181 >> sofia/internal/nathan at stage.illumy1.com Standard DESTROY >> 2019-07-26 11:09:55.800244 [DEBUG] switch_core_state_machine.c:748 >> (sofia/internal/nathan at stage.illumy1.com) State DESTROY going to sleep >> >> ><> >> nathan stratton >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdevoy at bizfocused.com Fri Jul 26 15:26:08 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 26 Jul 2019 15:26:08 +0000 Subject: [Freeswitch-users] mod_sms questions In-Reply-To: References: Message-ID: Based on the lack of any response, can I assume SMS Texting is just a feature FreeSwitch does not support (at this time)? My customer uses Bria softphone and needs SMS Text. Thanks, Sean From: FreeSWITCH-users On Behalf Of Sean Devoy Sent: Monday, July 22, 2019 5:11 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] mod_sms questions Hi, I have found information on mod_sms to be limited. Our provider (Voip Innovations) supports SMS on our DIDs. Here is their document explaining handling options. https://backoffice.voipinnovations.com/Wiki/View.aspx?article=SMS Our client is using Bria Softphone (on Android and iPhone). I assume this is to mask her true cell phone number/identity. Can FreeSwitch route incoming SMS messages on DIDs to specific extensions/registrations? And route from an extension out? Any documentation hints would be greatly appreciated. Thanks, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdevoy at bizfocused.com Fri Jul 26 15:36:05 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 26 Jul 2019 15:36:05 +0000 Subject: [Freeswitch-users] BLF issue Message-ID: Hi, After a lot of emails to China, typically one per day/night due the time difference, Fanvil believes this problem to be with FreeSwitch. I am quite skeptical; my money is on you guys. Here is the scenario: Phone A is registered to ext 101. It also has a BLF for ext 102. Phone B is registered to 102. Almost everything works exactly as expected. When phone B gets or makes a call the BLF works. The thing that fails is ONLY when phone B calls phone A. At the end of the call, phone A's BLF for B stays red. A call in the other direction, does not produce the problem. Fanvil ran network captures and says we (you) do not send a Notify to phone A regarding Phone B's call end. My question is, does FS send the Notify regarding B after a call from B ends? If not, I am betting there is a standard somewhere that explains why it is unnecessary - clearly it should not be needed. Thanks for your time, Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: From abaci64 at gmail.com Fri Jul 26 16:01:52 2019 From: abaci64 at gmail.com (Abaci B) Date: Fri, 26 Jul 2019 12:01:52 -0400 Subject: [Freeswitch-users] BLF issue In-Reply-To: References: Message-ID: Do you have any captures from the FreeSWITCH side? On Fri, Jul 26, 2019 at 11:54 AM Sean Devoy wrote: > Hi, > > > > After a lot of emails to China, typically one per day/night due the time > difference, Fanvil believes this problem to be with FreeSwitch. I am quite > skeptical; my money is on you guys. > > > > Here is the scenario: > > Phone A is registered to ext 101. It also has a BLF for ext 102. > > Phone B is registered to 102. > > > > Almost everything works exactly as expected. When phone B gets or makes a > call the BLF works. The thing that fails is ONLY when phone B calls phone > A. At the end of the call, phone A’s BLF for B stays red. A call in the > other direction, does not produce the problem. > > > > Fanvil ran network captures and says we (you) do not send a Notify to > phone A regarding Phone B’s call end. My question is, does FS send the > Notify regarding B after a call from B ends? If not, I am betting there is > a standard somewhere that explains why it is unnecessary – clearly it > should not be needed. > > > > Thanks for your time, > > Sean > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sdevoy at bizfocused.com Fri Jul 26 16:18:21 2019 From: sdevoy at bizfocused.com (Sean Devoy) Date: Fri, 26 Jul 2019 16:18:21 +0000 Subject: [Freeswitch-users] BLF issue In-Reply-To: References: Message-ID: LOL. I knew that was coming. I have to look up wireshark commands to capture a single device by IP. Do you know them off the top of your head? From: FreeSWITCH-users On Behalf Of Abaci B Sent: Friday, July 26, 2019 12:02 PM To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] BLF issue Do you have any captures from the FreeSWITCH side? On Fri, Jul 26, 2019 at 11:54 AM Sean Devoy > wrote: Hi, After a lot of emails to China, typically one per day/night due the time difference, Fanvil believes this problem to be with FreeSwitch. I am quite skeptical; my money is on you guys. Here is the scenario: Phone A is registered to ext 101. It also has a BLF for ext 102. Phone B is registered to 102. Almost everything works exactly as expected. When phone B gets or makes a call the BLF works. The thing that fails is ONLY when phone B calls phone A. At the end of the call, phone A’s BLF for B stays red. A call in the other direction, does not produce the problem. Fanvil ran network captures and says we (you) do not send a Notify to phone A regarding Phone B’s call end. My question is, does FS send the Notify regarding B after a call from B ends? If not, I am betting there is a standard somewhere that explains why it is unnecessary – clearly it should not be needed. Thanks for your time, Sean _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Fri Jul 26 16:20:53 2019 From: mike at freeswitch.com (Mike Jerris) Date: Fri, 26 Jul 2019 10:20:53 -0600 Subject: [Freeswitch-users] BLF issue In-Reply-To: References: Message-ID: better would be a freeswitch debug log with sip trace enabled. Reboot freeswitch, enable debug and sip trace, restart each phone, then do the test On Fri, Jul 26, 2019 at 10:19 AM Sean Devoy wrote: > LOL. I knew that was coming. I have to look up wireshark commands to > capture a single device by IP. > > > > Do you know them off the top of your head? > > > > *From:* FreeSWITCH-users *On > Behalf Of *Abaci B > *Sent:* Friday, July 26, 2019 12:02 PM > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] BLF issue > > > > Do you have any captures from the FreeSWITCH side? > > > > On Fri, Jul 26, 2019 at 11:54 AM Sean Devoy wrote: > > Hi, > > > > After a lot of emails to China, typically one per day/night due the time > difference, Fanvil believes this problem to be with FreeSwitch. I am quite > skeptical; my money is on you guys. > > > > Here is the scenario: > > Phone A is registered to ext 101. It also has a BLF for ext 102. > > Phone B is registered to 102. > > > > Almost everything works exactly as expected. When phone B gets or makes a > call the BLF works. The thing that fails is ONLY when phone B calls phone > A. At the end of the call, phone A’s BLF for B stays red. A call in the > other direction, does not produce the problem. > > > > Fanvil ran network captures and says we (you) do not send a Notify to > phone A regarding Phone B’s call end. My question is, does FS send the > Notify regarding B after a call from B ends? If not, I am betting there is > a standard somewhere that explains why it is unnecessary – clearly it > should not be needed. > > > > Thanks for your time, > > Sean > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.com Fri Jul 26 16:22:37 2019 From: mike at freeswitch.com (Mike Jerris) Date: Fri, 26 Jul 2019 10:22:37 -0600 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> Message-ID: is this issue specific to 2019 or on 2017 as well? what specific commit breaks it? On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel wrote: > hi, > > FS master branch has been receiving a lot of commits recently and i > noticed since those PVS-Studio patches started coming in it compiles > fine but there is no incoming audio on any calls even though there are > no errors, tried with normal udp/rtp, tls/srtp and its same for both. > > Im compiling on VS2019 community on windows 10 64bit with just the SDK > upgraded, toolset tried the existing one as well as tried upgrading that > but same behavior for both. Is is still some work in progress or some > bug? > > Regards, > Bipin > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.villasmil.work at gmail.com Fri Jul 26 17:48:37 2019 From: david.villasmil.work at gmail.com (David Villasmil) Date: Fri, 26 Jul 2019 18:48:37 +0100 Subject: [Freeswitch-users] mod_sms questions In-Reply-To: References: Message-ID: Hello, Take a look at mod_sms and search for chat dp command. It is based on SIP MESSAGE. Regards, David On Fri, 26 Jul 2019 at 17:03, Sean Devoy wrote: > Based on the lack of any response, can I assume SMS Texting is just a > feature FreeSwitch does not support (at this time)? My customer uses Bria > softphone and needs SMS Text. > > > > Thanks, > > Sean > > > > *From:* FreeSWITCH-users *On > Behalf Of *Sean Devoy > *Sent:* Monday, July 22, 2019 5:11 PM > *To:* FreeSWITCH Users Help > *Subject:* [Freeswitch-users] mod_sms questions > > > > Hi, > > I have found information on mod_sms to be limited. > > > > Our provider (Voip Innovations) supports SMS on our DIDs. Here is their > document explaining handling options. > > https://backoffice.voipinnovations.com/Wiki/View.aspx?article=SMS > > > > Our client is using Bria Softphone (on Android and iPhone). I assume this > is to mask her true cell phone number/identity. > > > > Can FreeSwitch route incoming SMS messages on DIDs to specific > extensions/registrations? And route from an extension out? > > > > Any documentation hints would be greatly appreciated. > > Thanks, > > Sean > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Fri Jul 26 20:04:44 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 00:04:44 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> Message-ID: <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Actually just before those pvs studio commits started I was on 2017 but to test it out I moved to 2019 and then did a git pull and started compiling and kept doing it till date but no audio at all so I'm not sure 2019 killed it or those commits and not sure which commit if that was an issue. I'll try move back to 2017 and see what happens tomorrow but if everything compiles just fine in 2019 then how can VS cause a no incoming audio specifically the part in the call where fs says IP/port confirmed just before the incoming audio starts which never happens in latest commits. I have the last working git checkout hash which I can send you tomorrow but that was compiled on 2017 On July 26, 2019 9:00:43 PM Mike Jerris wrote: > is this issue specific to 2019 or on 2017 as well? what specific commit > breaks it? > > On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel wrote: > >> hi, >> >> >> FS master branch has been receiving a lot of commits recently and i >> noticed since those PVS-Studio patches started coming in it compiles >> fine but there is no incoming audio on any calls even though there are >> no errors, tried with normal udp/rtp, tls/srtp and its same for both. >> >> >> Im compiling on VS2019 community on windows 10 64bit with just the SDK >> upgraded, toolset tried the existing one as well as tried upgrading that >> but same behavior for both. Is is still some work in progress or some >> bug? >> >> >> Regards, >> Bipin >> >> >> >> >> _________________________________________________________________________ >> >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> >> Join our online community to chat in real time >> https://signalwire.community >> >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > ---------- > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From mike at freeswitch.com Fri Jul 26 20:07:09 2019 From: mike at freeswitch.com (Mike Jerris) Date: Fri, 26 Jul 2019 14:07:09 -0600 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: just need confirmation if it’s compiler or code and of code which specific commit breaks it. you could revert code on 2019 and confirm it works too, and if it does work, bisect to find the broken commit On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel wrote: > Actually just before those pvs studio commits started I was on 2017 but to > test it out I moved to 2019 and then did a git pull and started compiling > and kept doing it till date but no audio at all so I'm not sure 2019 > killed > it or those commits and not sure which commit if that was an issue. I'll > try move back to 2017 and see what happens tomorrow but if everything > compiles just fine in 2019 then how can VS cause a no incoming audio > specifically the part in the call where fs says IP/port confirmed just > before the incoming audio starts which never happens in latest commits. I > have the last working git checkout hash which I can send you tomorrow but > that was compiled on 2017 > > > > On July 26, 2019 9:00:43 PM Mike Jerris wrote: > > > is this issue specific to 2019 or on 2017 as well? what specific commit > > breaks it? > > > > On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel wrote: > > > >> hi, > >> > >> > >> FS master branch has been receiving a lot of commits recently and i > >> noticed since those PVS-Studio patches started coming in it compiles > >> fine but there is no incoming audio on any calls even though there are > >> no errors, tried with normal udp/rtp, tls/srtp and its same for both. > >> > >> > >> Im compiling on VS2019 community on windows 10 64bit with just the SDK > >> upgraded, toolset tried the existing one as well as tried upgrading that > >> but same behavior for both. Is is still some work in progress or some > >> bug? > >> > >> > >> Regards, > >> Bipin > >> > >> > >> > >> > >> > _________________________________________________________________________ > >> > >> > >> The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > > > > ---------- > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Sat Jul 27 06:34:54 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 10:34:54 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Hi, I moved back to VS 2017 and the issue still persists so definitely it's some commit that breaks it so now comes the hard part of figuring out which one. Can you guide which git commands to run to move the master branch in time so I can figure out which commit breaks it coz will need to move back in time one by one and compile and check On July 27, 2019 12:15:06 AM Mike Jerris wrote: > just need confirmation if it’s compiler or code and of code which specific > commit breaks it. you could revert code on 2019 and confirm it works too, > and if it does work, bisect to find the broken commit > > On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel wrote: > >> Actually just before those pvs studio commits started I was on 2017 but to >> test it out I moved to 2019 and then did a git pull and started compiling >> and kept doing it till date but no audio at all so I'm not sure 2019 >> killed >> it or those commits and not sure which commit if that was an issue. I'll >> try move back to 2017 and see what happens tomorrow but if everything >> compiles just fine in 2019 then how can VS cause a no incoming audio >> specifically the part in the call where fs says IP/port confirmed just >> before the incoming audio starts which never happens in latest commits. I >> have the last working git checkout hash which I can send you tomorrow but >> that was compiled on 2017 >> >> >> >> On July 26, 2019 9:00:43 PM Mike Jerris wrote: >> >> > is this issue specific to 2019 or on 2017 as well? what specific commit >> > breaks it? >> > >> > On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel wrote: >> > >> >> hi, >> >> >> >> >> >> FS master branch has been receiving a lot of commits recently and i >> >> noticed since those PVS-Studio patches started coming in it compiles >> >> fine but there is no incoming audio on any calls even though there are >> >> no errors, tried with normal udp/rtp, tls/srtp and its same for both. >> >> >> >> >> >> Im compiling on VS2019 community on windows 10 64bit with just the SDK >> >> upgraded, toolset tried the existing one as well as tried upgrading that >> >> but same behavior for both. Is is still some work in progress or some >> >> bug? >> >> >> >> >> >> Regards, >> >> Bipin >> >> >> >> >> >> >> >> >> >> >> _________________________________________________________________________ >> >> >> >> >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >> services. >> >> Build your next product on our scalable cloud platform. >> >> >> >> >> >> Join our online community to chat in real time >> >> https://signalwire.community >> >> >> >> >> >> Professional FreeSWITCH Services >> >> sales at freeswitch.com >> >> https://freeswitch.com >> >> >> >> >> >> Official FreeSWITCH Sites >> >> https://freeswitch.com/oss >> >> https://freeswitch.org/confluence >> >> https://cluecon.com >> >> >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> https://freeswitch.com >> > >> > >> > >> > ---------- >> > _________________________________________________________________________ >> > >> > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> > Build your next product on our scalable cloud platform. >> > >> > Join our online community to chat in real time >> https://signalwire.community >> > >> > Professional FreeSWITCH Services >> > sales at freeswitch.com >> > https://freeswitch.com >> > >> > Official FreeSWITCH Sites >> > https://freeswitch.com/oss >> > https://freeswitch.org/confluence >> > https://cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > https://freeswitch.com >> >> >> >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > ---------- > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From mike at freeswitch.com Sat Jul 27 06:47:54 2019 From: mike at freeswitch.com (Mike Jerris) Date: Sat, 27 Jul 2019 00:47:54 -0600 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: google “git bisect” for good instructions On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel wrote: > Hi, > > I moved back to VS 2017 and the issue still persists so definitely it's > some commit that breaks it so now comes the hard part of figuring out > which > one. Can you guide which git commands to run to move the master branch in > time so I can figure out which commit breaks it coz will need to move back > in time one by one and compile and check > > > > On July 27, 2019 12:15:06 AM Mike Jerris wrote: > > > just need confirmation if it’s compiler or code and of code which > specific > > commit breaks it. you could revert code on 2019 and confirm it works > too, > > and if it does work, bisect to find the broken commit > > > > On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel wrote: > > > >> Actually just before those pvs studio commits started I was on 2017 but > to > >> test it out I moved to 2019 and then did a git pull and started > compiling > >> and kept doing it till date but no audio at all so I'm not sure 2019 > >> killed > >> it or those commits and not sure which commit if that was an issue. I'll > >> try move back to 2017 and see what happens tomorrow but if everything > >> compiles just fine in 2019 then how can VS cause a no incoming audio > >> specifically the part in the call where fs says IP/port confirmed just > >> before the incoming audio starts which never happens in latest commits. > I > >> have the last working git checkout hash which I can send you tomorrow > but > >> that was compiled on 2017 > >> > >> > >> > >> On July 26, 2019 9:00:43 PM Mike Jerris wrote: > >> > >> > is this issue specific to 2019 or on 2017 as well? what specific > commit > >> > breaks it? > >> > > >> > On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel wrote: > >> > > >> >> hi, > >> >> > >> >> > >> >> FS master branch has been receiving a lot of commits recently and i > >> >> noticed since those PVS-Studio patches started coming in it compiles > >> >> fine but there is no incoming audio on any calls even though there > are > >> >> no errors, tried with normal udp/rtp, tls/srtp and its same for both. > >> >> > >> >> > >> >> Im compiling on VS2019 community on windows 10 64bit with just the > SDK > >> >> upgraded, toolset tried the existing one as well as tried upgrading > that > >> >> but same behavior for both. Is is still some work in progress or some > >> >> bug? > >> >> > >> >> > >> >> Regards, > >> >> Bipin > >> >> > >> >> > >> >> > >> >> > >> >> > >> > _________________________________________________________________________ > >> >> > >> >> > >> >> The FreeSWITCH project is sponsored by SignalWire > >> https://signalwire.com > >> >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> >> services. > >> >> Build your next product on our scalable cloud platform. > >> >> > >> >> > >> >> Join our online community to chat in real time > >> >> https://signalwire.community > >> >> > >> >> > >> >> Professional FreeSWITCH Services > >> >> sales at freeswitch.com > >> >> https://freeswitch.com > >> >> > >> >> > >> >> Official FreeSWITCH Sites > >> >> https://freeswitch.com/oss > >> >> https://freeswitch.org/confluence > >> >> https://cluecon.com > >> >> > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at lists.freeswitch.org > >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >> https://freeswitch.com > >> > > >> > > >> > > >> > ---------- > >> > > _________________________________________________________________________ > >> > > >> > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > >> > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> > Build your next product on our scalable cloud platform. > >> > > >> > Join our online community to chat in real time > >> https://signalwire.community > >> > > >> > Professional FreeSWITCH Services > >> > sales at freeswitch.com > >> > https://freeswitch.com > >> > > >> > Official FreeSWITCH Sites > >> > https://freeswitch.com/oss > >> > https://freeswitch.org/confluence > >> > https://cluecon.com > >> > > >> > FreeSWITCH-users mailing list > >> > FreeSWITCH-users at lists.freeswitch.org > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> > https://freeswitch.com > >> > >> > >> > >> > >> > >> > _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > > > > ---------- > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Sat Jul 27 09:53:30 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 13:53:30 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> i went all the way to commit f3548c9fa0f and issue is still there so need to go little more back, i suspect the commits just before that relating to core/media might be the cause but my compile is freezing midway for the commits just before that so need to fix that first, ill get back to you on this On 27-07-2019 10:47, Mike Jerris wrote: > google "git bisect" for good instructions > > On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel wrote: > >> Hi, >> >> I moved back to VS 2017 and the issue still persists so definitely >> it's >> some commit that breaks it so now comes the hard part of figuring out >> which >> one. Can you guide which git commands to run to move the master branch >> in >> time so I can figure out which commit breaks it coz will need to move >> back >> in time one by one and compile and check >> >> On July 27, 2019 12:15:06 AM Mike Jerris wrote: >> >>> just need confirmation if it's compiler or code and of code which >>> specific >>> commit breaks it. you could revert code on 2019 and confirm it works >>> too, >>> and if it does work, bisect to find the broken commit >>> >>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel wrote: >>> >>>> Actually just before those pvs studio commits started I was on 2017 >>>> but to >>>> test it out I moved to 2019 and then did a git pull and started >>>> compiling >>>> and kept doing it till date but no audio at all so I'm not sure 2019 >>>> killed >>>> it or those commits and not sure which commit if that was an issue. >>>> I'll >>>> try move back to 2017 and see what happens tomorrow but if >>>> everything >>>> compiles just fine in 2019 then how can VS cause a no incoming audio >>>> specifically the part in the call where fs says IP/port confirmed >>>> just >>>> before the incoming audio starts which never happens in latest >>>> commits. I >>>> have the last working git checkout hash which I can send you >>>> tomorrow but >>>> that was compiled on 2017 >>>> >>>> >>>> >>>> On July 26, 2019 9:00:43 PM Mike Jerris wrote: >>>> >>>>> is this issue specific to 2019 or on 2017 as well? what specific >>>>> commit >>>>> breaks it? >>>>> >>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel >>>>> wrote: >>>>> >>>>>> hi, >>>>>> >>>>>> >>>>>> FS master branch has been receiving a lot of commits recently and >>>>>> i >>>>>> noticed since those PVS-Studio patches started coming in it >>>>>> compiles >>>>>> fine but there is no incoming audio on any calls even though there >>>>>> are >>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for >>>>>> both. >>>>>> >>>>>> >>>>>> Im compiling on VS2019 community on windows 10 64bit with just the >>>>>> SDK >>>>>> upgraded, toolset tried the existing one as well as tried >>>>>> upgrading that >>>>>> but same behavior for both. Is is still some work in progress or >>>>>> some >>>>>> bug? >>>>>> >>>>>> >>>>>> Regards, >>>>>> Bipin >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>> _________________________________________________________________________ >>>>>> >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>> PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> ---------- >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> ---------- >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From bipin at xbipin.com Sat Jul 27 14:46:25 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 18:46:25 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> Message-ID: after hours of compiling i narrowed down to the below commits, bad meaning no audio issue and good means works fine commit f3548c9fa0f bad commit 76a278b03d4 bad commit f82321ee0c7 bad *** problem between the above and below commit *** commit 1a90bc20a98 good commit 84aab26e65e good commit ce90b1fc445 good commit eb846543831 good commit 088f1f20113 good On 27-07-2019 13:53, Bipin Patel wrote: > i went all the way to commit f3548c9fa0f and issue is still there so > need to go little more back, i suspect the commits just before that > relating to core/media might be the cause but my compile is freezing > midway for the commits just before that so need to fix that first, ill > get back to you on this > > > On 27-07-2019 10:47, Mike Jerris wrote: > >> google "git bisect" for good instructions >> >> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel wrote: >> >>> Hi, >>> >>> I moved back to VS 2017 and the issue still persists so definitely >>> it's >>> some commit that breaks it so now comes the hard part of figuring out >>> which >>> one. Can you guide which git commands to run to move the master >>> branch >>> in >>> time so I can figure out which commit breaks it coz will need to move >>> back >>> in time one by one and compile and check >>> >>> On July 27, 2019 12:15:06 AM Mike Jerris wrote: >>> >>>> just need confirmation if it's compiler or code and of code which >>>> specific >>>> commit breaks it. you could revert code on 2019 and confirm it >>>> works >>>> too, >>>> and if it does work, bisect to find the broken commit >>>> >>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel >>>> wrote: >>>> >>>>> Actually just before those pvs studio commits started I was on 2017 >>>>> but to >>>>> test it out I moved to 2019 and then did a git pull and started >>>>> compiling >>>>> and kept doing it till date but no audio at all so I'm not sure >>>>> 2019 >>>>> killed >>>>> it or those commits and not sure which commit if that was an issue. >>>>> I'll >>>>> try move back to 2017 and see what happens tomorrow but if >>>>> everything >>>>> compiles just fine in 2019 then how can VS cause a no incoming >>>>> audio >>>>> specifically the part in the call where fs says IP/port confirmed >>>>> just >>>>> before the incoming audio starts which never happens in latest >>>>> commits. I >>>>> have the last working git checkout hash which I can send you >>>>> tomorrow but >>>>> that was compiled on 2017 >>>>> >>>>> >>>>> >>>>> On July 26, 2019 9:00:43 PM Mike Jerris >>>>> wrote: >>>>> >>>>>> is this issue specific to 2019 or on 2017 as well? what specific >>>>>> commit >>>>>> breaks it? >>>>>> >>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel >>>>>> wrote: >>>>>> >>>>>>> hi, >>>>>>> >>>>>>> >>>>>>> FS master branch has been receiving a lot of commits recently and >>>>>>> i >>>>>>> noticed since those PVS-Studio patches started coming in it >>>>>>> compiles >>>>>>> fine but there is no incoming audio on any calls even though >>>>>>> there >>>>>>> are >>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for >>>>>>> both. >>>>>>> >>>>>>> >>>>>>> Im compiling on VS2019 community on windows 10 64bit with just >>>>>>> the >>>>>>> SDK >>>>>>> upgraded, toolset tried the existing one as well as tried >>>>>>> upgrading that >>>>>>> but same behavior for both. Is is still some work in progress or >>>>>>> some >>>>>>> bug? >>>>>>> >>>>>>> >>>>>>> Regards, >>>>>>> Bipin >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> _________________________________________________________________________ >>>>>>> >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>> PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> ---------- >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>> PSTN >>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> >>>> ---------- >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From bipin at xbipin.com Sat Jul 27 15:45:30 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 19:45:30 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> Message-ID: <754c9567c496a8c7bbbfb2d5b7014cc4@xbipin.com> strangely its commit f82321ee0c7 after incoming audio totally stopped for normal rtp as well as srtp calls. Commit 239bf913f4c and older everything works fine On 27-07-2019 18:46, Bipin Patel wrote: > after hours of compiling i narrowed down to the below commits, bad > meaning no audio issue and good means works fine > > commit f3548c9fa0f bad > commit 76a278b03d4 bad > commit f82321ee0c7 bad > *** problem between the above and below commit *** > commit 1a90bc20a98 good > commit 84aab26e65e good > commit ce90b1fc445 good > commit eb846543831 good > commit 088f1f20113 good > > > > > On 27-07-2019 13:53, Bipin Patel wrote: >> i went all the way to commit f3548c9fa0f and issue is still there so >> need to go little more back, i suspect the commits just before that >> relating to core/media might be the cause but my compile is freezing >> midway for the commits just before that so need to fix that first, ill >> get back to you on this >> >> >> On 27-07-2019 10:47, Mike Jerris wrote: >> >>> google "git bisect" for good instructions >>> >>> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel >>> wrote: >>> >>>> Hi, >>>> >>>> I moved back to VS 2017 and the issue still persists so definitely >>>> it's >>>> some commit that breaks it so now comes the hard part of figuring >>>> out >>>> which >>>> one. Can you guide which git commands to run to move the master >>>> branch >>>> in >>>> time so I can figure out which commit breaks it coz will need to >>>> move >>>> back >>>> in time one by one and compile and check >>>> >>>> On July 27, 2019 12:15:06 AM Mike Jerris >>>> wrote: >>>> >>>>> just need confirmation if it's compiler or code and of code which >>>>> specific >>>>> commit breaks it. you could revert code on 2019 and confirm it >>>>> works >>>>> too, >>>>> and if it does work, bisect to find the broken commit >>>>> >>>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel >>>>> wrote: >>>>> >>>>>> Actually just before those pvs studio commits started I was on >>>>>> 2017 >>>>>> but to >>>>>> test it out I moved to 2019 and then did a git pull and started >>>>>> compiling >>>>>> and kept doing it till date but no audio at all so I'm not sure >>>>>> 2019 >>>>>> killed >>>>>> it or those commits and not sure which commit if that was an >>>>>> issue. >>>>>> I'll >>>>>> try move back to 2017 and see what happens tomorrow but if >>>>>> everything >>>>>> compiles just fine in 2019 then how can VS cause a no incoming >>>>>> audio >>>>>> specifically the part in the call where fs says IP/port confirmed >>>>>> just >>>>>> before the incoming audio starts which never happens in latest >>>>>> commits. I >>>>>> have the last working git checkout hash which I can send you >>>>>> tomorrow but >>>>>> that was compiled on 2017 >>>>>> >>>>>> >>>>>> >>>>>> On July 26, 2019 9:00:43 PM Mike Jerris >>>>>> wrote: >>>>>> >>>>>>> is this issue specific to 2019 or on 2017 as well? what specific >>>>>>> commit >>>>>>> breaks it? >>>>>>> >>>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel >>>>>>> wrote: >>>>>>> >>>>>>>> hi, >>>>>>>> >>>>>>>> >>>>>>>> FS master branch has been receiving a lot of commits recently >>>>>>>> and >>>>>>>> i >>>>>>>> noticed since those PVS-Studio patches started coming in it >>>>>>>> compiles >>>>>>>> fine but there is no incoming audio on any calls even though >>>>>>>> there >>>>>>>> are >>>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for >>>>>>>> both. >>>>>>>> >>>>>>>> >>>>>>>> Im compiling on VS2019 community on windows 10 64bit with just >>>>>>>> the >>>>>>>> SDK >>>>>>>> upgraded, toolset tried the existing one as well as tried >>>>>>>> upgrading that >>>>>>>> but same behavior for both. Is is still some work in progress or >>>>>>>> some >>>>>>>> bug? >>>>>>>> >>>>>>>> >>>>>>>> Regards, >>>>>>>> Bipin >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>> PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>>>>> >>>>>>> ---------- >>>>>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>> PSTN >>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>> PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> >>>>> ---------- >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From s.safarov at gmail.com Sat Jul 27 16:04:48 2019 From: s.safarov at gmail.com (Sergey Safarov) Date: Sat, 27 Jul 2019 19:04:48 +0300 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> Message-ID: look as 1a90bc20a98 commit not parent for f82321ee0c7 commit On Sat, Jul 27, 2019 at 6:34 PM Bipin Patel wrote: > after hours of compiling i narrowed down to the below commits, bad > meaning no audio issue and good means works fine > > commit f3548c9fa0f bad > commit 76a278b03d4 bad > commit f82321ee0c7 bad > *** problem between the above and below commit *** > commit 1a90bc20a98 good > commit 84aab26e65e good > commit ce90b1fc445 good > commit eb846543831 good > commit 088f1f20113 good > > > > > On 27-07-2019 13:53, Bipin Patel wrote: > > i went all the way to commit f3548c9fa0f and issue is still there so > > need to go little more back, i suspect the commits just before that > > relating to core/media might be the cause but my compile is freezing > > midway for the commits just before that so need to fix that first, ill > > get back to you on this > > > > > > On 27-07-2019 10:47, Mike Jerris wrote: > > > >> google "git bisect" for good instructions > >> > >> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel wrote: > >> > >>> Hi, > >>> > >>> I moved back to VS 2017 and the issue still persists so definitely > >>> it's > >>> some commit that breaks it so now comes the hard part of figuring out > >>> which > >>> one. Can you guide which git commands to run to move the master > >>> branch > >>> in > >>> time so I can figure out which commit breaks it coz will need to move > >>> back > >>> in time one by one and compile and check > >>> > >>> On July 27, 2019 12:15:06 AM Mike Jerris wrote: > >>> > >>>> just need confirmation if it's compiler or code and of code which > >>>> specific > >>>> commit breaks it. you could revert code on 2019 and confirm it > >>>> works > >>>> too, > >>>> and if it does work, bisect to find the broken commit > >>>> > >>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel > >>>> wrote: > >>>> > >>>>> Actually just before those pvs studio commits started I was on 2017 > >>>>> but to > >>>>> test it out I moved to 2019 and then did a git pull and started > >>>>> compiling > >>>>> and kept doing it till date but no audio at all so I'm not sure > >>>>> 2019 > >>>>> killed > >>>>> it or those commits and not sure which commit if that was an issue. > >>>>> I'll > >>>>> try move back to 2017 and see what happens tomorrow but if > >>>>> everything > >>>>> compiles just fine in 2019 then how can VS cause a no incoming > >>>>> audio > >>>>> specifically the part in the call where fs says IP/port confirmed > >>>>> just > >>>>> before the incoming audio starts which never happens in latest > >>>>> commits. I > >>>>> have the last working git checkout hash which I can send you > >>>>> tomorrow but > >>>>> that was compiled on 2017 > >>>>> > >>>>> > >>>>> > >>>>> On July 26, 2019 9:00:43 PM Mike Jerris > >>>>> wrote: > >>>>> > >>>>>> is this issue specific to 2019 or on 2017 as well? what specific > >>>>>> commit > >>>>>> breaks it? > >>>>>> > >>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel > >>>>>> wrote: > >>>>>> > >>>>>>> hi, > >>>>>>> > >>>>>>> > >>>>>>> FS master branch has been receiving a lot of commits recently and > >>>>>>> i > >>>>>>> noticed since those PVS-Studio patches started coming in it > >>>>>>> compiles > >>>>>>> fine but there is no incoming audio on any calls even though > >>>>>>> there > >>>>>>> are > >>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for > >>>>>>> both. > >>>>>>> > >>>>>>> > >>>>>>> Im compiling on VS2019 community on windows 10 64bit with just > >>>>>>> the > >>>>>>> SDK > >>>>>>> upgraded, toolset tried the existing one as well as tried > >>>>>>> upgrading that > >>>>>>> but same behavior for both. Is is still some work in progress or > >>>>>>> some > >>>>>>> bug? > >>>>>>> > >>>>>>> > >>>>>>> Regards, > >>>>>>> Bipin > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>> > _________________________________________________________________________ > >>>>>>> > >>>>>>> > >>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>> https://signalwire.com > >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>>> PSTN > >>>>>>> services. > >>>>>>> Build your next product on our scalable cloud platform. > >>>>>>> > >>>>>>> > >>>>>>> Join our online community to chat in real time > >>>>>>> https://signalwire.community > >>>>>>> > >>>>>>> > >>>>>>> Professional FreeSWITCH Services > >>>>>>> sales at freeswitch.com > >>>>>>> https://freeswitch.com > >>>>>>> > >>>>>>> > >>>>>>> Official FreeSWITCH Sites > >>>>>>> https://freeswitch.com/oss > >>>>>>> https://freeswitch.org/confluence > >>>>>>> https://cluecon.com > >>>>>>> > >>>>>>> > >>>>>>> FreeSWITCH-users mailing list > >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>> UNSUBSCRIBE: > >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>> https://freeswitch.com > >>>>>> > >>>>>> > >>>>>> > >>>>>> ---------- > >>>>>> > _________________________________________________________________________ > >>>>>> > >>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>> https://signalwire.com > >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>> PSTN > >>>>> services. > >>>>>> Build your next product on our scalable cloud platform. > >>>>>> > >>>>>> Join our online community to chat in real time > >>>>> https://signalwire.community > >>>>>> > >>>>>> Professional FreeSWITCH Services > >>>>>> sales at freeswitch.com > >>>>>> https://freeswitch.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> https://freeswitch.com/oss > >>>>>> https://freeswitch.org/confluence > >>>>>> https://cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>> https://freeswitch.com > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > _________________________________________________________________________ > >>>>> > >>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>> https://signalwire.com > >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>>>> services. > >>>>> Build your next product on our scalable cloud platform. > >>>>> > >>>>> Join our online community to chat in real time > >>>>> https://signalwire.community > >>>>> > >>>>> Professional FreeSWITCH Services > >>>>> sales at freeswitch.com > >>>>> https://freeswitch.com > >>>>> > >>>>> Official FreeSWITCH Sites > >>>>> https://freeswitch.com/oss > >>>>> https://freeswitch.org/confluence > >>>>> https://cluecon.com > >>>>> > >>>>> FreeSWITCH-users mailing list > >>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>> https://freeswitch.com > >>>> > >>>> > >>>> > >>>> ---------- > >>>> > _________________________________________________________________________ > >>>> > >>>> The FreeSWITCH project is sponsored by SignalWire > >>>> https://signalwire.com > >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>>> services. > >>>> Build your next product on our scalable cloud platform. > >>>> > >>>> Join our online community to chat in real time > >>>> https://signalwire.community > >>>> > >>>> Professional FreeSWITCH Services > >>>> sales at freeswitch.com > >>>> https://freeswitch.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> https://freeswitch.com/oss > >>>> https://freeswitch.org/confluence > >>>> https://cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>> https://freeswitch.com > >>> > >>> > _________________________________________________________________________ > >>> > >>> The FreeSWITCH project is sponsored by SignalWire > >>> https://signalwire.com > >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>> services. > >>> Build your next product on our scalable cloud platform. > >>> > >>> Join our online community to chat in real time > >>> https://signalwire.community > >>> > >>> Professional FreeSWITCH Services > >>> sales at freeswitch.com > >>> https://freeswitch.com > >>> > >>> Official FreeSWITCH Sites > >>> https://freeswitch.com/oss > >>> https://freeswitch.org/confluence > >>> https://cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> https://freeswitch.com > >> > >> > _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire > >> https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Sat Jul 27 19:59:28 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sat, 27 Jul 2019 23:59:28 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> Message-ID: <16c35044500.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> commit f82321ee0c7 is where the issue started, hope someone can look into it On July 27, 2019 8:19:28 PM Sergey Safarov wrote: > look as 1a90bc20a98 commit not parent for f82321ee0c7 commit > > On Sat, Jul 27, 2019 at 6:34 PM Bipin Patel wrote: > >> after hours of compiling i narrowed down to the below commits, bad >> meaning no audio issue and good means works fine >> >> commit f3548c9fa0f bad >> commit 76a278b03d4 bad >> commit f82321ee0c7 bad >> *** problem between the above and below commit *** >> commit 1a90bc20a98 good >> commit 84aab26e65e good >> commit ce90b1fc445 good >> commit eb846543831 good >> commit 088f1f20113 good >> >> >> >> >> On 27-07-2019 13:53, Bipin Patel wrote: >> > i went all the way to commit f3548c9fa0f and issue is still there so >> > need to go little more back, i suspect the commits just before that >> > relating to core/media might be the cause but my compile is freezing >> > midway for the commits just before that so need to fix that first, ill >> > get back to you on this >> > >> > >> > On 27-07-2019 10:47, Mike Jerris wrote: >> > >> >> google "git bisect" for good instructions >> >> >> >> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel wrote: >> >> >> >>> Hi, >> >>> >> >>> I moved back to VS 2017 and the issue still persists so definitely >> >>> it's >> >>> some commit that breaks it so now comes the hard part of figuring out >> >>> which >> >>> one. Can you guide which git commands to run to move the master >> >>> branch >> >>> in >> >>> time so I can figure out which commit breaks it coz will need to move >> >>> back >> >>> in time one by one and compile and check >> >>> >> >>> On July 27, 2019 12:15:06 AM Mike Jerris wrote: >> >>> >> >>>> just need confirmation if it's compiler or code and of code which >> >>>> specific >> >>>> commit breaks it. you could revert code on 2019 and confirm it >> >>>> works >> >>>> too, >> >>>> and if it does work, bisect to find the broken commit >> >>>> >> >>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel >> >>>> wrote: >> >>>> >> >>>>> Actually just before those pvs studio commits started I was on 2017 >> >>>>> but to >> >>>>> test it out I moved to 2019 and then did a git pull and started >> >>>>> compiling >> >>>>> and kept doing it till date but no audio at all so I'm not sure >> >>>>> 2019 >> >>>>> killed >> >>>>> it or those commits and not sure which commit if that was an issue. >> >>>>> I'll >> >>>>> try move back to 2017 and see what happens tomorrow but if >> >>>>> everything >> >>>>> compiles just fine in 2019 then how can VS cause a no incoming >> >>>>> audio >> >>>>> specifically the part in the call where fs says IP/port confirmed >> >>>>> just >> >>>>> before the incoming audio starts which never happens in latest >> >>>>> commits. I >> >>>>> have the last working git checkout hash which I can send you >> >>>>> tomorrow but >> >>>>> that was compiled on 2017 >> >>>>> >> >>>>> >> >>>>> >> >>>>> On July 26, 2019 9:00:43 PM Mike Jerris >> >>>>> wrote: >> >>>>> >> >>>>>> is this issue specific to 2019 or on 2017 as well? what specific >> >>>>>> commit >> >>>>>> breaks it? >> >>>>>> >> >>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel >> >>>>>> wrote: >> >>>>>> >> >>>>>>> hi, >> >>>>>>> >> >>>>>>> >> >>>>>>> FS master branch has been receiving a lot of commits recently and >> >>>>>>> i >> >>>>>>> noticed since those PVS-Studio patches started coming in it >> >>>>>>> compiles >> >>>>>>> fine but there is no incoming audio on any calls even though >> >>>>>>> there >> >>>>>>> are >> >>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for >> >>>>>>> both. >> >>>>>>> >> >>>>>>> >> >>>>>>> Im compiling on VS2019 community on windows 10 64bit with just >> >>>>>>> the >> >>>>>>> SDK >> >>>>>>> upgraded, toolset tried the existing one as well as tried >> >>>>>>> upgrading that >> >>>>>>> but same behavior for both. Is is still some work in progress or >> >>>>>>> some >> >>>>>>> bug? >> >>>>>>> >> >>>>>>> >> >>>>>>> Regards, >> >>>>>>> Bipin >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>>>> >> >>>>> >> _________________________________________________________________________ >> >>>>>>> >> >>>>>>> >> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >> >>>>> https://signalwire.com >> >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >> >>>>>>> PSTN >> >>>>>>> services. >> >>>>>>> Build your next product on our scalable cloud platform. >> >>>>>>> >> >>>>>>> >> >>>>>>> Join our online community to chat in real time >> >>>>>>> https://signalwire.community >> >>>>>>> >> >>>>>>> >> >>>>>>> Professional FreeSWITCH Services >> >>>>>>> sales at freeswitch.com >> >>>>>>> https://freeswitch.com >> >>>>>>> >> >>>>>>> >> >>>>>>> Official FreeSWITCH Sites >> >>>>>>> https://freeswitch.com/oss >> >>>>>>> https://freeswitch.org/confluence >> >>>>>>> https://cluecon.com >> >>>>>>> >> >>>>>>> >> >>>>>>> FreeSWITCH-users mailing list >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>>> UNSUBSCRIBE: >> >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>>>> https://freeswitch.com >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> ---------- >> >>>>>> >> _________________________________________________________________________ >> >>>>>> >> >>>>>> The FreeSWITCH project is sponsored by SignalWire >> >>>>>> https://signalwire.com >> >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >> >>>>>> PSTN >> >>>>> services. >> >>>>>> Build your next product on our scalable cloud platform. >> >>>>>> >> >>>>>> Join our online community to chat in real time >> >>>>> https://signalwire.community >> >>>>>> >> >>>>>> Professional FreeSWITCH Services >> >>>>>> sales at freeswitch.com >> >>>>>> https://freeswitch.com >> >>>>>> >> >>>>>> Official FreeSWITCH Sites >> >>>>>> https://freeswitch.com/oss >> >>>>>> https://freeswitch.org/confluence >> >>>>>> https://cluecon.com >> >>>>>> >> >>>>>> FreeSWITCH-users mailing list >> >>>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>>> https://freeswitch.com >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> >>>>> >> _________________________________________________________________________ >> >>>>> >> >>>>> The FreeSWITCH project is sponsored by SignalWire >> >>>>> https://signalwire.com >> >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>>>> services. >> >>>>> Build your next product on our scalable cloud platform. >> >>>>> >> >>>>> Join our online community to chat in real time >> >>>>> https://signalwire.community >> >>>>> >> >>>>> Professional FreeSWITCH Services >> >>>>> sales at freeswitch.com >> >>>>> https://freeswitch.com >> >>>>> >> >>>>> Official FreeSWITCH Sites >> >>>>> https://freeswitch.com/oss >> >>>>> https://freeswitch.org/confluence >> >>>>> https://cluecon.com >> >>>>> >> >>>>> FreeSWITCH-users mailing list >> >>>>> FreeSWITCH-users at lists.freeswitch.org >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>>> https://freeswitch.com >> >>>> >> >>>> >> >>>> >> >>>> ---------- >> >>>> >> _________________________________________________________________________ >> >>>> >> >>>> The FreeSWITCH project is sponsored by SignalWire >> >>>> https://signalwire.com >> >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>>> services. >> >>>> Build your next product on our scalable cloud platform. >> >>>> >> >>>> Join our online community to chat in real time >> >>>> https://signalwire.community >> >>>> >> >>>> Professional FreeSWITCH Services >> >>>> sales at freeswitch.com >> >>>> https://freeswitch.com >> >>>> >> >>>> Official FreeSWITCH Sites >> >>>> https://freeswitch.com/oss >> >>>> https://freeswitch.org/confluence >> >>>> https://cluecon.com >> >>>> >> >>>> FreeSWITCH-users mailing list >> >>>> FreeSWITCH-users at lists.freeswitch.org >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>>> https://freeswitch.com >> >>> >> >>> >> _________________________________________________________________________ >> >>> >> >>> The FreeSWITCH project is sponsored by SignalWire >> >>> https://signalwire.com >> >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >>> services. >> >>> Build your next product on our scalable cloud platform. >> >>> >> >>> Join our online community to chat in real time >> >>> https://signalwire.community >> >>> >> >>> Professional FreeSWITCH Services >> >>> sales at freeswitch.com >> >>> https://freeswitch.com >> >>> >> >>> Official FreeSWITCH Sites >> >>> https://freeswitch.com/oss >> >>> https://freeswitch.org/confluence >> >>> https://cluecon.com >> >>> >> >>> FreeSWITCH-users mailing list >> >>> FreeSWITCH-users at lists.freeswitch.org >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >>> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >>> https://freeswitch.com >> >> >> >> >> _________________________________________________________________________ >> >> >> >> The FreeSWITCH project is sponsored by SignalWire >> >> https://signalwire.com >> >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> >> services. >> >> Build your next product on our scalable cloud platform. >> >> >> >> Join our online community to chat in real time >> >> https://signalwire.community >> >> >> >> Professional FreeSWITCH Services >> >> sales at freeswitch.com >> >> https://freeswitch.com >> >> >> >> Official FreeSWITCH Sites >> >> https://freeswitch.com/oss >> >> https://freeswitch.org/confluence >> >> https://cluecon.com >> >> >> >> FreeSWITCH-users mailing list >> >> FreeSWITCH-users at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> >> UNSUBSCRIBE: >> http://lists.freeswitch.org/mailman/options/freeswitch-users >> >> https://freeswitch.com >> > >> > >> > _________________________________________________________________________ >> > >> > The FreeSWITCH project is sponsored by SignalWire >> > https://signalwire.com >> > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> > services. >> > Build your next product on our scalable cloud platform. >> > >> > Join our online community to chat in real time >> > https://signalwire.community >> > >> > Professional FreeSWITCH Services >> > sales at freeswitch.com >> > https://freeswitch.com >> > >> > Official FreeSWITCH Sites >> > https://freeswitch.com/oss >> > https://freeswitch.org/confluence >> > https://cluecon.com >> > >> > FreeSWITCH-users mailing list >> > FreeSWITCH-users at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> > https://freeswitch.com >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > ---------- > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From mike at freeswitch.com Sat Jul 27 20:29:33 2019 From: mike at freeswitch.com (Mike Jerris) Date: Sat, 27 Jul 2019 14:29:33 -0600 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: <16c35044500.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> <16c35044500.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: That’s the libsrtp update. try going to HEAD of master branch and just revert that one patch and see what happens. This one surprises me as we’ve been running this a while On Sat, Jul 27, 2019 at 2:00 PM Bipin Patel wrote: > commit f82321ee0c7 is where the issue started, hope someone can look into > it > > > On July 27, 2019 8:19:28 PM Sergey Safarov wrote: > > > look as 1a90bc20a98 commit not parent for f82321ee0c7 commit > > > > On Sat, Jul 27, 2019 at 6:34 PM Bipin Patel wrote: > > > >> after hours of compiling i narrowed down to the below commits, bad > >> meaning no audio issue and good means works fine > >> > >> commit f3548c9fa0f bad > >> commit 76a278b03d4 bad > >> commit f82321ee0c7 bad > >> *** problem between the above and below commit *** > >> commit 1a90bc20a98 good > >> commit 84aab26e65e good > >> commit ce90b1fc445 good > >> commit eb846543831 good > >> commit 088f1f20113 good > >> > >> > >> > >> > >> On 27-07-2019 13:53, Bipin Patel wrote: > >> > i went all the way to commit f3548c9fa0f and issue is still there so > >> > need to go little more back, i suspect the commits just before that > >> > relating to core/media might be the cause but my compile is freezing > >> > midway for the commits just before that so need to fix that first, ill > >> > get back to you on this > >> > > >> > > >> > On 27-07-2019 10:47, Mike Jerris wrote: > >> > > >> >> google "git bisect" for good instructions > >> >> > >> >> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel > wrote: > >> >> > >> >>> Hi, > >> >>> > >> >>> I moved back to VS 2017 and the issue still persists so definitely > >> >>> it's > >> >>> some commit that breaks it so now comes the hard part of figuring > out > >> >>> which > >> >>> one. Can you guide which git commands to run to move the master > >> >>> branch > >> >>> in > >> >>> time so I can figure out which commit breaks it coz will need to > move > >> >>> back > >> >>> in time one by one and compile and check > >> >>> > >> >>> On July 27, 2019 12:15:06 AM Mike Jerris > wrote: > >> >>> > >> >>>> just need confirmation if it's compiler or code and of code which > >> >>>> specific > >> >>>> commit breaks it. you could revert code on 2019 and confirm it > >> >>>> works > >> >>>> too, > >> >>>> and if it does work, bisect to find the broken commit > >> >>>> > >> >>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel > >> >>>> wrote: > >> >>>> > >> >>>>> Actually just before those pvs studio commits started I was on > 2017 > >> >>>>> but to > >> >>>>> test it out I moved to 2019 and then did a git pull and started > >> >>>>> compiling > >> >>>>> and kept doing it till date but no audio at all so I'm not sure > >> >>>>> 2019 > >> >>>>> killed > >> >>>>> it or those commits and not sure which commit if that was an > issue. > >> >>>>> I'll > >> >>>>> try move back to 2017 and see what happens tomorrow but if > >> >>>>> everything > >> >>>>> compiles just fine in 2019 then how can VS cause a no incoming > >> >>>>> audio > >> >>>>> specifically the part in the call where fs says IP/port confirmed > >> >>>>> just > >> >>>>> before the incoming audio starts which never happens in latest > >> >>>>> commits. I > >> >>>>> have the last working git checkout hash which I can send you > >> >>>>> tomorrow but > >> >>>>> that was compiled on 2017 > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> On July 26, 2019 9:00:43 PM Mike Jerris > >> >>>>> wrote: > >> >>>>> > >> >>>>>> is this issue specific to 2019 or on 2017 as well? what specific > >> >>>>>> commit > >> >>>>>> breaks it? > >> >>>>>> > >> >>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>>> hi, > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> FS master branch has been receiving a lot of commits recently > and > >> >>>>>>> i > >> >>>>>>> noticed since those PVS-Studio patches started coming in it > >> >>>>>>> compiles > >> >>>>>>> fine but there is no incoming audio on any calls even though > >> >>>>>>> there > >> >>>>>>> are > >> >>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same for > >> >>>>>>> both. > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> Im compiling on VS2019 community on windows 10 64bit with just > >> >>>>>>> the > >> >>>>>>> SDK > >> >>>>>>> upgraded, toolset tried the existing one as well as tried > >> >>>>>>> upgrading that > >> >>>>>>> but same behavior for both. Is is still some work in progress or > >> >>>>>>> some > >> >>>>>>> bug? > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> Regards, > >> >>>>>>> Bipin > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> > >> >>>>> > >> > _________________________________________________________________________ > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> The FreeSWITCH project is sponsored by SignalWire > >> >>>>> https://signalwire.com > >> >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >> >>>>>>> PSTN > >> >>>>>>> services. > >> >>>>>>> Build your next product on our scalable cloud platform. > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> Join our online community to chat in real time > >> >>>>>>> https://signalwire.community > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> Professional FreeSWITCH Services > >> >>>>>>> sales at freeswitch.com > >> >>>>>>> https://freeswitch.com > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> Official FreeSWITCH Sites > >> >>>>>>> https://freeswitch.com/oss > >> >>>>>>> https://freeswitch.org/confluence > >> >>>>>>> https://cluecon.com > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> FreeSWITCH-users mailing list > >> >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>>>> UNSUBSCRIBE: > >> >>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >>>>>>> https://freeswitch.com > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> ---------- > >> >>>>>> > >> > _________________________________________________________________________ > >> >>>>>> > >> >>>>>> The FreeSWITCH project is sponsored by SignalWire > >> >>>>>> https://signalwire.com > >> >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >> >>>>>> PSTN > >> >>>>> services. > >> >>>>>> Build your next product on our scalable cloud platform. > >> >>>>>> > >> >>>>>> Join our online community to chat in real time > >> >>>>> https://signalwire.community > >> >>>>>> > >> >>>>>> Professional FreeSWITCH Services > >> >>>>>> sales at freeswitch.com > >> >>>>>> https://freeswitch.com > >> >>>>>> > >> >>>>>> Official FreeSWITCH Sites > >> >>>>>> https://freeswitch.com/oss > >> >>>>>> https://freeswitch.org/confluence > >> >>>>>> https://cluecon.com > >> >>>>>> > >> >>>>>> FreeSWITCH-users mailing list > >> >>>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>>> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >>>>>> https://freeswitch.com > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> > >> >>>>> > >> > _________________________________________________________________________ > >> >>>>> > >> >>>>> The FreeSWITCH project is sponsored by SignalWire > >> >>>>> https://signalwire.com > >> >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN > >> >>>>> services. > >> >>>>> Build your next product on our scalable cloud platform. > >> >>>>> > >> >>>>> Join our online community to chat in real time > >> >>>>> https://signalwire.community > >> >>>>> > >> >>>>> Professional FreeSWITCH Services > >> >>>>> sales at freeswitch.com > >> >>>>> https://freeswitch.com > >> >>>>> > >> >>>>> Official FreeSWITCH Sites > >> >>>>> https://freeswitch.com/oss > >> >>>>> https://freeswitch.org/confluence > >> >>>>> https://cluecon.com > >> >>>>> > >> >>>>> FreeSWITCH-users mailing list > >> >>>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>>> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >>>>> https://freeswitch.com > >> >>>> > >> >>>> > >> >>>> > >> >>>> ---------- > >> >>>> > >> > _________________________________________________________________________ > >> >>>> > >> >>>> The FreeSWITCH project is sponsored by SignalWire > >> >>>> https://signalwire.com > >> >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> >>>> services. > >> >>>> Build your next product on our scalable cloud platform. > >> >>>> > >> >>>> Join our online community to chat in real time > >> >>>> https://signalwire.community > >> >>>> > >> >>>> Professional FreeSWITCH Services > >> >>>> sales at freeswitch.com > >> >>>> https://freeswitch.com > >> >>>> > >> >>>> Official FreeSWITCH Sites > >> >>>> https://freeswitch.com/oss > >> >>>> https://freeswitch.org/confluence > >> >>>> https://cluecon.com > >> >>>> > >> >>>> FreeSWITCH-users mailing list > >> >>>> FreeSWITCH-users at lists.freeswitch.org > >> >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>>> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >>>> https://freeswitch.com > >> >>> > >> >>> > >> > _________________________________________________________________________ > >> >>> > >> >>> The FreeSWITCH project is sponsored by SignalWire > >> >>> https://signalwire.com > >> >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> >>> services. > >> >>> Build your next product on our scalable cloud platform. > >> >>> > >> >>> Join our online community to chat in real time > >> >>> https://signalwire.community > >> >>> > >> >>> Professional FreeSWITCH Services > >> >>> sales at freeswitch.com > >> >>> https://freeswitch.com > >> >>> > >> >>> Official FreeSWITCH Sites > >> >>> https://freeswitch.com/oss > >> >>> https://freeswitch.org/confluence > >> >>> https://cluecon.com > >> >>> > >> >>> FreeSWITCH-users mailing list > >> >>> FreeSWITCH-users at lists.freeswitch.org > >> >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >>> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >>> https://freeswitch.com > >> >> > >> >> > >> > _________________________________________________________________________ > >> >> > >> >> The FreeSWITCH project is sponsored by SignalWire > >> >> https://signalwire.com > >> >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> >> services. > >> >> Build your next product on our scalable cloud platform. > >> >> > >> >> Join our online community to chat in real time > >> >> https://signalwire.community > >> >> > >> >> Professional FreeSWITCH Services > >> >> sales at freeswitch.com > >> >> https://freeswitch.com > >> >> > >> >> Official FreeSWITCH Sites > >> >> https://freeswitch.com/oss > >> >> https://freeswitch.org/confluence > >> >> https://cluecon.com > >> >> > >> >> FreeSWITCH-users mailing list > >> >> FreeSWITCH-users at lists.freeswitch.org > >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> >> UNSUBSCRIBE: > >> http://lists.freeswitch.org/mailman/options/freeswitch-users > >> >> https://freeswitch.com > >> > > >> > > >> > > _________________________________________________________________________ > >> > > >> > The FreeSWITCH project is sponsored by SignalWire > >> > https://signalwire.com > >> > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> > services. > >> > Build your next product on our scalable cloud platform. > >> > > >> > Join our online community to chat in real time > >> > https://signalwire.community > >> > > >> > Professional FreeSWITCH Services > >> > sales at freeswitch.com > >> > https://freeswitch.com > >> > > >> > Official FreeSWITCH Sites > >> > https://freeswitch.com/oss > >> > https://freeswitch.org/confluence > >> > https://cluecon.com > >> > > >> > FreeSWITCH-users mailing list > >> > FreeSWITCH-users at lists.freeswitch.org > >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> > UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> > https://freeswitch.com > >> > >> > >> > _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > > > > > ---------- > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bipin at xbipin.com Sun Jul 28 05:24:23 2019 From: bipin at xbipin.com (Bipin Patel) Date: Sun, 28 Jul 2019 09:24:23 +0400 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> <16c35044500.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: i went to HEAD of master and reverted that commit and bingo everything works on VS2017 as well as VS2019 so definitely something broke with that commit for windows at least. On 28-07-2019 00:29, Mike Jerris wrote: > That's the libsrtp update. try going to HEAD of master branch and just > revert that one patch and see what happens. This one surprises me as > we've been running this a while > > On Sat, Jul 27, 2019 at 2:00 PM Bipin Patel wrote: > >> commit f82321ee0c7 is where the issue started, hope someone can look >> into it >> >> On July 27, 2019 8:19:28 PM Sergey Safarov >> wrote: >> >>> look as 1a90bc20a98 commit not parent for f82321ee0c7 commit >>> >>> On Sat, Jul 27, 2019 at 6:34 PM Bipin Patel wrote: >>> >>>> after hours of compiling i narrowed down to the below commits, bad >>>> meaning no audio issue and good means works fine >>>> >>>> commit f3548c9fa0f bad >>>> commit 76a278b03d4 bad >>>> commit f82321ee0c7 bad >>>> *** problem between the above and below commit *** >>>> commit 1a90bc20a98 good >>>> commit 84aab26e65e good >>>> commit ce90b1fc445 good >>>> commit eb846543831 good >>>> commit 088f1f20113 good >>>> >>>> >>>> >>>> >>>> On 27-07-2019 13:53, Bipin Patel wrote: >>>>> i went all the way to commit f3548c9fa0f and issue is still there >>>>> so >>>>> need to go little more back, i suspect the commits just before that >>>>> relating to core/media might be the cause but my compile is >>>>> freezing >>>>> midway for the commits just before that so need to fix that first, >>>>> ill >>>>> get back to you on this >>>>> >>>>> >>>>> On 27-07-2019 10:47, Mike Jerris wrote: >>>>> >>>>>> google "git bisect" for good instructions >>>>>> >>>>>> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel >>>>>> wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I moved back to VS 2017 and the issue still persists so >>>>>>> definitely >>>>>>> it's >>>>>>> some commit that breaks it so now comes the hard part of figuring >>>>>>> out >>>>>>> which >>>>>>> one. Can you guide which git commands to run to move the master >>>>>>> branch >>>>>>> in >>>>>>> time so I can figure out which commit breaks it coz will need to >>>>>>> move >>>>>>> back >>>>>>> in time one by one and compile and check >>>>>>> >>>>>>> On July 27, 2019 12:15:06 AM Mike Jerris >>>>>>> wrote: >>>>>>> >>>>>>>> just need confirmation if it's compiler or code and of code >>>>>>>> which >>>>>>>> specific >>>>>>>> commit breaks it. you could revert code on 2019 and confirm it >>>>>>>> works >>>>>>>> too, >>>>>>>> and if it does work, bisect to find the broken commit >>>>>>>> >>>>>>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Actually just before those pvs studio commits started I was on >>>>>>>>> 2017 >>>>>>>>> but to >>>>>>>>> test it out I moved to 2019 and then did a git pull and started >>>>>>>>> compiling >>>>>>>>> and kept doing it till date but no audio at all so I'm not sure >>>>>>>>> 2019 >>>>>>>>> killed >>>>>>>>> it or those commits and not sure which commit if that was an >>>>>>>>> issue. >>>>>>>>> I'll >>>>>>>>> try move back to 2017 and see what happens tomorrow but if >>>>>>>>> everything >>>>>>>>> compiles just fine in 2019 then how can VS cause a no incoming >>>>>>>>> audio >>>>>>>>> specifically the part in the call where fs says IP/port >>>>>>>>> confirmed >>>>>>>>> just >>>>>>>>> before the incoming audio starts which never happens in latest >>>>>>>>> commits. I >>>>>>>>> have the last working git checkout hash which I can send you >>>>>>>>> tomorrow but >>>>>>>>> that was compiled on 2017 >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On July 26, 2019 9:00:43 PM Mike Jerris >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> is this issue specific to 2019 or on 2017 as well? what >>>>>>>>>> specific >>>>>>>>>> commit >>>>>>>>>> breaks it? >>>>>>>>>> >>>>>>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel >>>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> hi, >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> FS master branch has been receiving a lot of commits recently >>>>>>>>>>> and >>>>>>>>>>> i >>>>>>>>>>> noticed since those PVS-Studio patches started coming in it >>>>>>>>>>> compiles >>>>>>>>>>> fine but there is no incoming audio on any calls even though >>>>>>>>>>> there >>>>>>>>>>> are >>>>>>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same >>>>>>>>>>> for >>>>>>>>>>> both. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Im compiling on VS2019 community on windows 10 64bit with >>>>>>>>>>> just >>>>>>>>>>> the >>>>>>>>>>> SDK >>>>>>>>>>> upgraded, toolset tried the existing one as well as tried >>>>>>>>>>> upgrading that >>>>>>>>>>> but same behavior for both. Is is still some work in progress >>>>>>>>>>> or >>>>>>>>>>> some >>>>>>>>>>> bug? >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Regards, >>>>>>>>>>> Bipin >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>> >>>> _________________________________________________________________________ >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS >>>>>>>>>>> and >>>>>>>>>>> PSTN >>>>>>>>>>> services. >>>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Join our online community to chat in real time >>>>>>>>>>> https://signalwire.community >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>>> sales at freeswitch.com >>>>>>>>>>> https://freeswitch.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>>> https://cluecon.com >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>>> UNSUBSCRIBE: >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> ---------- >>>>>>>>>> >>>> _________________________________________________________________________ >>>>>>>>>> >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>>> https://signalwire.com >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>>> PSTN >>>>>>>>> services. >>>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>>> >>>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>>> >>>>>>>>>> Professional FreeSWITCH Services >>>>>>>>>> sales at freeswitch.com >>>>>>>>>> https://freeswitch.com >>>>>>>>>> >>>>>>>>>> Official FreeSWITCH Sites >>>>>>>>>> https://freeswitch.com/oss >>>>>>>>>> https://freeswitch.org/confluence >>>>>>>>>> https://cluecon.com >>>>>>>>>> >>>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>> _________________________________________________________________________ >>>>>>>>> >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>>> https://signalwire.com >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>>> PSTN >>>>>>>>> services. >>>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>>> >>>>>>>>> Join our online community to chat in real time >>>>>>>>> https://signalwire.community >>>>>>>>> >>>>>>>>> Professional FreeSWITCH Services >>>>>>>>> sales at freeswitch.com >>>>>>>>> https://freeswitch.com >>>>>>>>> >>>>>>>>> Official FreeSWITCH Sites >>>>>>>>> https://freeswitch.com/oss >>>>>>>>> https://freeswitch.org/confluence >>>>>>>>> https://cluecon.com >>>>>>>>> >>>>>>>>> FreeSWITCH-users mailing list >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> ---------- >>>>>>>> >>>> _________________________________________________________________________ >>>>>>>> >>>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>>> https://signalwire.com >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>>> PSTN >>>>>>>> services. >>>>>>>> Build your next product on our scalable cloud platform. >>>>>>>> >>>>>>>> Join our online community to chat in real time >>>>>>>> https://signalwire.community >>>>>>>> >>>>>>>> Professional FreeSWITCH Services >>>>>>>> sales at freeswitch.com >>>>>>>> https://freeswitch.com >>>>>>>> >>>>>>>> Official FreeSWITCH Sites >>>>>>>> https://freeswitch.com/oss >>>>>>>> https://freeswitch.org/confluence >>>>>>>> https://cluecon.com >>>>>>>> >>>>>>>> FreeSWITCH-users mailing list >>>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>>> https://freeswitch.com >>>>>>> >>>>>>> >>>> _________________________________________________________________________ >>>>>>> >>>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>>> https://signalwire.com >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>>> PSTN >>>>>>> services. >>>>>>> Build your next product on our scalable cloud platform. >>>>>>> >>>>>>> Join our online community to chat in real time >>>>>>> https://signalwire.community >>>>>>> >>>>>>> Professional FreeSWITCH Services >>>>>>> sales at freeswitch.com >>>>>>> https://freeswitch.com >>>>>>> >>>>>>> Official FreeSWITCH Sites >>>>>>> https://freeswitch.com/oss >>>>>>> https://freeswitch.org/confluence >>>>>>> https://cluecon.com >>>>>>> >>>>>>> FreeSWITCH-users mailing list >>>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>>> https://freeswitch.com >>>>>> >>>>>> >>>> _________________________________________________________________________ >>>>>> >>>>>> The FreeSWITCH project is sponsored by SignalWire >>>>>> https://signalwire.com >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and >>>>>> PSTN >>>>>> services. >>>>>> Build your next product on our scalable cloud platform. >>>>>> >>>>>> Join our online community to chat in real time >>>>>> https://signalwire.community >>>>>> >>>>>> Professional FreeSWITCH Services >>>>>> sales at freeswitch.com >>>>>> https://freeswitch.com >>>>>> >>>>>> Official FreeSWITCH Sites >>>>>> https://freeswitch.com/oss >>>>>> https://freeswitch.org/confluence >>>>>> https://cluecon.com >>>>>> >>>>>> FreeSWITCH-users mailing list >>>>>> FreeSWITCH-users at lists.freeswitch.org >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>>> https://freeswitch.com >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> services. >>>>> Build your next product on our scalable cloud platform. >>>>> >>>>> Join our online community to chat in real time >>>>> https://signalwire.community >>>>> >>>>> Professional FreeSWITCH Services >>>>> sales at freeswitch.com >>>>> https://freeswitch.com >>>>> >>>>> Official FreeSWITCH Sites >>>>> https://freeswitch.com/oss >>>>> https://freeswitch.org/confluence >>>>> https://cluecon.com >>>>> >>>>> FreeSWITCH-users mailing list >>>>> FreeSWITCH-users at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>>> https://freeswitch.com >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> ---------- >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire >>> https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire >> https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From gregor at infomedia.si Sun Jul 28 08:15:07 2019 From: gregor at infomedia.si (Gregor Nanger) Date: Sun, 28 Jul 2019 10:15:07 +0200 Subject: [Freeswitch-users] master branch no incoming audio In-Reply-To: References: <20ef2a39a206b564aa4dcffdd225409f@xbipin.com> <16c2fe2bb60.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <16c3223aab0.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> <96b2cd99ff8e6dde4554e1f90ae8a6d7@xbipin.com> <16c35044500.279b.b07ebdf329620b8089087c7205b03f01@xbipin.com> Message-ID: Bipin, thank you for narrow this down. Great contribution to community. On Sun, Jul 28, 2019, 07:25 Bipin Patel wrote: > i went to HEAD of master and reverted that commit and bingo everything > works on VS2017 as well as VS2019 so definitely something broke with > that commit for windows at least. > > > On 28-07-2019 00:29, Mike Jerris wrote: > > > That's the libsrtp update. try going to HEAD of master branch and just > > revert that one patch and see what happens. This one surprises me as > > we've been running this a while > > > > On Sat, Jul 27, 2019 at 2:00 PM Bipin Patel wrote: > > > >> commit f82321ee0c7 is where the issue started, hope someone can look > >> into it > >> > >> On July 27, 2019 8:19:28 PM Sergey Safarov > >> wrote: > >> > >>> look as 1a90bc20a98 commit not parent for f82321ee0c7 commit > >>> > >>> On Sat, Jul 27, 2019 at 6:34 PM Bipin Patel wrote: > >>> > >>>> after hours of compiling i narrowed down to the below commits, bad > >>>> meaning no audio issue and good means works fine > >>>> > >>>> commit f3548c9fa0f bad > >>>> commit 76a278b03d4 bad > >>>> commit f82321ee0c7 bad > >>>> *** problem between the above and below commit *** > >>>> commit 1a90bc20a98 good > >>>> commit 84aab26e65e good > >>>> commit ce90b1fc445 good > >>>> commit eb846543831 good > >>>> commit 088f1f20113 good > >>>> > >>>> > >>>> > >>>> > >>>> On 27-07-2019 13:53, Bipin Patel wrote: > >>>>> i went all the way to commit f3548c9fa0f and issue is still there > >>>>> so > >>>>> need to go little more back, i suspect the commits just before that > >>>>> relating to core/media might be the cause but my compile is > >>>>> freezing > >>>>> midway for the commits just before that so need to fix that first, > >>>>> ill > >>>>> get back to you on this > >>>>> > >>>>> > >>>>> On 27-07-2019 10:47, Mike Jerris wrote: > >>>>> > >>>>>> google "git bisect" for good instructions > >>>>>> > >>>>>> On Sat, Jul 27, 2019 at 12:37 AM Bipin Patel > >>>>>> wrote: > >>>>>> > >>>>>>> Hi, > >>>>>>> > >>>>>>> I moved back to VS 2017 and the issue still persists so > >>>>>>> definitely > >>>>>>> it's > >>>>>>> some commit that breaks it so now comes the hard part of figuring > >>>>>>> out > >>>>>>> which > >>>>>>> one. Can you guide which git commands to run to move the master > >>>>>>> branch > >>>>>>> in > >>>>>>> time so I can figure out which commit breaks it coz will need to > >>>>>>> move > >>>>>>> back > >>>>>>> in time one by one and compile and check > >>>>>>> > >>>>>>> On July 27, 2019 12:15:06 AM Mike Jerris > >>>>>>> wrote: > >>>>>>> > >>>>>>>> just need confirmation if it's compiler or code and of code > >>>>>>>> which > >>>>>>>> specific > >>>>>>>> commit breaks it. you could revert code on 2019 and confirm it > >>>>>>>> works > >>>>>>>> too, > >>>>>>>> and if it does work, bisect to find the broken commit > >>>>>>>> > >>>>>>>> On Fri, Jul 26, 2019 at 2:05 PM Bipin Patel > >>>>>>>> wrote: > >>>>>>>> > >>>>>>>>> Actually just before those pvs studio commits started I was on > >>>>>>>>> 2017 > >>>>>>>>> but to > >>>>>>>>> test it out I moved to 2019 and then did a git pull and started > >>>>>>>>> compiling > >>>>>>>>> and kept doing it till date but no audio at all so I'm not sure > >>>>>>>>> 2019 > >>>>>>>>> killed > >>>>>>>>> it or those commits and not sure which commit if that was an > >>>>>>>>> issue. > >>>>>>>>> I'll > >>>>>>>>> try move back to 2017 and see what happens tomorrow but if > >>>>>>>>> everything > >>>>>>>>> compiles just fine in 2019 then how can VS cause a no incoming > >>>>>>>>> audio > >>>>>>>>> specifically the part in the call where fs says IP/port > >>>>>>>>> confirmed > >>>>>>>>> just > >>>>>>>>> before the incoming audio starts which never happens in latest > >>>>>>>>> commits. I > >>>>>>>>> have the last working git checkout hash which I can send you > >>>>>>>>> tomorrow but > >>>>>>>>> that was compiled on 2017 > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> On July 26, 2019 9:00:43 PM Mike Jerris > >>>>>>>>> wrote: > >>>>>>>>> > >>>>>>>>>> is this issue specific to 2019 or on 2017 as well? what > >>>>>>>>>> specific > >>>>>>>>>> commit > >>>>>>>>>> breaks it? > >>>>>>>>>> > >>>>>>>>>> On Fri, Jul 26, 2019 at 3:31 AM Bipin Patel > >>>>>>>>>> wrote: > >>>>>>>>>> > >>>>>>>>>>> hi, > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> FS master branch has been receiving a lot of commits recently > >>>>>>>>>>> and > >>>>>>>>>>> i > >>>>>>>>>>> noticed since those PVS-Studio patches started coming in it > >>>>>>>>>>> compiles > >>>>>>>>>>> fine but there is no incoming audio on any calls even though > >>>>>>>>>>> there > >>>>>>>>>>> are > >>>>>>>>>>> no errors, tried with normal udp/rtp, tls/srtp and its same > >>>>>>>>>>> for > >>>>>>>>>>> both. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> Im compiling on VS2019 community on windows 10 64bit with > >>>>>>>>>>> just > >>>>>>>>>>> the > >>>>>>>>>>> SDK > >>>>>>>>>>> upgraded, toolset tried the existing one as well as tried > >>>>>>>>>>> upgrading that > >>>>>>>>>>> but same behavior for both. Is is still some work in progress > >>>>>>>>>>> or > >>>>>>>>>>> some > >>>>>>>>>>> bug? > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> Regards, > >>>>>>>>>>> Bipin > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>> > >>>> > _________________________________________________________________________ > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>>>>> https://signalwire.com > >>>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS > >>>>>>>>>>> and > >>>>>>>>>>> PSTN > >>>>>>>>>>> services. > >>>>>>>>>>> Build your next product on our scalable cloud platform. > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> Join our online community to chat in real time > >>>>>>>>>>> https://signalwire.community > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> Professional FreeSWITCH Services > >>>>>>>>>>> sales at freeswitch.com > >>>>>>>>>>> https://freeswitch.com > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>>>> https://freeswitch.com/oss > >>>>>>>>>>> https://freeswitch.org/confluence > >>>>>>>>>>> https://cluecon.com > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>>>> UNSUBSCRIBE: > >>>>>>>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>>>>>> https://freeswitch.com > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> ---------- > >>>>>>>>>> > >>>> > _________________________________________________________________________ > >>>>>>>>>> > >>>>>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>>>>>> https://signalwire.com > >>>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>>>>>> PSTN > >>>>>>>>> services. > >>>>>>>>>> Build your next product on our scalable cloud platform. > >>>>>>>>>> > >>>>>>>>>> Join our online community to chat in real time > >>>>>>>>> https://signalwire.community > >>>>>>>>>> > >>>>>>>>>> Professional FreeSWITCH Services > >>>>>>>>>> sales at freeswitch.com > >>>>>>>>>> https://freeswitch.com > >>>>>>>>>> > >>>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>>> https://freeswitch.com/oss > >>>>>>>>>> https://freeswitch.org/confluence > >>>>>>>>>> https://cluecon.com > >>>>>>>>>> > >>>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>>> UNSUBSCRIBE: > >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>>>>> https://freeswitch.com > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>> > _________________________________________________________________________ > >>>>>>>>> > >>>>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>>>>> https://signalwire.com > >>>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>>>>> PSTN > >>>>>>>>> services. > >>>>>>>>> Build your next product on our scalable cloud platform. > >>>>>>>>> > >>>>>>>>> Join our online community to chat in real time > >>>>>>>>> https://signalwire.community > >>>>>>>>> > >>>>>>>>> Professional FreeSWITCH Services > >>>>>>>>> sales at freeswitch.com > >>>>>>>>> https://freeswitch.com > >>>>>>>>> > >>>>>>>>> Official FreeSWITCH Sites > >>>>>>>>> https://freeswitch.com/oss > >>>>>>>>> https://freeswitch.org/confluence > >>>>>>>>> https://cluecon.com > >>>>>>>>> > >>>>>>>>> FreeSWITCH-users mailing list > >>>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>>> UNSUBSCRIBE: > >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>>>> https://freeswitch.com > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> ---------- > >>>>>>>> > >>>> > _________________________________________________________________________ > >>>>>>>> > >>>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>>>> https://signalwire.com > >>>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>>>> PSTN > >>>>>>>> services. > >>>>>>>> Build your next product on our scalable cloud platform. > >>>>>>>> > >>>>>>>> Join our online community to chat in real time > >>>>>>>> https://signalwire.community > >>>>>>>> > >>>>>>>> Professional FreeSWITCH Services > >>>>>>>> sales at freeswitch.com > >>>>>>>> https://freeswitch.com > >>>>>>>> > >>>>>>>> Official FreeSWITCH Sites > >>>>>>>> https://freeswitch.com/oss > >>>>>>>> https://freeswitch.org/confluence > >>>>>>>> https://cluecon.com > >>>>>>>> > >>>>>>>> FreeSWITCH-users mailing list > >>>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>>> UNSUBSCRIBE: > >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>>> https://freeswitch.com > >>>>>>> > >>>>>>> > >>>> > _________________________________________________________________________ > >>>>>>> > >>>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>>> https://signalwire.com > >>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>>> PSTN > >>>>>>> services. > >>>>>>> Build your next product on our scalable cloud platform. > >>>>>>> > >>>>>>> Join our online community to chat in real time > >>>>>>> https://signalwire.community > >>>>>>> > >>>>>>> Professional FreeSWITCH Services > >>>>>>> sales at freeswitch.com > >>>>>>> https://freeswitch.com > >>>>>>> > >>>>>>> Official FreeSWITCH Sites > >>>>>>> https://freeswitch.com/oss > >>>>>>> https://freeswitch.org/confluence > >>>>>>> https://cluecon.com > >>>>>>> > >>>>>>> FreeSWITCH-users mailing list > >>>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>>> UNSUBSCRIBE: > >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>>> https://freeswitch.com > >>>>>> > >>>>>> > >>>> > _________________________________________________________________________ > >>>>>> > >>>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>>> https://signalwire.com > >>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and > >>>>>> PSTN > >>>>>> services. > >>>>>> Build your next product on our scalable cloud platform. > >>>>>> > >>>>>> Join our online community to chat in real time > >>>>>> https://signalwire.community > >>>>>> > >>>>>> Professional FreeSWITCH Services > >>>>>> sales at freeswitch.com > >>>>>> https://freeswitch.com > >>>>>> > >>>>>> Official FreeSWITCH Sites > >>>>>> https://freeswitch.com/oss > >>>>>> https://freeswitch.org/confluence > >>>>>> https://cluecon.com > >>>>>> > >>>>>> FreeSWITCH-users mailing list > >>>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>>> UNSUBSCRIBE: > >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>>> https://freeswitch.com > >>>>> > >>>>> > >>>>> > _________________________________________________________________________ > >>>>> > >>>>> The FreeSWITCH project is sponsored by SignalWire > >>>>> https://signalwire.com > >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>>>> services. > >>>>> Build your next product on our scalable cloud platform. > >>>>> > >>>>> Join our online community to chat in real time > >>>>> https://signalwire.community > >>>>> > >>>>> Professional FreeSWITCH Services > >>>>> sales at freeswitch.com > >>>>> https://freeswitch.com > >>>>> > >>>>> Official FreeSWITCH Sites > >>>>> https://freeswitch.com/oss > >>>>> https://freeswitch.org/confluence > >>>>> https://cluecon.com > >>>>> > >>>>> FreeSWITCH-users mailing list > >>>>> FreeSWITCH-users at lists.freeswitch.org > >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>>> https://freeswitch.com > >>>> > >>>> > >>>> > _________________________________________________________________________ > >>>> > >>>> The FreeSWITCH project is sponsored by SignalWire > >>>> https://signalwire.com > >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>>> services. > >>>> Build your next product on our scalable cloud platform. > >>>> > >>>> Join our online community to chat in real time > >>>> https://signalwire.community > >>>> > >>>> Professional FreeSWITCH Services > >>>> sales at freeswitch.com > >>>> https://freeswitch.com > >>>> > >>>> Official FreeSWITCH Sites > >>>> https://freeswitch.com/oss > >>>> https://freeswitch.org/confluence > >>>> https://cluecon.com > >>>> > >>>> FreeSWITCH-users mailing list > >>>> FreeSWITCH-users at lists.freeswitch.org > >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>>> https://freeswitch.com > >>> > >>> > >>> > >>> ---------- > >>> > _________________________________________________________________________ > >>> > >>> The FreeSWITCH project is sponsored by SignalWire > >>> https://signalwire.com > >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >>> services. > >>> Build your next product on our scalable cloud platform. > >>> > >>> Join our online community to chat in real time > >>> https://signalwire.community > >>> > >>> Professional FreeSWITCH Services > >>> sales at freeswitch.com > >>> https://freeswitch.com > >>> > >>> Official FreeSWITCH Sites > >>> https://freeswitch.com/oss > >>> https://freeswitch.org/confluence > >>> https://cluecon.com > >>> > >>> FreeSWITCH-users mailing list > >>> FreeSWITCH-users at lists.freeswitch.org > >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >>> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >>> https://freeswitch.com > >> > >> > _________________________________________________________________________ > >> > >> The FreeSWITCH project is sponsored by SignalWire > >> https://signalwire.com > >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > >> services. > >> Build your next product on our scalable cloud platform. > >> > >> Join our online community to chat in real time > >> https://signalwire.community > >> > >> Professional FreeSWITCH Services > >> sales at freeswitch.com > >> https://freeswitch.com > >> > >> Official FreeSWITCH Sites > >> https://freeswitch.com/oss > >> https://freeswitch.org/confluence > >> https://cluecon.com > >> > >> FreeSWITCH-users mailing list > >> FreeSWITCH-users at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > >> UNSUBSCRIBE: > http://lists.freeswitch.org/mailman/options/freeswitch-users > >> https://freeswitch.com > > > > _________________________________________________________________________ > > > > The FreeSWITCH project is sponsored by SignalWire > > https://signalwire.com > > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > > services. > > Build your next product on our scalable cloud platform. > > > > Join our online community to chat in real time > > https://signalwire.community > > > > Professional FreeSWITCH Services > > sales at freeswitch.com > > https://freeswitch.com > > > > Official FreeSWITCH Sites > > https://freeswitch.com/oss > > https://freeswitch.org/confluence > > https://cluecon.com > > > > FreeSWITCH-users mailing list > > FreeSWITCH-users at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > > https://freeswitch.com > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From per at wgtwo.com Fri Jul 26 14:43:23 2019 From: per at wgtwo.com (Per Modin) Date: Fri, 26 Jul 2019 16:43:23 +0200 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: Message-ID: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Hi Nathan, we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). Switching storage solution to EFS solved it for us. Best, Per. On 26/07/2019 14:58, Nathan Stratton wrote: > Figured it out! It has something to do with S3, that mounted directory > when I unmounted and wrote to the local FS it works fine. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From davidswalkabout at gmail.com Sun Jul 28 21:26:43 2019 From: davidswalkabout at gmail.com (David P) Date: Mon, 29 Jul 2019 09:26:43 +1200 Subject: [Freeswitch-users] rtmp streams sometimes take 4+ sec to start Message-ID: Can you suggest ways we could investigate slow rtmp streams? We stream them to another machine in the same cluster, and send a POST just before, but the stream often arrives 4-10 seconds after the POST. At minimal load conditions -------------- next part -------------- An HTML attachment was scrubbed... URL: From heedfeld at gmail.com Mon Jul 29 08:46:36 2019 From: heedfeld at gmail.com (Henning Heedfeld) Date: Mon, 29 Jul 2019 10:46:36 +0200 Subject: [Freeswitch-users] RTP (re)generation issue In-Reply-To: References: <7FD292B5-7657-4F97-875A-6EF6206852EA@gmail.com> Message-ID: Can you extend the existing Jira ticket with your informations and observations? Hopefully it gets a higher priority then ;-) btw: is mod_unimrcp involved in your setup? br Henning > Am 26.07.2019 um 14:16 schrieb Dmitriy Borisov : > > Hi! > > Thank you for your reply! Yes, it seems like some common with this issue. Is there any recomendations on how to expect this problem? > > чт, 25 июл. 2019 г. в 15:25, Henning Heedfeld >: > Hi Dmitry, > > it seems to be a similar issue to this: > https://freeswitch.org/jira/browse/FS-11658 > > br > Henning > > >> Am 24.07.2019 um 11:19 schrieb Dmitriy Borisov >: >> >> Hello! Need your help! >> >> I have next scheme of RTP processing: >> >> rtpengine <-> caller freeswitch <-> robot freeswitch. >> >> And next scheme of call: >> 1. Caller make an outgoing call (1) via rtpengine >> 2. On answer caller make an outgoing call (2) to robot and bridge it with call (1) >> >> I have a problem with RTP stream rtpengine -> caller freeswitch -> robot freeswitch >> >> I see in a pcap that RTP packets goes from rtpengine to caller freeswitch without significant jitter. But sometimes caller freeswitch make a ~200ms length pause in RTP transmitting. After pause caller freeswitch renew transmitting of RTP packets, and first packet have a marker bit set. As I know from RFC 3551, marker bit means that stream starts after pause of transmitting. >> >> This pauses are very harmful for me becuse them break speech recognition process of robot freeswitch side. >> >> I use PCMA codec with ptime=20 and no any virtualization of caller freeswitch hardware. >> >> Do you have any thinks about reason of this pauses and how can I remove them? >> >> -- >> With best regards >> Dmitry Borisov >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > > -- > With best regards > Dmitry Borisov > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Mon Jul 29 14:57:49 2019 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 29 Jul 2019 09:57:49 -0500 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> References: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Message-ID: One pro tip that might help. make a directory somewhere and make sure its writable by FS like /var/fsspool Add a line to vars.xml Then all recordings will be done on the local disk until they are finished then copied to the actual desired path. This is designed for slow filesystems like nfs where side effects of I/O can cause issues in the real-time logic needed for recording On Sun, Jul 28, 2019 at 5:48 PM Per Modin wrote: > Hi Nathan, > > we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). > Switching storage solution to EFS solved it for us. > > Best, > Per. > > On 26/07/2019 14:58, Nathan Stratton wrote: > > Figured it out! It has something to do with S3, that mounted directory > > when I unmounted and wrote to the local FS it works fine. > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Anthony Minessale II Founder, FreeSWITCH. http://freeswitch.com https://youtu.be/l_hOxzCt6X4 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Mon Jul 29 15:29:13 2019 From: nathan at robotics.net (Nathan Stratton) Date: Mon, 29 Jul 2019 11:29:13 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Message-ID: Thanks! I added that to vars.xml and it saved in /tmp like I asked, but never copied it over to /var/lib/freeswitch/storage/voicemail/default/ when finished. ><> nathan stratton On Mon, Jul 29, 2019 at 11:19 AM Anthony Minessale < anthony.minessale at gmail.com> wrote: > One pro tip that might help. > > make a directory somewhere and make sure its writable by FS like > /var/fsspool > > Add a line to vars.xml > > > > > Then all recordings will be done on the local disk until they are finished > then copied to the actual desired path. > This is designed for slow filesystems like nfs where side effects of I/O > can cause issues in the real-time logic needed for recording > > > > > On Sun, Jul 28, 2019 at 5:48 PM Per Modin wrote: > >> Hi Nathan, >> >> we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). >> Switching storage solution to EFS solved it for us. >> >> Best, >> Per. >> >> On 26/07/2019 14:58, Nathan Stratton wrote: >> > Figured it out! It has something to do with S3, that mounted directory >> > when I unmounted and wrote to the local FS it works fine. >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Anthony Minessale II > Founder, FreeSWITCH. > http://freeswitch.com > > > https://youtu.be/l_hOxzCt6X4 > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Mon Jul 29 15:41:01 2019 From: nathan at robotics.net (Nathan Stratton) Date: Mon, 29 Jul 2019 11:41:01 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Message-ID: It says it is copying.... 2019-07-29 15:38:48.745547 [DEBUG] switch_core_file.c:967 Copy spooled file [/tmp/a5e19398-b86a-4021-af0a-00d32d76153e.wav] to [/var/lib/freeswitch/storage/voicemail/default/ nathan at stage.illumy1.com/(null)/msg_5c3baf58-dfad-4df5-9d4f-d1187d480345.wav ] I see directory nathan at stage.illumy1.com/(null)/ directory created, but the file is never copied. ><> nathan stratton On Mon, Jul 29, 2019 at 11:19 AM Anthony Minessale < anthony.minessale at gmail.com> wrote: > One pro tip that might help. > > make a directory somewhere and make sure its writable by FS like > /var/fsspool > > Add a line to vars.xml > > > > > Then all recordings will be done on the local disk until they are finished > then copied to the actual desired path. > This is designed for slow filesystems like nfs where side effects of I/O > can cause issues in the real-time logic needed for recording > > > > > On Sun, Jul 28, 2019 at 5:48 PM Per Modin wrote: > >> Hi Nathan, >> >> we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). >> Switching storage solution to EFS solved it for us. >> >> Best, >> Per. >> >> On 26/07/2019 14:58, Nathan Stratton wrote: >> > Figured it out! It has something to do with S3, that mounted directory >> > when I unmounted and wrote to the local FS it works fine. >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Anthony Minessale II > Founder, FreeSWITCH. > http://freeswitch.com > > > https://youtu.be/l_hOxzCt6X4 > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From anthony.minessale at gmail.com Mon Jul 29 17:12:59 2019 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Mon, 29 Jul 2019 12:12:59 -0500 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Message-ID: On Mon, Jul 29, 2019 at 11:32 AM Nathan Stratton wrote: > It says it is copying.... > > 2019-07-29 15:38:48.745547 [DEBUG] switch_core_file.c:967 Copy spooled > file [/tmp/a5e19398-b86a-4021-af0a-00d32d76153e.wav] to > [/var/lib/freeswitch/storage/voicemail/default/ > nathan at stage.illumy1.com/(null)/msg_5c3baf58-dfad-4df5-9d4f-d1187d480345.wav > ] > > I see directory nathan at stage.illumy1.com/(null)/ directory created, but > the file is never copied. > > Is there a way to work the (null) out of the filename, maybe its some bash conflicts. The operation is done via the system command. > ><> > nathan stratton > > > On Mon, Jul 29, 2019 at 11:19 AM Anthony Minessale < > anthony.minessale at gmail.com> wrote: > >> One pro tip that might help. >> >> make a directory somewhere and make sure its writable by FS like >> /var/fsspool >> >> Add a line to vars.xml >> >> >> >> >> Then all recordings will be done on the local disk until they are >> finished then copied to the actual desired path. >> This is designed for slow filesystems like nfs where side effects of I/O >> can cause issues in the real-time logic needed for recording >> >> >> >> >> On Sun, Jul 28, 2019 at 5:48 PM Per Modin wrote: >> >>> Hi Nathan, >>> >>> we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). >>> Switching storage solution to EFS solved it for us. >>> >>> Best, >>> Per. >>> >>> On 26/07/2019 14:58, Nathan Stratton wrote: >>> > Figured it out! It has something to do with S3, that mounted directory >>> > when I unmounted and wrote to the local FS it works fine. >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> Anthony Minessale II >> Founder, FreeSWITCH. >> http://freeswitch.com >> >> >> https://youtu.be/l_hOxzCt6X4 >> https://www.youtube.com/watch?v=oAxXgyx5jUw >> https://www.youtube.com/watch?v=9XXgW34t40s >> https://www.youtube.com/watch?v=NLaDpGQuZDA >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Anthony Minessale II Founder, FreeSWITCH. http://freeswitch.com https://youtu.be/l_hOxzCt6X4 https://www.youtube.com/watch?v=oAxXgyx5jUw https://www.youtube.com/watch?v=9XXgW34t40s https://www.youtube.com/watch?v=NLaDpGQuZDA -------------- next part -------------- An HTML attachment was scrubbed... URL: From nathan at robotics.net Mon Jul 29 18:38:56 2019 From: nathan at robotics.net (Nathan Stratton) Date: Mon, 29 Jul 2019 14:38:56 -0400 Subject: [Freeswitch-users] voicemail files all 252 bytes, no audio In-Reply-To: References: <56904cf8-30ff-f23d-68e7-47b7bd03427f@wgtwo.com> Message-ID: Ya I bet your right, not sure how to get rid of it, FreeSWITCH is adding it. On Mon, Jul 29, 2019 at 2:06 PM Anthony Minessale < anthony.minessale at gmail.com> wrote: > > > On Mon, Jul 29, 2019 at 11:32 AM Nathan Stratton > wrote: > >> It says it is copying.... >> >> 2019-07-29 15:38:48.745547 [DEBUG] switch_core_file.c:967 Copy spooled >> file [/tmp/a5e19398-b86a-4021-af0a-00d32d76153e.wav] to >> [/var/lib/freeswitch/storage/voicemail/default/ >> nathan at stage.illumy1.com/(null)/msg_5c3baf58-dfad-4df5-9d4f-d1187d480345.wav >> ] >> >> I see directory nathan at stage.illumy1.com/(null)/ directory created, but >> the file is never copied. >> >> > Is there a way to work the (null) out of the filename, maybe its some bash > conflicts. The operation is done via the system command. > > >> ><> >> nathan stratton >> >> >> On Mon, Jul 29, 2019 at 11:19 AM Anthony Minessale < >> anthony.minessale at gmail.com> wrote: >> >>> One pro tip that might help. >>> >>> make a directory somewhere and make sure its writable by FS like >>> /var/fsspool >>> >>> Add a line to vars.xml >>> >>> >>> >>> >>> Then all recordings will be done on the local disk until they are >>> finished then copied to the actual desired path. >>> This is designed for slow filesystems like nfs where side effects of I/O >>> can cause issues in the real-time logic needed for recording >>> >>> >>> >>> >>> On Sun, Jul 28, 2019 at 5:48 PM Per Modin wrote: >>> >>>> Hi Nathan, >>>> >>>> we had the same issue on S3 (via s3fuse) on 1.8 (worked fine on 1.6). >>>> Switching storage solution to EFS solved it for us. >>>> >>>> Best, >>>> Per. >>>> >>>> On 26/07/2019 14:58, Nathan Stratton wrote: >>>> > Figured it out! It has something to do with S3, that mounted directory >>>> > when I unmounted and wrote to the local FS it works fine. >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> services. >>>> Build your next product on our scalable cloud platform. >>>> >>>> Join our online community to chat in real time >>>> https://signalwire.community >>>> >>>> Professional FreeSWITCH Services >>>> sales at freeswitch.com >>>> https://freeswitch.com >>>> >>>> Official FreeSWITCH Sites >>>> https://freeswitch.com/oss >>>> https://freeswitch.org/confluence >>>> https://cluecon.com >>>> >>>> FreeSWITCH-users mailing list >>>> FreeSWITCH-users at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>>> UNSUBSCRIBE: >>>> http://lists.freeswitch.org/mailman/options/freeswitch-users >>>> https://freeswitch.com >>> >>> >>> >>> -- >>> Anthony Minessale II >>> Founder, FreeSWITCH. >>> http://freeswitch.com >>> >>> >>> https://youtu.be/l_hOxzCt6X4 >>> https://www.youtube.com/watch?v=oAxXgyx5jUw >>> https://www.youtube.com/watch?v=9XXgW34t40s >>> https://www.youtube.com/watch?v=NLaDpGQuZDA >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > Anthony Minessale II > Founder, FreeSWITCH. > http://freeswitch.com > > > https://youtu.be/l_hOxzCt6X4 > https://www.youtube.com/watch?v=oAxXgyx5jUw > https://www.youtube.com/watch?v=9XXgW34t40s > https://www.youtube.com/watch?v=NLaDpGQuZDA > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- ><> nathan stratton -------------- next part -------------- An HTML attachment was scrubbed... URL: From bkk at ednt.de Mon Jul 29 15:11:51 2019 From: bkk at ednt.de (bkk) Date: Mon, 29 Jul 2019 17:11:51 +0200 Subject: [Freeswitch-users] asr_handle codec = (null) In-Reply-To: <911d54df-e69f-ea60-b8d1-30ba9e4e9e31@ednt.de> References: <911d54df-e69f-ea60-b8d1-30ba9e4e9e31@ednt.de> Message-ID: <906479ca-ca7c-9473-68b4-47d2e51fa304@ednt.de> I'm no step further. Can really no one jump into? From amit.k.chaudhuri at gmail.com Tue Jul 30 09:10:21 2019 From: amit.k.chaudhuri at gmail.com (Amit Chaudhuri) Date: Tue, 30 Jul 2019 10:10:21 +0100 Subject: [Freeswitch-users] rtmp streams sometimes take 4+ sec to start In-Reply-To: References: Message-ID: Have you tried wireshark/tcpdump at each end, combined with examination of the FS logs? A On Sun, 28 Jul 2019 at 23:48, David P wrote: > > Can you suggest ways we could investigate slow rtmp streams? We stream them to another machine in the same cluster, and send a POST just before, but the stream often arrives 4-10 seconds after the POST. > > At minimal load conditions > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From Elliot.Journeaux at hihi.co.uk Tue Jul 30 09:12:12 2019 From: Elliot.Journeaux at hihi.co.uk (Elliot Journeaux) Date: Tue, 30 Jul 2019 09:12:12 +0000 Subject: [Freeswitch-users] Transcoding Bandwidth parameters References: <702882b9-123e-4fa0-b72d-326c2c9fa400.e64a0c44-445d-485e-9afa-30daf69f6122.6d84b303-c56a-4023-bc47-0ca13a77e124@emailsignatures365.codetwo.com> Message-ID: Hi, I've noticed when transcoding freeswitch sets a default max bandwidth to 1mb (b=AS:1024). Why is this? And is this configurable? Thanks, Elliot Elliot Journeaux UC Engineer T 0330 058 0000 D 01202 592311 E Elliot.Journeaux at hihi.co.uk [http://www.4com.co.uk/signature/HiHi.jpg] HiHi.co.uk HiHi Ltd One Lansdowne Plaza, 24 Christchurch Road, Bournemouth, Dorset BH1 3NE This message contains confidential information and is intended only for the individual named. Our company accepts no liability for the content of this email, or for the consequences of any actions taken on the basis of the information provided. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error please notify the system manager or the sender immediately and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or any damage caused by any virus, which arise as a result of e-mail transmission. The recipient should check this email and any attachments for the presence of viruses. -------------- next part -------------- An HTML attachment was scrubbed... URL: From max at nysolutions.com Wed Jul 31 13:31:48 2019 From: max at nysolutions.com (Moishe Grunstein) Date: Wed, 31 Jul 2019 13:31:48 +0000 Subject: [Freeswitch-users] asr_handle codec = (null) In-Reply-To: <906479ca-ca7c-9473-68b4-47d2e51fa304@ednt.de> References: <911d54df-e69f-ea60-b8d1-30ba9e4e9e31@ednt.de> <906479ca-ca7c-9473-68b4-47d2e51fa304@ednt.de> Message-ID: What codecs do you have set in your unimrcp.conf.xml? -----Original Message----- From: FreeSWITCH-users On Behalf Of bkk Sent: Monday, July 29, 2019 11:12 AM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] asr_handle codec = (null) I'm no step further. Can really no one jump into? _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com From bkk at ednt.de Wed Jul 31 14:47:32 2019 From: bkk at ednt.de (Bernd Krueger-Knauber) Date: Wed, 31 Jul 2019 16:47:32 +0200 Subject: [Freeswitch-users] asr_handle codec = (null) In-Reply-To: References: <911d54df-e69f-ea60-b8d1-30ba9e4e9e31@ednt.de> <906479ca-ca7c-9473-68b4-47d2e51fa304@ednt.de> Message-ID: <71bc7eab-cd67-9afc-4c6d-14c0c92dea03@ednt.de> Thanks for your response. As I have written: the unimrcp guys says everything is fine. I use the default stuff: It should not be a problem. Am 31.07.2019 um 15:31 schrieb Moishe Grunstein: > What codecs do you have set in your unimrcp.conf.xml? > > -----Original Message----- > From: FreeSWITCH-users On Behalf Of bkk > Sent: Monday, July 29, 2019 11:12 AM > To: freeswitch-users at lists.freeswitch.org > Subject: Re: [Freeswitch-users] asr_handle codec = (null) > > I'm no step further. > > Can really no one jump into? > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com