From unai at rodr.org Thu Dec 1 16:00:06 2022 From: unai at rodr.org (Unai Rodriguez) Date: Thu, 1 Dec 2022 17:00:06 +0100 Subject: [Freeswitch-users] Static TLS certificate exchange setup References: <508a8de6-1fb0-4d63-b209-045b48aa7e89@Spark> Message-ID: Dear List, There’s 2 ways to establish TLS tunnels for SIP. The first being Static where the TLS certificate exchange is established and then the TLS link stays up for let’s say 30mins. The second is Dynamic where for every new call the certificate is exchanged. It seems that FreeSWITCH uses by default the Dynamic method, but, can the Static be used? What are the configuration options? Thank you so much With best wishes, Unai Rodriguez -------------- next part -------------- An HTML attachment was scrubbed... URL: From yehavi.bourvine at gmail.com Fri Dec 2 05:15:30 2022 From: yehavi.bourvine at gmail.com (Yehavi Bourvine) Date: Fri, 2 Dec 2022 07:15:30 +0200 Subject: [Freeswitch-users] Building FreeSwitch with OpenSSL3 (Ubuntu 22) In-Reply-To: <01e801d904f2$b12e7970$138b6c50$@botecomm.com> References: <01e801d904f2$b12e7970$138b6c50$@botecomm.com> Message-ID: Hi, Thanks for your help. It still doesn't work; I'll look for a GIT expert in my department to help me... Thanks, __Yehavi: ‫בתאריך יום ד׳, 30 בנוב׳ 2022 ב-22:01 מאת ‪Bote Man‬‏ <‪ freeswitch at botecomm.com‬‏>:‬ > The steps I use to compile FreeSWITCH from source on this page work well > for me. In fact, I just used them twice this week to build 2 new systems. > > > > https://freeswitch.org/confluence/display/FREESWITCH/Debian > > > > The link at the bottom to post-install steps helps to set permissions and > other things to get it running quickly. > > > > > > > > John Boteler > > Bote Communications > > > > > > > > *From:* FreeSWITCH-users *On > Behalf Of *Len Graham > *Sent:* Tuesday, 29 November, 2022 13:05 > *To:* FreeSWITCH Users Help > *Subject:* Re: [Freeswitch-users] Building FreeSwitch with OpenSSL3 > (Ubuntu 22) > > > > Do *git pull* and try again. What is the link to the steps you are > following to install? > > > > On Tue, Nov 29, 2022 at 9:32 AM Yehavi Bourvine > wrote: > > Hello, > > > > I've done GIT CLONE today and tried to compile. It fails on OpenSSL3 > changes. According to issue 1762 this has been fixed, but probably was not > committed yet (sorry, I am not a GIT expert, so maybe I am using the wrong > term). How can I get the updated code? > > > > Thanks, __Yehavi: > > _________________________________________________________________________ > > 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 jolexpert at gmail.com Mon Dec 5 08:04:28 2022 From: jolexpert at gmail.com (Kakiman Expert) Date: Mon, 5 Dec 2022 09:04:28 +0100 Subject: [Freeswitch-users] 3. Re: critical error max queue size reached In-Reply-To: References: Message-ID: not too much things, I just have this config in event_socket xml fie ~ > > > > ---------- Forwarded message ---------- > From: Kakiman Expert > To: freeswitch-users at lists.freeswitch.org > Cc: > Bcc: > Date: Wed, 30 Nov 2022 14:12:34 +0100 > Subject: [Freeswitch-users] critical error max queue size reached > Hello, > > on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the > freeswitch.log, and that's saturate the disk partition and stops freeswitch > > do you know how to solve this critical issue ? here is the error message i > receive on freeswitch > > [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource > temporarily unavailable] Queue size: [100000/100000] Max queue size reached > > thanks > > > > > ---------- Forwarded message ---------- > From: > To: "'FreeSWITCH Users Help'" > Cc: > Bcc: > Date: Wed, 30 Nov 2022 10:22:36 -0600 > Subject: Re: [Freeswitch-users] critical error max queue size reached > > Let me guess you have an external application subscribed to events via > ESL? If so your external app isnt consuming the events fast enough and you > need to address that either by increasing the speed of your app, or > reducing the events its subscribed to. > > > > *From:* FreeSWITCH-users *On > Behalf Of *Kakiman Expert > *Sent:* Wednesday, November 30, 2022 7:13 AM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* [Freeswitch-users] critical error max queue size reached > > > > Hello, > > > > on my freeswitch 1.10.6-release-18 , i have a lot of critical error in the > freeswitch.log, and that's saturate the disk partition and stops freeswitch > > > > do you know how to solve this critical issue ? here is the error message i > receive on freeswitch > > > > [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource > temporarily unavailable] Queue size: [100000/100000] Max queue size reached > > > > thanks > > > > > > ---------- Forwarded message ---------- > From: Gregor Nanger > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Wed, 30 Nov 2022 19:37:51 +0100 > Subject: Re: [Freeswitch-users] critical error max queue size reached > Is there a way to check queue size? > > On Wed, 30 Nov 2022 at 17:23, wrote: > >> Let me guess you have an external application subscribed to events via >> ESL? If so your external app isnt consuming the events fast enough and you >> need to address that either by increasing the speed of your app, or >> reducing the events its subscribed to. >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Kakiman Expert >> *Sent:* Wednesday, November 30, 2022 7:13 AM >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* [Freeswitch-users] critical error max queue size reached >> >> >> >> Hello, >> >> >> >> on my freeswitch 1.10.6-release-18 , i have a lot of critical error in >> the freeswitch.log, and that's saturate the disk partition and stops >> freeswitch >> >> >> >> do you know how to solve this critical issue ? here is the error message >> i receive on freeswitch >> >> >> >> [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource >> temporarily unavailable] Queue size: [100000/100000] Max queue size reached >> >> >> >> thanks >> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Dec 8 05:00:55 2022 From: brian at freeswitch.com (Brian West) Date: Wed, 7 Dec 2022 23:00:55 -0600 Subject: [Freeswitch-users] 3. Re: critical error max queue size reached In-Reply-To: References: Message-ID: It only means you're not reading off the socket fast enough and the queue filled up. On Mon, Dec 5, 2022 at 2:05 AM Kakiman Expert wrote: > not too much things, I just have this config in event_socket xml fie > > > > > > > > > > ~ > > > > > > > >> >> >> >> ---------- Forwarded message ---------- >> From: Kakiman Expert >> To: freeswitch-users at lists.freeswitch.org >> Cc: >> Bcc: >> Date: Wed, 30 Nov 2022 14:12:34 +0100 >> Subject: [Freeswitch-users] critical error max queue size reached >> Hello, >> >> on my freeswitch 1.10.6-release-18 , i have a lot of critical error in >> the freeswitch.log, and that's saturate the disk partition and stops >> freeswitch >> >> do you know how to solve this critical issue ? here is the error message >> i receive on freeswitch >> >> [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource >> temporarily unavailable] Queue size: [100000/100000] Max queue size reached >> >> thanks >> >> >> >> >> ---------- Forwarded message ---------- >> From: >> To: "'FreeSWITCH Users Help'" >> Cc: >> Bcc: >> Date: Wed, 30 Nov 2022 10:22:36 -0600 >> Subject: Re: [Freeswitch-users] critical error max queue size reached >> >> Let me guess you have an external application subscribed to events via >> ESL? If so your external app isnt consuming the events fast enough and you >> need to address that either by increasing the speed of your app, or >> reducing the events its subscribed to. >> >> >> >> *From:* FreeSWITCH-users *On >> Behalf Of *Kakiman Expert >> *Sent:* Wednesday, November 30, 2022 7:13 AM >> *To:* freeswitch-users at lists.freeswitch.org >> *Subject:* [Freeswitch-users] critical error max queue size reached >> >> >> >> Hello, >> >> >> >> on my freeswitch 1.10.6-release-18 , i have a lot of critical error in >> the freeswitch.log, and that's saturate the disk partition and stops >> freeswitch >> >> >> >> do you know how to solve this critical issue ? here is the error message >> i receive on freeswitch >> >> >> >> [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource >> temporarily unavailable] Queue size: [100000/100000] Max queue size reached >> >> >> >> thanks >> >> >> >> >> >> ---------- Forwarded message ---------- >> From: Gregor Nanger >> To: FreeSWITCH Users Help >> Cc: >> Bcc: >> Date: Wed, 30 Nov 2022 19:37:51 +0100 >> Subject: Re: [Freeswitch-users] critical error max queue size reached >> Is there a way to check queue size? >> >> On Wed, 30 Nov 2022 at 17:23, wrote: >> >>> Let me guess you have an external application subscribed to events via >>> ESL? If so your external app isnt consuming the events fast enough and you >>> need to address that either by increasing the speed of your app, or >>> reducing the events its subscribed to. >>> >>> >>> >>> *From:* FreeSWITCH-users >>> *On Behalf Of *Kakiman Expert >>> *Sent:* Wednesday, November 30, 2022 7:13 AM >>> *To:* freeswitch-users at lists.freeswitch.org >>> *Subject:* [Freeswitch-users] critical error max queue size reached >>> >>> >>> >>> Hello, >>> >>> >>> >>> on my freeswitch 1.10.6-release-18 , i have a lot of critical error in >>> the freeswitch.log, and that's saturate the disk partition and stops >>> freeswitch >>> >>> >>> >>> do you know how to solve this critical issue ? here is the error message >>> i receive on freeswitch >>> >>> >>> >>> [CRIT] mod_event_socket.c:188 Log enqueue ERROR [11] | [Resource >>> temporarily unavailable] Queue size: [100000/100000] Max queue size reached >>> >>> >>> >>> thanks >>> >>> >>> >> _________________________________________________________________________ > > 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 Justin.Evans at amnhealthcare.com Thu Dec 8 19:54:05 2022 From: Justin.Evans at amnhealthcare.com (Justin Evans) Date: Thu, 8 Dec 2022 19:54:05 +0000 Subject: [Freeswitch-users] Issue with Video Freezing with Personal Canvas and Vmute In-Reply-To: References: Message-ID: Hello I have a FreeSwitch conference with 3 participants. The first two participants have video and audio unmuted while the third participant joins the conference with the vmute member flag set in a dialplan. We do not want the third participant’s video feed taking up space on the canvas for the other two members, so we use the video-mute-exit-canvas conference flag. Here are the conference flags we are currently using: Frequently we notice that the video between the first and second participant will freeze for one of the two participants. RTP is still being transmitted/received from/to the members, but the video stays frozen. Audio still works after the video freezes. I do not see any errors in the fs_cli logs. We have been using Freeswitch version 1.10.8. Any ideas what could be happening? Is there something else I should look at for more information? -------------- next part -------------- An HTML attachment was scrubbed... URL: From csadi at hotmail.com Fri Dec 9 16:32:04 2022 From: csadi at hotmail.com (Adiseshu Channasamudhram) Date: Fri, 9 Dec 2022 16:32:04 +0000 Subject: [Freeswitch-users] Freeswitch does not respond to TLS client_hello intermittently Message-ID: Hello FS Experts I had posted this Q earlier... posting it again with more details ... I have a FS to which two separate external SBCs connect and uses TLS Intermittently the FS does not respond to TLS client_hello - because of this, we see that sometimes one of the external SBC is not connected at all.. I was able to reproduce this with debug logging enabled and below is the snippet of the same ====================================================================================================================================== nta.c:1289 agent_timer() nta: timer not set tport.c:2753 tport_wakeup_pri() tport_wakeup_pri(0x7f96d01fa670): events IN tport.c:862 tport_alloc_secondary() tport_alloc_secondary(0x7f96d01fa670): new secondary tport 0x7f96d001a9d0 tport_type_tcp.c:203 tport_tcp_init_secondary() tport_tcp_init_secondary(0x7f96d001a9d0): Setting TCP_KEEPIDLE to 30 tport_type_tcp.c:209 tport_tcp_init_secondary() tport_tcp_init_secondary(0x7f96d001a9d0): Setting TCP_KEEPINTVL to 30 tport.c:2644 tport_accept() tport_accept(0x7f96d001a9d0): new connection from tcp/65.14.17.172:13980/sip tport.c:2777 tport_wakeup() tport_wakeup(0x7f96d001a9d0): events IN tport.c:2868 tport_recv_event() tport_recv_event(0x7f96d001a9d0) tport.c:3209 tport_recv_iovec() tport_recv_iovec(0x7f96d001a9d0) msg 0x7f96d0027b90 from (tcp/65.14.17.172:13980) has 183 bytes, veclen = 1 tport.c:2298 tport_set_secondary_timer() tport(0x7f96d001a9d0): reset timer tport.c:2777 tport_wakeup() tport_wakeup(0x7f96d0027f50): events IN tport.c:2868 tport_recv_event() tport_recv_event(0x7f96d0027f50) ======================================================================================================================================== In the above snippet, you can see that the clietn_hello is received ... [highlighted] Please let me know if any of you have encountered such an issue and what the fix is Regards A -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Fri Dec 9 18:55:57 2022 From: brian at freeswitch.com (Brian West) Date: Fri, 9 Dec 2022 12:55:57 -0600 Subject: [Freeswitch-users] Freeswitch does not respond to TLS client_hello intermittently In-Reply-To: References: Message-ID: Please file a github, search to make sure its not already filed please. /b On Fri, Dec 9, 2022 at 10:32 AM Adiseshu Channasamudhram wrote: > Hello FS Experts > > I had posted this Q earlier... posting it again with more details ... > > I have a FS to which two separate external SBCs connect and uses TLS > > Intermittently the FS does not respond to TLS client_hello - because of > this, we see that sometimes one of the external SBC is not connected at > all.. > > I was able to reproduce this with debug logging enabled and below is the > snippet of the same > > ====================================================================================================================================== > > nta.c:1289 agent_timer() nta: timer not set > tport.c:2753 tport_wakeup_pri() tport_wakeup_pri(0x7f96d01fa670): events IN > tport.c:862 tport_alloc_secondary() tport_alloc_secondary(0x7f96d01fa670): > new secondary tport 0x7f96d001a9d0 > tport_type_tcp.c:203 tport_tcp_init_secondary() > tport_tcp_init_secondary(0x7f96d001a9d0): Setting TCP_KEEPIDLE to 30 > tport_type_tcp.c:209 tport_tcp_init_secondary() > tport_tcp_init_secondary(0x7f96d001a9d0): Setting TCP_KEEPINTVL to 30 > tport.c:2644 tport_accept() tport_accept(0x7f96d001a9d0): new connection > from tcp/65.14.17.172:13980/sip > tport.c:2777 tport_wakeup() tport_wakeup(0x7f96d001a9d0): events IN > tport.c:2868 tport_recv_event() tport_recv_event(0x7f96d001a9d0) > tport.c:3209 tport_recv_iovec() tport_recv_iovec(0x7f96d001a9d0) msg > 0x7f96d0027b90 from (tcp/65.14.17.172:13980) has 183 bytes, veclen = 1 > tport.c:2298 tport_set_secondary_timer() tport(0x7f96d001a9d0): reset timer > tport.c:2777 tport_wakeup() tport_wakeup(0x7f96d0027f50): events IN > tport.c:2868 tport_recv_event() tport_recv_event(0x7f96d0027f50) > > ======================================================================================================================================== > > In the above snippet, you can see that the clietn_hello is received ... > [highlighted] > > Please let me know if any of you have encountered such an issue and what > the fix is > > Regards > > A > > _________________________________________________________________________ > > 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 mahmood.alkhalil at outlook.com Mon Dec 12 15:20:38 2022 From: mahmood.alkhalil at outlook.com (Mahmood Alkhalil) Date: Mon, 12 Dec 2022 15:20:38 +0000 Subject: [Freeswitch-users] Freeswitch Dial plan GUI designer Message-ID: Hi FS Community, Is there a GUI dialplan designer available ? I've worked with multiple vendors that has tools to draw out the call process like flow chart, is there such a software available? Mahmood Alkhalil. -------------- next part -------------- An HTML attachment was scrubbed... URL: From social at bohboh.info Thu Dec 15 19:03:09 2022 From: social at bohboh.info (Social Boh) Date: Thu, 15 Dec 2022 14:03:09 -0500 Subject: [Freeswitch-users] Gateway PingState Message-ID: <0fa8cb78-964e-0816-49c0-8d2252e34532@bohboh.info> Hi, what means each PingState value? example:    30/45/45 after 45º Ping, in the FS console I don't see any more: [WARNING] sofia.c:6481 Ping succeeded 2c2e3759-4f37-4400-9a30-3396786498e9 with code 200 - count 30/45/45, state UP Thank you -- --- I'm SoCIaL, MayBe From brian at freeswitch.com Tue Dec 20 21:28:16 2022 From: brian at freeswitch.com (Brian West) Date: Tue, 20 Dec 2022 15:28:16 -0600 Subject: [Freeswitch-users] Gateway PingState In-Reply-To: <0fa8cb78-964e-0816-49c0-8d2252e34532@bohboh.info> References: <0fa8cb78-964e-0816-49c0-8d2252e34532@bohboh.info> Message-ID: options ping 'sofia global siptrace on' you'll see the OPTIONS packet. On Thu, Dec 15, 2022 at 3:13 PM Social Boh wrote: > Hi, > > what means each PingState value? > > example: 30/45/45 > > after 45º Ping, in the FS console I don't see any more: > > [WARNING] sofia.c:6481 Ping succeeded > 2c2e3759-4f37-4400-9a30-3396786498e9 with code 200 - count 30/45/45, > state UP > > Thank you > > -- > --- > I'm SoCIaL, MayBe > > > _________________________________________________________________________ > > 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 asilva at wirelessmundi.com Fri Dec 23 08:04:35 2022 From: asilva at wirelessmundi.com (antonio) Date: Fri, 23 Dec 2022 08:04:35 +0000 Subject: Missing libg72211 in bullseye Message-ID: Hi, In FS repository libg72211 is missing for debian bullseye… I found this reference: https://freeswitch.org/stash/users/lekensteyn/repos/freeswitch/browse/libs/libg722_1 but it looks old. Thanks. Happy Hollidays! — Saludos / Regards / Cumprimentos António Silva -------------- next part -------------- An HTML attachment was scrubbed... URL: From adrian at a2es.co.uk Fri Dec 23 21:51:29 2022 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Fri, 23 Dec 2022 21:51:29 +0000 Subject: [Freeswitch-users] mod_python3 - python_fetch Message-ID: Hello, I notice that in mod_python3.c there are some parameters passed to the python_fetch function that do not appear to be used: static switch_xml_t python_fetch(const char *section, const char *tag_name, const char *key_name, const char *key_value, switch_event_t *params, void *user_data) section, tag_name, key_name and key_vlaue do not appear to be passed into the python interpreter  Where as in the lua language equivalent they are passed through. Can anyone help me work out how to get these variables made visible within the python environment?  I believe there are key to making a python based xml handler. Any help greatly appreciated. -- Kind regards, Adrian Fretwell -------------- next part -------------- An HTML attachment was scrubbed... URL: From babak.yakhchali at gmail.com Mon Dec 19 09:08:09 2022 From: babak.yakhchali at gmail.com (Babak Yakhchali) Date: Mon, 19 Dec 2022 12:38:09 +0330 Subject: [Freeswitch-users] mod opus log messages Message-ID: Hi I see the following logs repeating fast during a call sometimes: 2022-12-17 10:00:28.551240 99.20% [DEBUG] mod_opus.c:740 Opus encoder stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate bps[0] 2022-12-17 10:00:28.551240 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set bitrate to local settings [72000bps] 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:725 Opus decoder stats: Frames[0] PLC[0] FEC[0] 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:740 Opus encoder stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate bps[0] 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set bitrate to local settings [72000bps] 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:725 Opus decoder stats: Frames[0] PLC[0] FEC[0] 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:740 Opus encoder stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded bitrate bps[0] 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set bitrate to local settings [72000bps] What do they mean? Is something wrong? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From len at freeswitch.org Tue Dec 27 15:46:52 2022 From: len at freeswitch.org (Len Graham) Date: Tue, 27 Dec 2022 10:46:52 -0500 Subject: [Freeswitch-users] mod opus log messages In-Reply-To: References: Message-ID: No, nothing wrong. You have a DEBUG level of logging set so you'll see more verbose information. More details can be found here https://freeswitch.org/confluence/display/FREESWITCH/Sofia+SIP+Stack#SofiaSIPStack-DebuggingSofia-SIP ~Len On Tue, Dec 27, 2022 at 10:35 AM Babak Yakhchali wrote: > Hi > I see the following logs repeating fast during a call sometimes: > > 2022-12-17 10:00:28.551240 99.20% [DEBUG] mod_opus.c:740 Opus encoder > stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded > bitrate bps[0] > 2022-12-17 10:00:28.551240 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set > bitrate to local settings [72000bps] > 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:725 Opus decoder > stats: Frames[0] PLC[0] FEC[0] > 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:740 Opus encoder > stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded > bitrate bps[0] > 2022-12-17 10:00:28.631241 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set > bitrate to local settings [72000bps] > 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:725 Opus decoder > stats: Frames[0] PLC[0] FEC[0] > 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:740 Opus encoder > stats: Frames[0] Bytes encoded[0] Encoded length ms[0] Average encoded > bitrate bps[0] > 2022-12-17 10:00:28.651240 99.20% [DEBUG] mod_opus.c:619 Opus encoder: set > bitrate to local settings [72000bps] > > What do they mean? Is something wrong? > thanks > _________________________________________________________________________ > > 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 Dec 27 15:55:29 2022 From: brian at freeswitch.com (Brian West) Date: Tue, 27 Dec 2022 09:55:29 -0600 Subject: [Freeswitch-users] Missing libg72211 in bullseye In-Reply-To: References: Message-ID: You could file a github issue... 🤷‍♂️ On Fri, Dec 23, 2022 at 2:27 AM antonio via FreeSWITCH-users < freeswitch-users at lists.freeswitch.org> wrote: > > > > ---------- Forwarded message ---------- > From: antonio > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Fri, 23 Dec 2022 08:04:35 +0000 > Subject: Missing libg72211 in bullseye > Hi, > > In FS repository libg72211 is missing for debian bullseye… I found this > reference: > https://freeswitch.org/stash/users/lekensteyn/repos/freeswitch/browse/libs/libg722_1 but > it looks old. > > > Thanks. > > Happy Hollidays! > > > > — > Saludos / Regards / Cumprimentos > António Silva > > > > > ---------- Forwarded message ---------- > From: antonio via FreeSWITCH-users > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Fri, 23 Dec 2022 00:27:48 -0800 (PST) > Subject: [Freeswitch-users] Missing libg72211 in bullseye > _________________________________________________________________________ > > 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 Jerry.Kendall at BishopHosting.com Tue Dec 27 17:32:58 2022 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Tue, 27 Dec 2022 12:32:58 -0500 Subject: [Freeswitch-users] Ring Group with Video Preview In-Reply-To: References: Message-ID: <8c1d7c5c-dd4b-aae9-4b4a-4593b2bf1009@BishopHosting.com> Hey there.... Does anyone have experience with ring groups that show a preview (on all video capable phones) of a door phone? I have Fanvil (V67/I53W) and Grandstream video phones (GXV3480/GXV3240) connected to Fanvil(I64) and Axis(A8207) door phones. the door phones are able to send preview and the phones are able to receive previdw but the screens only show a black image - no live video. Jerry From Antony.Stone at freeswitch.open.source.it Tue Dec 27 17:40:58 2022 From: Antony.Stone at freeswitch.open.source.it (Antony Stone) Date: Tue, 27 Dec 2022 18:40:58 +0100 Subject: [Freeswitch-users] Ring Group with Video Preview In-Reply-To: <8c1d7c5c-dd4b-aae9-4b4a-4593b2bf1009@BishopHosting.com> References: <8c1d7c5c-dd4b-aae9-4b4a-4593b2bf1009@BishopHosting.com> Message-ID: <202212271840.59044.Antony.Stone@freeswitch.open.source.it> On Tuesday 27 December 2022 at 18:32:58, Jerry Kendall wrote: > Does anyone have experience with ring groups that show a preview (on all > video capable phones) of a door phone? I somehow doubt that it is possible to send a preview to a ring group. That's verging on video-conferencing, after all. > I have Fanvil (V67/I53W) and Grandstream video phones (GXV3480/GXV3240) > connected to Fanvil(I64) and Axis(A8207) door phones. > > the door phones are able to send preview and the phones are able to receive > previdw but the screens only show a black image - no live video. Have you tried reducing the configuration to a simple setup of one door phone and one video phone, to see whether a preview can be sent/received like that? If that works, do a packet capture and look at the SDP part of the SIP communication, and then compare with the same thing using a ring group. Antony. -- How does an Israeli man make beer? Hebrews it. Please reply to the list; please *don't* CC me. From Jerry.Kendall at BishopHosting.com Tue Dec 27 18:58:26 2022 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Tue, 27 Dec 2022 13:58:26 -0500 Subject: [Freeswitch-users] Ring Group with Video Preview In-Reply-To: <202212271840.59044.Antony.Stone@freeswitch.open.source.it> References: <8c1d7c5c-dd4b-aae9-4b4a-4593b2bf1009@BishopHosting.com> <202212271840.59044.Antony.Stone@freeswitch.open.source.it> Message-ID: Hi Antony, Yes, it does work with one device in the ring grouop. In fact, if I toogle or change the devices within a ring group it works regardless of which device - as long as it's only one device in the ring group. Once there are more than a single device, the the video preview only works on the first device to reply with a '183 progress...' All the other devices get a cancel as FS gets the 183 and cancels all other devices... even if they send a '183 progres...' if I set 'bridge_early_media, then all devices will accept the video however, the video is simply a blank screen with on content Jerry On 12/27/2022 12:40 PM, Antony Stone wrote: > On Tuesday 27 December 2022 at 18:32:58, Jerry Kendall wrote: > >> Does anyone have experience with ring groups that show a preview (on all >> video capable phones) of a door phone? > I somehow doubt that it is possible to send a preview to a ring group. > > That's verging on video-conferencing, after all. > >> I have Fanvil (V67/I53W) and Grandstream video phones (GXV3480/GXV3240) >> connected to Fanvil(I64) and Axis(A8207) door phones. >> >> the door phones are able to send preview and the phones are able to receive >> previdw but the screens only show a black image - no live video. > Have you tried reducing the configuration to a simple setup of one door phone > and one video phone, to see whether a preview can be sent/received like that? > > If that works, do a packet capture and look at the SDP part of the SIP > communication, and then compare with the same thing using a ring group. > > > Antony. > From Jerry.Kendall at BishopHosting.com Wed Dec 28 01:19:30 2022 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Tue, 27 Dec 2022 20:19:30 -0500 Subject: [Freeswitch-users] Ring Group with Video Preview In-Reply-To: References: <8c1d7c5c-dd4b-aae9-4b4a-4593b2bf1009@BishopHosting.com> <202212271840.59044.Antony.Stone@freeswitch.open.source.it> Message-ID: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> Typo... the last line should be if I set 'bridge_early_media, then all devices will accept the video however, the video is simply a blank screen with *no* content- basically a black screen On 12/27/2022 1:58 PM, Jerry Kendall wrote: > Hi Antony, > > Yes, it does work with one device in the ring grouop. > > In fact, if I toogle or change the devices within a ring group it works regardless of which device - as long as it's only one device in the ring group. > Once there are more than a single device, the the video preview only works on the first device to reply with a '183 progress...' > All the other devices get a cancel as FS gets the 183 and cancels all other devices... even if they send a '183 progres...' > > if I set 'bridge_early_media, then all devices will accept the video however, the video is simply a blank screen with on content > > Jerry > > > > On 12/27/2022 12:40 PM, Antony Stone wrote: >> On Tuesday 27 December 2022 at 18:32:58, Jerry Kendall wrote: >> >>> Does anyone have experience with ring groups that show a preview (on all >>> video capable phones) of a door phone? >> I somehow doubt that it is possible to send a preview to a ring group. >> >> That's verging on video-conferencing, after all. >> >>> I have Fanvil (V67/I53W) and Grandstream video phones (GXV3480/GXV3240) >>> connected to Fanvil(I64) and Axis(A8207) door phones. >>> >>> the door phones are able to send preview and the phones are able to receive >>> previdw but the screens only show a black image - no live video. >> Have you tried reducing the configuration to a simple setup of one door phone >> and one video phone, to see whether a preview can be sent/received like that? >> >> If that works, do a packet capture and look at the SDP part of the SIP >> communication, and then compare with the same thing using a ring group. >> >> >> Antony. >> > > > _________________________________________________________________________ > > 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 Antony.Stone at freeswitch.open.source.it Wed Dec 28 09:22:36 2022 From: Antony.Stone at freeswitch.open.source.it (Antony Stone) Date: Wed, 28 Dec 2022 10:22:36 +0100 Subject: [Freeswitch-users] Ring Group with Video Preview In-Reply-To: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> Message-ID: <202212281022.36354.Antony.Stone@freeswitch.open.source.it> On Wednesday 28 December 2022 at 02:19:30, Jerry Kendall wrote: > Typo... > > the last line should be > > if I set 'bridge_early_media, then all devices will accept the video howeve > r, the video is simply a blank screen with *no* content- basically a black > screen You're basically expecting to be able to convert unicast traffic into multicast (unicast means one device sending IP to one other device, multicast means one device sending IP to many devices) and although this may be possible, it's (a) not automatic, and (b) not something that FreeSwitch will do for you, to the best of my knowledge. Antony. > On 12/27/2022 1:58 PM, Jerry Kendall wrote: > > Hi Antony, > > > > Yes, it does work with one device in the ring grouop. > > > > In fact, if I toogle or change the devices within a ring group it works > > regardless of which device - as long as it's only one device in the ring > > group. Once there are more than a single device, the the video preview > > only works on the first device to reply with a '183 progress...' All the > > other devices get a cancel as FS gets the 183 and cancels all other > > devices... even if they send a '183 progres...' > > > > if I set 'bridge_early_media, then all devices will accept the video > > however, the video is simply a blank screen with on content > > > > Jerry > > > > On 12/27/2022 12:40 PM, Antony Stone wrote: > >> On Tuesday 27 December 2022 at 18:32:58, Jerry Kendall wrote: > >>> Does anyone have experience with ring groups that show a preview (on > >>> all video capable phones) of a door phone? > >> > >> I somehow doubt that it is possible to send a preview to a ring group. > >> > >> That's verging on video-conferencing, after all. > >> > >>> I have Fanvil (V67/I53W) and Grandstream video phones (GXV3480/GXV3240) > >>> connected to Fanvil(I64) and Axis(A8207) door phones. > >>> > >>> the door phones are able to send preview and the phones are able to > >>> receive previdw but the screens only show a black image - no live > >>> video. > >> > >> Have you tried reducing the configuration to a simple setup of one door > >> phone and one video phone, to see whether a preview can be > >> sent/received like that? > >> > >> If that works, do a packet capture and look at the SDP part of the SIP > >> communication, and then compare with the same thing using a ring group. -- Late in 1972 President Richard Nixon announced that the rate of increase of inflation was decreasing. This was the first time a sitting president used a third derivative to advance his case for re-election. - Hugo Rossi, Notices of the American Mathematical Society Please reply to the list; please *don't* CC me. From adrian at a2es.co.uk Wed Dec 28 13:18:21 2022 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Wed, 28 Dec 2022 13:18:21 +0000 Subject: [Freeswitch-users] mod_python3 - python_fetch In-Reply-To: References: Message-ID: <89317de5-4c11-98d3-e593-f6d550c44636@a2es.co.uk> Hello One & All, Just an update.  I believe I have solved this.  I have created the following pull request: https://github.com/signalwire/freeswitch/pull/1908 If anyone can see a better or more efficient way of doing this, please let me know. Kind regards, Adrian Fretwell On 23/12/2022 21:51, Adrian Fretwell wrote: > > Hello, > > I notice that in mod_python3.c there are some parameters passed to the > python_fetch function that do not appear to be used: > > static switch_xml_t python_fetch(const char *section, const char > *tag_name, const char *key_name, const char *key_value, switch_event_t > *params, void *user_data) > > section, tag_name, key_name and key_vlaue do not appear to be passed > into the python interpreter  Where as in the lua language equivalent > they are passed through. > > Can anyone help me work out how to get these variables made visible > within the python environment?  I believe there are key to making a > python based xml handler. > > Any help greatly appreciated. > > > -- > Kind regards, > > Adrian Fretwell > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWirehttps://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 timehttps://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 zoop at hyelucene.com Wed Dec 28 03:35:16 2022 From: zoop at hyelucene.com (avoid gray) Date: Wed, 28 Dec 2022 03:35:16 +0000 Subject: [Freeswitch-users] continue-on-fail with conference & Bridge Message-ID: I ran into something I was wondering if there is a work around for or if it would be something easy I could match a patch for. when using the "conference bridge:confname:1000@${domain_name}" structure. the options hangup-after-bridge and continue-on-fail don't seem to work like they would with just using bridge. Generally I am starting a conference just between two legs to start with. In my case an Inbound call, then having the system dial a WebRTC logged in user. If that users rejects the call or doesn't answer etc. the dialplan cannot continue forward the conference failure ends up hanging up the call. I am hoping there is some other option I didn't find or maybe something that I can work out and adjust if I could be given a little direction on where is the right place to look. Thanks -Rance From gregor at infomedia.si Thu Dec 29 11:04:40 2022 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 29 Dec 2022 12:04:40 +0100 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere Message-ID: We like the functionality of Call completed elsewhere in ring groups as sip client doesn't show missed call in call log. Is there a way to fake SIP CANCEL later? For example, let's say call rings on 5 phones, and no one answers. After that, someone calls this number back and we would like to inform all the other 4 phones that this missed call was answered. Sip client groups all calls from/to one number and doesn't show missed call, if it was answered later, same as on cell phones. BR, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Dec 29 15:14:16 2022 From: brian at freeswitch.com (Brian West) Date: Thu, 29 Dec 2022 09:14:16 -0600 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: FreeSWITCH already does this. On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger wrote: > We like the functionality of Call completed elsewhere in ring groups as > sip client doesn't show missed call in call log. > > Is there a way to fake SIP CANCEL later? > > For example, let's say call rings on 5 phones, and no one answers. After > that, someone calls this number back and we would like to inform all the > other 4 phones that this missed call was answered. Sip client groups all > calls from/to one number and doesn't show missed call, if it was answered > later, same as on cell phones. > > BR, Gregor > > _________________________________________________________________________ > > 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 Thu Dec 29 15:15:26 2022 From: brian at freeswitch.com (Brian West) Date: Thu, 29 Dec 2022 09:15:26 -0600 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: OH, after I pressed send, I re-read it and got what you were asking, If the call wasn't answered and the party called again, there is no way to cancel after the fact, it wasn't answered. /b On Thu, Dec 29, 2022 at 9:14 AM Brian West wrote: > FreeSWITCH already does this. > > On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger wrote: > >> We like the functionality of Call completed elsewhere in ring groups as >> sip client doesn't show missed call in call log. >> >> Is there a way to fake SIP CANCEL later? >> >> For example, let's say call rings on 5 phones, and no one answers. After >> that, someone calls this number back and we would like to inform all the >> other 4 phones that this missed call was answered. Sip client groups all >> calls from/to one number and doesn't show missed call, if it was answered >> later, same as on cell phones. >> >> BR, Gregor >> >> _________________________________________________________________________ >> >> 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] > -- 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 gregor at infomedia.si Thu Dec 29 15:44:56 2022 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 29 Dec 2022 16:44:56 +0100 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: OK, thank you. So, no way to send sip cancel programmatically via ESL for example? On Thu, 29 Dec 2022, 16:16 Brian West, wrote: > OH, after I pressed send, I re-read it and got what you were asking, If > the call wasn't answered and the party called again, there is no way to > cancel after the fact, it wasn't answered. > > /b > > > On Thu, Dec 29, 2022 at 9:14 AM Brian West wrote: > >> FreeSWITCH already does this. >> >> On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger >> wrote: >> >>> We like the functionality of Call completed elsewhere in ring groups as >>> sip client doesn't show missed call in call log. >>> >>> Is there a way to fake SIP CANCEL later? >>> >>> For example, let's say call rings on 5 phones, and no one answers. After >>> that, someone calls this number back and we would like to inform all the >>> other 4 phones that this missed call was answered. Sip client groups all >>> calls from/to one number and doesn't show missed call, if it was answered >>> later, same as on cell phones. >>> >>> BR, Gregor >>> >>> _________________________________________________________________________ >>> >>> 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] >> > > > -- > > 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 freeswitch-list at timando.net Thu Dec 29 20:47:15 2022 From: freeswitch-list at timando.net (freeswitch-list at timando.net) Date: Thu, 29 Dec 2022 20:47:15 +0000 (UTC) Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: <304D30E8-10D5-4F60-870A-BA2194C92E5C@timando.net> The call was already CANCELled the first time. You can't CANCEL a call that was already completed. On 29 December 2022 3:44:56 pm UTC, Gregor Nanger wrote: >OK, thank you. So, no way to send sip cancel programmatically via ESL for >example? > >On Thu, 29 Dec 2022, 16:16 Brian West, wrote: > >> OH, after I pressed send, I re-read it and got what you were asking, If >> the call wasn't answered and the party called again, there is no way to >> cancel after the fact, it wasn't answered. >> >> /b >> >> >> On Thu, Dec 29, 2022 at 9:14 AM Brian West wrote: >> >>> FreeSWITCH already does this. >>> >>> On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger >>> wrote: >>> >>>> We like the functionality of Call completed elsewhere in ring groups as >>>> sip client doesn't show missed call in call log. >>>> >>>> Is there a way to fake SIP CANCEL later? >>>> >>>> For example, let's say call rings on 5 phones, and no one answers. After >>>> that, someone calls this number back and we would like to inform all the >>>> other 4 phones that this missed call was answered. Sip client groups all >>>> calls from/to one number and doesn't show missed call, if it was answered >>>> later, same as on cell phones. >>>> >>>> BR, Gregor >>>> >>>> _________________________________________________________________________ >>>> >>>> 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] >>> >> >> >> -- >> >> 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 brian at freeswitch.com Thu Dec 29 22:23:16 2022 From: brian at freeswitch.com (Brian West) Date: Thu, 29 Dec 2022 16:23:16 -0600 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: No, that's an in-dialog event, if you really want this a pull request would have to be made to always lie and say it was completed elsewhere on all cancels or just the ones that have the variable set. On Thu, Dec 29, 2022 at 9:46 AM Gregor Nanger wrote: > OK, thank you. So, no way to send sip cancel programmatically via ESL for > example? > > On Thu, 29 Dec 2022, 16:16 Brian West, wrote: > >> OH, after I pressed send, I re-read it and got what you were asking, If >> the call wasn't answered and the party called again, there is no way to >> cancel after the fact, it wasn't answered. >> >> /b >> >> >> On Thu, Dec 29, 2022 at 9:14 AM Brian West wrote: >> >>> FreeSWITCH already does this. >>> >>> On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger >>> wrote: >>> >>>> We like the functionality of Call completed elsewhere in ring groups as >>>> sip client doesn't show missed call in call log. >>>> >>>> Is there a way to fake SIP CANCEL later? >>>> >>>> For example, let's say call rings on 5 phones, and no one answers. >>>> After that, someone calls this number back and we would like to inform all >>>> the other 4 phones that this missed call was answered. Sip client groups >>>> all calls from/to one number and doesn't show missed call, if it was >>>> answered later, same as on cell phones. >>>> >>>> BR, Gregor >>>> >>>> >>>> _________________________________________________________________________ >>>> >>>> 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] >>> >> >> >> -- >> >> 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 -- 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 Jerry.Kendall at BishopHosting.com Fri Dec 30 07:33:55 2022 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Fri, 30 Dec 2022 02:33:55 -0500 Subject: [Freeswitch-users] dialplan outcall conference In-Reply-To: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> Message-ID: Hi all... I would like to create a dialplan conference. I would like the have this dialplan conference make outcalls to a group of maybe 20 devices This, I know is all basic stuff... I can already do this - usually use it for Paging Groups... Works great. However, I'd like to set the max_members at 2 and still have the outcalls happen and have the 20 or so devices ring as per normal. Now, assuming someone dials the conference number that hits this dialplan - this being member number 1 Here's the catch, Is there a way to have mod_conference, once the first ringing device (out of the 20 or so..) answers (hence the max_members = 2), send a CANCEL to all the other INVITEes..???? Thanks in advance for all your ideas... Jerry From gregor at infomedia.si Fri Dec 30 09:29:59 2022 From: gregor at infomedia.si (Gregor Nanger) Date: Fri, 30 Dec 2022 10:29:59 +0100 Subject: [Freeswitch-users] SIP CANCEL Answered elswhere In-Reply-To: References: Message-ID: Thank you for your answer. I was thinking out of the box. The Sip client doesn't care about the call, it just looks for a Sip cancel and then checks A number, and based on A number sets in the call log from this number as answered. So, I was thinking, if it is just possible somehow to send SIP cancel to extension programmatically. BR, Gregor On Thu, 29 Dec 2022, 23:24 Brian West, wrote: > No, that's an in-dialog event, if you really want this a pull request > would have to be made to always lie and say it was completed elsewhere on > all cancels or just the ones that have the variable set. > > On Thu, Dec 29, 2022 at 9:46 AM Gregor Nanger wrote: > >> OK, thank you. So, no way to send sip cancel programmatically via ESL for >> example? >> >> On Thu, 29 Dec 2022, 16:16 Brian West, wrote: >> >>> OH, after I pressed send, I re-read it and got what you were asking, If >>> the call wasn't answered and the party called again, there is no way to >>> cancel after the fact, it wasn't answered. >>> >>> /b >>> >>> >>> On Thu, Dec 29, 2022 at 9:14 AM Brian West wrote: >>> >>>> FreeSWITCH already does this. >>>> >>>> On Thu, Dec 29, 2022 at 5:05 AM Gregor Nanger >>>> wrote: >>>> >>>>> We like the functionality of Call completed elsewhere in ring groups >>>>> as sip client doesn't show missed call in call log. >>>>> >>>>> Is there a way to fake SIP CANCEL later? >>>>> >>>>> For example, let's say call rings on 5 phones, and no one answers. >>>>> After that, someone calls this number back and we would like to inform all >>>>> the other 4 phones that this missed call was answered. Sip client groups >>>>> all calls from/to one number and doesn't show missed call, if it was >>>>> answered later, same as on cell phones. >>>>> >>>>> BR, Gregor >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> 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] >>>> >>> >>> >>> -- >>> >>> 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 > > > > -- > > 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: