<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
hi to all<br><br>im already do the integration with. Freeswitch sends invite messages to sailfin, in sailfin there is a sip<br>servlet that acts as a proxy, this means it receives the invite from extension1000 and send the invite back<br>to freeswitch at extension 1001, but i get the freeswitch messages go to sailfin, but i dont get freeswitch<br>to understand sailfin messages.<br><br>there is my configuration for sending messages and for receiving messages<br><br>In /freeswitch/conf/dialplan/default.xml<br><br>&nbsp;&nbsp;&nbsp; &lt;extension name="redirect"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="network_addr" expression="^192\.168\.2\.9$"/&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^1(\d+)$"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="bridge" data="sofia/external/$0@127.0.0.1:5070"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>this works fine, it redirects the messages to sailfin in 127.0.0.1<br><br><br>In /freeswitch/conf/dialplan/public.xml<br><br>&nbsp;&nbsp;&nbsp; &lt;extension name="receive"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="network_addr" expression="^127\.0\.0\.1$"/&gt;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition field="destination_number" expression="^1(\d+)$"&gt;<br>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &lt;action application="bridge" data="sofia/internal/$0@192.168.2.9:5060"/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/extension&gt;<br><br>this doesnt work, i also use &lt;action application="transfer" data="$1001 XML default/&gt; instead &lt;action application="bridge" data="sofia/internal/$0@192.168.2.9:5060"/&gt;<br><br>but still doesnt work, the invite that sailfin sends appears in the freeswitch console, but the 1001 extension doesnt get it<br>                                               <br /><hr />Keep your friends updated— <a href='http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010' target='_new'>even when you’re not signed in.</a></body>
</html>