summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsip-ua/sip_regc.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-09 09:30:09 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-09 09:30:09 +0000
commit8b393ca1ada4b881c95a947e65c4bc17b5a998c0 (patch)
tree43ae16b41907f1e0509aaf17082b6a9426d4fcfb /pjsip/include/pjsip-ua/sip_regc.h
parent5a80ef93b88daf113b1bfb805041342c6be5b6ab (diff)
Setting svn:eol-style attribute
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@167 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsip-ua/sip_regc.h')
-rw-r--r--pjsip/include/pjsip-ua/sip_regc.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/pjsip/include/pjsip-ua/sip_regc.h b/pjsip/include/pjsip-ua/sip_regc.h
index 99a08a48..12959916 100644
--- a/pjsip/include/pjsip-ua/sip_regc.h
+++ b/pjsip/include/pjsip-ua/sip_regc.h
@@ -141,7 +141,7 @@ PJ_DECL(pj_status_t) pjsip_regc_init(pjsip_regc *regc,
/**
* Set authentication credentials to use by this registration.
*
- * @param dlg The registration structure.
+ * @param regc The registration structure.
* @param count Number of credentials in the array.
* @param cred Array of credentials.
*
@@ -152,6 +152,17 @@ PJ_DECL(pj_status_t) pjsip_regc_set_credentials( pjsip_regc *regc,
const pjsip_cred_info cred[] );
/**
+ * Set route set to be used for outgoing requests.
+ *
+ * @param regc The client registration structure.
+ * @param route_set List containing Route headers.
+ *
+ * @return PJ_SUCCESS on success.
+ */
+PJ_DECL(pj_status_t) pjsip_regc_set_route_set(pjsip_regc *regc,
+ const pjsip_route_hdr*route_set);
+
+/**
* Create REGISTER request for the specified client registration structure.
*
* After successfull registration, application can inspect the contacts in