summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-02-25 09:33:18 +0000
committerBenny Prijono <bennylp@teluu.com>2010-02-25 09:33:18 +0000
commitc80dd76f236e41c653a6e6e95c9fa44c586c6a34 (patch)
tree24773ec40406e72f3029298ed8cc2d8342c95d19
parent3f7f93bcd1e11620b65204288bb50ae9c4a8a759 (diff)
Misc (#1026): fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3109 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 8d4d0a97..45f07d90 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2075,14 +2075,14 @@ typedef struct pjsua_acc_config
pjsua_transport_id transport_id;
/**
- * This option is used to update the UDP transport address and the Contact
+ * This option is used to update the transport address and the Contact
* header of REGISTER request. When this option is enabled, the library
* will keep track of the public IP address from the response of REGISTER
* request. Once it detects that the address has changed, it will
* unregister current Contact, update the Contact with transport address
* learned from Via header, and register a new Contact to the registrar.
* This will also update the public name of UDP transport if STUN is
- * configured.
+ * configured.
*
* Default: 1 (yes)
*/