[Freeswitch-users] failed in bridging with SIPp
Erwin Davis
davis.erwin at gmail.com
Thu Oct 15 11:30:19 PDT 2009
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/$
0 at 192.168.1.36"/>
</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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20091015/46ee6020/attachment-0002.html
More information about the FreeSWITCH-users
mailing list