From b4f6d91eda00b9047aefb90d999701524e6f4370 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 29 Jul 2004 18:58:57 +0000 Subject: Default port to 5060 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3534 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'channels') 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; -- cgit v1.2.3