[asterisk-commits] file: trunk r53151 - in /trunk: ./
apps/app_playback.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Mon Feb 5 09:03:23 MST 2007
Author: file
Date: Mon Feb 5 10:03:23 2007
New Revision: 53151
URL: http://svn.digium.com/view/asterisk?view=rev&rev=53151
Log:
Merged revisions 53150 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r53150 | file | 2007-02-05 10:02:00 -0600 (Mon, 05 Feb 2007) | 2 lines
Unregister Playback CLI commands as well as dialplan application. (issue #8946 reported by junky)
........
Modified:
trunk/ (props changed)
trunk/apps/app_playback.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/apps/app_playback.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_playback.c?view=diff&rev=53151&r1=53150&r2=53151
==============================================================================
--- trunk/apps/app_playback.c (original)
+++ trunk/apps/app_playback.c Mon Feb 5 10:03:23 2007
@@ -468,6 +468,8 @@
res = ast_unregister_application(app);
+ ast_cli_unregister_multiple(cli_playback, sizeof(cli_playback) / sizeof(struct ast_cli_entry));
+
ast_module_user_hangup_all();
if (say_cfg)
More information about the asterisk-commits
mailing list