[Asterisk-cvs] asterisk ChangeLog,1.55,1.56 pbx.c,1.296,1.297
kpfleming
kpfleming
Mon Nov 7 20:59:31 CST 2005
- Previous message: [Asterisk-cvs] asterisk ChangeLog,1.54,1.55 rtp.c,1.152,1.153
- Next message: [Asterisk-cvs]
asterisk/res res_agi.c, 1.53, 1.54 res_config_odbc.c,
1.31, 1.32 res_features.c, 1.78, 1.79 res_monitor.c, 1.39,
1.40 res_musiconhold.c, 1.73, 1.74
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 <kpfleming at digium.com>
+ * 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;
}
- Previous message: [Asterisk-cvs] asterisk ChangeLog,1.54,1.55 rtp.c,1.152,1.153
- Next message: [Asterisk-cvs]
asterisk/res res_agi.c, 1.53, 1.54 res_config_odbc.c,
1.31, 1.32 res_features.c, 1.78, 1.79 res_monitor.c, 1.39,
1.40 res_musiconhold.c, 1.73, 1.74
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list