[Asterisk-Users] IAX or IAX2 ? [SOLVED]
Stefan-Michael. Guenther (in-put GbR)
S.Guenther at in-put.de
Fri Oct 14 07:11:21 MST 2005
Hi,
> > > > When I try to load chan_iax2.so, I get the error message
> > >
> > > The channel name is iax. Yet it provides commands such that begin with
> > > "iax2" and listens on port 4569.
> >
> > ??? In /usr/lib/asterisk/modules the name of the file ist chan_iax2.so
> > and as far as I understood, I have to enter the file name in
> > modules.conf, right? But if I do this, I get the error
> >
> > chan_iax2.so]Oct 11 10:09:52 WARNING[2288]: loader.c:258
> > ast_load_resource: /usr/lib/asterisk/modules/chan_iax2.so: undefined
> > symbol: ast_check_signature
> > Oct 11 10:09:52 WARNING[2288]: loader.c:391 load_modules: Loading module
> > chan_iax2.so failed!
>
> Are you sure that the file and the main asterisk binary are from the
> same source (e.g: debian package)?
>
Yes, it was the same source and the line
load => chan_iax2.so
was right.
But I had to add
load => res_crypto.so
before. I used
grep -r ast_check_signature /usr/src/asterisk-1.0.9/*
to find out which other module might use ast_check_signature and so I found
res_crypto.
Have a nice weekend,
Stefan
More information about the asterisk-users
mailing list