Hello,<br><br>I&#39;m testing freeswitch as an sbc (version 1.2.5.3). I think I discovered
 a bug, but I still have to verify it against git if I can find the time
 to compile it. Anyway, it all relates to session-timer according to me,
 but even if I disable session-timers, freeswitch still sends 
sip-update-messages to the sip-client. Freeswitch is dropping the calls 
after 30 seconds because of this. There is no problem with natting, 
firewalling, ... as far as I can tell as I&#39;m tracing the packets on all 
ends. A packet from freeswitch to the sip-client (phone behind other 
B2B-server):<br>
<br> UPDATE sip:10000@lab2.ddm.priv SIP/2.0<br>   Via: SIP/2.0/UDP 172.16.105.14;rport;branch=<div id=":9">z9hG4bKS2pQKQ7SrNgce<br>   Max-Forwards: 70<br>   From: &lt;<a href="http://sip:8888@172.16.105.17:5060" target="_blank">sip:8888@172.16.105.17:5060</a>&gt;;tag=X5FKtKj9ZHaDc<br>

   To: &lt;sip:10000@lab2.ddm.priv&gt;;tag=849E1A5B-6750-4EDE-B7CF-72DF979FD126-40026<br>   Call-ID: <a href="mailto:5AC29923-74EE-46B2-830A-9CB78B9DB47F-39541@172.16.105.17" target="_blank">5AC29923-74EE-46B2-830A-9CB78B9DB47F-39541@172.16.105.17</a><br>

   CSeq: 38492344 UPDATE<br>   Contact: &lt;sip:8888@172.16.105.14:5060;transport=udp&gt;<br>   User-Agent: FreeSWITCH-mod_sofia/<a href="http://1.2.5.3" target="_blank">1.2.5.3</a>+git~20121206T050429Z~91eef34d5c<br>   Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY<br>

   Supported: precondition, path, replaces<br>   Content-Type: application/sdp<br>   Content-Disposition: session<br>   Content-Length: 249<br>   P-Asserted-Identity: &quot;Outbound Call&quot; &lt;0001&gt;<br><br>   v=0<br>

   o=FreeSWITCH 1357636566 1357636567 IN IP4 172.16.105.14<br>   s=FreeSWITCH<br>   c=IN IP4 172.16.105.14<br>   t=0 0<br>   m=audio 20250 RTP/AVP 9 127<br>   a=rtpmap:9 G722/8000<br>   a=rtpmap:127 telephone-event/8000<br>

   a=fmtp:127 0-16<br>   a=silenceSupp:off - - - -<br>   a=ptime:20<br><br><br><br>The other end of the sbc/client doesn&#39;t support session-timers or update (yate client), and it doesn&#39;t have this problem.<br><br>
So, the main question is:<br>
<br>--&gt; Why is freeswitch sending these update-messages while the 
codec, ... remains the same as far as I can tell. It isn&#39;t a 
session-timer, because it is enabled in the profile and it doesn&#39;t 
appear in the message too (which means the disable had some influence 
...)?<br>
<br>So, is there a way to:<br> 1) fix the above?<br> 2) force 
session-timers to use reinvite instead of update. As this case may be a 
way around the bug (freeswitch doing as it is the refresher while they 
agreed that the client is the session-timer-refresher).<br>
 3) (asked before, but not answered) Is there a way to disable sip-&quot;update&quot;-message-support in freeswitch?<br><br>Thank you and kind regards,<br><br>Michel</div>