summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_chanisavail.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_chanisavail.c b/apps/app_chanisavail.c
index fd88b91e1..8eef4caaa 100644
--- a/apps/app_chanisavail.c
+++ b/apps/app_chanisavail.c
@@ -152,7 +152,9 @@ static int chanavail_exec(struct ast_channel *chan, const char *data)
}
*number = '\0';
number++;
-
+
+ status = AST_DEVICE_UNKNOWN;
+
if (string_compare) {
/* ast_parse_device_state checks for "SIP/1234" as a channel name.
ast_device_state will ask the SIP driver for the channel state. */