On 12/21/05 06:28 Conall O'Brien said the following:
rowlf*CLI> load chan_iax2.so
Unable to load module chan_iax2.so
Dec 20 22:22:07 WARNING[88489]: loader.c:258 ast_load_resource:
/usr/local/lib/asterisk/modules/chan_iax2.so: Undefined symbol
"ast_check_signature"

rowlf*CLI> load chan_sip.so
Unable to load module chan_sip.so
Dec 20 22:24:27 WARNING[88489]: loader.c:258 ast_load_resource:
/usr/local/lib/asterisk/modules/chan_sip.so: Undefined symbol
"ast_park_call"
(I disabled modules autoloading so that asterisk would actually start
first)

some modules are needed prerequisites for other modules. in the case of chan_iax2.so, i think the above message refers to res_crypto and one of the pbx_*.so modules. you'd best activate all modules and then slowly unload the ones you dont need to come to an optimum configuration.

--
Regards,                           /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED]                (0 0)    http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+
_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to