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:
8af3a90
)
If there is no session timer in the INVITE, set it to default value (not unset minimu...
author
Olle Johansson
<oej@edvina.net>
Mon, 7 Sep 2009 13:06:19 +0000
(13:06 +0000)
committer
Olle Johansson
<oej@edvina.net>
Mon, 7 Sep 2009 13:06:19 +0000
(13:06 +0000)
Patch by oej
closes issue #15621
Reported by: fnordian
Tested by: atis
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216695
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
90b8742
..
84075b8
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-20631,7
+20631,8
@@
static int handle_request_invite(struct sip_pvt *p, struct sip_request *req, int
st_interval = uac_max_se;
}
} else {
- st_interval = uac_min_se;
+ /* Set to default max value */
+ st_interval = global_max_se;
}
break;