[Freeswitch-users] xml_curl and gateways

Brian West brian at freeswitch.org
Mon Feb 21 18:43:42 MSK 2011


I'm currently not aware of any magical xml fairy that can fill out the rest of the required config for you... so if you would see the default external profile and provide the proper settings for things like rtp-ip and sip-ip... ;)  Cuz you're missing a lot of options here so I'm guessing that its not even starting the profile due to that.

/b

On Feb 21, 2011, at 8:56 AM, David Villasmil wrote:

> <document type="freeswitch/xml">
>     <configuration name="sofia.conf" description="Gateways configuration">
> 
>          <profile name="external">
> 
>                 <gateways>
> 
>                    <gateway name="asterisk_1">
>                         <param name="realm" value="1.2.3.4:5060"/>
>                         <param name="username" value="foo"/>
>                         <param name="password" value="1234"/>
>                         <param name="register" value="false"/>
>                         <param name="retry-seconds" value="30"/>
>                    </gateway>
> 
>                    <gateway name="opensips_1">
>                         <param name="realm" value="5.6.7.8:5060"/>
>                         <param name="username" value="foo"/>
>                         <param name="password" value="pass"/>
>                         <param name="register" value="false"/>
>                         <param name="retry-seconds" value="30"/>
>                    </gateway>
> 
>                 </gateways>
> 
>          </profile>
> 
>     </configuration>
> </document>




More information about the FreeSWITCH-users mailing list