< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
In resip/recon/ConversationManager.hxx:
> @@ -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;
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.