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

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to