From 12fd7ca3bbc8df1293b20a615646e35b5033cb72 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 11 Jul 2002 16:49:29 +0000 Subject: Version 0.2.0 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@483 f38db490-d61c-443f-a65b-d21fe96a405b --- formats/format_gsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'formats/format_gsm.c') diff --git a/formats/format_gsm.c b/formats/format_gsm.c index 1ac986934..1ac981f7f 100755 --- a/formats/format_gsm.c +++ b/formats/format_gsm.c @@ -271,7 +271,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); -- cgit v1.2.3