[reSIProcate] About the OPTIONS

Scott Godin slgodin at icescape.com
Sun Dec 9 08:17:19 CST 2007


http://www.resiprocate.org/Handling_Options_Requests

 

Scott

 

From: resiprocate-devel-bounces at resiprocate.org
[mailto:resiprocate-devel-bounces at resiprocate.org] On Behalf Of Karlsson
Sent: December 8, 2007 9:13 AM
To: resiprocate-devel at resiprocate.org
Subject: [reSIProcate] About the OPTIONS

 

Hi, does the OPTIONS has two cases ? 

 

1: The OPTIONS out side the Dialog.

If the OPTIONS is out side the Dialog, then 

 

void UserAgent::-OnReceivedRequest(ServerOutOfDialogReqHandle h, const
SipMessage & request)
{
   if (request.method() == OPTIONS)
   {
      mDum.send(h->answerOptions());
   }
}

 

 

 

2: The OPTIONS comes within a Dialog.

 

If the OPTIONS comes within a Dialog, then will be fired this callback ?
It's right ?

 

void UserAgent::onMessage(InviteSessionHandle h, const SipMessage& msg)
{
 
}

 

If so, then how to reply this OPTIONS message?

 

Sorry for my question, thanks in advance.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20071209/8c132c5f/attachment.htm>


More information about the resiprocate-devel mailing list