From unai at rodr.org Sun May 1 11:30:03 2022 From: unai at rodr.org (Unai Rodriguez) Date: Sun, 1 May 2022 13:30:03 +0200 Subject: [Freeswitch-users] Genesys Cloud SIP integration with TLS fails with multiple retransmissions when siptrace on References: <559d9ad6-2e05-4251-b0fc-f88a043ddb95@Spark> Message-ID: Dear List, We are experiencing failures with connection resets and multiple retransmissions when receiving traffic from Genesys Cloud SIP trunk on FreeSWITCH v1.10.5 and v1.10.7 once we run “sofia global siptrace on” on fs_cli as this tcpdump shows: https://www.dropbox.com/s/4ozkv38scykxvmt/fs-genesys-TLS-5061-TRACES_ON.txt ========================================================= $ grep retrans fs-genesys-TLS-5061-TRACES_ON.txt nta.c:7017 _nta_incoming_timer() nta: timer G fired, retransmitting 200 reply nta.c:7017 _nta_incoming_timer() nta: timer G fired, retransmitting 200 reply nta.c:7017 _nta_incoming_timer() nta: timer G fired, retransmitting 200 reply nta.c:7017 _nta_incoming_timer() nta: timer G fired, retransmitting 200 reply ========================================================= If we turn the sip traces off or use TCP or UDP (without TLS) it works fine. Also our setup works with Genesys on prem and pretty much any other contact centres we came across. This is turning into a blocker for us, is there a way to accelerate resolution? We’ve created it here too: https://github.com/freeswitch/sofia-sip/issues/124 Thank you With best wishes, Unai Rodriguez -------------- next part -------------- An HTML attachment was scrubbed... URL: From a.martin at alphalink.fr Mon May 2 14:57:56 2022 From: a.martin at alphalink.fr (Adrien Martin) Date: Mon, 2 May 2022 16:57:56 +0200 Subject: [Freeswitch-users] Java esl-client repository bugs and status In-Reply-To: References: Message-ID: <732198c2-87f6-5bd8-4143-4ae3a32d9484@alphalink.fr> Hello, I think esl-client/esl-client is not an official FreeSWITCH project. Kingster resolved some problems in voiceip/esl-client, that's what i used, but i'm not sure it is really maintained either. Links to the commits: https://github.com/voiceip/esl-client/commit/b203cd53a6f6ff384da55160e4adbb67173d85db and https://github.com/voiceip/esl-client/commit/5eaa7f7805495a49f21ea6b81d6e544328c91e3e. Adrien Martin From alexanderhenryperkins at gmail.com Tue May 3 16:52:21 2022 From: alexanderhenryperkins at gmail.com (Alexander Perkins) Date: Tue, 3 May 2022 12:52:21 -0400 Subject: [Freeswitch-users] Getting Bill Seconds in Lua Message-ID: Hi All. I am trying to access the billmsec from lua, but not being very successful at it. Here's what I've done so far: freeswitch.consoleLog("info", "Billable Duration: " .. session:getVariable("variable_billmsec")); However, when I look at the cli, I get an error because it is nil. I am calling this script from the api_hangup_hook. Any suggestions? Thank you, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From joel at textplus.com Tue May 3 17:23:56 2022 From: joel at textplus.com (Joel Serrano) Date: Tue, 3 May 2022 10:23:56 -0700 Subject: [Freeswitch-users] Getting Bill Seconds in Lua In-Reply-To: References: Message-ID: Have you tried with: freeswitch.consoleLog("info", "Billable Duration: " .. session:getVariable("billmsec")); On Tue, May 3, 2022 at 9:53 AM Alexander Perkins < alexanderhenryperkins at gmail.com> wrote: > Hi All. I am trying to access the billmsec from lua, but not being very > successful at it. Here's what I've done so far: > > freeswitch.consoleLog("info", "Billable Duration: " .. > session:getVariable("variable_billmsec")); > > However, when I look at the cli, I get an error because it is nil. I am > calling this script from the api_hangup_hook. > > Any suggestions? > > Thank you, > Alex > _________________________________________________________________________ > > 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 covici at ccs.covici.com Tue May 3 22:43:42 2022 From: covici at ccs.covici.com (John Covici) Date: Tue, 03 May 2022 18:43:42 -0400 Subject: [Freeswitch-users] Getting Bill Seconds in Lua In-Reply-To: References: Message-ID: I think its not available there, its only in the csv that you get after the call is done, so it may be in your database, if you create one. On Tue, 03 May 2022 13:23:56 -0400, Joel Serrano wrote: > > [1 ] > [1.1 ] > Have you tried with: > > freeswitch.consoleLog("info", "Billable Duration: " .. > session:getVariable("billmsec")); > > > On Tue, May 3, 2022 at 9:53 AM Alexander Perkins < > alexanderhenryperkins at gmail.com> wrote: > > > Hi All. I am trying to access the billmsec from lua, but not being very > > successful at it. Here's what I've done so far: > > > > freeswitch.consoleLog("info", "Billable Duration: " .. > > session:getVariable("variable_billmsec")); > > > > However, when I look at the cli, I get an error because it is nil. I am > > calling this script from the api_hangup_hook. > > > > Any suggestions? > > > > Thank you, > > Alex > > _________________________________________________________________________ > > > > 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 > [1.2 ] > [2 ] > _________________________________________________________________________ > > 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 -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una covici at ccs.covici.com From joel at textplus.com Wed May 4 01:32:07 2022 From: joel at textplus.com (Joel Serrano) Date: Tue, 3 May 2022 18:32:07 -0700 Subject: [Freeswitch-users] Getting Bill Seconds in Lua In-Reply-To: References: Message-ID: Then you might be missing this before the api_hangup_hook: On Tue, May 3, 2022 at 3:43 PM John Covici wrote: > I think its not available there, its only in the csv that you get > after the call is done, so it may be in your database, if you create > one. > > On Tue, 03 May 2022 13:23:56 -0400, > Joel Serrano wrote: > > > > [1 ] > > [1.1 ] > > Have you tried with: > > > > freeswitch.consoleLog("info", "Billable Duration: " .. > > session:getVariable("billmsec")); > > > > > > On Tue, May 3, 2022 at 9:53 AM Alexander Perkins < > > alexanderhenryperkins at gmail.com> wrote: > > > > > Hi All. I am trying to access the billmsec from lua, but not being > very > > > successful at it. Here's what I've done so far: > > > > > > freeswitch.consoleLog("info", "Billable Duration: " .. > > > session:getVariable("variable_billmsec")); > > > > > > However, when I look at the cli, I get an error because it is nil. I > am > > > calling this script from the api_hangup_hook. > > > > > > Any suggestions? > > > > > > Thank you, > > > Alex > > > > _________________________________________________________________________ > > > > > > 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 > > [1.2 ] > > [2 ] > > _________________________________________________________________________ > > > > 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 > > -- > Your life is like a penny. You're going to lose it. The question is: > How do > you spend it? > > John Covici wb2una > covici at ccs.covici.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 krice at freeswitch.org Wed May 4 16:49:51 2022 From: krice at freeswitch.org (krice at freeswitch.org) Date: Wed, 4 May 2022 11:49:51 -0500 Subject: [Freeswitch-users] Getting Bill Seconds in Lua In-Reply-To: References: Message-ID: <115301d85fd6$fc0c1540$f4243fc0$@freeswitch.org> Please tell me you arent doing billing in the a hangup hook with lua. You pretty much have to set the session to zombie mode and the session will not die until your billing run is completed. This will also cause other excessive load in FreeSWITCH possibly leading to hung channels in the event of any failure down the chain. You are far better off doing billing (or just post call handling in general) via xml or json cdrs and they will auto trigger your external billing via http post. You can also have them drop a file per call (or call leg) to the filesystem to make sure you don’t miss billing a call and leave open sessions all over your switch. From: FreeSWITCH-users On Behalf Of Alexander Perkins Sent: Tuesday, May 3, 2022 11:52 AM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Getting Bill Seconds in Lua Hi All. I am trying to access the billmsec from lua, but not being very successful at it. Here's what I've done so far: freeswitch.consoleLog("info", "Billable Duration: " .. session:getVariable("variable_billmsec")); However, when I look at the cli, I get an error because it is nil. I am calling this script from the api_hangup_hook. Any suggestions? Thank you, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From thomas.wt.weber at atos.net Wed May 4 05:17:59 2022 From: thomas.wt.weber at atos.net (Weber, Thomas) Date: Wed, 4 May 2022 05:17:59 +0000 Subject: SIP TLS - Certificate Revocation List (CRL checks) Message-ID: Hi We have configured FreeSWITCH to use TLS (SIPS/SRTP). This works fine except that no CRL checks seem to be performed on certificates. There does not seem to be a way to turn on CRL checks. Is this correct? If so, is there a specific reason why this has not been implemented? The TLS implementation is based on OpenSSL, so support for CRL checking should be relatively easy. Thanks for your help Thomas Wichtiger Hinweis: Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank. Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jprangi at gmail.com Wed May 4 18:06:21 2022 From: jprangi at gmail.com (Jai Rangi) Date: Wed, 4 May 2022 11:06:21 -0700 Subject: [Freeswitch-users] Getting Bill Seconds in Lua In-Reply-To: References: Message-ID: Did you check the Nibblebill module? -jai On Tue, May 3, 2022 at 7:01 PM Joel Serrano wrote: > Then you might be missing this before the api_hangup_hook: > > > > > > > > On Tue, May 3, 2022 at 3:43 PM John Covici wrote: > >> I think its not available there, its only in the csv that you get >> after the call is done, so it may be in your database, if you create >> one. >> >> On Tue, 03 May 2022 13:23:56 -0400, >> Joel Serrano wrote: >> > >> > [1 ] >> > [1.1 ] >> > Have you tried with: >> > >> > freeswitch.consoleLog("info", "Billable Duration: " .. >> > session:getVariable("billmsec")); >> > >> > >> > On Tue, May 3, 2022 at 9:53 AM Alexander Perkins < >> > alexanderhenryperkins at gmail.com> wrote: >> > >> > > Hi All. I am trying to access the billmsec from lua, but not being >> very >> > > successful at it. Here's what I've done so far: >> > > >> > > freeswitch.consoleLog("info", "Billable Duration: " .. >> > > session:getVariable("variable_billmsec")); >> > > >> > > However, when I look at the cli, I get an error because it is nil. I >> am >> > > calling this script from the api_hangup_hook. >> > > >> > > Any suggestions? >> > > >> > > Thank you, >> > > Alex >> > > >> _________________________________________________________________________ >> > > >> > > 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 >> > [1.2 ] >> > [2 ] >> > >> _________________________________________________________________________ >> > >> > 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 >> >> -- >> Your life is like a penny. You're going to lose it. The question is: >> How do >> you spend it? >> >> John Covici wb2una >> covici at ccs.covici.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 royce3 at gmail.com Fri May 6 15:22:41 2022 From: royce3 at gmail.com (Royce Mitchell III) Date: Fri, 6 May 2022 10:22:41 -0500 Subject: [Freeswitch-users] uuid_broadcast hang and start after the call hangup In-Reply-To: References: Message-ID: I would also like to know why FreeSWITCH does this. I'd really like to execute a uuid_broadcast while a lua script is running in the dialplan. The reason for this is I have implemented an alternate dialplan in lua. I want the caller to hear audio while I'm waiting for an agent to become available. After a certain amount of time passes, I want to do different things based on certain conditions. FreeSWITCH's xml dialplan forces you to make all your decisions as soon as the call enters the dialplan which doesn't work in my scenario. In order to make decisions later during the call, I need the lua script to remain in control, sleeping until it's time to make the decision, but that causes problems with uuid_broadcast. FYI, my workaround so far has been to re-execute my script using luarun and have the "dialplan" instance of the script loop on session:sleep(), but this might to be causing an issue with session:recordFile() which is why I'm posting here. Royce Mitchell, IT Consultant ITAS Solutions royce3 at itas-solutions.com There are three hard problems in computer science: naming things, and off-by-one errors. On Tue, Jun 1, 2021 at 2:14 PM Dmitry Mordovin wrote: > Hello > > I have LUA script which start a call (new session generated) > Code here > > new_session = freeswitch.Session(destination); > > if (new_session:ready()) then > new_session_disp = new_session:getVariable("endpoint_disposition"); > while(new_session:ready() and new_session_disp ~= "ANSWER") do > <------>new_session_disp = new_session:getVariable("endpoint_disposition" > ); > end > api = freeswitch.API(); > api:executeString("bgapi uuid_park " .. tostring(new_session.uuid)); > end > > > On answer event I park the call and script finished. > I see single active call. Listing below. > > freeswitch at freeswitch43> show calls > > uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,presence_id,presence_data,accountcode,callstate,callee_name,callee_num,callee_direction,call_uuid,hostname,sent_callee_name,sent_callee_num,b_uuid,b_direction,b_created,b_created_epoch,b_name,b_state,b_cid_name,b_cid_num,b_ip_addr,b_dest,b_presence_id,b_presence_data,b_accountcode,b_callstate,b_callee_name,b_callee_num,b_callee_direction,b_sent_callee_name,b_sent_callee_num,call_created_epoch > 3aa3a274-c23d-11eb-9150-e74dc4cdb20a,outbound,2021-05-31 > 18:22:59,1622485379,sofia/external/1000,CS_PARK,,0000000000,,1000,,,,ACTIVE,Outbound > Call,1000,,3aa3a274-c23d-11eb-9150-e74dc4cdb20a,freeswitch43,,,,,,,,,,,,,,,,,,,,,, > > 1 total. > > > After all I execute command from cli: > > Command looks like: > uuid_broadcast 3aa3a274-c23d-11eb-9a50-e74dc4cdb20a lua::’next-script.lua' > both > > In logs I see, command was sent to FS success, but not executed! > Moveover, after call hangup, FS start execution of command but can’t coz > call in terminate state. > > 2021-05-31 18:23:30.312133 [NOTICE] sofia.c:1079 Hangup > sofia/external/1000 [CS_PARK] [NORMAL_CLEARING] > 2021-05-31 18:23:30.312133 [DEBUG] switch_ivr.c:625 sofia/external/1000 > Command Execute lua(next-script.lua) > 2021-05-31 18:23:30.312133 [DEBUG] switch_core_session.c:2668 > sofia/external/1000 ZOMBIE EXEC lua(next-script.lua) > EXECUTE sofia/external/1000 lua(next-script.lua) > > What/why is ZOMBIE EXEC ? > > Could someone help me to find reason of strange behavior FS? > > Looks like the uuid_broadcast command stay in queueu and wait something… > and start after call has hangup. > _________________________________________________________________________ > > 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 jelledejong at powercraft.nl Fri May 6 15:40:05 2022 From: jelledejong at powercraft.nl (Jelle de Jong) Date: Fri, 6 May 2022 17:40:05 +0200 Subject: [Freeswitch-users] dutch kpn gateway and freeswitch, registration and calling works only the first few minutes, help In-Reply-To: References: <0bf33652-0fab-9224-7f66-760bb75557a4@powercraft.nl> <963bec80-c0d1-b4a2-2a60-45748e0d0959@powercraft.nl> Message-ID: Hello everybody, I am configuring a gateway after a forced migration to new voip service provider, and I got the registration working and I can make incoming and outgoing calls, but the gateway always stops working after a while. I do not see any incoming invites any more when trying to reach the number. Does someone know how to debug or solve this? The only hint I can find in the logs is this: 2022-05-06 16:13:29.518588 91.40% [DEBUG] sofia_reg.c:2745 Missing Authenticate Header! emily:~# cat /etc/freeswitch/sip_profiles/external/provider.xml emily:~# fs_cli -x "sofia status gateway provider" ================================================================================================= Name provider Profile external Scheme Digest Realm ims.imscore.net Username +31105221234 Password yes From Contact Exten 0105221234 To sip:+31105221234 at ims.imscore.net Proxy sip:ims.imscore.net Context public Expires 1800 Freq 1800 Ping 0 PingFreq 0 PingTime 0.00 PingState 0/0/0 State REGED Status UP Uptime 189s CallsIN 1 CallsOUT 0 FailedCallsIN 0 FailedCallsOUT 0 ================================================================================================= From botelist at gmail.com Fri May 6 15:50:27 2022 From: botelist at gmail.com (Bote Man) Date: Fri, 6 May 2022 11:50:27 -0400 Subject: [Freeswitch-users] uuid_broadcast hang and start after the call hangup In-Reply-To: References: Message-ID: <00aa01d86161$0275dbb0$07619310$@gmail.com> As a rule, it is better to run your script outside of the dialplan to avoid blocking FreeSWITCH core from executing apps. Perhaps it would be better to have your script communicate with FS via ESL? John Boteler Bote Communications From: FreeSWITCH-users On Behalf Of Royce Mitchell III Sent: Friday, 6 May, 2022 11:23 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] uuid_broadcast hang and start after the call hangup I would also like to know why FreeSWITCH does this. I'd really like to execute a uuid_broadcast while a lua script is running in the dialplan. The reason for this is I have implemented an alternate dialplan in lua. I want the caller to hear audio while I'm waiting for an agent to become available. After a certain amount of time passes, I want to do different things based on certain conditions. FreeSWITCH's xml dialplan forces you to make all your decisions as soon as the call enters the dialplan which doesn't work in my scenario. In order to make decisions later during the call, I need the lua script to remain in control, sleeping until it's time to make the decision, but that causes problems with uuid_broadcast. FYI, my workaround so far has been to re-execute my script using luarun and have the "dialplan" instance of the script loop on session:sleep(), but this might to be causing an issue with session:recordFile() which is why I'm posting here. Royce Mitchell, IT Consultant ITAS Solutions royce3 at itas-solutions.com There are three hard problems in computer science: naming things, and off-by-one errors. On Tue, Jun 1, 2021 at 2:14 PM Dmitry Mordovin > wrote: Hello I have LUA script which start a call (new session generated) Code here new_session = freeswitch.Session(destination); if (new_session:ready()) then new_session_disp = new_session:getVariable("endpoint_disposition"); while(new_session:ready() and new_session_disp ~= "ANSWER") do <------>new_session_disp = new_session:getVariable("endpoint_disposition"); end api = freeswitch.API(); api:executeString("bgapi uuid_park " .. tostring(new_session.uuid)); end On answer event I park the call and script finished. I see single active call. Listing below. freeswitch at freeswitch43> show calls uuid,direction,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,presence_id,presence_data,accountcode,callstate,callee_name,callee_num,callee_direction,call_uuid,hostname,sent_callee_name,sent_callee_num,b_uuid,b_direction,b_created,b_created_epoch,b_name,b_state,b_cid_name,b_cid_num,b_ip_addr,b_dest,b_presence_id,b_presence_data,b_accountcode,b_callstate,b_callee_name,b_callee_num,b_callee_direction,b_sent_callee_name,b_sent_callee_num,call_created_epoch 3aa3a274-c23d-11eb-9150-e74dc4cdb20a,outbound,2021-05-31 18:22:59,1622485379,sofia/external/1000,CS_PARK,,0000000000,,1000,,,,ACTIVE,Outbound Call,1000,,3aa3a274-c23d-11eb-9150-e74dc4cdb20a,freeswitch43,,,,,,,,,,,,,,,,,,,,,, 1 total. After all I execute command from cli: Command looks like: uuid_broadcast 3aa3a274-c23d-11eb-9a50-e74dc4cdb20a lua::’next-script.lua' both In logs I see, command was sent to FS success, but not executed! Moveover, after call hangup, FS start execution of command but can’t coz call in terminate state. 2021-05-31 18:23:30.312133 [NOTICE] sofia.c:1079 Hangup sofia/external/1000 [CS_PARK] [NORMAL_CLEARING] 2021-05-31 18:23:30.312133 [DEBUG] switch_ivr.c:625 sofia/external/1000 Command Execute lua(next-script.lua) 2021-05-31 18:23:30.312133 [DEBUG] switch_core_session.c:2668 sofia/external/1000 ZOMBIE EXEC lua(next-script.lua) EXECUTE sofia/external/1000 lua(next-script.lua) What/why is ZOMBIE EXEC ? Could someone help me to find reason of strange behavior FS? Looks like the uuid_broadcast command stay in queueu and wait something… and start after call has hangup. _________________________________________________________________________ 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 len at freeswitch.org Fri May 6 16:15:19 2022 From: len at freeswitch.org (Len Graham) Date: Fri, 6 May 2022 12:15:19 -0400 Subject: [Freeswitch-users] dutch kpn gateway and freeswitch, registration and calling works only the first few minutes, help In-Reply-To: References: <0bf33652-0fab-9224-7f66-760bb75557a4@powercraft.nl> <963bec80-c0d1-b4a2-2a60-45748e0d0959@powercraft.nl> Message-ID: Try adding On Fri, May 6, 2022 at 11:40 AM Jelle de Jong wrote: > Hello everybody, > > I am configuring a gateway after a forced migration to new voip service > provider, and I got the registration working and I can make incoming and > outgoing calls, but the gateway always stops working after a while. > > I do not see any incoming invites any more when trying to reach the number. > > Does someone know how to debug or solve this? > > The only hint I can find in the logs is this: > > 2022-05-06 16:13:29.518588 91.40% [DEBUG] sofia_reg.c:2745 Missing > Authenticate Header! > > emily:~# cat /etc/freeswitch/sip_profiles/external/provider.xml > > > > > > > > > > > > > > > > > > > emily:~# fs_cli -x "sofia status gateway provider" > > ================================================================================================= > Name provider > Profile external > Scheme Digest > Realm ims.imscore.net > Username +31105221234 > Password yes > From > Contact 30:5080;transport=udp;gw=provider> > Exten 0105221234 > To sip:+31105221234 at ims.imscore.net > Proxy sip:ims.imscore.net > Context public > Expires 1800 > Freq 1800 > Ping 0 > PingFreq 0 > PingTime 0.00 > PingState 0/0/0 > State REGED > Status UP > Uptime 189s > CallsIN 1 > CallsOUT 0 > FailedCallsIN 0 > FailedCallsOUT 0 > > ================================================================================================= > > > > _________________________________________________________________________ > > 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 alexanderhenryperkins at gmail.com Sat May 14 22:39:12 2022 From: alexanderhenryperkins at gmail.com (Alexander Perkins) Date: Sat, 14 May 2022 18:39:12 -0400 Subject: [Freeswitch-users] Is the group active? Message-ID: Hi All. I have not seen any messages from this group in a bit... is it still active? Thanks, Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Sun May 15 00:19:48 2022 From: krice at freeswitch.org (Ken Rice) Date: Sat, 14 May 2022 19:19:48 -0500 Subject: [Freeswitch-users] Is the group active? In-Reply-To: References: Message-ID: <40B7C906-904F-4C4F-AFD6-D1336AFA33E4@freeswitch.org> Its still alive just slow on the mailing list Sent from my iPhone > On May 14, 2022, at 17:40, Alexander Perkins wrote: > >  > Hi All. I have not seen any messages from this group in a bit... is it still active? > > Thanks, > Alex > _________________________________________________________________________ > > 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 brian at freeswitch.com Sun May 15 21:56:03 2022 From: brian at freeswitch.com (Brian West) Date: Sun, 15 May 2022 16:56:03 -0500 Subject: [Freeswitch-users] Is the group active? In-Reply-To: <40B7C906-904F-4C4F-AFD6-D1336AFA33E4@freeswitch.org> References: <40B7C906-904F-4C4F-AFD6-D1336AFA33E4@freeswitch.org> Message-ID: You may also look at joining our community slack at https://signalwire.community /b On Sat, May 14, 2022 at 7:32 PM Ken Rice wrote: > Its still alive just slow on the mailing list > > Sent from my iPhone > > > On May 14, 2022, at 17:40, Alexander Perkins < > alexanderhenryperkins at gmail.com> wrote: > > > >  > > Hi All. I have not seen any messages from this group in a bit... is it > still active? > > > > Thanks, > > Alex > > _________________________________________________________________________ > > > > 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 herbert at gojira.at Mon May 16 11:33:18 2022 From: herbert at gojira.at (Herbert J. Skuhra) Date: Mon, 16 May 2022 13:33:18 +0200 Subject: [Freeswitch-users] Is the group active? In-Reply-To: References: Message-ID: <87ee0t3e69.wl-herbert@gojira.at> On Sun, 15 May 2022 00:39:12 +0200, Alexander Perkins wrote: > > Hi All. I have not seen any messages from this group in a bit... is it > still active? For years the PTR record is missing: Received: from lists.freeswitch.org (unknown [190.102.98.163]) I've reported it several times. Maybe Google and others are rejecting/discarding the e-mails from this list or delivering them to the spam folder. -- Herbert From herbert at gojira.at Mon May 16 14:50:01 2022 From: herbert at gojira.at (Herbert J. Skuhra) Date: Mon, 16 May 2022 16:50:01 +0200 Subject: [Freeswitch-users] Is the group active? In-Reply-To: References: <40B7C906-904F-4C4F-AFD6-D1336AFA33E4@freeswitch.org> Message-ID: <87wnelpm5i.wl-herbert@gojira.at> On Sun, 15 May 2022 23:56:03 +0200, Brian West wrote: > > You may also look at joining our community slack at > https://signalwire.community The mailing list is obviously broken: 1. Again no PTR record. % dig +short lists.freeswitch.org 190.102.98.163 % dig +short -x 190.102.98.163 % 2. lists.freeswitch.org accepts e-mails but doesn't deliver them to the mailing list, e.g: May 16 13:35:10 mail postfix/smtp[85235]: 4L1xxC4Qpzzrsd: to=, relay=lists.freeswitch.org[190.102.98.163]:25, delay=31, delays=0.09/0.03/30/0.55, dsn=2.0.0, status=sent (250 OK id=1nqZ0I-000812-6j) 3. Why Slack? -- Herbert From adrian.worutowicz at esifrance.net Tue May 17 14:22:56 2022 From: adrian.worutowicz at esifrance.net (Adrian Worutowicz) Date: Tue, 17 May 2022 14:22:56 +0000 Subject: [Freeswitch-users] Originate for a TLS Trunk Connection (Outgoing Calls) Message-ID: Hello, The tele2.se SIP trunk provider connects to Freeswitch using TLS. Then he sends OPTIONS, which Freeswitch acknowledges. The incoming calls work perfectly. However I have a big problem with the outgoing calls. I use originate. The trick is to use the existing TLS connection. In the SIP external profile, I've set : Still the originate does not work. Whatever I try, I get NORMAL_TEMPORARY_FAILURE. I suspect that Freeswitch tries to create a new connection to the provider, instead using the existing one. Does anyone know a correct syntax of the originate command, so that Freeswitch reuses the existing TLS connection ? Thanks in advance, Adrian. -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Tue May 17 15:22:42 2022 From: krice at freeswitch.org (Ken Rice) Date: Tue, 17 May 2022 10:22:42 -0500 Subject: [Freeswitch-users] Is the group active? In-Reply-To: <87wnelpm5i.wl-herbert@gojira.at> References: <87wnelpm5i.wl-herbert@gojira.at> Message-ID: <78CC866C-68B2-444C-9937-99B9795B1C9B@freeswitch.org> To keep spam down the mailing list is moderated for everyone initially. this will make it look like emails you sent didnt go to the list. Unless you actually go login to mailman after signing up and set your preferences, the listserv will not send you a copy if emails you post to the list. This can also make people think its not working correctly. Sent from my iPhone > On May 17, 2022, at 08:32, Herbert J. Skuhra wrote: > > On Sun, 15 May 2022 23:56:03 +0200, Brian West wrote: >> >> You may also look at joining our community slack at >> https://signalwire.community > > The mailing list is obviously broken: > > 1. Again no PTR record. > > % dig +short lists.freeswitch.org > 190.102.98.163 > % dig +short -x 190.102.98.163 > % > > 2. lists.freeswitch.org accepts e-mails but doesn't deliver them to > the mailing list, e.g: > > May 16 13:35:10 mail postfix/smtp[85235]: 4L1xxC4Qpzzrsd: > to=, > relay=lists.freeswitch.org[190.102.98.163]:25, delay=31, > delays=0.09/0.03/30/0.55, dsn=2.0.0, status=sent (250 OK > id=1nqZ0I-000812-6j) > > 3. Why Slack? > > -- > Herbert > > _________________________________________________________________________ > > 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 brian at freeswitch.com Tue May 17 14:58:06 2022 From: brian at freeswitch.com (Brian West) Date: Tue, 17 May 2022 09:58:06 -0500 Subject: [Freeswitch-users] Is the group active? In-Reply-To: <87ee0t3e69.wl-herbert@gojira.at> References: <87ee0t3e69.wl-herbert@gojira.at> Message-ID: It has a ptr, always has, one issue was delegation was deleted last year without notice from the RIR, and our name server that was servicing that reverse zone was misbehaving recently. Our weekly call to go over the PR list and patches in github will be returning also, so keep an eye out for that, Me and my team will be in attendance. /b On Tue, May 17, 2022 at 9:29 AM Herbert J. Skuhra wrote: > On Sun, 15 May 2022 00:39:12 +0200, Alexander Perkins wrote: > > > > Hi All. I have not seen any messages from this group in a bit... is it > > still active? > > For years the PTR record is missing: > > Received: from lists.freeswitch.org (unknown [190.102.98.163]) > > I've reported it several times. > > Maybe Google and others are rejecting/discarding the e-mails from this > list or delivering them to the spam folder. > > -- > Herbert > > _________________________________________________________________________ > > 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 unai at rodr.org Tue May 17 15:38:24 2022 From: unai at rodr.org (Unai Rodriguez) Date: Tue, 17 May 2022 17:38:24 +0200 Subject: [Freeswitch-users] FS on RHEL 8.x (and derivatives) References: <383b7755-05dd-4d66-845d-0d0b364dfcfb@Spark> Message-ID: <9c20a651-4dd5-4a12-9d70-445f77119967@Spark> Dear List, When will FreeSWITCH officially support installation RHEL 8.x and derivatives? It seems this is not yet the case: https://freeswitch.org/confluence/display/FREESWITCH/Installation Is there a preferred RHEL derivative? How about AlmaLinux? Thank you, Unai Rodriguez -------------- next part -------------- An HTML attachment was scrubbed... URL: From herbert at gojira.at Tue May 17 18:30:01 2022 From: herbert at gojira.at (Herbert J. Skuhra) Date: Tue, 17 May 2022 20:30:01 +0200 Subject: [Freeswitch-users] Is the group active? In-Reply-To: References: <87ee0t3e69.wl-herbert@gojira.at> Message-ID: <87ilq4m2qe.wl-herbert@gojira.at> On Tue, 17 May 2022 16:58:06 +0200, Brian West wrote: > > It has a ptr, always has, one issue was delegation was deleted last year > without notice from the RIR, and our name server that was servicing that > reverse zone was misbehaving recently. It's (still) broken. -- Herbert From brian at freeswitch.com Wed May 18 20:49:28 2022 From: brian at freeswitch.com (Brian West) Date: Wed, 18 May 2022 15:49:28 -0500 Subject: [Freeswitch-users] Is the group active? In-Reply-To: <87ilq4m2qe.wl-herbert@gojira.at> References: <87ee0t3e69.wl-herbert@gojira.at> <87ilq4m2qe.wl-herbert@gojira.at> Message-ID: I'll look at it again. On Wed, May 18, 2022 at 3:47 PM Herbert J. Skuhra wrote: > On Tue, 17 May 2022 16:58:06 +0200, Brian West wrote: > > > > It has a ptr, always has, one issue was delegation was deleted last year > > without notice from the RIR, and our name server that was servicing that > > reverse zone was misbehaving recently. > > It's (still) broken. > > -- > Herbert > > _________________________________________________________________________ > > 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 Wed May 18 21:03:12 2022 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 18 May 2022 22:03:12 +0100 Subject: [Freeswitch-users] sched_* lost on REFER? Message-ID: Hello all, to create conferences, in the scenario: a->b hold a->c merge we refer the b leg to a conference in the same box. This channel previously had scheduled tasks and it seems those are being lost on refer. Is this correct and if not, anyway i can fix this? Many thanks! Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed May 18 21:42:37 2022 From: brian at freeswitch.com (Brian West) Date: Wed, 18 May 2022 16:42:37 -0500 Subject: [Freeswitch-users] sched_* lost on REFER? In-Reply-To: References: Message-ID: Pay special attention where it was set. On Wed, May 18, 2022 at 4:35 PM David Villasmil < david.villasmil.work at gmail.com> wrote: > Hello all, > > to create conferences, in the scenario: > > a->b > hold > a->c > merge > > we refer the b leg to a conference in the same box. This channel > previously had scheduled tasks and it seems those are being lost on refer. > > Is this correct and if not, anyway i can fix this? > > > Many thanks! > > 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 david.villasmil.work at gmail.com Thu May 19 00:17:45 2022 From: david.villasmil.work at gmail.com (David Villasmil) Date: Thu, 19 May 2022 01:17:45 +0100 Subject: [Freeswitch-users] sched_* lost on REFER? In-Reply-To: References: Message-ID: Yeah I had to re-create the scheduled tasks after the refer. On Wed, 18 May 2022 at 22:42, Brian West wrote: > Pay special attention where it was set. > > On Wed, May 18, 2022 at 4:35 PM David Villasmil < > david.villasmil.work at gmail.com> wrote: > >> Hello all, >> >> to create conferences, in the scenario: >> >> a->b >> hold >> a->c >> merge >> >> we refer the b leg to a conference in the same box. This channel >> previously had scheduled tasks and it seems those are being lost on refer. >> >> Is this correct and if not, anyway i can fix this? >> >> >> Many thanks! >> >> 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] > -- Regards, David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at freeswitch.org Thu May 19 13:32:58 2022 From: mike at freeswitch.org (Mike Jerris) Date: Thu, 19 May 2022 07:32:58 -0600 Subject: [Freeswitch-users] sched_* lost on REFER? In-Reply-To: References: Message-ID: The scheduled tasks you were creating was on the leg that went away. If you want them on the other leg you have to do them there > On May 18, 2022, at 6:17 PM, David Villasmil wrote: > > Yeah I had to re-create the scheduled tasks after the refer. > > On Wed, 18 May 2022 at 22:42, Brian West > wrote: > Pay special attention where it was set. > > On Wed, May 18, 2022 at 4:35 PM David Villasmil > wrote: > Hello all, > > to create conferences, in the scenario: > > a->b > hold > a->c > merge > > we refer the b leg to a conference in the same box. This channel previously had scheduled tasks and it seems those are being lost on refer. > > Is this correct and if not, anyway i can fix this? > > > Many thanks! > > Regards, > > David Villasmil > Website: https://www.FreeSWITCH.com > > -- > Regards, > > David Villasmil -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.pichard at capgemini.com Thu May 19 09:23:58 2022 From: guillaume.pichard at capgemini.com (PICHARD, GUILLAUME) Date: Thu, 19 May 2022 09:23:58 +0000 Subject: Error "Cannot create outgoing channel" Message-ID: Hello, I'm using MicroSIP with FreeSwitch. I can see presence so I guess my MicroSIP is working properly I can text message but I cannot make a call (audio or video). The error in FreeSwitch seems to be: 2022-05-19 09:22:03.475283 [ERR] mod_conference.c:1590 Cannot create outgoing channel, cause: INCOMPATIBLE_DESTINATION (full log there: https://justpaste.it/2h7si) Do you have any idea what might be wrong ? Thank you, Regards, Guillaume. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.pichard at capgemini.com Thu May 19 15:31:13 2022 From: guillaume.pichard at capgemini.com (PICHARD, GUILLAUME) Date: Thu, 19 May 2022 15:31:13 +0000 Subject: Error "Cannot create outgoing channel" Message-ID: Hello, I'm using MicroSIP with FreeSwitch. I can see presence so I guess my MicroSIP is working properly I can text message but I cannot make a call (audio or video). The error in FreeSwitch seems to be: 2022-05-19 09:22:03.475283 [ERR] mod_conference.c:1590 Cannot create outgoing channel, cause: INCOMPATIBLE_DESTINATION (full log there: https://justpaste.it/2h7si) Do you have any idea what might be wrong ? Thank you, Regards, Guillaume. This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From petedao at gmail.com Sat May 21 01:02:50 2022 From: petedao at gmail.com (Pete Kay) Date: Fri, 20 May 2022 18:02:50 -0700 Subject: [Freeswitch-users] Need help to setup stir shaken in Freeswitch In-Reply-To: References: Message-ID: Hi I see that we can sign calls using AS features in freeswitch. Is there any way to assign different attestation levels ( A/B/C ) on a call by call basis? I see there is a stir_shaken_attest variable, but is there a way to set the different attestation level in the dial plan? Thanks, Pete On Wed, May 12, 2021 at 12:42 AM Dragos Oancea wrote: > > In FS master branch, src/mod/endpoints/mod_sofia/test/conf/freeswitch.xml , you can see some example settings. > > > > On Tue, May 11, 2021 at 10:23 PM Pete Kay wrote: >> >> Hi >> >> Does anyone know how to configure Freeswitch for stir shaken? >> >> Could you give me some info or doc how to do it? >> >> Thanks, >> Pete >> _________________________________________________________________________ >> >> 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 botelist at gmail.com Sat May 21 03:54:35 2022 From: botelist at gmail.com (Bote Man) Date: Fri, 20 May 2022 23:54:35 -0400 Subject: [Freeswitch-users] Error "Cannot create outgoing channel" In-Reply-To: References: Message-ID: <005301d86cc6$7d02f5a0$7708e0e0$@gmail.com> I read on here that this is typically caused by a mis-match in CODEC. I see that you have many voice codecs, so perhaps it is a video CODEC? I copied your log to the FreeSWITCH pastebin which highlights the log lines when set to "FreeSWITCH" language. https://pastebin.freeswitch.org/view/a57f10d5#L97 2022-05-19 09:22:03.455283 [DEBUG] mod_sofia.c:866 Disabling proxy mode due to call answer with no bridge After the SDP lines I see a second routing attempt which immediately fails, but I see no outbound Leg-B set up. Do you add another party to the conference bridge via a script? That might be where the problem is. John Boteler Bote Communications -----Original Message----- From: FreeSWITCH-users On Behalf Of PICHARD, GUILLAUME via FreeSWITCH-users Sent: Friday, 20 May, 2022 18:19 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] Error "Cannot create outgoing channel" Hello, I’m using MicroSIP with FreeSwitch. I can see presence so I guess my MicroSIP is working properly I can text message but I cannot make a call (audio or video). The error in FreeSwitch seems to be: 2022-05-19 09:22:03.475283 [ERR] mod_conference.c:1590 Cannot create outgoing channel, cause: INCOMPATIBLE_DESTINATION (full log there: https://justpaste.it/2h7si) Do you have any idea what might be wrong ? Thank you, Regards, Guillaume. _________________________________________________________________________ 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 From gregor at infomedia.si Mon May 23 17:45:34 2022 From: gregor at infomedia.si (Gregor Nanger) Date: Mon, 23 May 2022 19:45:34 +0200 Subject: [Freeswitch-users] Changed mod_xml_cdr Message-ID: Something changed in XML that mod_xml_cdr produce with version 1.10.7. When transfer inbound call to extension caller_id_number variable is now extension number instead of number that call inbound. Here is example: *Before 1.10.7* CS_REPORTING outbound 11 0=1;2=1;22=1;40=1;42=1;91=1;96=1;110=1;112=1;113=1;114=1;115=1 2=1;4=1;5=1;7=1 * 16006554321* *Version 1.10.7* CS_REPORTING outbound 11 0=1;2=1;22=1;40=1;42=1;92=1;97=1;112=1;114=1;115=1;116=1;117=1 2=1;4=1;5=1;7=1 * 003* This kind of change breaks CDR import logic. I am asking if someone else noticed this? Is there some kind of bug or feature request that changed this? BR, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: From manuel.montes at vozitel.com Thu May 26 16:19:17 2022 From: manuel.montes at vozitel.com (Manuel Montes Reinhardt) Date: Thu, 26 May 2022 18:19:17 +0200 Subject: [Freeswitch-users] Build a WebRTC Gateway for Asterisk with Freeswitch (WebRTC to SIP/RTP). In-Reply-To: References: Message-ID: Hello all, I've been looking for documentation on how to build a WebRTC Gateway with Freeswitch (WebRTC to SIP/RTP) but I haven't found anything which could help me. I found something on this maillist: https://lists.freeswitch.org/pipermail/freeswitch-users/2020-April/133228.html "FreeSwitch for WebRTC to SIP/RTP gateway?" so it seems it could be done but there is no documentation. I'm trying to build a gateway which could translate webrtc into SIP in order to let some users connect their extensions to a PBX based on Asterisk that does not support WebRTC. I'm looking for documentation but also a Company who could help us in the initial configuration. Thank you very much. Regards, Manuel -------------- next part -------------- An HTML attachment was scrubbed... URL: From shaun at sysconfig.cloud Sat May 28 17:09:39 2022 From: shaun at sysconfig.cloud (Shaun Stokes) Date: Sat, 28 May 2022 17:09:39 +0000 Subject: [Freeswitch-users] freeswitch.org confluence\wiki is down Message-ID: Hi All, The freeswitch.org confluence\wiki has been down all day, the following error is displayed when accessing the site. 503 SERVICE UNAVAILABLE CONTACT TEAM at SIGNALWIRE.COM OR CALL +1.650.382.0000 I assume there's ongoing maintenance but haven't seen any announcements. Thanks, Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: From gilles at sauvaire.com Sun May 29 06:45:48 2022 From: gilles at sauvaire.com (Gilles SAUVAIRE) Date: Sun, 29 May 2022 08:45:48 +0200 Subject: [Freeswitch-users] freeswitch.org confluence\wiki is down In-Reply-To: References: Message-ID: Hello, https://freeswitch.org/confluence/ is up Thanks De : FreeSWITCH-users De la part de Shaun Stokes Envoyé : samedi 28 mai 2022 19:10 À : FreeSWITCH Users Help Objet : [Freeswitch-users] freeswitch.org confluence\wiki is down Hi All, The freeswitch.org confluence\wiki has been down all day, the following error is displayed when accessing the site. 503 SERVICE UNAVAILABLE CONTACT TEAM at SIGNALWIRE.COM OR CALL +1.650.382.0000 I assume there's ongoing maintenance but haven't seen any announcements. Thanks, Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: From chenbob at hotmail.com Sat May 28 18:33:40 2022 From: chenbob at hotmail.com (chen bob) Date: Sat, 28 May 2022 18:33:40 +0000 Subject: [Freeswitch-users] =?gb2312?b?u9i4tDogZnJlZXN3aXRjaC5vcmcgY29u?= =?gb2312?b?Zmx1ZW5jZVx3aWtpIGlzIGRvd24=?= In-Reply-To: References: Message-ID: yeah, wiki return 503. 发件人: Shaun Stokes 发送时间: 2022年5月29日 1:47 收件人: FreeSWITCH Users Help 主题: [Freeswitch-users] freeswitch.org confluence\wiki is down Hi All, The freeswitch.org confluence\wiki has been down all day, the following error is displayed when accessing the site. 503 SERVICE UNAVAILABLE CONTACT TEAM at SIGNALWIRE.COM OR CALL +1.650.382.0000 I assume there's ongoing maintenance but haven't seen any announcements. Thanks, Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: From shaun at sysconfig.cloud Mon May 30 12:29:39 2022 From: shaun at sysconfig.cloud (Shaun Stokes) Date: Mon, 30 May 2022 12:29:39 +0000 Subject: [Freeswitch-users] Intermittent RTP gaps when using playback app Message-ID: Hi All, We're experiencing intermittent RTP gaps from FreeSWITCH (roughly every 1 in 3 calls), when using the playback app in the dialplan on FreeSWITCH '1.10.7', when listening to the call it sounds like jitter. We've tried using sleep 1000 (after answer), 'jitterbuffer_msec=100:200:20', 'rtp_rewrite_timestamps=true', and 'send_silence_when_idle=400', but the problem remains the same. The problem only occurs when the server is under load, but calls not using the playback app are not affected. Here is an example. [cid:c78434ce-b599-4717-a140-4f250cc2be59] Has anyone come across this problem before, are there any solutions, or could this be a bug? Thanks, Shaun -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 413355 bytes Desc: image.png URL: From david.villasmil.work at gmail.com Tue May 31 23:03:57 2022 From: david.villasmil.work at gmail.com (David Villasmil) Date: Wed, 1 Jun 2022 00:03:57 +0100 Subject: [Freeswitch-users] force SIP INFO Message-ID: Anyway to force SIP INFO on the outbound side even if telephone event is present? Thanks! David Villasmil email: david.villasmil.work at gmail.com phone: +34669448337 -------------- next part -------------- An HTML attachment was scrubbed... URL: