summaryrefslogtreecommitdiff
path: root/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index 6040aeeee..29a1d893a 100755
--- a/pbx.c
+++ b/pbx.c
@@ -3154,7 +3154,7 @@ static int handle_show_hints(int fd, int argc, char *argv[])
watchers++;
ast_cli(fd, " %-20.20s: %-20.20s State:%-15.15s Watchers %2d\n",
ast_get_extension_name(hint->exten), ast_get_extension_app(hint->exten),
- devstate2str(hint->laststate), watchers);
+ ast_extension_state2str(hint->laststate), watchers);
num++;
hint = hint->next;
}