<br><br><div class="gmail_quote">On Mon, Apr 16, 2012 at 8:36 AM, azza miled <span dir="ltr">&lt;<a href="mailto:azza.miled@gmail.com">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 class="h5"><br></div></div></div></blockquote>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>
<br>-MC<br></div>