[reSIProcate-users] The onSuccess and onFailure of ClientOutOfDialogReqHandle does not fire
Hi all, I countered a issue, when I send the out of dialog MESSAGE and OPTIONS message, the onSuccess and onFailure never fire.
I have been added the out of dialog handler:
mDum.addOutOfDialogHandler(OPTIONS, this);
mDum.addOutOfDialogHandler(NOTIFY, this);
mDum.addOutOfDialogHandler(MESSAGE, this);
and send the message as this way:
bool UserAgent::message(const Data & to, const Contents & content)
{
NameAddr addr(to);
SharedPtr<SipMessage> outofMessage = mDum.makeOutOfDialogRequest(addr, MESSAGE);
try
{
outofMessage->setContents(&content);
mDum.send(outofMessage);
}
catch (...)
{
return false;
}
return true;
}
I also attached the resiprocate log file in email, could help me where did I missed ?
Thanks
Attachment:
1223.log
Description: Binary data