FreeSWITCH Version 1.0.head (git-9350fb9 2010-12-07 00-20-07 -0600)<div><br></div><div>I just install freeswitch and have two cisco 7960 phones (firmware sip 7.9) registered.</div><div>I can call out to our service provider or make 7960 call each other. They all work fine except this:</div><div>If I call into freeswitch echo test extension or check voicemail &nbsp;using one of Cisco 7960, the call will be droped after 30 seconds. By looking at SIP messages, it appears that After FS send out 200 OK to Cisco 7960, it never received ACK sip messages back and timeout. Here is the debug info in Cisco 7960:</div><div><div>[11:56:30:41354610] SIP/2.0 200 OK</div><div>Via: SIP/2.0/UDP xxx.xxx.xxx.144:5060;branch=z9hG4bK2be0821e</div><div>From: "Line1" &lt;sip:1007@xxx.xxx.xxx.177&gt;;tag=00082166efcb015d72e42433-5254ac8f</div><div>To: &lt;sip:9196@xxx.xxx.xxx.177;user=phone&gt;;tag=p9H5Qy5r993mB</div><div>Call-ID: 00082166-efcb0007-04fe7b08-3c126cb0@xxx.xxx.xxx.144</div><div>CSeq: 102 INVITE</div><div>Contact: &lt;sip:9196@xxx.xxx.xxx.177:5060;transport=udp&gt;</div><div>User-Agent: FreeSWITCH-mod_sofia/1.0.head-git-9350fb9 2010-12-07 00-20-07 -0600</div><div>Accept: application/sdp</div><div>Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, UPDATE, INFO, REGISTER, REFER, NOTIFY, PUBLISH, SUBSCRIBE</div><div>Supported: timer, precondition, path, replaces</div><div>Allow-Events: talk, hold, presence, dialog, line-seize, call-info, sla, include-session-description, presence.winfo, message-summary, refer</div><div>Content-Type: application/sdp</div><div>Content-Disposition: session</div><div>Content-Length: 253</div><div>Remote-Party-ID: "9196" &lt;sip:9196@xxx.xxx.xxx.177&gt;;party=calling;privacy=off;screen=no</div><div><br></div><div>v=0</div><div>o=FreeSWITCH 1294739962 1294739963 IN IP4 xxx.xxx.xxx.177</div><div>s=FreeSWITCH</div><div>c=IN IP4 xxx.xxx.xxx.177</div><div>t=0 0</div><div>m=audio 24992 RTP/AVP 0 101</div><div>a=rtpmap:0 PCMU/8000</div><div>a=rtpmap:101 telephone-event/8000</div><div>a=fmtp:101 0-16</div><div>a=silenceSupp:off - - - -</div><div>a=ptime:20</div><div>[11:56:30:41354614] SIPTaskProcessSIPMessage: Line filter: Determining destination line...</div><div>[11:56:30:41354615] sip_sm_determine_ccb: Matched to_tag</div><div>[11:56:30:41354616] sip_sm_ccb_match_branch_cseq: Method index not found</div><div>[11:56:30:41354616] SIPTaskProcessSIPMessage: Error: sip_sm_determine_ccb(): bad response. Dropping message.</div><div>[11:56:34:41355009] SIPTaskProcessListEvent: cmd = 0x160200</div><div>[11:56:34:41355009] SIPProcessUDPMessage: recv UDP message from &lt;xxx.xxx.xxx.177&gt;:&lt;50195&gt;, length=&lt;1185&gt;, message=</div><div><br></div></div><div><br></div><div>Looks like cisco 7960 having trouble to process 200 OK message from FS.</div><div>Is this a possible FS bug? Does anybody know how to fix it?</div><div>By searching on the WEB, I can see that Asterisk 1.6 also has the same problem in some revisions and been fixed.</div><div><br></div><div>Gary</div><div><br></div>