Changes between Version 4 and Version 5 of SIP_Message_Buffer_Event


Ignore:
Timestamp:
Jan 17, 2008 10:05:54 AM (16 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIP_Message_Buffer_Event

    v4 v5  
    22Table of Contents: 
    33 
    4 [[PageOutline(2-3,,inline)]] 
     4[[PageOutline(1-3,,inline)]] 
    55---- 
    66 
     
    207207 
    208208This event is the most common event seen by application. Various callbacks in PJSIP that emit this event: 
    209  - In PJSUA-API: [http://www.pjsip.org/pjsip/docs/html/structpjsua__callback.htm#06e6135aeaa81b32fdc66fa603a0546c on_call_state()] and [http://www.pjsip.org/pjsip/docs/html/structpjsua__callback.htm#cec485ed428d48a6ca0d28027e5cccde on_call_tsx_state()]] callbacks (these callbacks are triggered by the callbacks in the invite session layer below), 
     209 - In PJSUA-API: [http://www.pjsip.org/pjsip/docs/html/structpjsua__callback.htm#06e6135aeaa81b32fdc66fa603a0546c on_call_state()] and [http://www.pjsip.org/pjsip/docs/html/structpjsua__callback.htm#cec485ed428d48a6ca0d28027e5cccde on_call_tsx_state()] callbacks (these callbacks are triggered by the callbacks in the invite session layer below), 
    210210 - In invite session layer: [http://www.pjsip.org/pjsip/docs/html/structpjsip__inv__callback.htm#abf40987d5cb9296a2eea1a10534a061 on_state_changed()], [http://www.pjsip.org/pjsip/docs/html/structpjsip__inv__callback.htm#df8e43e12064218cc3b9312a9c357cf3 on_new_session()], and [http://www.pjsip.org/pjsip/docs/html/structpjsip__inv__callback.htm#cdca7ffb5ac919b3c953c1bd49b4db6f on_tsx_state_changed()] 
    211211 - In SIMPLE/presence layer: [http://www.pjsip.org/pjsip/docs/html/structpjsip__evsub__user.htm#c740cc29b827714ed5bf1cf955a9cc77 on_evsub_state()] and [http://www.pjsip.org/pjsip/docs/html/structpjsip__evsub__user.htm#da78d48ce544373ee897df5da01e27f3 on_tsx_state()] callbacks