summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-10-04 06:17:58 +0000
committerBenny Prijono <bennylp@teluu.com>2007-10-04 06:17:58 +0000
commit3e7fd859b0c02776768f4ef1649a06929918fbe3 (patch)
tree99ba7c1dd303c14d13e5df827b938ddd9cdaddad /pjsip/include
parent1223bb18330914b87f16734b7cb576d34e6b011f (diff)
Ticket #389: Added new commands in pjsua to change codec priorities and send UPDATE
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1471 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 4422b0ea..b727528b 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2765,6 +2765,19 @@ PJ_DECL(pj_status_t) pjsua_call_reinvite(pjsua_call_id call_id,
pj_bool_t unhold,
const pjsua_msg_data *msg_data);
+/**
+ * Send UPDATE request.
+ *
+ * @param call_id Call identification.
+ * @param options Must be zero for now.
+ * @param msg_data Optional message components to be sent with
+ * the request.
+ *
+ * @return PJ_SUCCESS on success, or the appropriate error code.
+ */
+PJ_DECL(pj_status_t) pjsua_call_update(pjsua_call_id call_id,
+ unsigned options,
+ const pjsua_msg_data *msg_data);
/**
* Initiate call transfer to the specified address. This function will send