summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 553f3dad..f95cd29f 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1170,6 +1170,16 @@ typedef struct pjsua_callback
const pjsip_event *e);
/**
+ * This callback is called when message waiting indication subscription
+ * state has changed. Application can then query the subscription state
+ * by calling #pjsip_evsub_get_state().
+ *
+ * @param acc_id The account ID.
+ * @param evsub The subscription instance.
+ */
+ void (*on_mwi_state)(pjsua_acc_id acc_id, pjsip_evsub *evsub);
+
+ /**
* This callback is called when a NOTIFY request for message summary /
* message waiting indication is received.
*