[Freeswitch-users] Freeswitch and twilio

Gonzalo Gasca Meza gascagonzalo at gmail.com
Wed Oct 7 19:32:03 MSD 2015


Michael,

A few points to clarify: (TL;DR)

   - Twilio do not support SIP Registration
   - When Twilio send a call to your IP PBX it will send it based in the
   origination URI you configured in Twilio page which is documented here:

*PLEASE READ  THE FOLLOWING DOCS*
https://www.twilio.com/blog/2015/07/sip-trunking-load-balancing-and-failover-made-easy.html
https://www.twilio.com/blog/2014/12/getting-started-placing-outbound-calls-with-twilio-elastic-sip-trunking-and-freeswitch.html
https://www.twilio.com/docs/sip-trunking/getting-started

Example:

sip:1.1.1.1                  (Here we send as Dialed number your Twilio
phone number sip:+1661748024 at 1.1.1.1)
sip:2000 at 1.1.1.1       (Here we send as Dialed number 2000)


Twilio outbound profile is used for Outgoing calls from Freeswitch to
Twilio.
Twilio inbound profile in the documentation is not used at all. For
incoming calls you can configure your public.xml to send calls to the
context you prefer:

  <param name="dialplan" value="XML"/>

  <param name="context" value="public"/>

I think at this point your question is can I assign the context via
Gateways? I sent an email with this to the mailer.
Please monitor that one. (Freeswitch inbound logic match)
In my case Im using US IP addresses for Twilio, you may need to change it
to your UK (EU datacenter)
Let me know if you have other questions related to Twilio.

Thanks

-Gonzalo








On Wed, Oct 7, 2015 at 4:21 AM, Michael Nielsen <mic.niel84 at gmail.com>
wrote:

