summaryrefslogtreecommitdiff
path: root/formats/format_vox.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-07-11 16:49:29 +0000
committerMark Spencer <markster@digium.com>2002-07-11 16:49:29 +0000
commit67751c3992e39e1652d9a2ac150a49b62695a9c3 (patch)
tree7dc81a4ba4c64587bf70a946a9c42e10484fef81 /formats/format_vox.c
parent54c89ccea960ee989912d5a10afdce57c899550d (diff)
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@483 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'formats/format_vox.c')
-rwxr-xr-xformats/format_vox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_vox.c b/formats/format_vox.c
index 67934219a..94957e7d7 100755
--- a/formats/format_vox.c
+++ b/formats/format_vox.c
@@ -390,7 +390,7 @@ int unload_module()
tmp = glist;
while(tmp) {
if (tmp->owner)
- ast_softhangup(tmp->owner);
+ ast_softhangup(tmp->owner, AST_SOFTHANGUP_APPUNLOAD);
tmpl = tmp;
tmp = tmp->next;
free(tmpl);