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> <extension name="to-sipp"><br> <condition field="destination_number" expression="^6666$"><br> <action application="bridge" data="sofia/internal/profile1/$<a href="mailto:0@192.168.1.36">0@192.168.1.36</a>"/><br>
</condition><br> </extension><br><br>in sip-profile/profile1.xml<br><br><profile name="profile1"><br> <param name="debug" value="1"/><br> <param name="rfc2833-pt" value="101"/><br>
<param name="sip-ip" value="192.168.1.36"/> <br> <param name="sip-port" value="5069"/><br> <param name="dialplan" value="XML"/><br> <param name="dtmf-duration" value="100"/><br>
<param name="codec-ms" value="20"/><br> <param name="use-rtp-timer" value="true"/><br></profile><br><br>