From 640508f1a2134e7f5902b74d2c2b0b677521d178 Mon Sep 17 00:00:00 2001 From: Attila Gulyas Date: Thu, 4 Apr 2024 22:57:59 -0400 Subject: [PATCH] Update SignalWire provider instructions --- .../Providers-ITSPs/20709712.mdx | 72 ++----------------- 1 file changed, 4 insertions(+), 68 deletions(-) diff --git a/docs/FreeSWITCH-Explained/Interoperability/Providers-ITSPs/20709712.mdx b/docs/FreeSWITCH-Explained/Interoperability/Providers-ITSPs/20709712.mdx index dd7a37f4..445848df 100644 --- a/docs/FreeSWITCH-Explained/Interoperability/Providers-ITSPs/20709712.mdx +++ b/docs/FreeSWITCH-Explained/Interoperability/Providers-ITSPs/20709712.mdx @@ -1,74 +1,10 @@ -# Provider SignalWire (US) +# Provider SignalWire (US) - +See the [`mod_signalwire`](../../Modules/mod_signalwire_19595544.mdx) page on how to connect a FreeSWITCH instance to SignalWire. -[https://signalwire.com/blogs/product/programmable-sip-connectivity-and-routing](https://signalwire.com/blogs/product/programmable-sip-connectivity-and-routing) +## Send SMS notifications about FreeSWITCH activities -Inbound and outbound works globally. Config files also available at: [https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch](https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch). - - -Add the SignalWire IP addresses into the domain section under `autoload_configs/acl.conf.xml you can nslookup sip.signalwire.com` - - -```xml - - -``` - -Registration: /usr/local/freeswitch/conf/sip\_profiles/external/ - - -```erl - - - - - - - - - - - - - - - - -``` - - -Inbound calling: /usr/local/freeswitch/conf/dialplan/public/ - -```xml - - - - - - - - - -``` - - -Outbound calling: /usr/local/freeswitch/conf/dialplan/default/ - -```xml - - - - - - - - - -``` - - Send any SMS from Dialplan to your smartphone, notifying you of various things that happening. ```xml @@ -102,6 +38,6 @@ Send any SMS from Dialplan to your smartphone, notifying you of various things t ``` -For a more comprehensive walk through of provisioning SignalWire trunks, configuring FreeSWITCH, and best practices please see our signalwire.com docs [https://signalwire.com/blogs/product/programmable-sip-connectivity-and-routing](https://signalwire.com/blogs/product/programmable-sip-connectivity-and-routing)[.](https://www.twilio.com/blog/2014/12/getting-started-placing-outbound-calls-with-twilio-elastic-sip-trunking-and-freeswitch.html) + Please see our blog post [Programmable SIP - Connectivity and Routing](https://signalwire.com/blogs/product/programmable-sip-connectivity-and-routing) for a more comprehensive walkthrough of provisioning SignalWire trunks and best practices.