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