<div dir="ltr">Thanks a lot Michael.I am a real begginer in the SIP world and your response was very helpful. It worked :))) <br>Thanks again.<br><div class="gmail_quote">2012/4/16 Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br><div class="gmail_quote"><div class="im">On Mon, Apr 16, 2012 at 8:36 AM, azza miled <span dir="ltr">&lt;<a href="mailto:azza.miled@gmail.com" target="_blank">azza.miled@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><span>Thanks for the response, but evec with these steps, I still have the error &quot;call failed:proxy authentication required&quot; when I dial the IVR extension from an opensips&#39; phone. Do any one know, what shall I do???</span> <div>

<div><br></div></div></div></blockquote></div>Do you need SIP authentication between your FS box and your OpenSIPS box? I&#39;m guessing not. If that&#39;s the case then I recommend opening up this file:<br><br>/usr/local/freeswitch/conf/autoload_configs/acl.conf.xml<br>

<br>Find the tag with this opening line:<br>&lt;list name=&quot;domains&quot; default=&quot;deny&quot;&gt;<br><br>Add a new line in there like this:<br>&lt;node type=&quot;allow&quot; cidr=&quot;x.x.x.x/32&quot;/&gt;<br>
where x.x.x.x is the IP address of your OpenSIPS server.<br>
<br>then go to fs_cli and issue this command: reloadacl<br><br>Lastly, you&#39;ll need to route the inbound calls from OpenSIPS through your &#39;public&#39; dialplan context because that&#39;s where ACL-allowed inbound calls normally get processed. You can either create your IVRs in the public context or you can transfer the inbound call over to the default context (or whatever context you are using.) <br>
<span class="HOEnZb"><font color="#888888">
<br>-MC<br></font></span></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>