[Freeswitch-users] Gateway with dynamic IP address

Michael Collins msc at freeswitch.org
Fri Apr 1 08:41:04 MSD 2011


On Thu, Mar 31, 2011 at 6:25 AM, Juan Wajnerman <juan.wajnerman at gmail.com>wrote:

> I asked this question yesterday in the IRC but I couldn't get a solution.
> I'd like to have a gateway configured in FreeSwitch without specifying the
> static IP address.
> I have this configuration:
>
> <user id="gw">
>   <gateways>
>     <gateway name="gw">
>       <param name="username" value="gw"/>
>       <param name="password" value="password"/>
>       <param name="register" value="false"/>
>       <param name="extension" value="2"/>
>     </gateway>
>   </gateways>
>   <params>
>     <param name="password" value="password"/>
>   </params>
>   <variables>
>     <variable name="user_context" value="default" />
>   </variables>
>  </user>
>
> and the SIP device is registering properly, but I cannot dial with
> addresses like: "sofia/gateway/gw/123456789".
> Note that this works if the gateway name is the IP address or host name, or
> if I add a "proxy" setting with the IP address.
>

You haven't set the realm parameter. Look at the example.com.xml file in
conf/sip_profiles/external/ and you'll see in the comments that if you don't
set the realm param then it goes to the name of the gateway. Set the realm
to the target IP or host name and try again.

-MC


>
> I have a similar configuration in asterisk, where the sip.conf contains:
>
> [gw]
> type=friend
> secret=password
> context=default
> host=dynamic
>
> And once the gateway is registered in asterisk, I can dial with
> "SIP/gw/123456789".
> Is there any way to make a similar configuration in FreeSwitch?
>
> Thanks!
> - Juan
> _______________________________________________
> 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/20110331/bae40de2/attachment.html 


More information about the FreeSWITCH-users mailing list