Re: [OpenSIPStack] Error on incoming invite message
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-09-05 04:10:44
|
Hi Julian, Got the logs. The reason for this apparent misbehavior is that your UAC is not sending a branch parameter in the VIA. Branch is vital in identifying transactions. Can you catch me in MSN Messenger? I want to try a possible hack. Joegen Joegen E. Baclor wrote: > Can I get a sample of the INVITE? Better yet, send me the entire level > 5 log offline ( jo...@op... ) > > Julian F. Tasis, III wrote: > >> Good day, >> >> In CallSession.cxx and OnIncomingSIPMessage >> >> OString fsm = tid.GetStateMachine(); >> >> When a call came from a sip client using RTC the variable fsm is null and that call will not be processed. >> >> For a workaround I just modified the else if part when fsm is equals to IST. >> >> I don't know if my workaround is the right way of handling such transaction and is it a must that fsm variable can't be null? >> >> Note: >> >> This only happens when a sip client is using RTC. >> >> Regards, >> Julian >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> >> >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |