[reSIProcate] Redirect Handler DUM
Scott Godin
slgodin at icescape.com
Tue Dec 11 08:01:37 CST 2007
Looking at the code it looks like the 305 should fall through to the
usage, for ClientInviteSession the onFailure and onTerminated callbacks
should fire. RFC3261 describes a 305 (21.3.4).
Scott
From: resiprocate-devel-bounces at resiprocate.org
[mailto:resiprocate-devel-bounces at resiprocate.org] On Behalf Of
Subramanian Kasi Subramanian
Sent: Friday, December 07, 2007 10:48 AM
To: resiprocate-devel at list.resiprocate.org
Subject: [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.
<http://us.rd.yahoo.com/evt=51438/*http:/www.yahoo.com/r/hs>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20071211/78abeca8/attachment.htm>
More information about the resiprocate-devel
mailing list