<div dir="ltr"><div><div><div><div><div>This is a common issue with folks using ACLs. The first line of your log actually is the clue you need:<br>2014-09-29 13:15:42.651108 [DEBUG] sofia.c:5798 IP 122.161.236.14 Approved by acl &quot;domains[]&quot;. Access Granted.<br><br></div>The IP address is allowed which means that there is no SIP auth challenge. Since there is no SIP auth challenge FreeSWITCH does not necessarily know that IP address 122.161.236.14 is for user 1001. (During the SIP auth challenge the SIP client will provide the username and password from which FreeSWITCH can infer who the user really is.)<br><br>Two basic choices:<br></div>Use SIP auth challenge (i.e. remove 122.161.236.14 from the &quot;domains&quot; ACL)<br></div>-or-<br></div>Add a cidr=&quot;<a href="http://122.161.236.14/32">122.161.236.14/32</a>&quot; entry in your conf/directory/default/1001.xml file<br><br>See the brian.xml file and/or the wiki for details on the cidr trick.<br><br></div>-MC<br><div><div><div><div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 29, 2014 at 8:32 AM, Manish Talwar <span dir="ltr">&lt;<a href="mailto:manish.talwar@zaristo.com" target="_blank">manish.talwar@zaristo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi,<br>
</p>
<p><br>
</p>
<p>Thanks  for your suggestion, I have make some changes in FSClient and freeswitch conf files. <span style="color:rgb(255,0,0);font-family:Calibri,Arial,Helvetica,sans-serif;font-size:16px;background-color:rgb(255,255,255)">[INCOMPATIBLE_DESTINATION]</span>
 problem has been resolved now, but still I am not able to run &quot;demo_ivr&quot; by calling 5000 with default User 1001 by FSClient.<br>
</p>
<p><br>
</p>
<p>Please find attached Log file as an attachment, Its hangup the call after processing the call:<br>
</p>
<p><span style="color:rgb(255,0,0)">mod_dialplan_xml.c:418 Processing Manish Talwar-&gt;5000 in context public</span></p>
<p><span style="color:rgb(255,0,0)"><br>
</span></p>
<p><span style="color:rgb(255,0,0)"><span style="color:rgb(0,0,0)">Please review the log file and let me know where I need to make some changes now?</span><br>
</span></p>
<p><span style="color:rgb(255,0,0)"><span style="color:rgb(0,0,0)"><br>
</span></span></p>
<p>Regards,<br>
</p>
<p>Manish Talwar<br>
</p><br></div></blockquote></div><br></div></div></div></div></div></div></div></div></div>