summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-06-03 08:37:24 +0000
committerBenny Prijono <bennylp@teluu.com>2009-06-03 08:37:24 +0000
commit2c033d2e78e1a25d673d6ba9d6b54158a812f462 (patch)
treee3bf83fdc5a1ea285475c27b1b7be39c889a3ff9 /pjsip
parent7bc04768f3b30dd47a642c4c435488efc73f27d4 (diff)
Misc (ticket #838): added link to the ticket which changed the account re-registration rule
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2737 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/src/pjsua-lib/pjsua_acc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pjsip/src/pjsua-lib/pjsua_acc.c b/pjsip/src/pjsua-lib/pjsua_acc.c
index 461205e8..689d35b8 100644
--- a/pjsip/src/pjsua-lib/pjsua_acc.c
+++ b/pjsip/src/pjsua-lib/pjsua_acc.c
@@ -643,7 +643,8 @@ static pj_bool_t acc_check_nat_addr(pjsua_acc *acc,
/* Do not switch if both Contact and server's IP address are
* public but response contains private IP. A NAT in the middle
- * might have messed up with the SIP packets.
+ * might have messed up with the SIP packets. See:
+ * http://trac.pjsip.org/repos/ticket/643
*
* This exception can be disabled by setting allow_contact_rewrite
* to 2. In this case, the switch will always be done whenever there