hi folks, <div>  I m not able to make SIP calls using external profile. </div><div><br></div><div> i have added the following lines to the $installdir/conf/dialplan/public.xml </div><div><br></div><div><div>&lt;extension name=&quot;echo&quot;&gt;</div>
<div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^9996$&quot;&gt;</div><div>        &lt;action application=&quot;answer&quot;/&gt;</div><div>        &lt;action application=&quot;echo&quot;/&gt;</div>
<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div></div><div><div>&lt;extension name=&quot;public_extensions&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10[01][0-9])$&quot;&gt;</div>
<div>        &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/$1@$${domain}&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>I m able to connect using 1000 and 1001 from public Internet.  I am able to make an echo call. </div>
<div><br></div><div><b>when i type :</b> </div><div><br></div><div>$: sofia status  profile external reg</div><div><br></div><div>It shows the list of the connected clients and their information.</div><div><br></div><div>
but when I m trying to make a call from one user to other user, it generates the following error </div><div><br></div><div><br></div><div><div>2009-09-18 15:41:45.675054 [NOTICE] switch_channel.c:602 New Channel sofia/external/<a href="mailto:1001@192.168.1.50">1001@192.168.1.50</a> [fcb6c23e-bdcd-41dd-b73e-df07b71252be]</div>
<div>2009-09-18 15:41:45.677063 [INFO] mod_dialplan_xml.c:315 Processing 1000-&gt;1000 in context public</div><div>2009-09-18 15:41:45.679071 [NOTICE] switch_channel.c:602 New Channel sofia/external/<a href="mailto:1000@192.168.1.50">1000@192.168.1.50</a> [1a537865-be53-42ce-b8f5-cc183f4f1306]</div>
<div>2009-09-18 15:41:45.688161 [ERR] sofia_reg.c:1568 No Matching gateway found</div><div>2009-09-18 15:41:45.688161 [NOTICE] sofia_reg.c:1588 Hangup sofia/external/<a href="mailto:1000@192.168.1.50">1000@192.168.1.50</a> [CS_CONSUME_MEDIA] [MANDATORY_IE_MISSING]</div>
<div>2009-09-18 15:41:45.688161 [INFO] mod_dptools.c:2093 Originate Failed.  Cause: MANDATORY_IE_MISSING</div><div>2009-09-18 15:41:45.689090 [NOTICE] mod_dptools.c:2125 Hangup sofia/external/<a href="mailto:1001@192.168.1.50">1001@192.168.1.50</a> [CS_EXECUTE] [MANDATORY_IE_MISSING]</div>
<div>2009-09-18 15:41:45.690064 [NOTICE] switch_core_session.c:1086 Session 1 (sofia/external/<a href="mailto:1001@192.168.1.50">1001@192.168.1.50</a>) Ended</div><div>2009-09-18 15:41:45.690064 [NOTICE] switch_core_session.c:1088 Close Channel sofia/external/<a href="mailto:1001@192.168.1.50">1001@192.168.1.50</a> [CS_DESTROY]</div>
<div>2009-09-18 15:41:45.692078 [NOTICE] switch_core_session.c:1086 Session 2 (sofia/external/<a href="mailto:1000@192.168.1.50">1000@192.168.1.50</a>) Ended</div><div>2009-09-18 15:41:45.692078 [NOTICE] switch_core_session.c:1088 Close Channel sofia/external/<a href="mailto:1000@192.168.1.50">1000@192.168.1.50</a> [CS_DESTROY]</div>
<div><br></div><div><br></div><div>with regards</div><div>Pankaj anand</div><div><br></div></div></div>