[reSIProcate] Send the INFO request

Scott Godin sgodin at sipspectrum.com
Fri Mar 27 12:25:32 CDT 2015


INFO messages are sent in the context of an existing INVITE session (ie:
Call).  They will be routed using the properties of the INVITE session.

The resip stack will route to destinations using the request URI or, if
present, the top Route header.  You can also specify destinations using a
UserProfile and the outbound proxy setting.

Scott

On Thu, Mar 26, 2015 at 11:11 PM, 许 <xubonts at 163.com> wrote:

> Hi,
> I want to send the INFO request.
> In the DUM test BasicCall, I find
>          PlainContents contents("Hello there!!!");
>          is->info(contents);
> which send in the InviteSession::info(const Contents& contents).
>
> But I don't know how to set the destination IP and Port.  And where may I
> set?
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20150327/57618425/attachment.htm>


More information about the resiprocate-devel mailing list