[reSIProcate] Redirect Handler DUM

Subramanian Kasi Subramanian subbu.subramanian at yahoo.com
Fri Dec 7 09:48:00 CST 2007


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




      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20071207/98f9d059/attachment.htm>


More information about the resiprocate-devel mailing list