mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 13:57:31 -07:00
Let's hard code this until I fix it
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -10970,7 +10970,7 @@ static char *zap_show_channels(struct ast_cli_entry *e, int cmd, struct ast_cli_
|
||||
|
||||
blockstr[2] = '\0';
|
||||
|
||||
snprintf(statestr, sizeof(statestr), "%s", tmp->inservice ? "In Service" : "Out of Service");
|
||||
snprintf(statestr, sizeof(statestr), "%s", "In Service");
|
||||
|
||||
ast_cli(a->fd, FORMAT, tmps, tmp->exten, tmp->context, tmp->language, tmp->mohinterpret, blockstr, statestr);
|
||||
tmp = tmp->next;
|
||||
|
||||
Reference in New Issue
Block a user