209 | | - In PJSUA-API: ''on_call_state()'' and ''on_call_tsx_state()'' callbacks |
210 | | - In invite session layer: ''on_state_changed()'', ''on_new_session()'', and ''on_tsx_state_changed()'' |
211 | | - In SIMPLE/presence layer: ''on_evsub_state()'' and ''on_tsx_state()'' callbacks |
| 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), |
| 210 | - 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()] |
| 211 | - 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 |