[reSIProcate-users] ClientOutOfDialogReqHandle?
I am using resip 1.7, and using the resip stack and dum.
I am processing a response to a Out Of Dialog Request, and am trying
to get to the AppDialogSet I created.
Normally I would oodh->GetAppDialogSet(), where oodh is a
ClientOutOfDialogReqHandle passed into the agent onSuccess handler.
When I try this I get:
resip/dum/Handle.hxx:45: error: invalid static_cast from type
‘resip::Handled*’ to type ‘resip::ClientOutOfDialogReq*’
oodh.get() returns the same error.
I can find no examples of this in the unit tests, can anyone point me
in the right direction?
Cheers,
Stuart.