> Ok, so internal user like /directory/default/twilio.xml and then use the
> destination number in the HEADER for routing calls?
> The Twilio guide uses an external gateway and not an internal - but I
> guess that's wrong...
>
> On Wed, Oct 7, 2015 at 12:19 PM, Sergey Safarov <s.safarov at gmail.com>
> wrote:
>
>> make as i write in prevesion message.
>> 1) 5080 - port is used external profile
>> 2) remove inbound gateway
>>
>> On Wed, Oct 7, 2015 at 12:02 PM, Michael Nielsen <mic.niel84 at gmail.com>
>> wrote:
>>
>>> Hello Sergey,
>>>
>>> This is what I've done.
>>> 1) Twilio is set up to route calls to sip:my-domain:5080. I've validated
>>> that calls are entering my server on port 5080 and sofia/external/ captures
>>> it.
>>> 2) Twilio IP's are added to my ACL and validated that incoming calls are
>>> accepted.
>>> 3) I've created a sip_profile/gateway/twilio.xml which contains:
>>>
>>> <gateway name="twilio-outbound">
>>>   <param name="username" value="MY-USERNAME"/>
>>>   <param name="password" value="MY-PASSWORD"/>
>>>   <param name="proxy" value="MY-BUSINESS-NAME.pstn.twilio.com"/>
>>>   <param name="register" value="false"/>
>>> </gateway>
>>>
>>> <gateway name="twilio-inbound">
>>>   <param name="username" value="MY-USERNAME"/>
>>>   <param name="password" value="MY-PASSWORD"/>
>>>   <param name="proxy" value="MY-BUSINESS-NAME.pstn.twilio.com"/>
>>>   <param name="register" value="false"/>
>>>   <param name="context" value="default"/>
>>> </gateway>
>>> Twilio-outbound does work. Twilio-inbound does not place incoming calls
>>> in the default context.
>>>
>>> If I make a dialplan in /dialplan/public/gateway_incoming.xml which
>>> checks if the user exists and then transfer calls, then it works.
>>> But I would prefer to have a gateway (or sip_profile) setup correctly
>>> for placing calls in default context from Twilio.
>>>
>>>
>>> On Wed, Oct 7, 2015 at 8:27 AM, Sergey Safarov <s.safarov at gmail.com>
>>> wrote:
>>>
>>>> I read provided doc link. Working scheme:
>>>> 1) create separate sip_profile for twilio. As example use internal
>>>> profile. Also you may set port to 5090 in new profile;
>>>> 2) configure ACL with twilio IP in new profile;
>>>> 3) set required context in new profile;
>>>> 4) set correct port in trunk originatin settings on twilio side.
>>>>
>>>> After it incoming calls must work correctly.
>>>>
>>>> On Tue, Oct 6, 2015, 20:32 Michael Nielsen <mic.niel84 at gmail.com>
>>>> wrote:
>>>>
>>>>> I'm only able to have Twilio route calls to a URL (such as sip:
>>>>> my-domain.com or sip:1000 at my-domain.com:port-number).
>>>>> Whatever I do, I'm not able to get a gateway to register to Twilio.
>>>>>
>>>>> Would it be a correct way to have my sip_profiles/internal.xml use
>>>>> context default instead of public, so I can catch it in that way?
>>>>> All internal should require authentication.
>>>>>
>>>>> Here is some info about Twilio and their trunk setup:
>>>>> https://www.twilio.com/docs/sip-trunking/getting-started
>>>>>
>>>>> My idea of perfect setup would of course to be able to have a
>>>>> sip_profiles/external/twilio.xml which automatically had all incoming calls
>>>>> routed/transfer directly to default context - so my directory-users could
>>>>> receive calls in that manner.
>>>>>
>>>>>
>>>>> On Tue, Oct 6, 2015 at 3:43 PM, Sergey Safarov <s.safarov at gmail.com>
>>>>> wrote:
>>>>>
>>>>>> It say that twillio is not use your inbound gaeway. It may be deleted.
>>>>>> If you want route call via inbound gateway, then configure call
>>>>>> routing on twilio side.
>>>>>>
>>>>>> In your case incoming call is processed in context configured in
>>>>>> sip_profile '<param name="context" value="public"/>'
>>>>>>
>>>>>> Alternative it can be setted in directory via '<variable
>>>>>> name="user_context" value="targed_context"/>'
>>>>>>
>>>>>>
>>>>>> On Tue, Oct 6, 2015 at 4:07 PM, Michael Nielsen <mic.niel84 at gmail.com
>>>>>> > wrote:
>>>>>>
>>>>>>> I did have Twilio IP's in ACL - as their guide told me to.
>>>>>>> Removing them gives me the following error:
>>>>>>> "Rejected by acl "domains". Falling back to Digest auth."
>>>>>>>
>>>>>>> I do have a twilio.xml in my /sip_profiles/external/ directory and
>>>>>>> this does work for outbound calls.
>>>>>>>
>>>>>>> On Tue, Oct 6, 2015 at 12:57 PM, Sergey Safarov <s.safarov at gmail.com
>>>>>>> > wrote:
>>>>>>>
>>>>>>>> I has two FS serves "client" and provider.
>>>>>>>> On client configired gateway.
>>>>>>>> On server user in directory.
>>>>>>>>
>>>>>>>> On servers I take command "originate user/fs2 at gateways.rcsnet.ru
>>>>>>>> &park()"
>>>>>>>> Below two string from FS log
>>>>>>>>
>>>>>>>> 10:31:55.818435 [NOTICE] switch_channel.c:1055 New Channel
>>>>>>>> sofia/external/0000000000 at gateways.rcsnet.ru
>>>>>>>> [6bc096cb-b903-4b47-9a9b-3fba54c10d6a]
>>>>>>>> [INFO] mod_dialplan_xml.c:635 Processing  <0000000000>->fs2 in
>>>>>>>> context target_context
>>>>>>>>
>>>>>>>> "target_context" is value of '<param name="context"
>>>>>>>> value="target_context"/>' in gateway config file.
>>>>>>>>
>>>>>>>> Tested on 7add4b2 commit
>>>>>>>>
>>>>>>>>
>>>>>>>> Think you has disable authorization or configure twilio server IP
>>>>>>>> addess in ACL. Locate this changes and revert it back.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Oct 6, 2015 at 12:05 PM, Michael Nielsen <
>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> I just did - change to 5080 - and nothing else happens.
>>>>>>>>> It still gets routed directly to the public context - without
>>>>>>>>> getting "catched" by the gateway-config.
>>>>>>>>>
>>>>>>>>> I've tried to use the extension parameter in the gateway and route
>>>>>>>>> calls from Twilio directly to 1000 at my-domain.com:5080, still
>>>>>>>>> nothing else happens.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Oct 6, 2015 at 9:59 AM, Stanislav Sinyagin <
>>>>>>>>> ssinyagin at gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Well, if your URL points to 5060, then yes, you need to change it
>>>>>>>>>> to 5080 :-))
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Oct 6, 2015 at 9:47 AM, Michael Nielsen <
>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I can only give Twilio an url. But I am able to change the
>>>>>>>>>>> default Twilio uses, as an example to 5080. Would that trigger the external
>>>>>>>>>>> gateway perhaps?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tuesday, October 6, 2015, Stanislav Sinyagin <
>>>>>>>>>>> ssinyagin at gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> but what exactly is configured on twilio side? I guess it
>>>>>>>>>>>> should be configurable where it should send calls
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Oct 6, 2015 at 9:27 AM, Michael Nielsen <
>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> If I disable registration on my twilio-inbound, it does not
>>>>>>>>>>>>> fail - however - incoming calls are still not "catched" by my
>>>>>>>>>>>>> twilio-inbound gateway profile. It still lands in the public context
>>>>>>>>>>>>> without any variables set.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Oct 6, 2015 at 5:57 AM, Sergey Safarov <
>>>>>>>>>>>>> s.safarov at gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> If disable registration on inbound gateway, then is possible
>>>>>>>>>>>>>> receive inbound call?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, Oct 5, 2015, 22:45 Michael Nielsen <
>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Twilio is just taking a sip address as termination address.
>>>>>>>>>>>>>>> In this case my domain which FS runs on.
>>>>>>>>>>>>>>> Apparently, Twilio is sending calls to the standard 5060
>>>>>>>>>>>>>>> port - which then lands in my public context.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Monday, October 5, 2015, Stanislav Sinyagin <
>>>>>>>>>>>>>>> ssinyagin at gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> in your pastebin, you seem to receive the call on your
>>>>>>>>>>>>>>>> internal profile (port 5060):
>>>>>>>>>>>>>>>> 11:18:58.277709 [DEBUG] sofia.c:9229 sofia/internal/+
>>>>>>>>>>>>>>>> 4432445867 at sip.ie1.twilio.com receiving invite from
>>>>>>>>>>>>>>>> 54.171.127.192:5060
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> so, what exactly is configured on both sides? The external
>>>>>>>>>>>>>>>> profile is usually on the port 5080.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Mon, Oct 5, 2015 at 6:26 PM, Michael Nielsen <
>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Here's as log from an incoming call from Twilio:
>>>>>>>>>>>>>>>>> http://pastebin.com/n0de7jhv
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> My guess is the problem is with line 33: "Processing
>>>>>>>>>>>>>>>>> +4432445867 <+4432445867>->+44213395867 in context public"
>>>>>>>>>>>>>>>>> and it fails on line 40: "Regex (FAIL) [gateway_inbound]
>>>>>>>>>>>>>>>>> ${target_context}() =~ /^[a-z]/ break=on-false"
>>>>>>>>>>>>>>>>> due to the fact that there aren't set any
>>>>>>>>>>>>>>>>> ${target_context} variable.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I've added the Twilio inbound gateway as described in the
>>>>>>>>>>>>>>>>> Twilio guide, but adding it, removing it etc. doesn't change anything at
>>>>>>>>>>>>>>>>> all.
>>>>>>>>>>>>>>>>> To the Twilio-Inbound gateway I've added the variable
>>>>>>>>>>>>>>>>> ${target_context} according to this guide:
>>>>>>>>>>>>>>>>> https://github.com/voxserv/freeswitch_conf_minimal/blob/master/docs/tutorial_01_simple_pbx.md
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> So my guess is that the Twilio-Inbound gateway aren't
>>>>>>>>>>>>>>>>> being used - however - calls are routed to my FS.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Sun, Oct 4, 2015 at 10:15 PM, Michael Nielsen <
>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I'll create some logs tomorrow.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Just to clarify:
>>>>>>>>>>>>>>>>>> - Calls are routes from Twilio to my FS
>>>>>>>>>>>>>>>>>> - My FS is a clean installation, 1.6.2
>>>>>>>>>>>>>>>>>> - I've used Twilio's guide for setting up gateways,
>>>>>>>>>>>>>>>>>> inbound and outbound
>>>>>>>>>>>>>>>>>> - Outbound calls are routed correctly
>>>>>>>>>>>>>>>>>> - Inbound calls are as mentioned routes to my FS, but my
>>>>>>>>>>>>>>>>>> Twilio-inbound doesn't seem to have anything to do with it, therefor, I'm
>>>>>>>>>>>>>>>>>> not able to set any variables in incoming calls from Twilio so I can detect
>>>>>>>>>>>>>>>>>> them in my public context and transfer them to my default context.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I don't want to route all calls in my public context to
>>>>>>>>>>>>>>>>>> my default context, this would open a security issue. Only Twilio calls
>>>>>>>>>>>>>>>>>> should be handled in such a manner.
>>>>>>>>>>>>>>>>>> That's my challenge.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sunday, October 4, 2015, Sergey Safarov <
>>>>>>>>>>>>>>>>>> s.safarov at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Inbound call can be received
>>>>>>>>>>>>>>>>>>> 1) if twillio guys configure gateway to route incomes
>>>>>>>>>>>>>>>>>>> calls to you
>>>>>>>>>>>>>>>>>>> 2) or if FS provide information how to route call for you
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> After reading gateway config files, I has found that
>>>>>>>>>>>>>>>>>>> used second case "FS provides information how to route calls via
>>>>>>>>>>>>>>>>>>> registration mechanism".
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Please:
>>>>>>>>>>>>>>>>>>> - configure clean FS host as described in twilio manuals;
>>>>>>>>>>>>>>>>>>> - enable siptrace;
>>>>>>>>>>>>>>>>>>> - enable debug log;
>>>>>>>>>>>>>>>>>>> - make incoming call;
>>>>>>>>>>>>>>>>>>> - attach debug log in respond to this message.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I try help you
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Sun, Oct 4, 2015 at 2:37 PM, Michael Nielsen <
>>>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Still no luck.
>>>>>>>>>>>>>>>>>>>> Any other ideas on how to "catch" the calls from the
>>>>>>>>>>>>>>>>>>>> public context in FS?
>>>>>>>>>>>>>>>>>>>> My goal is to transfer all calls from Twilio to my
>>>>>>>>>>>>>>>>>>>> default context.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Saturday, October 3, 2015, Michael Nielsen <
>>>>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Looking at their guide for secure setup:
>>>>>>>>>>>>>>>>>>>>> https://www.twilio.com/resources/images/docs/Twilio-Freeswitch.pdf
>>>>>>>>>>>>>>>>>>>>> they've added     <param name="register"
>>>>>>>>>>>>>>>>>>>>> value="false"/>
>>>>>>>>>>>>>>>>>>>>> When I do this, registering doesn't fail (obviously),
>>>>>>>>>>>>>>>>>>>>> but inbound calls are still not registered as coming from twilio... They
>>>>>>>>>>>>>>>>>>>>> still land directly in the public context without the variables set
>>>>>>>>>>>>>>>>>>>>> correctly.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 3, 2015 at 11:58 AM, Michael Nielsen <
>>>>>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> When adding the extension, I get the following - even
>>>>>>>>>>>>>>>>>>>>>> though my username and password etc. are correct as they work for the
>>>>>>>>>>>>>>>>>>>>>> outbound gateway...:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> twilio-inbound Failed Registration [908]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Sat, Oct 3, 2015 at 11:57 AM, Michael Nielsen <
>>>>>>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I see.
>>>>>>>>>>>>>>>>>>>>>>> Does it matter that I don't have an extension called
>>>>>>>>>>>>>>>>>>>>>>> 1000 in my FS, nor in my Twilio account?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 2, 2015 at 11:34 PM, Ahmed Habiba <
>>>>>>>>>>>>>>>>>>>>>>> ahabiba at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> if you have a deep look at  inbound gateway it is
>>>>>>>>>>>>>>>>>>>>>>>> for receiving calls from Twilio as you can see below, this line informing
>>>>>>>>>>>>>>>>>>>>>>>> freeswitch where to route inkling call.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> <param name="extension" value="1000"/>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> *From: *Michael Nielsen <mic.niel84 at gmail.com>
>>>>>>>>>>>>>>>>>>>>>>>> *Date: *October 2, 2015 at 11:24:51 PM GMT+3
>>>>>>>>>>>>>>>>>>>>>>>> *To: *FreeSWITCH Users Help <
>>>>>>>>>>>>>>>>>>>>>>>> freeswitch-users at lists.freeswitch.org>
>>>>>>>>>>>>>>>>>>>>>>>> *Subject: **Re: [Freeswitch-users] Freeswitch and
>>>>>>>>>>>>>>>>>>>>>>>> twilio*
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Outbound works fine.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Without having the inbound gateway calls are still
>>>>>>>>>>>>>>>>>>>>>>>> routed to my FS to my public context from Twilio.
>>>>>>>>>>>>>>>>>>>>>>>> Adding the twilio-inbound doesn't seem to change
>>>>>>>>>>>>>>>>>>>>>>>> anything...?
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Friday, October 2, 2015, Brian West <
>>>>>>>>>>>>>>>>>>>>>>>> brian at freeswitch.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Well you'd send outbound calls out the outbound
>>>>>>>>>>>>>>>>>>>>>>>>>  and the inbound one is just to register with twilio so they know where to
>>>>>>>>>>>>>>>>>>>>>>>>> send your inbound calls.  Nothing more.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Oct 2, 2015 at 1:46 PM, Michael Nielsen <
>>>>>>>>>>>>>>>>>>>>>>>>> mic.niel84 at gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> I'm trying to setup twilio as gateway following
>>>>>>>>>>>>>>>>>>>>>>>>>> this guide:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> https://www.twilio.com/docs/sip-trunking/sample-configuration#freeswitch
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> In their example of twiliotrunk.xml they have
>>>>>>>>>>>>>>>>>>>>>>>>>> twilio-inbound and twilio-outbound.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> What is the difference between the two gateways?
>>>>>>>>>>>>>>>>>>>>>>>>>> I know their names indicate inbound and outbound calling, but how can
>>>>>>>>>>>>>>>>>>>>>>>>>> Freeswitch tell the difference between them. Especially how can Freeswitch
>>>>>>>>>>>>>>>>>>>>>>>>>> now to use twilio-inbound for incoming calls from twilio and not just
>>>>>>>>>>>>>>>>>>>>>>>>>> twilit-outbound as the only difference is register-proxy and expire-seconds
>>>>>>>>>>>>>>>>>>>>>>>>>> between the two?
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Make sense?
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> *Brian West*
>>>>>>>>>>>>>>>>>>>>>>>>> brian at freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitchbook.com
>>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitchcookbook.com
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Got Bugs? Report them here
>>>>>>>>>>>>>>>>>>>>>>>>> <https://freeswitch.org/jira>! | Reddit:
>>>>>>>>>>>>>>>>>>>>>>>>> /r/freeswitch
>>>>>>>>>>>>>>>>>>>>>>>>> <https://www.reddit.com/r/freeswitch>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST
>>>>>>>>>>>>>>>>>>>>>>>>> (9378)
>>>>>>>>>>>>>>>>>>>>>>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 |
>>>>>>>>>>>>>>>>>>>>>>>>> *Skype:*briankwest
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>>>>>>>> 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
>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>>>
>>>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>>>> http://www.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
>>>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>>
>>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>>> http://www.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
>>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>
>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>>> http://www.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
>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _________________________________________________________________________
>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>> consulting at freeswitch.org
>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>
>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>> http://confluence.freeswitch.org
>>>>>>>>> http://www.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
>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> _________________________________________________________________________
>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>> consulting at freeswitch.org
>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>
>>>>>>>> Official FreeSWITCH Sites
>>>>>>>> http://www.freeswitch.org
>>>>>>>> http://confluence.freeswitch.org
>>>>>>>> http://www.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
>>>>>>>> http://www.freeswitch.org
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://confluence.freeswitch.org
>>>>>>> http://www.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
>>>>>>> http://www.freeswitch.org
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://confluence.freeswitch.org
>>>>>> http://www.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
>>>>>> http://www.freeswitch.org
>>>>>>
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.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
>>>>> http://www.freeswitch.org
>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.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
>>>> http://www.freeswitch.org
>>>>
>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://confluence.freeswitch.org
>>> http://www.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
>>> http://www.freeswitch.org
>>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.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
>> http://www.freeswitch.org
>>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.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
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20151007/674eaa8b/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list