mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
manager.c: Properly terminate CoreShowChannelMap
event.
Fixes #761
(cherry picked from commit 1ce5731c40
)
This commit is contained in:
committed by
Asterisk Development Team
parent
7e2a5fbd21
commit
411e9133b3
@@ -7220,7 +7220,7 @@ static int action_coreshowchannelmap(struct mansession *s, const struct message
|
||||
"Event: CoreShowChannelMap\r\n"
|
||||
"%s"
|
||||
"Channel: %s\r\n"
|
||||
"ConnectedChannel: %s\r\n\n",
|
||||
"ConnectedChannel: %s\r\n\r\n",
|
||||
id_text,
|
||||
channel_name,
|
||||
current_channel_name);
|
||||
|
Reference in New Issue
Block a user