mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 02:48:29 +00:00
Fix simple whitespace issue
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100266 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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_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"))) {
|
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",
|
ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user