aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_vox.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-11 16:49:29 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-11 16:49:29 +0000
commit12fd7ca3bbc8df1293b20a615646e35b5033cb72 (patch)
tree7dc81a4ba4c64587bf70a946a9c42e10484fef81 /formats/format_vox.c
parent4a875ab9b7102efd4c9b99d25fec5a3c08e22a94 (diff)
Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@483 f38db490-d61c-443f-a65b-d21fe96a405b
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);