<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Provider Configuration: Vono</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>I’ve seen this repeatedly <BR>
look at your sofia profile and shorten the UserAgent string...<BR>
<BR>
Why these carriers refuse to accept a perfectly valid (or valid and random) useragent string I will never understand<BR>
<BR>
K<BR>
<BR>
On 1/11/12 12:05 PM, "Leonardo P. Bidinoto" <<a href="leonardo.bidinoto@voicetechnology.com.br">leonardo.bidinoto@voicetechnology.com.br</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>Hi All.<BR>
<BR>
I was having a problem configuring a vono provider into my FreeSWITCH.<BR>
Now its working.<BR>
If someone had the same problem as me, here it's configuration.<BR>
<BR>
In external.xml file, insert the below line into settings:<BR>
<param name="user-agent-string" value="FreeSWITCH Agent"/><BR>
<BR>
Somehow, Vono Provider wont accept the default string that FreeSWITCH send.<BR>
ex: FreeSWITCH-mod_sofia/1.0.head-git-db5f504 2011-07-17 17-00-38 -0400.<BR>
<BR>
and then, the vono.xml file:<BR>
<BR>
<include><BR>
<gateway name="vono"><BR>
<param name="username" value="[USERNAME]"/><BR>
<param name="realm" value="vono.net.br <<a href="http://vono.net.br">http://vono.net.br</a>> "/><BR>
<param name="password" value="[PASSWORD]"/><BR>
<param name="caller-id-in-from" value="false"/><BR>
<param name="extension" value="[USERNAME]"/><BR>
<param name="extension-in-contact" value="true"/><BR>
<param name="proxy" value="vono.net.br <<a href="http://vono.net.br">http://vono.net.br</a>> "/><BR>
<param name="register-proxy" value="201.86.87.2"/><BR>
<param name="expire-seconds" value="3600"/><BR>
<param name="register" value="true"/><BR>
</gateway><BR>
</include><BR>
<BR>
Hope it helps someone.<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>