Dear All,<br>     I have received the <a href="mailto:XXX@sip.voxeo.net">XXX@sip.voxeo.net</a> from my VXML application. I have written the following dial plan to call that number.<br>  &lt;extension name=&quot;VXML&quot;&gt;<br>
        &lt;condition field=&quot;destination_number&quot; expression=&quot;^(999)$&quot;&gt;<br>                &lt;action application=&quot;bridge&quot; data=&quot;sofia/external/<a href="mailto:9996079973@sip.voxeo.net">9996079973@sip.voxeo.net</a>&quot;/&gt;<br>
                &lt;action application=&quot;hangup&quot;/&gt;<br>        &lt;/condition&gt;<br>  &lt;/extension&gt;<br><br>I have registered the FreeSWITCH and called the 999 extension. But the call was just trying. Finally I have got the NO_ANSWER information in console.<br>
  2010-04-06 15:12:23.001741 [INFO] mod_dptools.c:2353 Originate Failed.  Cause: NO_ANSWER<br><br>Is there configuration I need to do to call this number?? Please help me??<br>