dect
/
asterisk
Archived
13
0
Fork 0

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)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@53151 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
file 2007-02-05 16:03:23 +00:00
parent f75f4a3f3d
commit 8116e5cac2
1 changed files with 2 additions and 0 deletions

View File

@ -468,6 +468,8 @@ static int unload_module(void)
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)