<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>I have tried the options below with no luck.<br><br><span class="email">David&nbsp;</span> will tcpdump output suffice ?<br><br>please advise<br><br>thanks<br><br>S<br><div class="msgheader"><div class="subjectbar"><div><h1 id="message_view_subject">Re: [Freeswitch-users] IP SIP Trunk errors/issues</h1>
                <div id="message_view_date" class="date"><nobr>Monday, June 28, 2010 8:12 AM</nobr></div>
                </div></div>
            <div class="vcard">
            <div class="row">
            <div class="label">From: </div>
            <div class="details"><div class="abook"><span class="email">"Zuhair Raza" &lt;engineerzuhairraza@gmail.com&gt;</span></div>
                    </div>
                    
                    </div><div class="row">
                <div class="label">To: </div>
                <div class="details">freeswitch-users@lists.freeswitch.org</div></div></div></div>hi<br>try this one <br><br>&nbsp;&lt;condition field="network_addr" expression="^x\.x\.x\.x$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;anti-action application="reject" data="407"/&gt;<br><br><br><div class="gmail_quote">
On Mon, Jun 28, 2010 at 4:16 PM, Syed Hussain <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:uzairsh@yahoo.com" target="_blank" href="http://us.mc305.mail.yahoo.com/mc/compose?to=uzairsh@yahoo.com">uzairsh@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi ,<br>
<br>
I have subscribed to sonovoip a sip trunk provider who uses IP based authentication for SIP services ,<br>
<br>
I am trying to make outbound international calls which are being
rejected by the provider for some reason, I am not able to figure out
if there is something wrong with the configuration.<br>
<br>
I am listing out my configuration. Any help &nbsp;would be greatly appreciated .<br>
I have also tried #<a rel="nofollow" target="_blank" href="http://wiki.freeswitch.org/wiki/Provider_Configuration:_SonoVoIP">wiki.freeswitch.org/wiki/Provider_Configuration:_SonoVoIP</a> configuration from freeswitch wiki gives errors .<br>

<br>
The voip configuration works perfectly with asterisk 1.6<br>
<br>
My configuration is follows<br>
<br>
Under<br>
/usr/local/freeswitch/conf/sip_profiles/external<br>
<br>
cat sonovoip.xml<br>
&lt;include&gt;<br>
 &nbsp;&lt;gateway name="sonovoip"&gt;<br>
 &nbsp; &nbsp;&lt;param name="username" value="anything"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="password" value="anything"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="realm" value="x.x.x.x"/&gt; &lt;!--sonovoip ip --&gt;<br>
 &nbsp; &nbsp;&lt;param name="register" value="false"/&gt;<br>
 &nbsp; &nbsp;&lt;param name="caller-id-in-from" value="true"/&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&lt;param name="extension-in-contact" value="true"/&gt;<br>
 &nbsp;&lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
<br>
My dialplan , under /usr/local/freeswitch/conf/dialplan/public.xml<br>
<br>
&lt;extension name="sonovoip" continue="true"&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;condition field="destination_number" expression="^(00.*)$"&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="bridge" data="sofia/gateway/sonovoip/$1"/&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;/condition&gt;<br>
 &nbsp; &nbsp;&lt;/extension&gt;<br>
<br>
I did change the vars.xml &nbsp;ports<br>
<br>
 &nbsp;&lt;!-- Internal SIP Profile --&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="internal_sip_port=5080"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="internal_tls_port=5081"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="internal_ssl_dir=$${base_dir}/conf/ssl"/&gt;<br>
 &nbsp;&lt;!-- External SIP Profile --&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="external_auth_calls=false"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="external_sip_port=5060"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="external_tls_port=5061"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/&gt;<br>
 &nbsp;&lt;X-PRE-PROCESS cmd="set" data="external_ssl_dir=$${base_dir}/conf/ssl"/&gt;<br>
<br>
The debug<br>
<br>
#<a rel="nofollow" target="_blank" href="http://pastebin.com/4MFhSWm9">pastebin.com/4MFhSWm9</a><br>
<br>
<br>
Please advise if any other information is required.<br>
<br>
Thanks<br>
<br>
S<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a rel="nofollow" ymailto="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank" href="http://us.mc305.mail.yahoo.com/mc/compose?to=FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a rel="nofollow" target="_blank" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a rel="nofollow" target="_blank" href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Zuhair Raza<br></td></tr></table>