Hi, <br><br>I tried to originate a call from x-lite and hope to terminate to SIPp running in another machine (<a href="http://192.168.1.36:5069">192.168.1.36:5069</a>) <br>through FS. My x-lite received service no available and the FS report NORMAL_TEMPOARY_FAILURE <br>
(<a href="http://pastebin.freeswitch.org/10720">http://pastebin.freeswitch.org/10720</a>). My purpose for FS is to simply forward the call to the destination IP addr,<br>which is 192.168.1.36. Did I miss anything in the configuration? Thanks,<br>
<br>Below is my configuration,<br><br>in dialplan/default.xml,<br>    &lt;extension name=&quot;to-sipp&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^6666$&quot;&gt;<br>    &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/profile1/$<a href="mailto:0@192.168.1.36">0@192.168.1.36</a>&quot;/&gt;<br>
      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>in sip-profile/profile1.xml<br><br>&lt;profile name=&quot;profile1&quot;&gt;<br>  &lt;param name=&quot;debug&quot; value=&quot;1&quot;/&gt;<br>  &lt;param name=&quot;rfc2833-pt&quot; value=&quot;101&quot;/&gt;<br>
  &lt;param name=&quot;sip-ip&quot; value=&quot;192.168.1.36&quot;/&gt;  <br>  &lt;param name=&quot;sip-port&quot; value=&quot;5069&quot;/&gt;<br>  &lt;param name=&quot;dialplan&quot; value=&quot;XML&quot;/&gt;<br>  &lt;param name=&quot;dtmf-duration&quot; value=&quot;100&quot;/&gt;<br>
  &lt;param name=&quot;codec-ms&quot; value=&quot;20&quot;/&gt;<br>  &lt;param name=&quot;use-rtp-timer&quot; value=&quot;true&quot;/&gt;<br>&lt;/profile&gt;<br><br>