From Jerry.Kendall at BishopHosting.com Sun Jan 1 02:47:54 2023 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Sat, 31 Dec 2022 21:47:54 -0500 Subject: [Freeswitch-users] Odd Media issue In-Reply-To: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> Message-ID: Hey there... I've come across an odd issue with the outbound media from FS... I have a phone, calls a ring group at say 22. Now if the phones and FS are on the same network, the early media is sent to all phones properly... If the phones are on different networks connected via VPN, again, the early media is sent to all phones properly... not if the phones are on different networks and a firewall is between without vpn tunneling.... The early media is NOT delivered properly... It seems as thought he SDP payload is not fully processed - again, it seems.... So, how do I tell FS to send the early media to the phones when the phones are on private IP space behind a firewall.??? It almost looks like the private IPs and not being mapped properly when sending early media. (the phones are replying to the INVITE with 183 progress status that includes SDP) I have NAT working properly and calls, even confererce calls with and without video all work fine - ONCE the call has been answered. I have been trying to get early media(video) and works but, only when there is no firewall between FS and the phones. This, of course is not acceptable for customer based setups. Anyu ideas on where to look for the cause? Jerry From Jerry.Kendall at BishopHosting.com Sun Jan 1 03:47:36 2023 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Sat, 31 Dec 2022 22:47:36 -0500 Subject: [Freeswitch-users] Odd Media issue In-Reply-To: References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> Message-ID: <004a8c9d-9fbf-b535-da5b-a2397fc7de2b@BishopHosting.com> So I did a quick check, I ran 'tcpdump net 10.0.0.0/8' I got thousands of packets immediately on dialing a ring group. So, it seems that FS is indeed NOT processing the NAT mapping correctly... I could be wrong... I'm not above that... to draw a sort of image... [phones on 10.0.0.x net] ----------- [ FW ]  --------------- { internet } ------------- [ FS Server on public IP ] The traffic to/from the phones goes correctly unless I have the group setup to send early media to allow ringing phones to show early media video... If the group is setup to send early media, the ringing phones are NOT getting the earling media traffic.. The phones have the video screen active AND showing but NO video is displayed as it is sent from FS on the public IP to the phones PRIVATE IP... I am doing this using a hard coded test dialplan conference call like so... ================== \n"; ================== Does anyone have any ideas where I need to change things...?? Regards, Jerry On 12/31/2022 9:47 PM, Jerry Kendall wrote: > Hey there... > > I've come across an odd issue with the outbound media from FS... > > I have a phone, calls a ring group at say 22. > Now if the phones and FS are on the same network, the early media is sent to all phones properly... > If the phones are on different networks connected via VPN, again, the early media is sent to all phones properly... > > not if the phones are on different networks and a firewall is between without vpn tunneling.... The early media is NOT delivered properly... > > It seems as thought he SDP payload is not fully processed - again, it seems.... > > > So, how do I tell FS to send the early media to the phones when the phones are on private IP space behind a firewall.??? > It almost looks like the private IPs and not being mapped properly when sending early media. > (the phones are replying to the INVITE with 183 progress status that includes SDP) > > I have NAT working properly and calls, even confererce calls with and without video all work fine - ONCE the call has been answered. > I have been trying to get early media(video) and works but, only when there is no firewall between FS and the phones. > > This, of course is not acceptable for customer based setups. > > Anyu ideas on where to look for the cause? > > Jerry > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN 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 Jerry.Kendall at BishopHosting.com Sun Jan 1 05:50:36 2023 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Sun, 1 Jan 2023 00:50:36 -0500 Subject: [Freeswitch-users] Odd Media issue In-Reply-To: <004a8c9d-9fbf-b535-da5b-a2397fc7de2b@BishopHosting.com> References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> <004a8c9d-9fbf-b535-da5b-a2397fc7de2b@BishopHosting.com> Message-ID: Another bit of hopefully useful info - the video shows up on all phones when they are answered. Jerry On 12/31/2022 10:47 PM, Jerry Kendall wrote: > So I did a quick check, > > I ran 'tcpdump net 10.0.0.0/8' > > I got thousands of packets immediately on dialing a ring group. So, it seems that FS is indeed NOT processing the NAT mapping correctly... I could be wrong... I'm not above that... > > to draw a sort of image... > > [phones on 10.0.0.x net] ----------- [ FW ]  --------------- { internet } ------------- [ FS Server on public IP ] > > The traffic to/from the phones goes correctly unless I have the group setup to send early media to allow ringing phones to show early media video... > > If the group is setup to send early media, the ringing phones are NOT getting the earling media traffic.. > The phones have the video screen active AND showing but NO video is displayed as it is sent from FS on the public IP to the phones PRIVATE IP... > > I am doing this using a hard coded test dialplan conference call like so... > ================== > > > > > > > > > > > > > > > \n"; > > > > > > > > > > > ================== > > > Does anyone have any ideas where I need to change things...?? > > > Regards, > Jerry > > > On 12/31/2022 9:47 PM, Jerry Kendall wrote: >> Hey there... >> >> I've come across an odd issue with the outbound media from FS... >> >> I have a phone, calls a ring group at say 22. >> Now if the phones and FS are on the same network, the early media is sent to all phones properly... >> If the phones are on different networks connected via VPN, again, the early media is sent to all phones properly... >> >> not if the phones are on different networks and a firewall is between without vpn tunneling.... The early media is NOT delivered properly... >> >> It seems as thought he SDP payload is not fully processed - again, it seems.... >> >> >> So, how do I tell FS to send the early media to the phones when the phones are on private IP space behind a firewall.??? >> It almost looks like the private IPs and not being mapped properly when sending early media. >> (the phones are replying to the INVITE with 183 progress status that includes SDP) >> >> I have NAT working properly and calls, even confererce calls with and without video all work fine - ONCE the call has been answered. >> I have been trying to get early media(video) and works but, only when there is no firewall between FS and the phones. >> >> This, of course is not acceptable for customer based setups. >> >> Anyu ideas on where to look for the cause? >> >> Jerry >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN 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 Jerry.Kendall at BishopHosting.com Mon Jan 2 20:08:40 2023 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Mon, 2 Jan 2023 15:08:40 -0500 Subject: [Freeswitch-users] Odd Media issue In-Reply-To: References: <23ed563a-a955-c9be-a259-65293003d1f5@BishopHosting.com> <004a8c9d-9fbf-b535-da5b-a2397fc7de2b@BishopHosting.com> Message-ID: The issues has been resolved... On Grandstream phones, you need STUN setup and you need to have the NAT-Traversal set to STUN. Thanks, Jerry On 1/1/2023 12:50 AM, Jerry Kendall wrote: > > Another bit of hopefully useful info - the video shows up on all phones when they are answered. > > Jerry > > > On 12/31/2022 10:47 PM, Jerry Kendall wrote: >> So I did a quick check, >> >> I ran 'tcpdump net 10.0.0.0/8' >> >> I got thousands of packets immediately on dialing a ring group. So, it seems that FS is indeed NOT processing the NAT mapping correctly... I could be wrong... I'm not above that... >> >> to draw a sort of image... >> >> [phones on 10.0.0.x net] ----------- [ FW ]  --------------- { internet } ------------- [ FS Server on public IP ] >> >> The traffic to/from the phones goes correctly unless I have the group setup to send early media to allow ringing phones to show early media video... >> >> If the group is setup to send early media, the ringing phones are NOT getting the earling media traffic.. >> The phones have the video screen active AND showing but NO video is displayed as it is sent from FS on the public IP to the phones PRIVATE IP... >> >> I am doing this using a hard coded test dialplan conference call like so... >> ================== >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> \n"; >> >> >> >> >> >> >> >> >> >> >> ================== >> >> >> Does anyone have any ideas where I need to change things...?? >> >> >> Regards, >> Jerry >> >> >> On 12/31/2022 9:47 PM, Jerry Kendall wrote: >>> Hey there... >>> >>> I've come across an odd issue with the outbound media from FS... >>> >>> I have a phone, calls a ring group at say 22. >>> Now if the phones and FS are on the same network, the early media is sent to all phones properly... >>> If the phones are on different networks connected via VPN, again, the early media is sent to all phones properly... >>> >>> not if the phones are on different networks and a firewall is between without vpn tunneling.... The early media is NOT delivered properly... >>> >>> It seems as thought he SDP payload is not fully processed - again, it seems.... >>> >>> >>> So, how do I tell FS to send the early media to the phones when the phones are on private IP space behind a firewall.??? >>> It almost looks like the private IPs and not being mapped properly when sending early media. >>> (the phones are replying to the INVITE with 183 progress status that includes SDP) >>> >>> I have NAT working properly and calls, even confererce calls with and without video all work fine - ONCE the call has been answered. >>> I have been trying to get early media(video) and works but, only when there is no firewall between FS and the phones. >>> >>> This, of course is not acceptable for customer based setups. >>> >>> Anyu ideas on where to look for the cause? >>> >>> Jerry >>> >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com From Jerry.Kendall at BishopHosting.com Mon Jan 2 20:20:16 2023 From: Jerry.Kendall at BishopHosting.com (Jerry Kendall) Date: Mon, 2 Jan 2023 15:20:16 -0500 Subject: [Freeswitch-users] Group calls Message-ID: <5f939321-5090-fa3a-0ee8-0e5b01f7db1f@BishopHosting.com> Hi There & Happy New Year..... I am hoping someone can point me in the right direction.... I need to have a video call from a door phone/intercom go to a group of devices and present the preview video where the target phones show the preview video *before* the call is answered. - there are 2 strategies.... 1) use bridge with ',' or Enterprise Orig... This works mostly, BUT the android video phones are responding with '183 Progress...' when this happens, the first device to reply with 183 is considered answered and all others are cancelled... The 183 does not mean a person is sitting at the phone. So, is there a way to tell FS to NOT accept 183 as 'answered' so that all devices continue to ring? 2) use a dial plan conference call with the group of target phones set as 'conference_set_auto_outcall' and this works, mostly... The approach does send the preview video to all target devices and the 'person' gets to pick which device to answer on. The issue here is that all other devices continue to ring waiting for the conference members to answer... So, is there a way to cancel the other invites once the 'person' answers the first device? Thanks, Jerry From gregor at infomedia.si Tue Jan 3 08:50:42 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 Jan 2023 09:50:42 +0100 Subject: [Freeswitch-users] Strange ACL behavior Message-ID: I have defined ACL with IPs and if I test IP in CLI with acl xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, it doesn't get authenticated. Any ideas why? BR, Gregor -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Tue Jan 3 13:31:43 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Tue, 3 Jan 2023 14:31:43 +0100 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: Only difference between IPs that are correctly authenticated and this one is that for non working IP I get in log: fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% [INFO] sofia.c:10462 sofia/*external*/xxxxxxxxx at xxx.xxx.xxx.186receiving invite from xxx.xxx.xxx.186:5060 there is external instead of internal. One of our gateway is registered to similar IP. For example: non authenticated IP is: xxx.xxx.xxx.186 and gateways is connected to xxx.xxx.xxx.190 Since it is the same subdomain, is it possible that FS thinks that this is from external? BR, Gregor On Tue, 3 Jan 2023 at 09:50, Gregor Nanger wrote: > I have defined ACL with IPs and if I test IP in CLI with acl > xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, > it doesn't get authenticated. > > Any ideas why? > > BR, Gregor > -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Tue Jan 3 21:26:06 2023 From: brian at freeswitch.com (Brian West) Date: Tue, 3 Jan 2023 15:26:06 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Message-ID: FreeSWITCHers, Most of you already know me, but for anyone that doesn’t - I’m one of the founders of FreeSWITCH, and I’m the primary administrator for the mailing list. This mailing list has served the community well for almost 15 years now. As the mailing list has grown continuously larger and been stretched to the limits of its capabilities, it has been running into bigger issues. Especially in the last year, we’ve seen numerous issues that prevent people from joining and participating – bounces, unintended unsubscribes, spam filtering, and more. We didn’t want to shut down the mailing list without having a replacement set up, and a forum was the obvious choice – the community has been requesting a proper forum for years now. In addition to being more easily accessible and searchable, we hope the forum will simply be a better experience for everyone using it compared to the mailing list. To join the new forum, visit forum.signalwire.community - it uses SSO from your free SignalWire account, which allows us to be more lenient with moderation because we've got an assumed level of trust, and also reduces the overall level of spam in the forums. We've got the forum set so you can view without an account, so check it out with no obligation. If you’d like to receive updates via email, you can set that up in your user preferences on the forum. You can even reply to forum topics via email, though you’ll need to visit the forum to start a new topic (top level post). Also note the digest/summary emails will stop sending if you don’t log into the site periodically: currently you need to log in every 180 days. Not interested in the forum, but still looking for community spaces? You’re welcome to join our Community Slack , join the subreddit , or attend our Office Hours . If you want to continue using the mailing list until we sunset it, you’re welcome to do so. We’ve disabled new sign ups as of today, and we’ll formally stop supporting it as of March 15, 2023. This should give everyone plenty of time to set up in our other community spaces. Thanks, /b -- Brian West | Co-founder and Developer Email: brian at freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Tue Jan 3 22:55:13 2023 From: covici at ccs.covici.com (John Covici) Date: Tue, 03 Jan 2023 17:55:13 -0500 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: This is very bad for me, I have lots of problems with these forums -- very not accessible and very clumsy. Often I can't even navigate these things. I don't think I have proper credentials -- I have a signal wire account somewhere, but don't use it that much. I have been using this platform for many years and I don't want to use any other platform. On Tue, 03 Jan 2023 16:26:06 -0500, Brian West wrote: > > [1 ] > [1.1 ] > FreeSWITCHers, > > Most of you already know me, but for anyone that doesn’t - I’m one of the > founders of FreeSWITCH, and I’m the primary administrator for the mailing > list. > > This mailing list has served the community well for almost 15 years now. As > the mailing list has grown continuously larger and been stretched to the > limits of its capabilities, it has been running into bigger issues. > Especially in the last year, we’ve seen numerous issues that prevent people > from joining and participating – bounces, unintended unsubscribes, spam > filtering, and more. > > We didn’t want to shut down the mailing list without having a replacement > set up, and a forum was the obvious choice – the community has been > requesting a proper forum for years now. In addition to being more easily > accessible and searchable, we hope the forum will simply be a better > experience for everyone using it compared to the mailing list. > > To join the new forum, visit forum.signalwire.community - it uses SSO from > your free SignalWire account, which allows us to be more lenient with > moderation because we've got an assumed level of trust, and also reduces > the overall level of spam in the forums. We've got the forum set so you can > view without an account, so check it out with no obligation. > > If you’d like to receive updates via email, you can set that up in your > user preferences on the forum. You can even reply to forum topics via > email, though you’ll need to visit the forum to start a new topic (top > level post). Also note the digest/summary emails will stop sending if you > don’t log into the site periodically: currently you need to log in every > 180 days. > > Not interested in the forum, but still looking for community spaces? You’re > welcome to join our Community Slack , > join the subreddit , or attend our Office > Hours . > > If you want to continue using the mailing list until we sunset it, you’re > welcome to do so. We’ve disabled new sign ups as of today, and we’ll > formally stop supporting it as of March 15, 2023. This should give everyone > plenty of time to set up in our other community spaces. > > > Thanks, > > > /b > > > > > -- > > Brian West | Co-founder and Developer > > Email: brian at 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 brian at freeswitch.com Wed Jan 4 01:46:26 2023 From: brian at freeswitch.com (Brian West) Date: Tue, 3 Jan 2023 19:46:26 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: John, We did look at the accessibility of the forum software we choose, it should work with screen readers or other tools that are used for accessibility on your PC, Let me know if you have any issues with it. Thanks, /b On Tue, Jan 3, 2023 at 4:55 PM John Covici wrote: > This is very bad for me, I have lots of problems with these forums -- > very not accessible and very clumsy. > > Often I can't even navigate these things. > > I don't think I have proper credentials -- I have a signal wire > account somewhere, but don't use it that much. > > I have been using this platform for many years and I don't want to use > any other platform. > > On Tue, 03 Jan 2023 16:26:06 -0500, > Brian West wrote: > > > > [1 ] > > [1.1 ] > > FreeSWITCHers, > > > > Most of you already know me, but for anyone that doesn’t - I’m one of the > > founders of FreeSWITCH, and I’m the primary administrator for the mailing > > list. > > > > This mailing list has served the community well for almost 15 years now. > As > > the mailing list has grown continuously larger and been stretched to the > > limits of its capabilities, it has been running into bigger issues. > > Especially in the last year, we’ve seen numerous issues that prevent > people > > from joining and participating – bounces, unintended unsubscribes, spam > > filtering, and more. > > > > We didn’t want to shut down the mailing list without having a replacement > > set up, and a forum was the obvious choice – the community has been > > requesting a proper forum for years now. In addition to being more easily > > accessible and searchable, we hope the forum will simply be a better > > experience for everyone using it compared to the mailing list. > > > > To join the new forum, visit forum.signalwire.community - it uses SSO > from > > your free SignalWire account, which allows us to be more lenient with > > moderation because we've got an assumed level of trust, and also reduces > > the overall level of spam in the forums. We've got the forum set so you > can > > view without an account, so check it out with no obligation. > > > > If you’d like to receive updates via email, you can set that up in your > > user preferences on the forum. You can even reply to forum topics via > > email, though you’ll need to visit the forum to start a new topic (top > > level post). Also note the digest/summary emails will stop sending if you > > don’t log into the site periodically: currently you need to log in every > > 180 days. > > > > Not interested in the forum, but still looking for community spaces? > You’re > > welcome to join our Community Slack >, > > join the subreddit , or attend > our Office > > Hours . > > > > If you want to continue using the mailing list until we sunset it, you’re > > welcome to do so. We’ve disabled new sign ups as of today, and we’ll > > formally stop supporting it as of March 15, 2023. This should give > everyone > > plenty of time to set up in our other community spaces. > > > > > > Thanks, > > > > > > /b > > > > > > > > > > -- > > > > Brian West | Co-founder and Developer > > > > Email: brian at 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 -- 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 Wed Jan 4 01:47:27 2023 From: brian at freeswitch.com (Brian West) Date: Tue, 3 Jan 2023 19:47:27 -0600 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: Pay attention to the default allow / deny settings you may have it inverted On Tue, Jan 3, 2023 at 7:32 AM Gregor Nanger wrote: > Only difference between IPs that are correctly authenticated and this one > is that for non working IP I get in log: > fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% > [INFO] sofia.c:10462 sofia/*external*/xxxxxxxxx at xxx.xxx.xxx.186receiving > invite from xxx.xxx.xxx.186:5060 > > there is external instead of internal. One of our gateway is registered to > similar IP. For example: non authenticated IP is: xxx.xxx.xxx.186 and > gateways is connected to xxx.xxx.xxx.190 > > Since it is the same subdomain, is it possible that FS thinks that this is > from external? > > BR, Gregor > > On Tue, 3 Jan 2023 at 09:50, Gregor Nanger wrote: > >> I have defined ACL with IPs and if I test IP in CLI with acl >> xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, >> it doesn't get authenticated. >> >> Any ideas why? >> >> BR, Gregor >> > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 clive at lansink.co.nz Wed Jan 4 02:58:39 2023 From: clive at lansink.co.nz (Clive Lansink) Date: Wed, 4 Jan 2023 02:58:39 +0000 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Message-ID: <010001857ab76b08-a88ec0cd-8016-4d5b-bbc1-3e9059149045-000000@email.amazonses.com> Hi everyone. First I would comment that I am a screen reader user and I have to say the forum chosen for the Signalwire community is really one of the best from a screen reader point of view. So well done for that. I have to say email is great for people who just want to quickly glance at the incoming traffic, delete what is of no interest and maybe file or note anything useful. The benefit is you're just working from your in-box dealing with whatever comes in during the day and you don't have to think twice about it. That's why I prefer email to forums where you have to go there to check them out, which means remembering to actually do that. But at least if we're moving to a forum it's good that it is one that works well with a screen reader. Cheers. Clive Lansink Email: Clive at Lansink.Co.NZ Phone: +64 9 520-4242 Mobile: +64 21 663-999 -----Original message----- From: Brian West To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Reply-to: FreeSWITCH Users Help Date: Tue, 3 Jan 2023 19:46:26 -0600 John, We did look at the accessibility of the forum software we choose, it should work with screen readers or other tools that are used for accessibility on your PC, Let me know if you have any issues with it. Thanks, /b On Tue, Jan 3, 2023 at 4:55 PM John Covici wrote: > This is very bad for me, I have lots of problems with these forums -- > very not accessible and very clumsy. > > Often I can't even navigate these things. > > I don't think I have proper credentials -- I have a signal wire > account somewhere, but don't use it that much. > > I have been using this platform for many years and I don't want to use > any other platform. > > On Tue, 03 Jan 2023 16:26:06 -0500, > Brian West wrote: > > > > [1 ] > > [1.1 ] > > FreeSWITCHers, > > > > Most of you already know me, but for anyone that doesn’t - I’m one of the > > founders of FreeSWITCH, and I’m the primary administrator for the mailing > > list. > > > > This mailing list has served the community well for almost 15 years now. > As > > the mailing list has grown continuously larger and been stretched to the > > limits of its capabilities, it has been running into bigger issues. > > Especially in the last year, we’ve seen numerous issues that prevent > people > > from joining and participating – bounces, unintended unsubscribes, spam > > filtering, and more. > > > > We didn’t want to shut down the mailing list without having a replacement > > set up, and a forum was the obvious choice – the community has been > > requesting a proper forum for years now. In addition to being more easily > > accessible and searchable, we hope the forum will simply be a better > > experience for everyone using it compared to the mailing list. > > > > To join the new forum, visit forum.signalwire.community - it uses SSO > from > > your free SignalWire account, which allows us to be more lenient with > > moderation because we've got an assumed level of trust, and also reduces > > the overall level of spam in the forums. We've got the forum set so you > can > > view without an account, so check it out with no obligation. > > > > If you’d like to receive updates via email, you can set that up in your > > user preferences on the forum. You can even reply to forum topics via > > email, though you’ll need to visit the forum to start a new topic (top > > level post). Also note the digest/summary emails will stop sending if you > > don’t log into the site periodically: currently you need to log in every > > 180 days. > > > > Not interested in the forum, but still looking for community spaces? > You’re > > welcome to join our Community Slack >, > > join the subreddit , or attend > our Office > > Hours . > > > > If you want to continue using the mailing list until we sunset it, you’re > > welcome to do so. We’ve disabled new sign ups as of today, and we’ll > > formally stop supporting it as of March 15, 2023. This should give > everyone > > plenty of time to set up in our other community spaces. > > > > > > Thanks, > > > > > > /b > > > > > > > > > > -- > > > > Brian West | Co-founder and Developer > > > > Email: brian at 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 -- 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 From covici at ccs.covici.com Wed Jan 4 05:11:25 2023 From: covici at ccs.covici.com (John Covici) Date: Wed, 4 Jan 2023 00:11:25 -0500 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: <000c01d91ffb$01465860$03d30920$@ccs.covici.com> I tried to join the forum, but it requires a captcha and I could not figure out the challenge. One of the reasons I hate forums. Can you bypass this for me? From: FreeSWITCH-users On Behalf Of Brian West Sent: Tuesday, January 3, 2023 4:26 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list FreeSWITCHers, Most of you already know me, but for anyone that doesn’t - I’m one of the founders of FreeSWITCH, and I’m the primary administrator for the mailing list. This mailing list has served the community well for almost 15 years now. As the mailing list has grown continuously larger and been stretched to the limits of its capabilities, it has been running into bigger issues. Especially in the last year, we’ve seen numerous issues that prevent people from joining and participating – bounces, unintended unsubscribes, spam filtering, and more. We didn’t want to shut down the mailing list without having a replacement set up, and a forum was the obvious choice – the community has been requesting a proper forum for years now. In addition to being more easily accessible and searchable, we hope the forum will simply be a better experience for everyone using it compared to the mailing list. To join the new forum, visit forum.signalwire.community - it uses SSO from your free SignalWire account, which allows us to be more lenient with moderation because we've got an assumed level of trust, and also reduces the overall level of spam in the forums. We've got the forum set so you can view without an account, so check it out with no obligation. If you’d like to receive updates via email, you can set that up in your user preferences on the forum. You can even reply to forum topics via email, though you’ll need to visit the forum to start a new topic (top level post). Also note the digest/summary emails will stop sending if you don’t log into the site periodically: currently you need to log in every 180 days. Not interested in the forum, but still looking for community spaces? You’re welcome to join our Community Slack, join the subreddit, or attend our Office Hours. If you want to continue using the mailing list until we sunset it, you’re welcome to do so. We’ve disabled new sign ups as of today, and we’ll formally stop supporting it as of March 15, 2023. This should give everyone plenty of time to set up in our other community spaces. Thanks, /b -- Brian West | Co-founder and Developer Email: brian at freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From covici at ccs.covici.com Wed Jan 4 05:15:04 2023 From: covici at ccs.covici.com (John Covici) Date: Wed, 04 Jan 2023 00:15:04 -0500 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: Another problem I seem to have is that your forum does not work with my password manager -- I am using lastpass. On Tue, 03 Jan 2023 16:26:06 -0500, Brian West wrote: > > [1 ] > [1.1 ] > FreeSWITCHers, > > Most of you already know me, but for anyone that doesn’t - I’m one of the > founders of FreeSWITCH, and I’m the primary administrator for the mailing > list. > > This mailing list has served the community well for almost 15 years now. As > the mailing list has grown continuously larger and been stretched to the > limits of its capabilities, it has been running into bigger issues. > Especially in the last year, we’ve seen numerous issues that prevent people > from joining and participating – bounces, unintended unsubscribes, spam > filtering, and more. > > We didn’t want to shut down the mailing list without having a replacement > set up, and a forum was the obvious choice – the community has been > requesting a proper forum for years now. In addition to being more easily > accessible and searchable, we hope the forum will simply be a better > experience for everyone using it compared to the mailing list. > > To join the new forum, visit forum.signalwire.community - it uses SSO from > your free SignalWire account, which allows us to be more lenient with > moderation because we've got an assumed level of trust, and also reduces > the overall level of spam in the forums. We've got the forum set so you can > view without an account, so check it out with no obligation. > > If you’d like to receive updates via email, you can set that up in your > user preferences on the forum. You can even reply to forum topics via > email, though you’ll need to visit the forum to start a new topic (top > level post). Also note the digest/summary emails will stop sending if you > don’t log into the site periodically: currently you need to log in every > 180 days. > > Not interested in the forum, but still looking for community spaces? You’re > welcome to join our Community Slack , > join the subreddit , or attend our Office > Hours . > > If you want to continue using the mailing list until we sunset it, you’re > welcome to do so. We’ve disabled new sign ups as of today, and we’ll > formally stop supporting it as of March 15, 2023. This should give everyone > plenty of time to set up in our other community spaces. > > > Thanks, > > > /b > > > > > -- > > Brian West | Co-founder and Developer > > Email: brian at 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 gregor at infomedia.si Wed Jan 4 10:25:54 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 Jan 2023 11:25:54 +0100 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: Will forum be indexed by Google? On Wed, 4 Jan 2023 at 06:15, John Covici wrote: > Another problem I seem to have is that your forum does not work with > my password manager -- I am using lastpass. > > On Tue, 03 Jan 2023 16:26:06 -0500, > Brian West wrote: > > > > [1 ] > > [1.1 ] > > FreeSWITCHers, > > > > Most of you already know me, but for anyone that doesn’t - I’m one of the > > founders of FreeSWITCH, and I’m the primary administrator for the mailing > > list. > > > > This mailing list has served the community well for almost 15 years now. > As > > the mailing list has grown continuously larger and been stretched to the > > limits of its capabilities, it has been running into bigger issues. > > Especially in the last year, we’ve seen numerous issues that prevent > people > > from joining and participating – bounces, unintended unsubscribes, spam > > filtering, and more. > > > > We didn’t want to shut down the mailing list without having a replacement > > set up, and a forum was the obvious choice – the community has been > > requesting a proper forum for years now. In addition to being more easily > > accessible and searchable, we hope the forum will simply be a better > > experience for everyone using it compared to the mailing list. > > > > To join the new forum, visit forum.signalwire.community - it uses SSO > from > > your free SignalWire account, which allows us to be more lenient with > > moderation because we've got an assumed level of trust, and also reduces > > the overall level of spam in the forums. We've got the forum set so you > can > > view without an account, so check it out with no obligation. > > > > If you’d like to receive updates via email, you can set that up in your > > user preferences on the forum. You can even reply to forum topics via > > email, though you’ll need to visit the forum to start a new topic (top > > level post). Also note the digest/summary emails will stop sending if you > > don’t log into the site periodically: currently you need to log in every > > 180 days. > > > > Not interested in the forum, but still looking for community spaces? > You’re > > welcome to join our Community Slack >, > > join the subreddit , or attend > our Office > > Hours . > > > > If you want to continue using the mailing list until we sunset it, you’re > > welcome to do so. We’ve disabled new sign ups as of today, and we’ll > > formally stop supporting it as of March 15, 2023. This should give > everyone > > plenty of time to set up in our other community spaces. > > > > > > Thanks, > > > > > > /b > > > > > > > > > > -- > > > > Brian West | Co-founder and Developer > > > > Email: brian at 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 -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Wed Jan 4 10:28:17 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 Jan 2023 11:28:17 +0100 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: Well, I double checked. And if I test in CLI with acl it works ok. Could it be, that FS takes this IP as external as similar IP (same subnet) is used in gateway to register trunk? And since it is external there is no apply_inbound_acl on this profile. On Wed, 4 Jan 2023 at 02:48, Brian West wrote: > Pay attention to the default allow / deny settings you may have it inverted > > On Tue, Jan 3, 2023 at 7:32 AM Gregor Nanger wrote: > >> Only difference between IPs that are correctly authenticated and this one >> is that for non working IP I get in log: >> fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% >> [INFO] sofia.c:10462 sofia/*external*/xxxxxxxxx at xxx.xxx.xxx.186receiving >> invite from xxx.xxx.xxx.186:5060 >> >> there is external instead of internal. One of our gateway is registered >> to similar IP. For example: non authenticated IP is: xxx.xxx.xxx.186 and >> gateways is connected to xxx.xxx.xxx.190 >> >> Since it is the same subdomain, is it possible that FS thinks that this >> is from external? >> >> BR, Gregor >> >> On Tue, 3 Jan 2023 at 09:50, Gregor Nanger wrote: >> >>> I have defined ACL with IPs and if I test IP in CLI with acl >>> xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, >>> it doesn't get authenticated. >>> >>> Any ideas why? >>> >>> BR, Gregor >>> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> 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 -- Gregor Nanger *CTO* t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia • www.infomedia.si -------------- next part -------------- An HTML attachment was scrubbed... URL: From abalashov at evaristesys.com Wed Jan 4 17:03:52 2023 From: abalashov at evaristesys.com (Alex Balashov) Date: Wed, 4 Jan 2023 12:03:52 -0500 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: <8F79616E-89AD-4BDF-A6B6-51D5AE0C43FE@evaristesys.com> I do understand that maintaining a mailing list, and all the issues that come with it, is a thankless chore. I run several myself and can relate to the frustration. However, from my perspective, it is by far the most effective way to engage the broadest swath of users, for reasons already outlined by others. Only a small, hardcore group of forum enthusiasts who particularly like that medium will participate in forums; average people won't bother to keep up with the forum because it requires work. The net effect is that people only come to ask a specific question, the number of experts usefully answering questions is reduced, and that users don't stay broadly abreast of trends and project info which would otherwise smile out in some way from their inbox. -- Alex -- Alex Balashov Principal Consultant Evariste Systems LLC Web: https://evaristesys.com Tel: +1-706-510-6800 From brian at freeswitch.com Wed Jan 4 17:44:51 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 11:44:51 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: Gergor, Yes it's going to be indexed. /b On Wed, Jan 4, 2023 at 4:26 AM Gregor Nanger wrote: > Will forum be indexed by Google? > > On Wed, 4 Jan 2023 at 06:15, John Covici wrote: > >> Another problem I seem to have is that your forum does not work with >> my password manager -- I am using lastpass. >> >> On Tue, 03 Jan 2023 16:26:06 -0500, >> Brian West wrote: >> > >> > [1 ] >> > [1.1 ] >> > FreeSWITCHers, >> > >> > Most of you already know me, but for anyone that doesn’t - I’m one of >> the >> > founders of FreeSWITCH, and I’m the primary administrator for the >> mailing >> > list. >> > >> > This mailing list has served the community well for almost 15 years >> now. As >> > the mailing list has grown continuously larger and been stretched to the >> > limits of its capabilities, it has been running into bigger issues. >> > Especially in the last year, we’ve seen numerous issues that prevent >> people >> > from joining and participating – bounces, unintended unsubscribes, spam >> > filtering, and more. >> > >> > We didn’t want to shut down the mailing list without having a >> replacement >> > set up, and a forum was the obvious choice – the community has been >> > requesting a proper forum for years now. In addition to being more >> easily >> > accessible and searchable, we hope the forum will simply be a better >> > experience for everyone using it compared to the mailing list. >> > >> > To join the new forum, visit forum.signalwire.community - it uses SSO >> from >> > your free SignalWire account, which allows us to be more lenient with >> > moderation because we've got an assumed level of trust, and also reduces >> > the overall level of spam in the forums. We've got the forum set so you >> can >> > view without an account, so check it out with no obligation. >> > >> > If you’d like to receive updates via email, you can set that up in your >> > user preferences on the forum. You can even reply to forum topics via >> > email, though you’ll need to visit the forum to start a new topic (top >> > level post). Also note the digest/summary emails will stop sending if >> you >> > don’t log into the site periodically: currently you need to log in every >> > 180 days. >> > >> > Not interested in the forum, but still looking for community spaces? >> You’re >> > welcome to join our Community Slack < >> https://slack.signalwire.community/>, >> > join the subreddit , or attend >> our Office >> > Hours . >> > >> > If you want to continue using the mailing list until we sunset it, >> you’re >> > welcome to do so. We’ve disabled new sign ups as of today, and we’ll >> > formally stop supporting it as of March 15, 2023. This should give >> everyone >> > plenty of time to set up in our other community spaces. >> > >> > >> > Thanks, >> > >> > >> > /b >> > >> > >> > >> > >> > -- >> > >> > Brian West | Co-founder and Developer >> > >> > Email: brian at 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 > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 julf at Julf.com Wed Jan 4 17:49:52 2023 From: julf at Julf.com (Johan Helsingius) Date: Wed, 4 Jan 2023 18:49:52 +0100 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: <8F79616E-89AD-4BDF-A6B6-51D5AE0C43FE@evaristesys.com> References: <8F79616E-89AD-4BDF-A6B6-51D5AE0C43FE@evaristesys.com> Message-ID: <6bc534e5-3ab2-dfe4-64b6-7505a0afb564@Julf.com> +1 On 04/01/2023 18:03, Alex Balashov wrote: > I do understand that maintaining a mailing list, and all the issues that come with it, is a thankless chore. I run several myself and can relate to the frustration. > > However, from my perspective, it is by far the most effective way to engage the broadest swath of users, for reasons already outlined by others. Only a small, hardcore group of forum enthusiasts who particularly like that medium will participate in forums; average people won't bother to keep up with the forum because it requires work. > > The net effect is that people only come to ask a specific question, the number of experts usefully answering questions is reduced, and that users don't stay broadly abreast of trends and project info which would otherwise smile out in some way from their inbox. > > -- Alex > From brian at freeswitch.com Wed Jan 4 17:52:47 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 11:52:47 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: <8F79616E-89AD-4BDF-A6B6-51D5AE0C43FE@evaristesys.com> References: <8F79616E-89AD-4BDF-A6B6-51D5AE0C43FE@evaristesys.com> Message-ID: We're making a direct effort to foster the tech team here at SignalWire to be able to chime in, answer questions and help those in need. Thanks, /b On Wed, Jan 4, 2023 at 11:04 AM Alex Balashov wrote: > I do understand that maintaining a mailing list, and all the issues that > come with it, is a thankless chore. I run several myself and can relate to > the frustration. > > However, from my perspective, it is by far the most effective way to > engage the broadest swath of users, for reasons already outlined by others. > Only a small, hardcore group of forum enthusiasts who particularly like > that medium will participate in forums; average people won't bother to keep > up with the forum because it requires work. > > The net effect is that people only come to ask a specific question, the > number of experts usefully answering questions is reduced, and that users > don't stay broadly abreast of trends and project info which would otherwise > smile out in some way from their inbox. > > -- Alex > > -- > Alex Balashov > Principal Consultant > Evariste Systems LLC > Web: https://evaristesys.com > Tel: +1-706-510-6800 > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 Wed Jan 4 17:54:11 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 11:54:11 -0600 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: The issue I see is we've done a bad job of documenting the negative vs positive ACL cases, they are used in various ways, so a default allow, vs deny on the acl vs each entry. Which setting are you using the ACL in, and how is the ACL setup? /b On Wed, Jan 4, 2023 at 4:29 AM Gregor Nanger wrote: > Well, I double checked. And if I test in CLI with acl it works ok. > > Could it be, that FS takes this IP as external as similar IP (same subnet) > is used in gateway to register trunk? And since it is external there is no > apply_inbound_acl on this profile. > > On Wed, 4 Jan 2023 at 02:48, Brian West wrote: > >> Pay attention to the default allow / deny settings you may have it >> inverted >> >> On Tue, Jan 3, 2023 at 7:32 AM Gregor Nanger wrote: >> >>> Only difference between IPs that are correctly authenticated and this >>> one is that for non working IP I get in log: >>> fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% >>> [INFO] sofia.c:10462 sofia/*external*/xxxxxxxxx at xxx.xxx.xxx.186receiving >>> invite from xxx.xxx.xxx.186:5060 >>> >>> there is external instead of internal. One of our gateway is registered >>> to similar IP. For example: non authenticated IP is: xxx.xxx.xxx.186 and >>> gateways is connected to xxx.xxx.xxx.190 >>> >>> Since it is the same subdomain, is it possible that FS thinks that this >>> is from external? >>> >>> BR, Gregor >>> >>> On Tue, 3 Jan 2023 at 09:50, Gregor Nanger wrote: >>> >>>> I have defined ACL with IPs and if I test IP in CLI with acl >>>> xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, >>>> it doesn't get authenticated. >>>> >>>> Any ideas why? >>>> >>>> BR, Gregor >>>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> 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 > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 adrian at a2es.co.uk Wed Jan 4 20:31:00 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Wed, 4 Jan 2023 20:31:00 +0000 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> Brian, Before the list closes, can you point me in a direction where I may get some help with mod_python.  Most simple python scripts work with no issues but I have run into a few anomalies and dare I say bugs whilst trying to use python as an XML handler. My guess is that very few use python or my questions have been too development orientated for this list.  I have pretty much given up on using python for XML handling, switching to mod_xml_curl instead, but I would like to continue being able to call python from the dialplan, however my difficulty in finding help with python in FreeSWITCH has made me concerned about future support for python. Kind regards, Adrian Fretwell -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Jan 4 20:41:42 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 14:41:42 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> References: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> Message-ID: Adrian, We didn't write mod_python, we have gone in and tried to fix things related to it, but it wasn't something we focused on, I noticed you have a PR open on this topic, have you come to our twice monthly FreeSWITCH call to discuss? /b On Wed, Jan 4, 2023 at 2:31 PM Adrian Fretwell wrote: > Brian, > > Before the list closes, can you point me in a direction where I may get > some help with mod_python. Most simple python scripts work with no issues > but I have run into a few anomalies and dare I say bugs whilst trying to > use python as an XML handler. > > My guess is that very few use python or my questions have been too > development orientated for this list. I have pretty much given up on using > python for XML handling, switching to mod_xml_curl instead, but I would > like to continue being able to call python from the dialplan, however my > difficulty in finding help with python in FreeSWITCH has made me concerned > about future support for python. > > > Kind regards, > > Adrian Fretwell > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 adrian at a2es.co.uk Wed Jan 4 20:55:36 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Wed, 4 Jan 2023 20:55:36 +0000 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> Message-ID: Hi Brian, I have learnt something - I wasn't aware of the twice monthly calls. Despite having taught C programming many years ago, I no longer feel comfortable with it, however, I would be happy to help in maintaining mod_python if I could get a better insight into the module from one of the developers.  I noted the email addresses of the developers listed at the head or mod_python3.c but I would not want to email out of the blue as it were. Where will I find details of the monthly calls? Kind regards, Adrian Fretwell On 04/01/2023 20:41, Brian West wrote: > Adrian, > > We didn't write mod_python, we have gone in and tried to fix things > related to it, but it wasn't something we focused on, I noticed you > have a PR open on this topic, have you come to our twice > monthly FreeSWITCH call to discuss? > > /b > > > On Wed, Jan 4, 2023 at 2:31 PM Adrian Fretwell wrote: > > Brian, > > Before the list closes, can you point me in a direction where I > may get some help with mod_python.  Most simple python scripts > work with no issues but I have run into a few anomalies and dare I > say bugs whilst trying to use python as an XML handler. > > My guess is that very few use python or my questions have been too > development orientated for this list.  I have pretty much given up > on using python for XML handling, switching to mod_xml_curl > instead, but I would like to continue being able to call python > from the dialplan, however my difficulty in finding help with > python in FreeSWITCH has made me concerned about future support > for python. > > > Kind regards, > > Adrian Fretwell > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN 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 > > https://www.facebook.com/signalwireinc?src=email > https://twitter.com/freeswitch > > > > _________________________________________________________________________ > > 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 brian at freeswitch.com Wed Jan 4 21:03:08 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 15:03:08 -0600 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> Message-ID: https://mailchi.mp/freeswitch.org/office-hours On Wed, Jan 4, 2023 at 2:56 PM Adrian Fretwell wrote: > Hi Brian, > > I have learnt something - I wasn't aware of the twice monthly calls. > > Despite having taught C programming many years ago, I no longer feel > comfortable with it, however, I would be happy to help in maintaining > mod_python if I could get a better insight into the module from one of the > developers. I noted the email addresses of the developers listed at the > head or mod_python3.c but I would not want to email out of the blue as it > were. > > Where will I find details of the monthly calls? > > > Kind regards, > > Adrian Fretwell > > On 04/01/2023 20:41, Brian West wrote: > > Adrian, > > We didn't write mod_python, we have gone in and tried to fix things > related to it, but it wasn't something we focused on, I noticed you have a > PR open on this topic, have you come to our twice monthly FreeSWITCH call > to discuss? > > /b > > > On Wed, Jan 4, 2023 at 2:31 PM Adrian Fretwell wrote: > >> Brian, >> >> Before the list closes, can you point me in a direction where I may get >> some help with mod_python. Most simple python scripts work with no issues >> but I have run into a few anomalies and dare I say bugs whilst trying to >> use python as an XML handler. >> >> My guess is that very few use python or my questions have been too >> development orientated for this list. I have pretty much given up on using >> python for XML handling, switching to mod_xml_curl instead, but I would >> like to continue being able to call python from the dialplan, however my >> difficulty in finding help with python in FreeSWITCH has made me concerned >> about future support for python. >> >> >> Kind regards, >> >> Adrian Fretwell >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> 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 Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 lists at telium.io Wed Jan 4 21:20:27 2023 From: lists at telium.io (TTT) Date: Wed, 4 Jan 2023 21:20:27 +0000 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> Message-ID: <010001857ea827fe-260de071-6c70-46b4-820a-24a3b8b51e2b-000000@email.amazonses.com> As someone new to FS I too have found it hard to get info on how to reach out to anyone…maybe the website needs and update to show community/communication options From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Adrian Fretwell Sent: Wednesday, January 4, 2023 3:56 PM To: freeswitch-users at lists.freeswitch.org Subject: Re: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Hi Brian, I have learnt something - I wasn't aware of the twice monthly calls. Despite having taught C programming many years ago, I no longer feel comfortable with it, however, I would be happy to help in maintaining mod_python if I could get a better insight into the module from one of the developers. I noted the email addresses of the developers listed at the head or mod_python3.c but I would not want to email out of the blue as it were. Where will I find details of the monthly calls? Kind regards, Adrian Fretwell On 04/01/2023 20:41, Brian West wrote: Adrian, We didn't write mod_python, we have gone in and tried to fix things related to it, but it wasn't something we focused on, I noticed you have a PR open on this topic, have you come to our twice monthly FreeSWITCH call to discuss? /b On Wed, Jan 4, 2023 at 2:31 PM Adrian Fretwell > wrote: Brian, Before the list closes, can you point me in a direction where I may get some help with mod_python. Most simple python scripts work with no issues but I have run into a few anomalies and dare I say bugs whilst trying to use python as an XML handler. My guess is that very few use python or my questions have been too development orientated for this list. I have pretty much given up on using python for XML handling, switching to mod_xml_curl instead, but I would like to continue being able to call python from the dialplan, however my difficulty in finding help with python in FreeSWITCH has made me concerned about future support for python. Kind regards, Adrian Fretwell _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN 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 _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN 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: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 344 bytes Desc: not available URL: From gregor at infomedia.si Wed Jan 4 21:31:30 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 4 Jan 2023 22:31:30 +0100 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: No, you've made a good job. I overlooked that invite is coming to port 5080. Although that I lost hours looking at it. Thank you for your time. /g On Wed, 4 Jan 2023 at 18:55, Brian West wrote: > The issue I see is we've done a bad job of documenting the negative vs > positive ACL cases, they are used in various ways, so a default allow, vs > deny on the acl vs each entry. > > Which setting are you using the ACL in, and how is the ACL setup? > > /b > > > On Wed, Jan 4, 2023 at 4:29 AM Gregor Nanger wrote: > >> Well, I double checked. And if I test in CLI with acl it works ok. >> >> Could it be, that FS takes this IP as external as similar IP (same >> subnet) is used in gateway to register trunk? And since it is external >> there is no apply_inbound_acl on this profile. >> >> On Wed, 4 Jan 2023 at 02:48, Brian West wrote: >> >>> Pay attention to the default allow / deny settings you may have it >>> inverted >>> >>> On Tue, Jan 3, 2023 at 7:32 AM Gregor Nanger >>> wrote: >>> >>>> Only difference between IPs that are correctly authenticated and this >>>> one is that for non working IP I get in log: >>>> fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% >>>> [INFO] sofia.c:10462 sofia/*external* >>>> /xxxxxxxxx at xxx.xxx.xxx.186receiving invite from xxx.xxx.xxx.186:5060 >>>> >>>> there is external instead of internal. One of our gateway is registered >>>> to similar IP. For example: non authenticated IP is: xxx.xxx.xxx.186 and >>>> gateways is connected to xxx.xxx.xxx.190 >>>> >>>> Since it is the same subdomain, is it possible that FS thinks that this >>>> is from external? >>>> >>>> BR, Gregor >>>> >>>> On Tue, 3 Jan 2023 at 09:50, Gregor Nanger wrote: >>>> >>>>> I have defined ACL with IPs and if I test IP in CLI with acl >>>>> xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, >>>>> it doesn't get authenticated. >>>>> >>>>> Any ideas why? >>>>> >>>>> BR, Gregor >>>>> >>>> >>>> >>>> -- >>>> Gregor Nanger >>>> >>>> *CTO* >>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>> • www.infomedia.si >>>> >>>> _________________________________________________________________________ >>>> >>>> The FreeSWITCH project is sponsored by SignalWire >>>> https://signalwire.com >>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>> 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 >> >> >> >> -- >> Gregor Nanger >> >> *CTO* >> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >> • www.infomedia.si >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > -- > > Brian West | Co-founder and Developer > > Need Commercial support? email sales at freeswitch.com > > FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 > > > Email: brian at freeswitch.com > > Mobile: 918-424-9378 > > Website: https://www.FreeSWITCH.com > > [image: https://www.facebook.com/signalwireinc?src=email] > [image: > https://twitter.com/freeswitch] > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Wed Jan 4 22:22:04 2023 From: brian at freeswitch.com (Brian West) Date: Wed, 4 Jan 2023 16:22:04 -0600 Subject: [Freeswitch-users] Strange ACL behavior In-Reply-To: References: Message-ID: Excellent that its resolved, but we still need to clean up the areas where ACLs docs to help make some of these more clear. On Wed, Jan 4, 2023 at 3:32 PM Gregor Nanger wrote: > No, you've made a good job. I overlooked that invite is coming to port > 5080. Although that I lost hours looking at it. > > Thank you for your time. > > /g > > On Wed, 4 Jan 2023 at 18:55, Brian West wrote: > >> The issue I see is we've done a bad job of documenting the negative vs >> positive ACL cases, they are used in various ways, so a default allow, vs >> deny on the acl vs each entry. >> >> Which setting are you using the ACL in, and how is the ACL setup? >> >> /b >> >> >> On Wed, Jan 4, 2023 at 4:29 AM Gregor Nanger wrote: >> >>> Well, I double checked. And if I test in CLI with acl it works ok. >>> >>> Could it be, that FS takes this IP as external as similar IP (same >>> subnet) is used in gateway to register trunk? And since it is external >>> there is no apply_inbound_acl on this profile. >>> >>> On Wed, 4 Jan 2023 at 02:48, Brian West wrote: >>> >>>> Pay attention to the default allow / deny settings you may have it >>>> inverted >>>> >>>> On Tue, Jan 3, 2023 at 7:32 AM Gregor Nanger >>>> wrote: >>>> >>>>> Only difference between IPs that are correctly authenticated and this >>>>> one is that for non working IP I get in log: >>>>> fc740b4d-d48d-41c9-b06d-75cc8f23a833 2023-01-02 15:09:48.685609 97.43% >>>>> [INFO] sofia.c:10462 sofia/*external* >>>>> /xxxxxxxxx at xxx.xxx.xxx.186receiving invite from xxx.xxx.xxx.186:5060 >>>>> >>>>> there is external instead of internal. One of our gateway is >>>>> registered to similar IP. For example: non authenticated IP is: >>>>> xxx.xxx.xxx.186 and gateways is connected to xxx.xxx.xxx.190 >>>>> >>>>> Since it is the same subdomain, is it possible that FS thinks that >>>>> this is from external? >>>>> >>>>> BR, Gregor >>>>> >>>>> On Tue, 3 Jan 2023 at 09:50, Gregor Nanger >>>>> wrote: >>>>> >>>>>> I have defined ACL with IPs and if I test IP in CLI with acl >>>>>> xxx.xxx.xxx.xxx aclname, I get true. But when a call is made from this IP, >>>>>> it doesn't get authenticated. >>>>>> >>>>>> Any ideas why? >>>>>> >>>>>> BR, Gregor >>>>>> >>>>> >>>>> >>>>> -- >>>>> Gregor Nanger >>>>> >>>>> *CTO* >>>>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>>>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>>>> • www.infomedia.si >>>>> >>>>> _________________________________________________________________________ >>>>> >>>>> The FreeSWITCH project is sponsored by SignalWire >>>>> https://signalwire.com >>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>>>> 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 >>> >>> >>> >>> -- >>> Gregor Nanger >>> >>> *CTO* >>> t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 >>> • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia >>> • www.infomedia.si >>> _________________________________________________________________________ >>> >>> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >>> services. >>> Build your next product on our scalable cloud platform. >>> >>> Join our online community to chat in real time >>> https://signalwire.community >>> >>> Professional FreeSWITCH Services >>> sales at freeswitch.com >>> https://freeswitch.com >>> >>> Official FreeSWITCH Sites >>> https://freeswitch.com/oss >>> https://freeswitch.org/confluence >>> https://cluecon.com >>> >>> FreeSWITCH-users mailing list >>> FreeSWITCH-users at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >>> https://freeswitch.com >> >> >> >> -- >> >> Brian West | Co-founder and Developer >> >> Need Commercial support? email sales at freeswitch.com >> >> FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 >> >> >> Email: brian at freeswitch.com >> >> Mobile: 918-424-9378 >> >> Website: https://www.FreeSWITCH.com >> >> [image: https://www.facebook.com/signalwireinc?src=email] >> [image: >> https://twitter.com/freeswitch] >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- 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 eric.peiffer at al-enterprise.com Thu Jan 5 13:20:55 2023 From: eric.peiffer at al-enterprise.com (Peiffer Eric) Date: Thu, 5 Jan 2023 13:20:55 +0000 Subject: Track-Calls does not work with mod_callcenter Message-ID: Hi, I'am using freeswitch in order to build a call center using the mod_callcenter module. I would use the track-calls capability in order to recover calls that are in the call center queue. I have read the following documentation about HA: https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Configuration/High-Availability/#about For now I want just recover the active calls from my unique freeswitch instance after a crash, no cluster, no redundancy, juste one instance of freeswitch plus a opensips proxy. I have put in my profile I use only one profile all UAC are external and are not register to the freeswitch. I use the freeswitch local DB since I have only one freeswitch instance. I have also put in the vars.xml in order to recover call when freeswitch restart.. My topologiy is the follow: external UAC (client) ===> own SIP server ===> OPENSIPS(10.10.13.196) ===>FREESWITCH (10.10.13.1249) ===> own SIP server ==> external UAC (agents) Opensips receives INVITE from de UAC client and proxies the INVITE to FREESWITCH freeswitch execute dialplan and the callcenter application and when it find a UAC agents Available it send them an INVITE. UAC client and agents are localized behind our own SIP server For the test I have put all external UAC agents associated to my queue in the status 'Logged Out" in order that the incoming call stay inside the queue. When the UAC client call the queue, I have one calls active. Then in the fs_cli I execute "fsctl crash". After 1 or 2 second the call is active again in the queue, but some secondes later the call hangup. When I see the SIP traces I see that when freeswitch recover the call it send a re-INVITE. To the UAC client. The freeswitch receives well a 100 Trying and a SIP 200 OK but when freeswitch send the ACK, the ACK is not handle by the UAC client and UAC client send a SIP 200 OK until timeout and UAC client send a BYE. My questions are: * Is it normal to find record-route headers in the re-INVITE? because the re-INVITE is part of the initial dialog. Why freeswitch adds these record-route headers and does not only use Route headers?. * I think since record-route headers are added to the re-INVITE can this lead to a bad 200 OK and a bad ACK? Here is the entire SIP dialog view from the freeswitch instance: I added in front of the important part of the logs some comments prefixed by /// /// /// UAC client send INVITE to the opensips (private IP:10.10.13.196, public IP: 92.222.241.128) and proxies the INVITE to freeswitch (10.10.13.249) /// the UAC client is behind our own SIP server (35.234.91.59) /// opensips use a public IP (public IP: 92.222.241.128) in order to be seen by our SIP server 2023/01/05 13:30:18.413641 10.10.13.196:5080 -> 10.10.13.249:5080 INVITE sip:CCQ_5902 at 92.222.241.128:5080 SIP/2.0 Record-Route: Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.196:5080;branch=z9hG4bK51eb.2ad9e466.0 Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK51eb.fc8febb079a92b66c308656e68c15d42.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK51eb.bc7e781560623ac4c6a9e422632493fc.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bK1KPTAarX;rport=5080 From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: CSeq: 2350 INVITE Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 Max-Forwards: 68 Allow: INVITE, ACK, CANCEL, BYE, NOTIFY, REFER, MESSAGE, OPTIONS, INFO, SUBSCRIBE P-Asserted-Identity: "3 EPE" Content-Type: application/sdp Content-Length: 1499 Contact: v=0 o=Z 0 20027858 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38074 RTP/SAVP 106 9 98 101 0 8 3 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:9 G722/8000 a=rtpmap:98 telephone-event/48000 a=fmtp:98 0-16 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:3 GSM/8000 a=sendrecv a=rtcp:38075 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c= a=crypto:2 AEAD_AES_128_GCM inline:1kuG1uQHOBZ5Ix42+/8rmv1b21xIED92g6rSyw== a=crypto:3 AES_256_CM_HMAC_SHA1_80 inline:v6L1WbmT5Rrg3gCQNUXMkJX4WjJlYUJ0372DTvdqpxz7xrJcyx59c0OGvhDiSg== a=crypto:4 AES_256_CM_HMAC_SHA1_32 inline:4i3t6gFfOkqpDiGzlHvBndWg3u+IQgliuJZ/N8o8a6LK4guzdHOkIOlJXFZucQ== a=crypto:5 AES_192_CM_HMAC_SHA1_80 inline:zccBXkcSKZSX/QRM2wt202SVRyWz5gSMKnyH8QDV9mDMYGr0M7g= a=crypto:6 AES_192_CM_HMAC_SHA1_32 inline:7hSatSPGua56IAfXm4eXx0djOiufjfi1JXEIlEEjOqiMjMX32+I= a=crypto:7 AES_CM_128_HMAC_SHA1_80 inline:EN+MWnfnkXOLOYlpBZkKnehi9FFQA5JPKtOGVHzS a=crypto:8 AES_CM_128_HMAC_SHA1_32 inline:y3UDhaixBo5KUJxty6QHFxQ2vdO9qA3C8HrXmWYb a=crypto:9 F8_128_HMAC_SHA1_80 inline:Llk+HqvCnwKDSUBPXsWTPUT52UYQ9Dl224AStvPa a=crypto:10 F8_128_HMAC_SHA1_32 inline:bRgi6ltJPUCgGnHNEXaBVxBQw/FNmKOlr1s7vUDc a=crypto:11 NULL_HMAC_SHA1_80 inline:694bBAilUw5DmQnT/uan4gxZzF5kC47WyAopEBDg a=crypto:12 NULL_HMAC_SHA1_32 inline:CyYDCJQgAddlWX6FTKbDrOUR5SJNQ1whwdC9URWC 2023/01/05 13:30:18.414899 10.10.13.249:5080 -> 10.10.13.196:5080 SIP/2.0 100 Trying Via: SIP/2.0/UDP 10.10.13.196:5080;branch=z9hG4bK51eb.2ad9e466.0 From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 2350 INVITE User-Agent: FreeSWITCH-mod_sofia/1.10.7-release-19-883d2cb662~64bit Content-Length: 0 2023/01/05 13:30:18.434120 10.10.13.249:5080 -> 10.10.13.196:5080 SIP/2.0 183 Session Progress Via: SIP/2.0/UDP 10.10.13.196:5080;branch=z9hG4bK51eb.2ad9e466.0 Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK51eb.fc8febb079a92b66c308656e68c15d42.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK51eb.bc7e781560623ac4c6a9e422632493fc.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bK1KPTAarX;rport=5080 Record-Route: Record-Route: Record-Route: Record-Route: From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: ;tag=ZrBcZvBUyaS7m Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 2350 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.10.7-release-19-883d2cb662~64bit Accept: application/sdp Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 397 P-Asserted-Identity: "CCQ_5902" v=0 o=FreeSWITCH 1672878178 1672878179 IN IP4 10.10.13.249 s=FreeSWITCH c=IN IP4 10.10.13.249 t=0 0 m=audio 43640 RTP/SAVP 106 98 a=rtpmap:106 opus/48000/2 a=fmtp:106 useinbandfec=1; minptime=20 a=rtpmap:98 telephone-event/48000 a=fmtp:98 0-15 a=ptime:20 a=rtcp:43641 IN IP4 10.10.13.249 a=crypto:1 AEAD_AES_256_GCM inline:fk12ZjIzuYJzEgMwtYzZXhceZ5JYVFkyQypWxDycA9R7odmS83LPJd92nxU= 2023/01/05 13:30:18.434401 10.10.13.249:5080 -> 10.10.13.196:5080 SIP/2.0 200 OK Via: SIP/2.0/UDP 10.10.13.196:5080;branch=z9hG4bK51eb.2ad9e466.0 Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK51eb.fc8febb079a92b66c308656e68c15d42.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK51eb.bc7e781560623ac4c6a9e422632493fc.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bK1KPTAarX;rport=5080 Record-Route: Record-Route: Record-Route: Record-Route: From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: ;tag=ZrBcZvBUyaS7m Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 2350 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.10.7-release-19-883d2cb662~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Content-Type: application/sdp Content-Disposition: session Content-Length: 397 P-Asserted-Identity: "CCQ_5902" v=0 o=FreeSWITCH 1672878178 1672878179 IN IP4 10.10.13.249 s=FreeSWITCH c=IN IP4 10.10.13.249 t=0 0 m=audio 43640 RTP/SAVP 106 98 a=rtpmap:106 opus/48000/2 a=fmtp:106 useinbandfec=1; minptime=20 a=rtpmap:98 telephone-event/48000 a=fmtp:98 0-15 a=ptime:20 a=rtcp:43641 IN IP4 10.10.13.249 a=crypto:1 AEAD_AES_256_GCM inline:fk12ZjIzuYJzEgMwtYzZXhceZ5JYVFkyQypWxDycA9R7odmS83LPJd92nxU= 2023/01/05 13:30:18.860093 10.10.13.196:5080 -> 10.10.13.249:5080 ACK sip:CCQ_5902 at 10.10.13.249:5080;transport=udp SIP/2.0 Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.196:5080;branch=z9hG4bK51eb.2ad9e466.2 Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK51eb.b0c0304bb6c1057cb6b2c6d7134fb7f3.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK51eb.a1369a32282792c8986e2e811f8f1d3e.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bKraVU.aGw;rport=5080 From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: ;tag=ZrBcZvBUyaS7m CSeq: 2350 ACK Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 Route: Max-Forwards: 67 Content-Length: 0 Contact: /// /// At this point call is active and I execute the fsctl crash command, when freeswitch restart the re-INVITE is send to the UAC client with record-route headers /// 2023/01/05 13:30:28.520853 10.10.13.249:5080 -> 35.234.91.59:5060 INVITE sip:ngcp-lb at 35.234.91.59:5060;ngcpct=7369703a3132372e302e302e313a35303830 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK8rSXcXQK7Fm7F Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 68 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Contact: User-Agent: FreeSWITCH-mod_sofia/1.10.7-release-19-883d2cb662~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Allow-Events: talk, hold, conference, refer Privacy: none Content-Type: application/sdp Content-Disposition: session Content-Length: 359 X-CALLER-INFO: "3 EPE" X-FS-Support: update_display,send_info P-Asserted-Identity: "CCQ_5902" v=0 o=FreeSWITCH 1672878188 1672878190 IN IP4 10.10.13.249 s=FreeSWITCH c=IN IP4 10.10.13.249 t=0 0 m=audio 43640 RTP/SAVP 106 98 a=rtpmap:106 opus/48000/2 a=fmtp:106 useinbandfec=1; minptime=20 a=rtpmap:98 telephone-event/0 a=fmtp:98 0-15 a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:fk12ZjIzuYJzEgMwtYzZXhceZ5JYVFkyQypWxDycA9R7odmS83LPJd92nxU= 2023/01/05 13:30:28.535441 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 100 Trying Via: SIP/2.0/UDP 10.10.13.249:5080;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F;received=135.125.9.10 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Server: Sipwise NGCP LB mr11.1 Content-Length: 0 2023/01/05 13:30:28.736349 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 333 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38074 RTP/SAVP 106 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=sendrecv a=rtcp:38075 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c a=ptime:20 /// /// ACK is send but is not handle by the UAC client or our SIP server /// 2023/01/05 13:30:29.620347 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 /// ///200 OK is re-send by UAC client or our SIP server /// 2023/01/05 13:30:30.728977 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 333 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38074 RTP/SAVP 106 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=sendrecv a=rtcp:38075 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c a=ptime:20 2023/01/05 13:30:30.729158 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:34.721091 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:34.721220 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:38.721320 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:38.721420 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:42.721318 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:42.721425 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:46.721226 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:46.721336 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:50.720746 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:50.720860 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:54.721085 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:54.721190 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 2023/01/05 13:30:58.721424 35.234.91.59:5060 -> 10.10.13.249:5080 SIP/2.0 200 OK Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 10.10.13.249:5080;received=135.125.9.10;rport=5080;branch=z9hG4bK8rSXcXQK7Fm7F Record-Route: Record-Route: Record-Route: From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 INVITE Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Content-Type: application/sdp Content-Length: 393 Contact: v=0 o=Z 0 20027859 IN IP4 35.234.91.59 s=Z c=IN IP4 35.234.91.59 t=0 0 m=audio 38042 RTP/SAVP 106 0 8 a=rtpmap:106 opus/48000/2 a=fmtp:106 sprop-maxcapturerate=16000; minptime=20; useinbandfec=1 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=sendrecv a=rtcp:38042 a=rtcp-mux a=ptime:20 a=crypto:1 AEAD_AES_256_GCM inline:OFILTuoRM3nb42N6UG33++GcnZTqMtfR95OnVkZkmJ4HqfgU3JSit/umv8c 2023/01/05 13:30:58.721565 10.10.13.249:5080 -> 35.234.91.59:5060 ACK sip:ngcp-lb at 35.234.91.59:5080;ngcpct=7369703a3132372e302e302e313a353038303b707278726f7574653d31 SIP/2.0 Via: SIP/2.0/UDP 10.10.13.249:5080;rport;branch=z9hG4bK91jper8p4ratB Route: Route: Route: Route: Route: Route: Record-Route: Record-Route: Record-Route: Max-Forwards: 70 From: ;tag=ZrBcZvBUyaS7m To: ;tag=203AF49B-63B6C2DA0005725D-43210700 Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 61907122 ACK Contact: Content-Length: 0 /// ///Finally a BYE is sent by the UAC client or our SIP server /// 2023/01/05 13:31:00.771632 35.234.91.59:5060 -> 10.10.13.249:5080 BYE sip:ngcp-lb at 10.10.13.249:5080 SIP/2.0 Record-Route: Record-Route: Record-Route: Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK61eb.d83458727d8dbd3425545ccda805946f.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK61eb.a9d48ed61e06def0ff090926607f9526.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bKr7my1aDT;rport=5080 From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: ;tag=ZrBcZvBUyaS7m CSeq: 2351 BYE Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 Route: Max-Forwards: 68 Content-Length: 0 2023/01/05 13:31:00.779158 10.10.13.249:5080 -> 35.234.91.59:5060 SIP/2.0 200 OK Via: SIP/2.0/UDP 35.234.91.59:5060;branch=z9hG4bK61eb.d83458727d8dbd3425545ccda805946f.0 Via: SIP/2.0/UDP 127.0.0.1:5062;rport=5062;branch=z9hG4bK61eb.a9d48ed61e06def0ff090926607f9526.0 Via: SIP/2.0/UDP 127.0.0.1:5080;received=127.0.0.1;branch=z9hG4bKr7my1aDT;rport=5080 From: ;tag=203AF49B-63B6C2DA0005725D-43210700 To: ;tag=ZrBcZvBUyaS7m Call-ID: 7nFTVTl3OeVXpmSA55vqKw.._pbx-1 CSeq: 2351 BYE User-Agent: FreeSWITCH-mod_sofia/1.10.7-release-19-883d2cb662~64bit Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY Supported: timer, path, replaces Content-Length: 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From adrian at a2es.co.uk Thu Jan 5 14:07:55 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Thu, 5 Jan 2023 14:07:55 +0000 Subject: [Freeswitch-users] mod_httapi usage/popular? Message-ID: Hello, mod_httapi appears to be handy alternative to calling embedded language scripts for ad-hoc dialplan interactions.  I can see a lot of potential for this, do many people use it?  If you have used it in production would you share any experiences good or bad?  Any hints or tips or gotchas to avoid? The reason for me asking this, is that I'm having second thoughts about using Python and I really don't like Lua. Kind regards, Adrian Fretwell -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Thu Jan 5 14:10:18 2023 From: jolexpert at gmail.com (Kakiman Expert) Date: Thu, 5 Jan 2023 15:10:18 +0100 Subject: [Freeswitch-users] sql-lite db Message-ID: Hello, Since a few weeks, i am using maria-db with FS 1.10.6 (1.10.6-release-18-1ff9d0a60e~64bit) Two questions : 1/ I see that I don't have the same list of db in my both FS servers, do you know what are they used for and if they are mandatory /var/lib/freeswitch/db/call_limit.db /var/lib/freeswitch/db/core.db /var/lib/freeswitch/db/fifo.db /var/lib/freeswitch/db/json.db /var/lib/freeswitch/db/sofia_reg_external.db /var/lib/freeswitch/db/sofia_reg_internal.db 2/ sometimes, some database get corrupted and FS is down until we delete the corrupted DB do you know why it happens and if there is a solution of a better DB to use with FS ? thanks franck -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Jan 5 14:49:45 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 5 Jan 2023 15:49:45 +0100 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: References: Message-ID: When we started with FS years ago, we built everything with mod_xml_curl. After that we've started with mod_httapi and if we would start over, we would build more logic with mod_httapi. I like it as you can build small pieces of dialplan and have more control of logic while call progress through dialplan. In mod_xml_curl you have to build all dialplan, when call starts, that FS compiles it. You can use transfer, but mod_httapi is more developer friendly. We are using mod_httapi in production without problems, but still main logic is with mod_xml_curl. If you are using Python, you can write webhooks in Python or in any language you prefer. I am also curious how community is using mod_httapi. BR, Gregor On Thu, 5 Jan 2023 at 15:08, Adrian Fretwell wrote: > Hello, > > mod_httapi appears to be handy alternative to calling embedded language > scripts for ad-hoc dialplan interactions. I can see a lot of potential for > this, do many people use it? If you have used it in production would you > share any experiences good or bad? Any hints or tips or gotchas to avoid? > > The reason for me asking this, is that I'm having second thoughts about > using Python and I really don't like Lua. > > > Kind regards, > > Adrian Fretwell > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 adrian at a2es.co.uk Thu Jan 5 15:05:55 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Thu, 5 Jan 2023 15:05:55 +0000 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: References: Message-ID: Hi Gregor, Thankyou that is really helpful. I have been using Python with Postgresql behind Nginx to serve mod_xml_curl  and have managed to get the round trip response times down to 3 or 4 milliseconds.  So I figured if I can do the same with handling httapi requests, it should work reasonably well. Kind regards, Adrian Fretwell On 05/01/2023 14:49, Gregor Nanger wrote: > When we started with FS years ago, we built everything with mod_xml_curl. > > After that we've started with mod_httapi and if we would start over, > we would build more logic with mod_httapi. I like it as you can build > small pieces of dialplan and have more control of logic while call > progress through dialplan. In mod_xml_curl you have to build all > dialplan, when call starts, that FS compiles it. You can use transfer, > but mod_httapi is more developer friendly. > > We are using mod_httapi in production without problems, but still main > logic is with mod_xml_curl. > > If you are using Python, you can write webhooks in Python or in any > language you prefer. > > I am also curious how community is using mod_httapi. > > BR, Gregor > > > > On Thu, 5 Jan 2023 at 15:08, Adrian Fretwell wrote: > > Hello, > > mod_httapi appears to be handy alternative to calling embedded > language scripts for ad-hoc dialplan interactions.  I can see a > lot of potential for this, do many people use it?  If you have > used it in production would you share any experiences good or > bad?  Any hints or tips or gotchas to avoid? > > The reason for me asking this, is that I'm having second thoughts > about using Python and I really don't like Lua. > > > Kind regards, > > Adrian Fretwell > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire > https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and > PSTN 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 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 avi at avimarcus.net Thu Jan 5 15:16:01 2023 From: avi at avimarcus.net (Avi Marcus) Date: Thu, 5 Jan 2023 15:16:01 +0000 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: References: Message-ID: <010001858280dde0-cc8bec20-1e21-40d6-993a-7c2d4b1a3a3f-000000@email.amazonses.com> I use mod_v8 with a small script that curl's to my endpoint with instructions. It's not fully featured, but I've set up what I need. On Thu, Jan 5, 2023, 5:06 PM Adrian Fretwell wrote: > Hi Gregor, > > Thankyou that is really helpful. > > I have been using Python with Postgresql behind Nginx to serve > mod_xml_curl and have managed to get the round trip response times down to > 3 or 4 milliseconds. So I figured if I can do the same with handling > httapi requests, it should work reasonably well. > > > Kind regards, > > Adrian Fretwell > > > On 05/01/2023 14:49, Gregor Nanger wrote: > > When we started with FS years ago, we built everything with mod_xml_curl. > > After that we've started with mod_httapi and if we would start over, we > would build more logic with mod_httapi. I like it as you can build small > pieces of dialplan and have more control of logic while call progress > through dialplan. In mod_xml_curl you have to build all dialplan, when call > starts, that FS compiles it. You can use transfer, but mod_httapi is more > developer friendly. > > We are using mod_httapi in production without problems, but still main > logic is with mod_xml_curl. > > If you are using Python, you can write webhooks in Python or in any > language you prefer. > > I am also curious how community is using mod_httapi. > > BR, Gregor > > > > On Thu, 5 Jan 2023 at 15:08, Adrian Fretwell wrote: > >> Hello, >> >> mod_httapi appears to be handy alternative to calling embedded language >> scripts for ad-hoc dialplan interactions. I can see a lot of potential for >> this, do many people use it? If you have used it in production would you >> share any experiences good or bad? Any hints or tips or gotchas to avoid? >> >> The reason for me asking this, is that I'm having second thoughts about >> using Python and I really don't like Lua. >> >> >> Kind regards, >> >> Adrian Fretwell >> >> _________________________________________________________________________ >> >> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com >> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN >> services. >> Build your next product on our scalable cloud platform. >> >> Join our online community to chat in real time >> https://signalwire.community >> >> Professional FreeSWITCH Services >> sales at freeswitch.com >> https://freeswitch.com >> >> Official FreeSWITCH Sites >> https://freeswitch.com/oss >> https://freeswitch.org/confluence >> https://cluecon.com >> >> FreeSWITCH-users mailing list >> FreeSWITCH-users at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users >> https://freeswitch.com > > > > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time https://signalwire.community > > Professional FreeSWITCH Servicessales at freeswitch.comhttps://freeswitch.com > > Official FreeSWITCH Siteshttps://freeswitch.com/osshttps://freeswitch.org/confluencehttps://cluecon.com > > FreeSWITCH-users mailing listFreeSWITCH-users at lists.freeswitch.orghttp://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-usershttps://freeswitch.com > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 Zvonimir.Buzanic at asseco-see.hr Thu Jan 5 15:48:49 2023 From: Zvonimir.Buzanic at asseco-see.hr (=?utf-8?B?WnZvbmltaXIgQnXFvmFuacSH?=) Date: Thu, 5 Jan 2023 15:48:49 +0000 Subject: [Freeswitch-users] sql-lite db In-Reply-To: References: Message-ID: Hi, we had serious issues with sqlite. Database would crash and we had to make scripts to delete databasem then restart FS. But in the end the solution is to use Postgres database. It works flawless. No crashes anymore. BR, Zvonimir From: FreeSWITCH-users On Behalf Of Kakiman Expert Sent: 05. siječnja 2023. 15:10 To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] sql-lite db CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello, Since a few weeks, i am using maria-db with FS 1.10.6 (1.10.6-release-18-1ff9d0a60e~64bit) Two questions : 1/ I see that I don't have the same list of db in my both FS servers, do you know what are they used for and if they are mandatory /var/lib/freeswitch/db/call_limit.db /var/lib/freeswitch/db/core.db /var/lib/freeswitch/db/fifo.db /var/lib/freeswitch/db/json.db /var/lib/freeswitch/db/sofia_reg_external.db /var/lib/freeswitch/db/sofia_reg_internal.db 2/ sometimes, some database get corrupted and FS is down until we delete the corrupted DB do you know why it happens and if there is a solution of a better DB to use with FS ? thanks franck This communication is for informational purposes only. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Present message and any attached files may be or contain privileged information and is the property exclusive of ASSECO SEE CAPITAL GROUP. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. The information contained in this message is solely intended for the physical or legal person to whom it is addressed and to the authorized persons for receiving it. In the case you are not the intended recipient or the authorized person to receive this message, we inform that disclosure, duplicate, distribution or taking up any actions on information contained in this message are strictly forbidden and are under civil and legal responsibility. In case you received it by error, you are requested to notify the sender and to destroy the original e-mail message from your system. Opinions, conclusions or any other information contained into this message, which are not related to ASSECO SEE CAPITAL GROUP activity must not be understood to be expressed or should be endorsed by ASSECO SEE CAPITAL GROUP. The interpretation expressed in the present message did not reflect ASSECO SEE CAPITAL GROUP opinion. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Zvonimir.Buzanic at asseco-see.hr Thu Jan 5 15:51:55 2023 From: Zvonimir.Buzanic at asseco-see.hr (=?utf-8?B?WnZvbmltaXIgQnXFvmFuacSH?=) Date: Thu, 5 Jan 2023 15:51:55 +0000 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: <010001858280dde0-cc8bec20-1e21-40d6-993a-7c2d4b1a3a3f-000000@email.amazonses.com> References: <010001858280dde0-cc8bec20-1e21-40d6-993a-7c2d4b1a3a3f-000000@email.amazonses.com> Message-ID: We are using mod_xml_curl & c/c++ app to handle scripting, logic, ivrs, recording, etc. New version is go based & httapi. Br, Zvonimir From: FreeSWITCH-users On Behalf Of Avi Marcus Sent: 05. siječnja 2023. 16:16 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] mod_httapi usage/popular? CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. I use mod_v8 with a small script that curl's to my endpoint with instructions. It's not fully featured, but I've set up what I need. On Thu, Jan 5, 2023, 5:06 PM Adrian Fretwell > wrote: Hi Gregor, Thankyou that is really helpful. I have been using Python with Postgresql behind Nginx to serve mod_xml_curl and have managed to get the round trip response times down to 3 or 4 milliseconds. So I figured if I can do the same with handling httapi requests, it should work reasonably well. Kind regards, Adrian Fretwell On 05/01/2023 14:49, Gregor Nanger wrote: When we started with FS years ago, we built everything with mod_xml_curl. After that we've started with mod_httapi and if we would start over, we would build more logic with mod_httapi. I like it as you can build small pieces of dialplan and have more control of logic while call progress through dialplan. In mod_xml_curl you have to build all dialplan, when call starts, that FS compiles it. You can use transfer, but mod_httapi is more developer friendly. We are using mod_httapi in production without problems, but still main logic is with mod_xml_curl. If you are using Python, you can write webhooks in Python or in any language you prefer. I am also curious how community is using mod_httapi. BR, Gregor On Thu, 5 Jan 2023 at 15:08, Adrian Fretwell > wrote: Hello, mod_httapi appears to be handy alternative to calling embedded language scripts for ad-hoc dialplan interactions. I can see a lot of potential for this, do many people use it? If you have used it in production would you share any experiences good or bad? Any hints or tips or gotchas to avoid? The reason for me asking this, is that I'm having second thoughts about using Python and I really don't like Lua. Kind regards, Adrian Fretwell _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com _________________________________________________________________________ The FreeSWITCH project is sponsored by SignalWire https://signalwire.com Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services. Build your next product on our scalable cloud platform. Join our online community to chat in real time https://signalwire.community Professional FreeSWITCH Services sales at freeswitch.com https://freeswitch.com Official FreeSWITCH Sites https://freeswitch.com/oss https://freeswitch.org/confluence https://cluecon.com FreeSWITCH-users mailing list FreeSWITCH-users at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users https://freeswitch.com This communication is for informational purposes only. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Present message and any attached files may be or contain privileged information and is the property exclusive of ASSECO SEE CAPITAL GROUP. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. The information contained in this message is solely intended for the physical or legal person to whom it is addressed and to the authorized persons for receiving it. In the case you are not the intended recipient or the authorized person to receive this message, we inform that disclosure, duplicate, distribution or taking up any actions on information contained in this message are strictly forbidden and are under civil and legal responsibility. In case you received it by error, you are requested to notify the sender and to destroy the original e-mail message from your system. Opinions, conclusions or any other information contained into this message, which are not related to ASSECO SEE CAPITAL GROUP activity must not be understood to be expressed or should be endorsed by ASSECO SEE CAPITAL GROUP. The interpretation expressed in the present message did not reflect ASSECO SEE CAPITAL GROUP opinion. -------------- next part -------------- An HTML attachment was scrubbed... URL: From krice at freeswitch.org Thu Jan 5 16:09:44 2023 From: krice at freeswitch.org (krice at freeswitch.org) Date: Thu, 5 Jan 2023 10:09:44 -0600 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: References: Message-ID: <3b7901d92120$20617bf0$612473d0$@freeswitch.org> Both mod_xml_curl and mod_httapi work quite well in production, been using both for years. At some point you will reach a max performance level and will either need to horizontally scale the load by adding more FreeSWITCH boxes and some sort of front end load balancer for the SIP side (OpenSIPS or Kamailio) but this works very well. Ken From: FreeSWITCH-users On Behalf Of Adrian Fretwell Sent: Thursday, January 5, 2023 8:08 AM To: freeswitch-users at lists.freeswitch.org Subject: [Freeswitch-users] mod_httapi usage/popular? Hello, mod_httapi appears to be handy alternative to calling embedded language scripts for ad-hoc dialplan interactions. I can see a lot of potential for this, do many people use it? If you have used it in production would you share any experiences good or bad? Any hints or tips or gotchas to avoid? The reason for me asking this, is that I'm having second thoughts about using Python and I really don't like Lua. Kind regards, Adrian Fretwell -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolexpert at gmail.com Thu Jan 5 17:25:28 2023 From: jolexpert at gmail.com (Kakiman Expert) Date: Thu, 5 Jan 2023 18:25:28 +0100 Subject: [Freeswitch-users] WSS freeze Message-ID: hello I am using FS 1.10.6 with the latest sofia library and since a few days, WSS stop working and all the connections are closed. suddenly, all the users registered are quicked off, and if i do a netstat, a see a lot of connection for port 7443 with "Recv-Q" counter greater than 0 and in CLOSE_WAIT status. all the tries for registering are not OK, but sofia profiles are UP and running. Doing a reload of mod_sofia doesn't work, it says that module is in use, and we could only restart FS service in order to have it work again. Do you have an idea of what happens ? thanks regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Jan 5 18:51:29 2023 From: brian at freeswitch.com (Brian West) Date: Thu, 5 Jan 2023 12:51:29 -0600 Subject: [Freeswitch-users] WSS freeze In-Reply-To: References: Message-ID: Did you open an issue with these details on Github? On Thu, Jan 5, 2023 at 11:26 AM Kakiman Expert wrote: > hello > I am using FS 1.10.6 with the latest sofia library and since a few days, > WSS stop working and all the connections are closed. > > suddenly, all the users registered are quicked off, and if i do a netstat, > a see a lot of connection for port 7443 with "Recv-Q" counter greater than > 0 and in CLOSE_WAIT status. > > all the tries for registering are not OK, but sofia profiles are UP and > running. > > Doing a reload of mod_sofia doesn't work, it says that module is in use, > and we could only restart FS service in order to have it work again. > > Do you have an idea of what happens ? > > thanks > regards > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > services. > Build your next product on our scalable cloud platform. > > Join our online community to chat in real time > https://signalwire.community > > Professional FreeSWITCH Services > sales at freeswitch.com > https://freeswitch.com > > Official FreeSWITCH Sites > https://freeswitch.com/oss > https://freeswitch.org/confluence > https://cluecon.com > > FreeSWITCH-users mailing list > FreeSWITCH-users at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > https://freeswitch.com -- Brian West | Co-founder and Developer Need Commercial support? email sales at freeswitch.com FreeSWITCH Solutions | 17345 Civic Drive #2531 Brookfield, WI 53045 Email: brian at freeswitch.com Mobile: 918-424-9378 Website: https://www.FreeSWITCH.com [image: https://www.facebook.com/signalwireinc?src=email] [image: https://twitter.com/freeswitch] -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Jan 5 19:41:59 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 5 Jan 2023 20:41:59 +0100 Subject: [Freeswitch-users] sql-lite db In-Reply-To: References: Message-ID: I think we are the only one in the world, but also with MS SQL server it works great. On Thu, 5 Jan 2023, 16:50 Zvonimir Bužanić via FreeSWITCH-users, < freeswitch-users at lists.freeswitch.org> wrote: > > > > ---------- Forwarded message ---------- > From: "Zvonimir Bužanić" > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Thu, 5 Jan 2023 15:48:49 +0000 > Subject: RE: [Freeswitch-users] sql-lite db > > Hi, we had serious issues with sqlite. Database would crash and we had to > make scripts to delete databasem then restart FS. > > But in the end the solution is to use Postgres database. It works > flawless. No crashes anymore. > > > > BR, Zvonimir > > > > *From:* FreeSWITCH-users *On > Behalf Of *Kakiman Expert > *Sent:* 05. siječnja 2023. 15:10 > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* [Freeswitch-users] sql-lite db > > > > CAUTION: This email originated from outside of the organization. Do not > click links or open attachments unless you recognize the sender and know > the content is safe. > > > > Hello, > > > > Since a few weeks, i am using maria-db with FS 1.10.6 > (1.10.6-release-18-1ff9d0a60e~64bit) > > > > Two questions : > > > > 1/ I see that I don't have the same list of db in my both FS servers, do > you know what are they used for and if they are mandatory > > > > /var/lib/freeswitch/db/call_limit.db > /var/lib/freeswitch/db/core.db > /var/lib/freeswitch/db/fifo.db > /var/lib/freeswitch/db/json.db > /var/lib/freeswitch/db/sofia_reg_external.db > /var/lib/freeswitch/db/sofia_reg_internal.db > > > > 2/ sometimes, some database get corrupted and FS is down until we delete > the corrupted DB > > do you know why it happens and if there is a solution of a better DB to > use with FS ? > > > > thanks > > franck > > > This communication is for informational purposes only. All market prices, > data and other information are not warranted as to completeness or accuracy > and are subject to change without notice. Present message and any attached > files may be or contain privileged information and is the property > exclusive of ASSECO SEE CAPITAL GROUP. This transmission may contain > information that is privileged, confidential, legally privileged, and/or > exempt from disclosure under applicable law. The information contained in > this message is solely intended for the physical or legal person to whom it > is addressed and to the authorized persons for receiving it. In the case > you are not the intended recipient or the authorized person to receive this > message, we inform that disclosure, duplicate, distribution or taking up > any actions on information contained in this message are strictly forbidden > and are under civil and legal responsibility. In case you received it by > error, you are requested to notify the sender and to destroy the original > e-mail message from your system. Opinions, conclusions or any other > information contained into this message, which are not related to ASSECO > SEE CAPITAL GROUP activity must not be understood to be expressed or should > be endorsed by ASSECO SEE CAPITAL GROUP. The interpretation expressed in > the present message did not reflect ASSECO SEE CAPITAL GROUP opinion. > > > > ---------- Forwarded message ---------- > From: "Zvonimir Bužanić via FreeSWITCH-users" < > freeswitch-users at lists.freeswitch.org> > To: FreeSWITCH Users Help > Cc: > Bcc: > Date: Thu, 05 Jan 2023 07:50:01 -0800 (PST) > Subject: Re: [Freeswitch-users] sql-lite db > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 adrian at a2es.co.uk Thu Jan 5 21:55:31 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Thu, 5 Jan 2023 21:55:31 +0000 Subject: [Freeswitch-users] mod_httapi usage/popular? In-Reply-To: <3b7901d92120$20617bf0$612473d0$@freeswitch.org> References: <3b7901d92120$20617bf0$612473d0$@freeswitch.org> Message-ID: <257227c7-cf97-2841-8f8f-54b4cf74b2fb@a2es.co.uk> Thankyou Ken, ...and many thanks to all who have replied to me on this, it has been very helpful. I now have httapi up and running on the test bed with a low latency web server and it works very well. Kind regards, Adrian Fretwell On 05/01/2023 16:09, krice at freeswitch.org wrote: > > Both mod_xml_curl and mod_httapi work quite well in production, been > using both for years. At some point you will reach a max performance > level and will either need to horizontally scale the load by adding > more FreeSWITCH boxes and some sort of front end load balancer for the > SIP side (OpenSIPS or Kamailio) but this works very well. > > Ken > > *From:* FreeSWITCH-users > *On Behalf Of *Adrian > Fretwell > *Sent:* Thursday, January 5, 2023 8:08 AM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* [Freeswitch-users] mod_httapi usage/popular? > > Hello, > > mod_httapi appears to be handy alternative to calling embedded > language scripts for ad-hoc dialplan interactions.  I can see a lot of > potential for this, do many people use it? If you have used it in > production would you share any experiences good or bad?  Any hints or > tips or gotchas to avoid? > > The reason for me asking this, is that I'm having second thoughts > about using Python and I really don't like Lua. > > 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 jhunter at voxboxcoms.co.uk Thu Jan 5 22:46:31 2023 From: jhunter at voxboxcoms.co.uk (Jonathan Hunter) Date: Thu, 5 Jan 2023 22:46:31 +0000 Subject: [Freeswitch-users] Issues with RFC2833 Telephony events SRTP to RTP Message-ID: HI all, Hope you are well? We are running version 1.10.8 and are testing some call flow scenarios where we transit DTMF over SRTP to RTP using telephony events and are seeing some strange scenarios. One being losing # digit when I can see it be received on the SRTP side, it is not passed out over RTP leg if it is the first digit received in a sequence. Likewise over SRTP we get digit event 8, however Freeswitch sees this as a digit event 15 D and sends that out over RTP. This is also intermittent. to add to the fun! Has anyone experienced this before or have any tips on what might cause it? Many thanks Jon -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandra.rowell at signalwire.com Wed Jan 4 16:15:37 2023 From: alexandra.rowell at signalwire.com (Alexandra Rowell) Date: Wed, 4 Jan 2023 08:15:37 -0800 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: References: Message-ID: John, sounds like you're running into a couple of issues with signup - will you send me an email separately? I'm an admin and will do my best to get your account set up. Clive, please let us know if you do run into any issues with the forum and your screen reader! If you like, you can also set up your account so you get an hourly, daily, or weekly digest email with new forum topics so you don't have to remember to check in. It's under Preferences, then Emails. You'll have to log in once every 180 days to refresh the 'are you still listening?' timer and keep the emails coming, just FYI. Gregor, yes! Definitely more searchable, both from Google and the forum itself. If anyone else is running into issues or wants to talk about the decision to move to a forum versus the mailing list, feel free to respond here or shoot me an email. *Alexandra Rowell | Community Manager* Email: alexandra.rowell at signalwire.com On Wed, Jan 4, 2023 at 2:30 AM Gregor Nanger wrote: > Will forum be indexed by Google? > > On Wed, 4 Jan 2023 at 06:15, John Covici wrote: > >> Another problem I seem to have is that your forum does not work with >> my password manager -- I am using lastpass. >> >> On Tue, 03 Jan 2023 16:26:06 -0500, >> Brian West wrote: >> > >> > [1 ] >> > [1.1 ] >> > FreeSWITCHers, >> > >> > Most of you already know me, but for anyone that doesn’t - I’m one of >> the >> > founders of FreeSWITCH, and I’m the primary administrator for the >> mailing >> > list. >> > >> > This mailing list has served the community well for almost 15 years >> now. As >> > the mailing list has grown continuously larger and been stretched to the >> > limits of its capabilities, it has been running into bigger issues. >> > Especially in the last year, we’ve seen numerous issues that prevent >> people >> > from joining and participating – bounces, unintended unsubscribes, spam >> > filtering, and more. >> > >> > We didn’t want to shut down the mailing list without having a >> replacement >> > set up, and a forum was the obvious choice – the community has been >> > requesting a proper forum for years now. In addition to being more >> easily >> > accessible and searchable, we hope the forum will simply be a better >> > experience for everyone using it compared to the mailing list. >> > >> > To join the new forum, visit forum.signalwire.community - it uses SSO >> from >> > your free SignalWire account, which allows us to be more lenient with >> > moderation because we've got an assumed level of trust, and also reduces >> > the overall level of spam in the forums. We've got the forum set so you >> can >> > view without an account, so check it out with no obligation. >> > >> > If you’d like to receive updates via email, you can set that up in your >> > user preferences on the forum. You can even reply to forum topics via >> > email, though you’ll need to visit the forum to start a new topic (top >> > level post). Also note the digest/summary emails will stop sending if >> you >> > don’t log into the site periodically: currently you need to log in every >> > 180 days. >> > >> > Not interested in the forum, but still looking for community spaces? >> You’re >> > welcome to join our Community Slack < >> https://slack.signalwire.community/>, >> > join the subreddit , or attend >> our Office >> > Hours . >> > >> > If you want to continue using the mailing list until we sunset it, >> you’re >> > welcome to do so. We’ve disabled new sign ups as of today, and we’ll >> > formally stop supporting it as of March 15, 2023. This should give >> everyone >> > plenty of time to set up in our other community spaces. >> > >> > >> > Thanks, >> > >> > >> > /b >> > >> > >> > >> > >> > -- >> > >> > Brian West | Co-founder and Developer >> > >> > Email: brian at 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 > > > > -- > Gregor Nanger > > *CTO* > t./f.: 00386 (0) 7 6000 308/309 • m:. 00386 (0)41 756485 > • Infomedia d.o.o. • Jerebova 3, Novo mesto, Slovenia > • www.infomedia.si > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 --   *|*  Put video conferencing on your website or in your app with *SignalWire P **rogrammable Video Conferences * -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandra.rowell at signalwire.com Thu Jan 5 16:14:43 2023 From: alexandra.rowell at signalwire.com (Alexandra Rowell) Date: Thu, 5 Jan 2023 08:14:43 -0800 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list In-Reply-To: <010001857ea827fe-260de071-6c70-46b4-820a-24a3b8b51e2b-000000@email.amazonses.com> References: <6e378088-6f67-ba5f-c4a3-303012e70418@a2es.co.uk> <010001857ea827fe-260de071-6c70-46b4-820a-24a3b8b51e2b-000000@email.amazonses.com> Message-ID: Good callout, we're actually working on a community page on the site rounding up all the spaces (forum, Slack, subreddit, events, etc) in one place so everyone has a quick ref for where and how to get help. On Wed, Jan 4, 2023 at 1:21 PM TTT wrote: > As someone new to FS I too have found it hard to get info on how to reach > out to anyone…maybe the website needs and update to show > community/communication options > > > > *From:* FreeSWITCH-users [mailto: > freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of *Adrian > Fretwell > *Sent:* Wednesday, January 4, 2023 3:56 PM > *To:* freeswitch-users at lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] Retiring the FreeSWITCH Mailing list > > > > Hi Brian, > > I have learnt something - I wasn't aware of the twice monthly calls. > > Despite having taught C programming many years ago, I no longer feel > comfortable with it, however, I would be happy to help in maintaining > mod_python if I could get a better insight into the module from one of the > developers. I noted the email addresses of the developers listed at the > head or mod_python3.c but I would not want to email out of the blue as it > were. > > Where will I find details of the monthly calls? > > > > Kind regards, > > Adrian Fretwell > > On 04/01/2023 20:41, Brian West wrote: > > Adrian, > > > > We didn't write mod_python, we have gone in and tried to fix things > related to it, but it wasn't something we focused on, I noticed you have a > PR open on this topic, have you come to our twice monthly FreeSWITCH call > to discuss? > > > > /b > > > > > > On Wed, Jan 4, 2023 at 2:31 PM Adrian Fretwell wrote: > > Brian, > > Before the list closes, can you point me in a direction where I may get > some help with mod_python. Most simple python scripts work with no issues > but I have run into a few anomalies and dare I say bugs whilst trying to > use python as an XML handler. > > My guess is that very few use python or my questions have been too > development orientated for this list. I have pretty much given up on using > python for XML handling, switching to mod_xml_curl instead, but I would > like to continue being able to call python from the dialplan, however my > difficulty in finding help with python in FreeSWITCH has made me concerned > about future support for python. > > > > Kind regards, > > Adrian Fretwell > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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: Image removed by sender. > https://www.facebook.com/signalwireinc?src=email] > [image: Image removed by sender. > 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 > --   *|*  Put video conferencing on your website or in your app with *SignalWire P **rogrammable Video Conferences * -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 344 bytes Desc: not available URL: From adrian at a2es.co.uk Sat Jan 7 21:55:23 2023 From: adrian at a2es.co.uk (Adrian Fretwell) Date: Sat, 7 Jan 2023 21:55:23 +0000 Subject: [Freeswitch-users] HttAPI calling freeswitch api Message-ID: Hello, I needed to call the "uuid_display" API function from a httapi document.  Document shown below, but is there a better way of doing this?  I could not work out how else to call the api function.                   Many thanks &Kind regards, Adrian Fretwell -------------- next part -------------- An HTML attachment was scrubbed... URL: From clive at lansink.co.nz Sun Jan 8 18:58:07 2023 From: clive at lansink.co.nz (Clive Lansink) Date: Sun, 8 Jan 2023 18:58:07 +0000 Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Message-ID: <0100018592bf489e-1e0c6fde-b2dd-4d4f-a455-7314bb97a486-000000@email.amazonses.com> Interesting. I don't recall a CAPTCHA when I set up my Signalwire account, but that could have changed since then. I recently joined the forum after I logged in to Signalwire, and it didn't require a CAPTCHA. So maybe start by setting up a Signalwire account first, or finding your old account and logging in. But wherever a CAPTCHA is required, people should take care to use one that is as non-discriminatory as possible. I quite like Google's reCAPTCHA. I have implemented this myself on a couple of websites so I can say it is quite easy to do. Older implementations require the user to check a box to say they are not a robot, and this triggers something at the back end to verify whether this is true. But newer implementations now make this assessment completely in the background so the user doesn't have to do anything. Cheers. Clive Lansink Email: Clive at Lansink.Co.NZ Phone: +64 9 520-4242 Mobile: +64 21 663-999 -----Original message----- From: "John Covici" To: "'FreeSWITCH Users Help'" Subject: Re: [Freeswitch-users] Retiring the FreeSWITCH Mailing list Reply-to: FreeSWITCH Users Help Date: Wed, 4 Jan 2023 00:11:25 -0500 I tried to join the forum, but it requires a captcha and I could not figure out the challenge. One of the reasons I hate forums. Can you bypass this for me? From: FreeSWITCH-users On Behalf Of Brian West Sent: Tuesday, January 3, 2023 4:26 PM To: FreeSWITCH Users Help Subject: [Freeswitch-users] Retiring the FreeSWITCH Mailing list FreeSWITCHers, Most of you already know me, but for anyone that doesn’t - I’m one of the founders of FreeSWITCH, and I’m the primary administrator for the mailing list. This mailing list has served the community well for almost 15 years now. As the mailing list has grown continuously larger and been stretched to the limits of its capabilities, it has been running into bigger issues. Especially in the last year, we’ve seen numerous issues that prevent people from joining and participating – bounces, unintended unsubscribes, spam filtering, and more. We didn’t want to shut down the mailing list without having a replacement set up, and a forum was the obvious choice – the community has been requesting a proper forum for years now. In addition to being more easily accessible and searchable, we hope the forum will simply be a better experience for everyone using it compared to the mailing list. To join the new forum, visit forum.signalwire.community - it uses SSO from your free SignalWire account, which allows us to be more lenient with moderation because we've got an assumed level of trust, and also reduces the overall level of spam in the forums. We've got the forum set so you can view without an account, so check it out with no obligation. If you’d like to receive updates via email, you can set that up in your user preferences on the forum. You can even reply to forum topics via email, though you’ll need to visit the forum to start a new topic (top level post). Also note the digest/summary emails will stop sending if you don’t log into the site periodically: currently you need to log in every 180 days. Not interested in the forum, but still looking for community spaces? You’re welcome to join our Community Slack, join the subreddit, or attend our Office Hours. If you want to continue using the mailing list until we sunset it, you’re welcome to do so. We’ve disabled new sign ups as of today, and we’ll formally stop supporting it as of March 15, 2023. This should give everyone plenty of time to set up in our other community spaces. Thanks, /b -- Brian West | Co-founder and Developer Email: brian at 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 tihomir at nexios.cc Sat Jan 7 11:48:41 2023 From: tihomir at nexios.cc (Tihomir Culjaga) Date: Sat, 7 Jan 2023 12:48:41 +0100 Subject: [Freeswitch-users] Video setup Message-ID: <1E740A51-6E85-46B7-BBA0-CB66E30A2A0F@nexios.cc> hi freeswitch people, im wondering what is the best setup for video calls (not video conference) with video call recording on freeswitch ? What modules do you use, what codecs do you use and what app for recording do you use nowdays? options are for codecs and formats: - mod_vpx: VP8/VP9 (wondering what is the CPU impact when you reach some traffic volumes) - mod_av: H264 (can it do H265 at all?) for recording: - record_session (what format should i put in there ? mp4, webm, raw...) - mod_fsv (i guess this is obsolete .. is it ?) Sent from my iPhone From gregor at infomedia.si Tue Jan 10 23:41:14 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Wed, 11 Jan 2023 00:41:14 +0100 Subject: [Freeswitch-users] mod_http_cache in version 1.10.8 is not working Message-ID: Caching files stopped working after upgrade. First file that is in playback is saved as: storage/http_file_cache/00000000000000000000000000000000.wav And after that all files are played as this cache. Basically it doesn't cache files anymore and always pulls this one from cache. This is the log when it is first cached: EXECUTE [depth=0] sofia/external/041600611 at 91.199.161.142 playback( http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav) 2023-01-10 23:59:45.823739 97.05% [DEBUG] mod_httapi.c:2665 caching: url: http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav to C:/Program Files/FreeSWITCH/storage/http_file_cache/00000000000000000000000000000000.wav (344649 bytes) It looks like it doesn't pass file name down to http_cache or it is passed as 00000... I checked source code of this module and there is some md5 functions that hash name. Could this function returns 00000000... as name? We are using FS on windows, but version 1.10.7 works ok. BR, Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From csadi at hotmail.com Wed Jan 11 16:17:20 2023 From: csadi at hotmail.com (Adiseshu Channasamudhram) Date: Wed, 11 Jan 2023 16:17:20 +0000 Subject: [Freeswitch-users] How to reset connection with one external sbc Message-ID: Hello FS Experts I have a setup where in my FS SBC connects to multiple external SBC using TLS Is there a way to reset one particular connection ? Thanks a lot in advance Regards A -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at telefaks.de Wed Jan 11 16:41:33 2023 From: lists at telefaks.de (Peter Steinbach) Date: Wed, 11 Jan 2023 17:41:33 +0100 Subject: [Freeswitch-users] How to reset connection with one external sbc In-Reply-To: References: Message-ID: <7c4b133c-ad9c-4d46-7f15-84cc4ea8d8ee@telefaks.de> Hello Adiseshu,, did you try this? https://www.cyberciti.biz/howto/question/linux/kill-tcp-connection-using-linux-netstat.php /peter Am 11.01.23 um 17:17 schrieb Adiseshu Channasamudhram: > Hello FS Experts > > I have a setup where in my FS SBC connects to multiple external SBC > using TLS > Is there a way to reset one particular connection ? > > Thanks a lot in advance > > 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 -- With kind regards Peter Steinbach Telefaks Services GmbH mailto:lists (att) telefaks.de Internet: www.telefaks.de -------------- next part -------------- An HTML attachment was scrubbed... URL: From gregor at infomedia.si Thu Jan 12 08:32:24 2023 From: gregor at infomedia.si (Gregor Nanger) Date: Thu, 12 Jan 2023 09:32:24 +0100 Subject: [Freeswitch-users] mod_http_cache in version 1.10.8 is not working In-Reply-To: References: Message-ID: Am I the only one that has this issue? Br, Gregor On Wed, 11 Jan 2023, 00:41 Gregor Nanger, wrote: > Caching files stopped working after upgrade. > > First file that is in playback is saved as: > storage/http_file_cache/00000000000000000000000000000000.wav > > And after that all files are played as this cache. Basically it doesn't > cache files anymore and always pulls this one from cache. > > This is the log when it is first cached: > EXECUTE [depth=0] sofia/external/041600611 at 91.199.161.142 playback( > http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav) > 2023-01-10 23:59:45.823739 97.05% [DEBUG] mod_httapi.c:2665 caching: url: > http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav to > C:/Program > Files/FreeSWITCH/storage/http_file_cache/00000000000000000000000000000000.wav > (344649 bytes) > > It looks like it doesn't pass file name down to http_cache or it is passed > as 00000... > > I checked source code of this module and there is some md5 functions that > hash name. Could this function returns 00000000... as name? We are using FS > on windows, but version 1.10.7 works ok. > > BR, Greg > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tihomir at nexios.cc Thu Jan 12 13:09:40 2023 From: tihomir at nexios.cc (tihomir at nexios.cc) Date: Thu, 12 Jan 2023 14:09:40 +0100 Subject: [Freeswitch-users] mod_http_cache in version 1.10.8 is not working In-Reply-To: References: Message-ID: <057401d92687$218512f0$648f38d0$@nexios.cc> Hi Gregor, I would start here static char *cached_url_filename_create(url_cache_t *cache, const char *url, char **extension) { char *filename; char *dirname; char uuid_dir[3] = { 0 }; switch_uuid_t uuid; char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1] = { 0 }; const char *found_extension = NULL; size_t found_extension_len = 0; find_extension(url, &found_extension, &found_extension_len); /* filename is constructed from UUID and is stored in cache dir (first 2 characters of UUID) */ switch_uuid_get(&uuid); switch_uuid_format(uuid_str, &uuid); snprintf(uuid_dir, sizeof(uuid_dir), "%.2s", uuid_str); dirname = switch_mprintf("%s%s%s", cache->location, SWITCH_PATH_SEPARATOR, uuid_dir); /* create sub-directory if it doesn't exist */ switch_dir_make_recursive(dirname, SWITCH_DEFAULT_DIR_PERMS, cache->pool); if (!zstr(found_extension) && found_extension_len > 0) { char *found_extension_dup = strndup(found_extension, found_extension_len); filename = switch_mprintf("%s%s%s.%s", dirname, SWITCH_PATH_SEPARATOR, &uuid_str[2], found_extension_dup); if (extension) { *extension = found_extension_dup; } else { free(found_extension_dup); } } else { filename = switch_mprintf("%s%s%s", dirname, SWITCH_PATH_SEPARATOR, &uuid_str[2]); if (extension) { *extension = NULL; } } free(dirname); return filename; } Put some logging, recompile and see how the file path and name is built up. This created a file name with 0000000000000000000000 char uuid_str[SWITCH_UUID_FORMATTED_LENGTH + 1] = { 0 } my guess: switch_uuid_get(&uuid); didn't return a valid UUID or switch_uuid_format(uuid_str, &uuid); messed something out.. anyhow.. put logging there, recompile and see what you get. Tihomir Culjaga Business Development & Presales Manager M 385 (0)91 633 1550 E tihomir at nexios.cc W www.nexios.cc From: FreeSWITCH-users [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Gregor Nanger Sent: 12. siječnja 2023. 9:32 To: FreeSWITCH Users Help Subject: Re: [Freeswitch-users] mod_http_cache in version 1.10.8 is not working Am I the only one that has this issue? Br, Gregor On Wed, 11 Jan 2023, 00:41 Gregor Nanger, > wrote: Caching files stopped working after upgrade. First file that is in playback is saved as: storage/http_file_cache/00000000000000000000000000000000.wav And after that all files are played as this cache. Basically it doesn't cache files anymore and always pulls this one from cache. This is the log when it is first cached: EXECUTE [depth=0] sofia/external/041600611 at 91.199.161.142 playback(http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav) 2023-01-10 23:59:45.823739 97.05% [DEBUG] mod_httapi.c:2665 caching: url:http://wav.files.com/109da642-87ed-4596-8b82-ddefd379c3bb.wav to C:/Program Files/FreeSWITCH/storage/http_file_cache/00000000000000000000000000000000.wav (344649 bytes) It looks like it doesn't pass file name down to http_cache or it is passed as 00000... I checked source code of this module and there is some md5 functions that hash name. Could this function returns 00000000... as name? We are using FS on windows, but version 1.10.7 works ok. BR, Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian at freeswitch.com Thu Jan 12 14:11:19 2023 From: brian at freeswitch.com (Brian West) Date: Thu, 12 Jan 2023 08:11:19 -0600 Subject: [Freeswitch-users] Video setup In-Reply-To: <1E740A51-6E85-46B7-BBA0-CB66E30A2A0F@nexios.cc> References: <1E740A51-6E85-46B7-BBA0-CB66E30A2A0F@nexios.cc> Message-ID: Greetings, You'd just use either codec or format you wanted, H265 or VP8, And things like frame rate, frame size and bit rates all impact the CPU, so you'll have to test them yourself to determine what works best for your needs. Same with recording, just use record_session, with .mp4 and it should just work. Thanks, /b On Mon, Jan 9, 2023 at 10:52 AM Tihomir Culjaga wrote: > hi freeswitch people, im wondering what is the best setup for video calls > (not video conference) with video call recording on freeswitch ? What > modules do you use, what codecs do you use and what app for recording do > you use nowdays? > options are > for codecs and formats: > - mod_vpx: VP8/VP9 (wondering what is the CPU impact when you reach some > traffic volumes) > - mod_av: H264 (can it do H265 at all?) > for recording: > - record_session (what format should i put in there ? mp4, webm, raw...) > - mod_fsv (i guess this is obsolete .. is it ?) > > Sent from my iPhone > > _________________________________________________________________________ > > The FreeSWITCH project is sponsored by SignalWire https://signalwire.com > Enhance your FreeSWITCH install with disruptive priced SMS and PSTN > 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 Tue Jan 17 21:54:38 2023 From: brian at freeswitch.com (Brian West) Date: Tue, 17 Jan 2023 15:54:38 -0600 Subject: [Freeswitch-users] New FreeSWITCH Community forum available via email Message-ID: FreeSWITCHers, We are happy to announce that help for FreeSWITCH is available on our community forum via email. If you already have a SignalWire account, you can now start new topics and interact via email on FreeSWITCH-related issues by emailing freeswitch at forum.signalwire.community. New users can start topics after they register a SignalWire Account. If you have any questions or concerns, please don't hesitate to reach out to us. Thanks, Brian -- 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: