[Freeswitch-users] FreeSWITCH and netvoip.ch

Patrick Dürsteler patrick at sunsus.net
Mon Jun 11 10:08:28 MSD 2012


Hi Tom

Thanks for your answer, but we have the problem with the outgoing calls.
See attached sip trace.

regards

Patrick

On Mon, Jun 11, 2012 at 1:09 AM, Tom C <mel0torme at gmail.com> wrote:

> Not sure if it's the same problem, but it sounds similar to the issues we
> had a couple years ago getting FreeSwitch to work with Whistlephone.
>  Whistlephone also used multiple servers for load balancing, and while
> outgoing calls worked fine, incoming calls were unreliable.
>
> For more technical details, you can search this mailing list for
> Whistlephone, about a year and a half ago.
>
> The solution was to add a separate gateway for each proxy server.
>
> So, in conf/sip_profiles/external, I added whistlephone.xml, with the
> stuff below.  Pay attention to proxy vs proxy1 in the server names, and the
> added "from-domain" in the secondary gateways.  Using the "realm" parameter
> seemed to help me, but it took experimentation to find what worked.
>
> --------------------------------------------------------------------
> <code>
>
> <include>
> <gateway name="WhistlePhone">
>    <param name="username" value="xxxxxxxxxxx"/>
>    <param name="from-user" value="xxxxxxxxxx"/>
>    <param name="proxy" value="proxy.WhistlePhone.com"/>
>    <param name="realm" value="WhistlePhone"/>
>    <param name="password" value="xxxx"/>
>    <param name="expire-seconds" value="600"/>
>    <param name="register" value="true"/>
>    <param name="retry-seconds" value="30"/>
> </gateway>
>
> <gateway name="WhistlePhoneProxy1">
>    <param name="username" value="xxxxxxxxxxx"/>
>    <param name="from-user" value="xxxxxxxxxx"/>
>    <param name="proxy" value="proxy1.WhistlePhone.com"/>
>    <param name="from-domain" value="proxy.Whistlephone.com"/>
>    <param name="password" value="xxxx"/>
>    <param name="expire-seconds" value="600"/>
>    <param name="register" value="true"/>
>    <param name="retry-seconds" value="30"/>
> </gateway>
>
>  repeat for each proxy server.....
>
> </include>
>
> </code>
> ------------------------------------------------------------------------
>
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> Join Us At ClueCon - Aug 7-9, 2012
>
> 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/20120611/777d662b/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: netvoip_2.pcap
Type: application/octet-stream
Size: 11833 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20120611/777d662b/attachment-0001.obj 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list