[Freeswitch-users] More than One DID

Michael Gende mgende at gendesign.com
Tue Sep 29 09:49:23 PDT 2009


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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090929/19d03163/attachment-0002.html 


More information about the FreeSWITCH-users mailing list