< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Look at ClientPagerMessage/ServerPagerMessage and
PagerMessageHandler classes in DUM. These classes are used for managing
out-of-dialog MESSAGE requests. Scott From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxx] On Behalf Of resiprocate But I'm not sure, because virtual void
onMessage(InviteSessionHandle h, const SipMessage& msg); have a
InviteSessionHandle, but the Message does not in a call.
2007/11/18, resiprocate <resiprocate@xxxxxxxxx>: Hi: I have used eyeBeam send a message to another
one(without call, just likes IM), I just want to know, which callback will be
fired when this message is received. The message likes this: MESSAGE sip:testuser1@xxxxxxxxxxxxxxxxxx:8000 SIP/2.0 <FONT face=Arial size=2>hello world!</FONT> I think below function will be called, right ? Thank every one in advance. /// called when MESSAGE message is received |