mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
Fix manager typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1305 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -340,8 +340,8 @@ static int action_status(struct mansession *s, struct message *m)
|
||||
"CallerID: %s\r\n"
|
||||
"State: %s\r\n"
|
||||
"%s"
|
||||
"\r\n"
|
||||
"Uniqueid: %s\r\n",
|
||||
"Uniqueid: %s\r\n"
|
||||
"\r\n",
|
||||
c->name, c->callerid ? c->callerid : "<unknown>",
|
||||
ast_state2str(c->_state), bridge, c->uniqueid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user