summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/call.c b/test/call.c
index 9180a27..e3cfa8d 100644
--- a/test/call.c
+++ b/test/call.c
@@ -62,7 +62,7 @@ struct fixture {
f->magic = MAGIC; \
f->exp_estab = 1; \
f->exp_closed = 1; \
- aucodec_register(&dummy_pcma); \
+ aucodec_register(baresip_aucodecl(), &dummy_pcma); \
\
err = ua_alloc(&f->a.ua, \
"A <sip:a:xxx@127.0.0.1>;regint=0" prm); \