summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-29 18:58:57 +0000
committerMark Spencer <markster@digium.com>2004-07-29 18:58:57 +0000
commitb4f6d91eda00b9047aefb90d999701524e6f4370 (patch)
treeb67962405d37c7529ae24f3eaebc89f63cc6a0e0 /channels
parent0f93207cda5671664516565a419a642064b22342 (diff)
Default port to 5060
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3534 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 186da241a..24777946e 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -8258,6 +8258,7 @@ static int reload_config(void)
global_canreinvite = REINVITE_INVITE;
videosupport = 0;
relaxdtmf = 0;
+ ourport = DEFAULT_SIP_PORT;
global_rtptimeout = 0;
global_rtpholdtimeout = 0;
pedanticsipchecking=0;