Re: [OpenSIPStack] How to send CANCEL msg? And why CANCEL is absent in the list ALLOW of INVITE msg
Brought to you by:
joegenbaclor
From: H.Kropf <mai...@gl...> - 2008-05-14 13:39:18
|
>Joegen E. Baclor wrote: >There is no need for you to cal >SendCancel() directly. Simply calling HangUpCall() will either send a >BYE for mid-dialog and a CANCEL during setup stages. Sorry. "Mea culpa" ::) I casually used it SetUpCall("pc:*", dest, SetCurrentCallToken() ); instead of SetUpCall("pc:*", dest, m_CurrentCallToken); > Joegen E. Baclor wrote: > I will patch the stack accordingly. Probably OpenSER does not send message CANCEL to the client at whom it is not declared CANCEL in list "Allow" of messages REGISTER and INVITE. The sessions rejected by the CalledStation therefore hang. |