[reSIProcate] [resiprocate/resiprocate] send/receive text message mechanism through MESSAGE message (#53)
Scott Godin
notifications at github.com
Thu Aug 11 16:16:34 CDT 2016
> @@ -483,6 +486,18 @@ public:
> virtual void onDtmfEvent(ParticipantHandle partHandle, int dtmf, int duration, bool up) = 0;
>
> ///////////////////////////////////////////////////////////////////////
> + // Pager Message Handlers /////////////////////////////////////////////
> + ///////////////////////////////////////////////////////////////////////
> +
> + virtual void onMessageArrived(resip::ServerPagerMessageHandle handle, const resip::SipMessage& message) = 0;
Yes that's correct. Handling in-dialog MESSAGE requests is simply handling
the onMessage API from InviteSessionHandler. You don't create a dialog
specifically for MESSAGE handling - but you could send an in-dialog MESSAGE
on and existing call using the InviteSession::message API. I'm not sure
you should worry about in-dialog MESSAGEs at this point, if you don't have
a direct need for them.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/resiprocate/resiprocate/pull/53/files/9e3b4ac1410cb4a880dfbe7a68727478b961d5c0#r74504795
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160811/f4aca111/attachment.htm>
More information about the resiprocate-devel
mailing list