Displaying 4 results from an estimated 4 matches for "ast_check_signatur".
Did you mean:
ast_check_signature
2005 Oct 11
2
IAX or IAX2 ?
...erisk
1.0.7-BRIstuffed-0.2.0-RC7k on Debian 3.1) via IAX.
Does this connection work with IAX or IAX2?
When I try to load chan_iax2.so, I get the error message
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!
[modules.conf]
[modules]
autoload=yes
noload => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
noload => app_intercom.so
noload => chan_modem.so
noload => chan_modem_aopen.so
nolo...
2003 May 17
0
error to load chan_iax.so
.../etc/asterisk/manager.conf
/etc/asterisk/modules.conf
/etc/asterisk/musiconhold.conf
quite simple.
I got errors while Asterisk trying to load [chan_iax.so]:
May 17 14:34:06 WARNING[16384]: File loader.c, Line 224 (ast_load_resource): /usr/lib/asterisk/modules/chan_iax.so: undefined symbol: ast_check_signature
May 17 14:34:06 WARNING[16384]: File loader.c, Line 343 (load_modules): Loading module chan_iax.so failed!
But the file /usr/lib/asterisk/modules/chan_iax.so is there (either
chan_iax2.so ).
Could somebody tell me which options or files do I need to get it work,
please ?
Regards,
--
Truong...
2004 Aug 21
0
How to minimally configure modules.conf loading?
....so
load => chan_sip.so
load => codec_gsm.so
load => codec_ulaw.so
------------------------------------
I get hard to track down symbol errors like:
[chan_iax2.so]Aug 21 10:37:02 WARNING[16384]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/chan_iax2.so: undefined
symbol: ast_check_signature
Aug 21 10:37:02 WARNING[16384]: loader.c:374 load_modules: Loading
module chan_iax2.so failed!
[chan_iax2.so]Aug 21 10:38:12 WARNING[16384]: loader.c:242
ast_load_resource: /usr/lib/asterisk/modules/chan_iax2.so: undefined
symbol: ast_moh_stop
Does anyone know a better way to do this? Grep...
2004 May 17
4
Redhat 7.3 compiling problem
...lared (first use in this function)
res_crypto.c:400: (Each undeclared identifier is reported only once
res_crypto.c:400: for each function it appears in.)
res_crypto.c:400: dereferencing pointer to incomplete type
res_crypto.c:403: dereferencing pointer to incomplete type
res_crypto.c: In function `ast_check_signature':
res_crypto.c:424: dereferencing pointer to incomplete type
res_crypto.c:442: warning: implicit declaration of function `RSA_verify'
res_crypto.c:442: `NID_sha1' undeclared (first use in this function)
res_crypto.c:442: dereferencing pointer to incomplete type
res_crypto.c: In functio...