mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix teeny typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1089 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -328,8 +328,8 @@ static int action_status(struct mansession *s, struct message *m)
|
|||||||
"Extension: %s\r\n"
|
"Extension: %s\r\n"
|
||||||
"Priority: %d\r\n"
|
"Priority: %d\r\n"
|
||||||
"%s"
|
"%s"
|
||||||
"\r\n"
|
"Uniqueid: %s\r\n"
|
||||||
"Uniqueid: %s\r\n",
|
"\r\n",
|
||||||
c->name, c->callerid ? c->callerid : "<unknown>",
|
c->name, c->callerid ? c->callerid : "<unknown>",
|
||||||
ast_state2str(c->_state), c->context,
|
ast_state2str(c->_state), c->context,
|
||||||
c->exten, c->priority, bridge, c->uniqueid);
|
c->exten, c->priority, bridge, c->uniqueid);
|
||||||
|
Reference in New Issue
Block a user