summaryrefslogtreecommitdiff
path: root/modules/gsm/gsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gsm/gsm.c')
-rw-r--r--modules/gsm/gsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gsm/gsm.c b/modules/gsm/gsm.c
index 2fc006e..be225d8 100644
--- a/modules/gsm/gsm.c
+++ b/modules/gsm/gsm.c
@@ -158,7 +158,7 @@ static int module_init(void)
{
debug("gsm: GSM v%u.%u.%u\n", GSM_MAJOR, GSM_MINOR, GSM_PATCHLEVEL);
- aucodec_register(&ac_gsm);
+ aucodec_register(baresip_aucodecl(), &ac_gsm);
return 0;
}