<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> <extension name="redirect"><br> <condition field="network_addr" expression="^192\.168\.2\.9$"/> <br> <condition field="destination_number" expression="^1(\d+)$"><br> <action application="bridge" data="sofia/external/$0@127.0.0.1:5070"/><br> </condition><br> </extension><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> <extension name="receive"><br> <condition field="network_addr" expression="^127\.0\.0\.1$"/> <br> <condition field="destination_number" expression="^1(\d+)$"><br> <action application="bridge" data="sofia/internal/$0@192.168.2.9:5060"/><br> </condition><br> </extension><br><br>this doesnt work, i also use <action application="transfer" data="$1001 XML default/> instead <action application="bridge" data="sofia/internal/$0@192.168.2.9:5060"/><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>