aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 19:27:26 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-21 19:27:26 +0000
commit858df9dd8759e24caf3e271c86255a75fd0e2273 (patch)
treec0da2affc9b573da97b70e24b48b892c2e99d5ec /ChangeLog
parentd4f49b35f212d205cfc05f8944c6fe54033901a7 (diff)
fix port number handling in peer building functions
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7182 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d94e3ac7..6e709e0ef 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
2005-11-21 Kevin P. Fleming <kpfleming@digium.com>
- * channels/chan_sip.c: ensure that case changes made to peer/user names are not ignored during reload operations
- * channels/chan_iax2.c: ensure that case changes made to peer/user names are not ignored during reload operations
+ * channels/chan_sip.c (build_peer): ensure that case changes made to peer names are not ignored during reload operations
+ (build_peer): when a peer is changed from dynamic to static mode, reset the default port number if no other has been specified
+
+ * channels/chan_iax2.c (build_peer and build_user): ensure that case changes made to peer/user names are not ignored during reload operations
+ (build_peer): when a peer is changed from dynamic to static mode, reset the default port number if no other has been specified
2005-11-21 Josh Roberson <josh@asteriasgi.com>