Re: [OpenSIPStack] Error on incoming invite message
Brought to you by:
joegenbaclor
From: Julian F. T. I. <jf...@id...> - 2007-09-05 05:55:05
|
Good day,=20 A patch was made to handle invite message coming from RTC clients.=20 Invite messages coming from sip client using RTC does not contain any = branch parameter in its Via header field, in order to process it = properly opensipstack will set=20 m_Branch to "empty-branch". Regards, Julian ----- Original Message -----=20 From: Julian F. Tasis, III=20 To: ope...@li...=20 Sent: Wednesday, September 05, 2007 9:53 AM Subject: Error on incoming invite message Good day,=20 In CallSession.cxx and OnIncomingSIPMessage OString fsm =3D 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:=20 This only happens when a sip client is using RTC. Regards, Julian |