Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14613

Modified Files:
        ChangeLog pbx.c 
Log Message:
issue #5583


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ChangeLog   8 Nov 2005 01:44:47 -0000       1.55
+++ ChangeLog   8 Nov 2005 01:50:35 -0000       1.56
@@ -1,5 +1,7 @@
 2005-11-07  Kevin P. Fleming  <[EMAIL PROTECTED]>
 
+       * pbx.c (handle_show_hints): use proper state-to-string function for 
hint state (issue #5583)
+
        * rtp.c: use unsigned format for debug packet output (issue #5595)
 
        * asterisk.c (main): force a dnsmgr background refresh after all other 
modules are initialized (issue #5599)

Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- pbx.c       6 Nov 2005 21:00:34 -0000       1.296
+++ pbx.c       8 Nov 2005 01:50:35 -0000       1.297
@@ -3154,7 +3154,7 @@
                        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;
        }

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to