projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
25067d3
)
Fix simple whitespace issue
author
James Golovich
<james@gnuinter.net>
Thu, 24 Jan 2008 22:02:16 +0000
(22:02 +0000)
committer
James Golovich
<james@gnuinter.net>
Thu, 24 Jan 2008 22:02:16 +0000
(22:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100266
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
1e64626
..
3c42812
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-17143,7
+17143,7
@@
static int handle_request_bye(struct sip_pvt *p, struct sip_request *req)
}
stop_media_flows(p); /* Immediately stop RTP, VRTP and UDPTL as applicable */
- stop_session_timer(p); /* Stop Session-Timer */
+ stop_session_timer(p); /* Stop Session-Timer */
if (!ast_strlen_zero(get_header(req, "Also"))) {
ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",