projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f93207
)
Default port to 5060
author
Mark Spencer
<markster@digium.com>
Thu, 29 Jul 2004 18:58:57 +0000
(18:58 +0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 29 Jul 2004 18:58:57 +0000
(18:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3534
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
186da24
..
2477794
100755
(executable)
--- 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;