<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Wow, that’s a pretty cool hack - kudos for this idea.<div class=""><br class=""></div><div class="">But I think the problem needs to be solved in Sofia SIP - I’m facing the same issue with Deutsche Telekom SIP-Trunk and FreeSWITCH.</div><div class=""><br class=""></div><div class="">[x] me too</div><div class=""><br class=""></div><div class="">br</div><div class="">Henning</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Am 25.06.2019 um 08:36 schrieb Kai Danielmeier <<a href="mailto:kai.danielmeier@gmail.com" class="">kai.danielmeier@gmail.com</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Basically I solved the problem by working around it with a hangup hook. In it I check the call disposition and if it is 403 I restart the gateway and then retry the call. Not the most perfect solution, but does the job and I do not have to manually restart any gateways. We had cases where the IP change for the server happened several times daily, which was very annoying.<div class=""><br class=""></div><div class="">BR</div><div class=""><br class=""></div><div class="">Kai</div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mo., 24. Juni 2019 um 16:51 Uhr schrieb Sebastian Denz <<a href="mailto:denzs@gonicus.de" class="">denzs@gonicus.de</a>>:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I didnt see your post before, so i opened a topic for propably the same<br class="">
issue today... i am preparing a test setup right now to reproduce it<br class="">
with the current git-HEAD and then i'll open an issue in Jira...<br class="">
<br class="">
Best regards,<br class="">
Sebastian<br class="">
<br class="">
Am 6/18/19 um 9:05 AM schrieb Paul Muaddib:<br class="">
> Hi,<br class="">
> <br class="">
> slowly it becomes annoying. Since a few days I need to reload the gateway<br class="">
> profile twice a day to refresh the SRV records. I found out that my SIP<br class="">
> Provider "Deutsche Telekom" updated their Documentation of their SIP Trunk.<br class="">
> <br class="">
> Perhaps interesting for others. Here is the updated PDF<br class="">
> <a href="https://geschaeftskunden.telekom.de/blobCache/umn/uti/457678_1548405575000/blobBinary/SIP-Trunk-Technische-Unterlage.ps" rel="noreferrer" target="_blank" class="">https://geschaeftskunden.telekom.de/blobCache/umn/uti/457678_1548405575000/blobBinary/SIP-Trunk-Technische-Unterlage.ps</a><br class="">
> <br class="">
> The document also includes a section on DNS and SRV. Can someone tell me if<br class="">
> I can make changes in the configuration based on the following information<br class="">
> so that the SRV records are updated correctly?<br class="">
> <br class="">
> Best regards,<br class="">
> <br class="">
> ############<br class="">
> <br class="">
> Domain and IP address recognition and resolution on the SIP trunk interface<br class="">
> is performed via DNS servers.<br class="">
> <br class="">
> In the registration mode, the IP address, transport and port of the server<br class="">
> are determined according to RFC 3263 and SIPConnect 2.0 16.1 "Locating SIP<br class="">
> Servers".<br class="">
> <br class="">
> According to RFC 3263, the SIP-PBX performs a NAPTR query for the domain<br class="">
> names:<br class="">
> - <a href="http://reg.sip-trunk.telekom.de/" rel="noreferrer" target="_blank" class="">reg.sip-trunk.telekom.de</a>.<br class="">
> - <a href="http://stat.sip-trunk.telekom.de/" rel="noreferrer" target="_blank" class="">stat.sip-trunk.telekom.de</a><br class="">
> <br class="">
> and receives the records with the protocols supported by the domain name<br class="">
> (in case of a SIP trunk usage of the TLS via TCP and TCP protocol depending<br class="">
> on whether the client uses TLS or not).<br class="">
> <br class="">
> Since the protocol has been determined, an IP address and port must also be<br class="">
> determined, as described in RFC 3263, Chapter 5, and an SRV query is sent<br class="">
> to the record returned by the NAPTR. Finally, the client performs an<br class="">
> A-Record lookup on these records to obtain the IP addresses of the servers.<br class="">
> The destination node selection is the SIP-PBX behavior (SIPconnect 2.0,<br class="">
> Chapter 17.1 for Register Mode and Chapter 16.1 for Static Mode).<br class="">
> <br class="">
> A lookup to these domain names is not possible. Therefore a lookup with<br class="">
> some tools (e.g. nslookup under some Windows versions) does not lead to<br class="">
> success, because these only make an A-Record query by default!<br class="">
> The correct query order is therefore<br class="">
> - NAPTR on <a href="http://reg.sip-trunk.telekom.de/" rel="noreferrer" target="_blank" class="">reg.sip-trunk.telekom.de</a><br class="">
> - SRV to a record of the NAPTR response<br class="">
> - A to a record of the SRV response<br class="">
> <br class="">
> Success also leads:<br class="">
> - SRV on <a href="http://reg.sip-trunk.telekom.de/" rel="noreferrer" target="_blank" class="">reg.sip-trunk.telekom.de</a><br class="">
> <br class="">
> - A to a record of the SRV response<br class="">
> <br class="">
> Does not lead to success:<br class="">
> - A on <a href="http://reg.sip-trunk.telekom.de/" rel="noreferrer" target="_blank" class="">reg.sip-trunk.telekom.de</a><br class="">
> <br class="">
> Attention: With many PBXs, setting the port (e.g. to 5060) leads to a<br class="">
> behavior in which only the A record is queried, which then fails. A<br class="">
> NAPTR/SRV query is only performed if the port is set to "0". (The<br class="">
> background is that the SRV query provides the port, i.e. the port cannot be<br class="">
> set to a fixed value in advance).<br class="">
> <br class="">
> ############<br class="">
> <br class="">
> <br class="">
> <br class="">
> Am Di., 7. Mai 2019 um 13:42 Uhr schrieb Paul Muaddib <<br class="">
> <a href="mailto:paul.muaddib83@gmail.com" target="_blank" class="">paul.muaddib83@gmail.com</a>>:<br class="">
> <br class="">
>> How can I check the TTL of the SRV register?<br class="">
>><br class="">
>> Am Di., 7. Mai 2019 um 12:36 Uhr schrieb Raúl Alexis Betancor Santana <<br class="">
>> <a href="mailto:rbetancor@gmail.com" target="_blank" class="">rbetancor@gmail.com</a>>:<br class="">
>><br class="">
>>> The only way you have is to tell FS to "reload" that provider gw profile.<br class="">
>>><br class="">
>>> You should check the TTL of that provider SRV registers as may be a<br class="">
>>> problem on their end, not updating them correctly.<br class="">
>>><br class="">
>>> On Tue, May 7, 2019 at 10:25 AM Paul Muaddib <<a href="mailto:paul.muaddib83@gmail.com" target="_blank" class="">paul.muaddib83@gmail.com</a>><br class="">
>>> wrote:<br class="">
>>><br class="">
>>>> Hi Lawrence,<br class="">
>>>><br class="">
>>>> I think that you want to know how to tell your fS to re-lookup the SRV<br class="">
>>>>> records for that gateway's domain while running, as the SRV records in that<br class="">
>>>>> provider's DNS changes regularly.<br class="">
>>>>><br class="">
>>>>> I can't help on the details of fS's DNS lookup code, but is that the<br class="">
>>>>> actual problem you have and so the question you want to ask?<br class="">
>>>>><br class="">
>>>><br class="">
>>>> Yes, that is my problem.<br class="">
>>>><br class="">
>>>> Am Di., 7. Mai 2019 um 00:07 Uhr schrieb Lawrence Conroy <<br class="">
>>>> <a href="mailto:lconroy@insensate.co.uk" target="_blank" class="">lconroy@insensate.co.uk</a>>:<br class="">
>>>><br class="">
>>>>> Hi<br class="">
>>>>>  They may do; they may not. It's hard to tell when the question is that<br class="">
>>>>> confusing.<br class="">
>>>>><br class="">
>>>>> 1. IIUC, fS doesn't update local DNS records at all.<br class="">
>>>>> (it could, but you'd need to write something external to do the DNS<br class="">
>>>>> update).<br class="">
>>>>><br class="">
>>>>> 2. you talk of not being able to call OUT.<br class="">
>>>>> That's good, as it means there is no need to update your domain's DNS<br class="">
>>>>> records.<br class="">
>>>>><br class="">
>>>>> I assume that what you mean is that your provider changes its SRV<br class="">
>>>>> records every couple of days.<br class="">
>>>>> You have a gateway entry in your fS config for that provider.<br class="">
>>>>> That gateway spec has a defined domain name for the server.<br class="">
>>>>> I think that you want to know how to tell your fS to re-lookup the SRV<br class="">
>>>>> records for that gateway's domain while running, as the SRV records in that<br class="">
>>>>> provider's DNS changes regularly.<br class="">
>>>>><br class="">
>>>>> I can't help on the details of fS's DNS lookup code, but is that the<br class="">
>>>>> actual problem you have and so the question you want to ask?<br class="">
>>>>><br class="">
>>>>> br,<br class="">
>>>>>   Lawrence<br class="">
>>>>><br class="">
>>>>><br class="">
>>>>> On 6 May 2019, at 21:04, Paul Muaddib <<a href="mailto:paul.muaddib83@gmail.com" target="_blank" class="">paul.muaddib83@gmail.com</a>> wrote:<br class="">
>>>>><br class="">
>>>>>> Really nobody with the same problem?<br class="">
>>>>>><br class="">
>>>>>> Am Do., 2. Mai 2019 um 11:23 Uhr schrieb Paul Muaddib <<br class="">
>>>>> <a href="mailto:paul.muaddib83@gmail.com" target="_blank" class="">paul.muaddib83@gmail.com</a>>:<br class="">
>>>>>> Hi,<br class="">
>>>>>><br class="">
>>>>>> how can I tell freeswitch to update the SRV records or is there a way<br class="">
>>>>> to force the update without restarting. My provider keeps changing the<br class="">
>>>>> entries after a few days and if I don't restart freeswitch I can not call<br class="">
>>>>> out anymore (403)<br class="">
>>>>>><br class="">
>>>>>> Best regards<br class="">
>>>>>><br class="">
>>>>> _________________________________________________________________________<br class="">
>>>>>><br class="">
>>>>>> The FreeSWITCH project is sponsored by SignalWire<br class="">
>>>>> <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
>>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN<br class="">
>>>>> services.<br class="">
>>>>>> Build your next product on our scalable cloud platform.<br class="">
>>>>>><br class="">
>>>>>> Join our online community to chat in real time<br class="">
>>>>> <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
>>>>>><br class="">
>>>>>> Professional FreeSWITCH Services<br class="">
>>>>>> <a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
>>>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>>>>><br class="">
>>>>>> Official FreeSWITCH Sites<br class="">
>>>>>> <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
>>>>>> <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
>>>>>> <a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
>>>>>><br class="">
>>>>>> FreeSWITCH-users mailing list<br class="">
>>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
>>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
>>>>>> UNSUBSCRIBE:<br class="">
>>>>> <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
>>>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>>>><br class="">
>>>>><br class="">
>>>>><br class="">
>>>>> _________________________________________________________________________<br class="">
>>>>><br class="">
>>>>> The FreeSWITCH project is sponsored by SignalWire<br class="">
>>>>> <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
>>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN<br class="">
>>>>> services.<br class="">
>>>>> Build your next product on our scalable cloud platform.<br class="">
>>>>><br class="">
>>>>> Join our online community to chat in real time<br class="">
>>>>> <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
>>>>><br class="">
>>>>> Professional FreeSWITCH Services<br class="">
>>>>> <a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
>>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>>>><br class="">
>>>>> Official FreeSWITCH Sites<br class="">
>>>>> <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
>>>>> <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
>>>>> <a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
>>>>><br class="">
>>>>> FreeSWITCH-users mailing list<br class="">
>>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
>>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
>>>>> UNSUBSCRIBE:<br class="">
>>>>> <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
>>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>>><br class="">
>>>> _________________________________________________________________________<br class="">
>>>><br class="">
>>>> The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
>>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN<br class="">
>>>> services.<br class="">
>>>> Build your next product on our scalable cloud platform.<br class="">
>>>><br class="">
>>>> Join our online community to chat in real time<br class="">
>>>> <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
>>>><br class="">
>>>> Professional FreeSWITCH Services<br class="">
>>>> <a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>>><br class="">
>>>> Official FreeSWITCH Sites<br class="">
>>>> <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
>>>> <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
>>>> <a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
>>>><br class="">
>>>> FreeSWITCH-users mailing list<br class="">
>>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
>>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
>>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
>>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>><br class="">
>>> _________________________________________________________________________<br class="">
>>><br class="">
>>> The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
>>> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN<br class="">
>>> services.<br class="">
>>> Build your next product on our scalable cloud platform.<br class="">
>>><br class="">
>>> Join our online community to chat in real time<br class="">
>>> <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
>>><br class="">
>>> Professional FreeSWITCH Services<br class="">
>>> <a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>>><br class="">
>>> Official FreeSWITCH Sites<br class="">
>>> <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
>>> <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
>>> <a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
>>><br class="">
>>> FreeSWITCH-users mailing list<br class="">
>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
>>> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
>><br class="">
>><br class="">
> <br class="">
> <br class="">
> _________________________________________________________________________<br class="">
> <br class="">
> The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br class="">
> Build your next product on our scalable cloud platform.<br class="">
> <br class="">
> Join our online community to chat in real time <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
> <br class="">
> Professional FreeSWITCH Services<br class="">
> <a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
> <br class="">
> Official FreeSWITCH Sites<br class="">
> <a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
> <a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
> <a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
> <br class="">
> FreeSWITCH-users mailing list<br class="">
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
> <a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
> <br class="">
<br class="">
<br class="">
_________________________________________________________________________<br class="">
<br class="">
The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com/" rel="noreferrer" target="_blank" class="">https://signalwire.com</a><br class="">
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br class="">
Build your next product on our scalable cloud platform.<br class="">
<br class="">
Join our online community to chat in real time <a href="https://signalwire.community/" rel="noreferrer" target="_blank" class="">https://signalwire.community</a><br class="">
<br class="">
Professional FreeSWITCH Services<br class="">
<a href="mailto:sales@freeswitch.com" target="_blank" class="">sales@freeswitch.com</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a><br class="">
<br class="">
Official FreeSWITCH Sites<br class="">
<a href="https://freeswitch.com/oss" rel="noreferrer" target="_blank" class="">https://freeswitch.com/oss</a><br class="">
<a href="https://freeswitch.org/confluence" rel="noreferrer" target="_blank" class="">https://freeswitch.org/confluence</a><br class="">
<a href="https://cluecon.com/" rel="noreferrer" target="_blank" class="">https://cluecon.com</a><br class="">
<br class="">
FreeSWITCH-users mailing list<br class="">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" class="">FreeSWITCH-users@lists.freeswitch.org</a><br class="">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank" class="">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="">
<a href="https://freeswitch.com/" rel="noreferrer" target="_blank" class="">https://freeswitch.com</a></blockquote></div>
_________________________________________________________________________<br class=""><br class="">The FreeSWITCH project is sponsored by SignalWire <a href="https://signalwire.com" class="">https://signalwire.com</a><br class="">Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.<br class="">Build your next product on our scalable cloud platform.<br class=""><br class="">Join our online community to chat in real time <a href="https://signalwire.community" class="">https://signalwire.community</a><br class=""><br class="">Professional FreeSWITCH Services<br class=""><a href="mailto:sales@freeswitch.com" class="">sales@freeswitch.com</a><br class="">https://freeswitch.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">https://freeswitch.com/oss<br class="">https://freeswitch.org/confluence<br class="">https://cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">https://freeswitch.com</div></blockquote></div><br class=""></div></body></html>