[reSIProcate] Redirect Handler DUM
Hi
Does anyone know what is the best way to handle SIP 305 Message in DUM. It looks like the RedirectHandler doesnt handle SIP 305 messages.
Could someone also point me to the structure of this 305 message.
class RedirectHandler
{
public:
virtual ~RedirectHandler() {}
//3xx that isn't 380 or 305 has been received
virtual void onRedirectReceived(AppDialogSetHandle, const SipMessage& response)=0;
//return true if this target is acceptable
virtual bool onTryingNextTarget(AppDialogSetHandle, const SipMessage&
request)=0;
};
Thanks
Subbu
Never miss a thing.
Make Yahoo your homepage.