<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi, <br><br>im trying to establish a simple conference using freeswitch and sailfin, sailfin is<br>and application server that works with SipSevlets.<br>the all thing works as follow.<br><br>two softphone register with freeswitch, extension 1000 and 1001<br>1000 sends and invite to 1001, this invite goes to sailfin, i use this<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 is in /freeswitch/conf/dialplan/default.xml<br><br><br>this far all goes well, the servlet receives the invite, and sends back the invite to freeswitch, i put this<br><br> <extension name="receive"><br> <condition field="network_addr" expression="^192\.168\.2\.9$"/><br> <condition field="destination_number" expression="^1(\d+)$"><br> <action application="transfer" data="$0 XML default"/><br> </condition><br> </extension><br><br>in /freeswitch/conf/dialplan/public.xml, but freeswitch returns this<br><br><br>------------------------------------------------------------------------<br>2010-01-26 20:14:29.512927 [NOTICE] switch_channel.c:602 New Channel sofia/external/1000@192.168.2.9 [5177e93a-0ae1-11df-afc9-db39c681a2f1]<br>2010-01-26 20:14:29.512927 [NOTICE] sofia.c:3527 Hangup sofia/external/1000@192.168.2.9 [CS_NEW] [MANDATORY_IE_MISSING]<br>send 632 bytes to udp/[192.168.2.9]:5070 at 01:14:29.517927:<br> ------------------------------------------------------------------------<br> SIP/2.0 480 Temporarily Unavailable<br> Via: SIP/2.0/UDP 192.168.153.1:5070;branch=z9hG4bKdaacdd64d693615c451ab9db43f9c71c2626;received=192.168.2.9<br> From: <sip:1000@192.168.2.9>;tag=g4xfbi12-3<br> To: <sip:1001@192.168.2.9:5080>;tag=4r91165pvcycB<br> Call-Id: 192.168.153.1_3_3990383226484831353<br> Cseq: 1 INVITE<br> User-Agent: FreeSWITCH-mod_sofia/1.0.4-hacked<br> Accept: application/sdp<br> Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY, REFER, UPDATE, REGISTER, INFO<br> Supported: timer, precondition, path, replaces<br> Allow-Events: talk, refer<br> Reason: Q.850;cause=96;text="MANDATORY_IE_MISSING"<br> Content-Length: 0<br> <br> ------------------------------------------------------------------------<br>2010-01-26 20:14:29.525646 [NOTICE] switch_core_session.c:1086 Session 9 (sofia/external/1000@192.168.2.9) Ended<br>2010-01-26 20:14:29.525646 [NOTICE] switch_core_session.c:1088 Close Channel sofia/external/1000@192.168.2.9 [CS_DESTROY]<br><br>i dont understand why i doesnt work if in public.xml, i tell to transfer the call if extension starts with 1 and the caller ip address is 192.168.2.9<br><br>please if someone can help me<br>                                            <br /><hr />Windows Live: Keep your friends up to date <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_1:092010' target='_new'>with what you do online.</a></body>
</html>