<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] Provider Configuration: Vono</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>I&#8217;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, &quot;Leonardo P. Bidinoto&quot; &lt;<a href="leonardo.bidinoto@voicetechnology.com.br">leonardo.bidinoto@voicetechnology.com.br</a>&gt; 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>
&lt;param name=&quot;user-agent-string&quot; value=&quot;FreeSWITCH Agent&quot;/&gt;<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>
&lt;include&gt;<BR>
   &lt;gateway name=&quot;vono&quot;&gt;<BR>
     &lt;param name=&quot;username&quot; value=&quot;[USERNAME]&quot;/&gt;<BR>
     &lt;param name=&quot;realm&quot; value=&quot;vono.net.br &lt;<a href="http://vono.net.br">http://vono.net.br</a>&gt; &quot;/&gt;<BR>
     &lt;param name=&quot;password&quot; value=&quot;[PASSWORD]&quot;/&gt;<BR>
     &lt;param name=&quot;caller-id-in-from&quot; value=&quot;false&quot;/&gt;<BR>
     &lt;param name=&quot;extension&quot; value=&quot;[USERNAME]&quot;/&gt;<BR>
     &lt;param name=&quot;extension-in-contact&quot; value=&quot;true&quot;/&gt;<BR>
     &lt;param name=&quot;proxy&quot; value=&quot;vono.net.br &lt;<a href="http://vono.net.br">http://vono.net.br</a>&gt; &quot;/&gt;<BR>
     &lt;param name=&quot;register-proxy&quot; value=&quot;201.86.87.2&quot;/&gt;<BR>
     &lt;param name=&quot;expire-seconds&quot; value=&quot;3600&quot;/&gt;<BR>
     &lt;param name=&quot;register&quot; value=&quot;true&quot;/&gt;<BR>
   &lt;/gateway&gt;<BR>
&lt;/include&gt;<BR>
<BR>
Hope it helps someone.<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>