On 11/16/06, Pekka Pessi <[EMAIL PROTECTED]> wrote: > On 11/16/06, Chung Pak Lai <[EMAIL PROTECTED]> wrote: > > So I would expect it sends a RE-INVITE/UPDATE after 1 second; however, > > after 1 second, the event callback got an nua_r_invite with status 900 > > and "Internal NUA error" followed by nua_i_state. Could you see if there > > is anything I am not doing right in order to use the SESSION_TIMER? And > > also I am wondering when NAS sends RE-INVITE, what kind of SDP it goes > > with the RE-INVITE, is that the one we sent with the OK 200?
> There is probably bug in handling such a low session timer interval, > the session timer is started too early. OK, it looks like the UAS cannot refresh the session using INVITEs. You should probably try to use UPDATEs and include NUTAG_UPDATE_REFRESH(1) in the parameter tags. If you UPDATEs do not work, you have to wait for 1.12.4. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
