[reSIProcate] [resiprocate/resiprocate] send/receive text message mechanism through MESSAGE message (#53)
Mateus Augusto Bellomo Agrello Ruivo
notifications at github.com
Tue Aug 9 14:47:03 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;
The out-of-dialog MESSAGE request is already handle when I made ConversationManager derives from ServerPagerMessageHandler and ClientPagerMessageHandler and implement it's methods, right?
Is there an example on how to handle in-dialog MESSAGE requests and how to create a dialog from a out-of-dialog MESSAGE?
---
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#r74131086
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20160809/ea1ea954/attachment.htm>
More information about the resiprocate-devel
mailing list