[Freeswitch-users] More than One DID

David Knell dave at 3c.co.uk
Tue Sep 29 10:11:35 PDT 2009


Hi Mike,

You might want to try putting them in different profiles (maybe one on
port 5080, one on 5082?) so that the provider sees them as coming from
distinct places - that way they should let you use both at once, rather
than just seeing whichever was the last to register.

Cheers --

Dave

> Here they are, mildly modified:
> 
> ~/conf/sip_profiles/external/gateway1212.xml (name changed):
> 
> <include>
>   <gateway name="33.44.55.66">
>         <param name="username" value="8158381212"/>
>         <param name="password" value="bloodyblahbloodyblah"/>
>         <param name="expire-seconds" value="60"/>>
>         <!--/// do not register if value="false"///-->
>         <param name="register" value="true"/>
>         <param name="register-transport" value="udp"/>
>         <param name="retry-seconds" value="30"/>
>         <!--Use the callerid of an inbound call in the from field on
> outbound calls via this gateway -->
>         <param name="caller-id-in-from" value="false"/>
>         <param name="contact-params" value="tport=5060"/>
>         <!--send an options ping every x seconds, failure will
> unregister and/or mark it down-->
>         <param name="ping" value="25"/>
>   </gateway>
> </include>
> 
> ~/conf/sip_profiles/external/gateway1234.xml (name changed for pseudo
> tn):
> 
> <include>
>   <gateway name="33.44.55.66">
>         <param name="username" value="8158381234"/>
>         <param name="password" value="blahbloodyblahblahblah"/>
>         <param name="expire-seconds" value="60"/>>
>         <!--/// do not register if value="false"///-->
>         <param name="register" value="true"/>
>         <param name="register-transport" value="udp"/>
>         <param name="retry-seconds" value="30"/>
>         <!--Use the callerid of an inbound call in the from field on
> outbound calls via this gateway -->
>         <param name="caller-id-in-from" value="false"/>
>         <param name="contact-params" value="tport=5060"/>
>         <!--send an options ping every x seconds, failure will
> unregister and/or mark it down-->
>         <param name="ping" value="25"/>
>   </gateway>
> </include>
> 
> The gateway name is the same for both. Note that each registers and
> passes calls both ways on their own. I'd like to use 'em at the same
> time. 
> 
> Thanks for having a look.
> 
> Mike G.
> 
> On Tue, Sep 29, 2009 at 11:21 AM, Frank Carmickle
> <frank at carmickle.com> wrote:
>         On Tue, Sep 29, Michael Gende wrote:
>         > Say, could someone please direct me to information on
>         registering more than
>         > one DID with a SIP provider?
>         >
>         > When I try this using two XML files in
>         ~/conf/sip_profiles/external, I find
>         > only one or the other registers (both work fine when I use
>         them separately).
>         
>         
>         Please post your configs with out passwords.  Thanks.
>         
>         --FC
>           
> 
> _______________________________________________
> 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
-- 
David Knell, Director, 3C Limited
T: +44 20 3298 2000
E: dave at 3c.co.uk
W: http://www.3c.co.uk





More information about the FreeSWITCH-users mailing list