SFA problem

I just install the Skype for Asterisk

but while loading the module, it shows the error:
module load chan_skype
Unable to load module chan_skype
Command ‘module load chan_skype’ failed.
[Aug 2 03:21:22] WARNING[9239]: loader.c:417 load_dynamic_module: Error loading module ‘chan_skype’: /usr/lib/asterisk/modules/chan_skype.so: undefined symbol: sfa_license_iterator_destroy
[Aug 2 03:21:22] WARNING[9239]: loader.c:653 load_resource: Module ‘chan_skype’ could not be loaded.

I cannot find any information about this error using the keyword “sfa_license_iterator_destroy” in google… Is there any others get this problem? thanks.

Asterisk Version:
core show version
Asterisk 1.6.1.1 built by root @ lamsoft-pbx on a i686 running Linux on 2009-06-20 11:57:52 UTC

is res_skypeforasterisk.so loaded before chan_skype.so? it needs to be.

Please ask any further questions in the correct forum:
forums.digium.com/viewforum.php?f=39

[quote=“Docteh”]is res_skypeforasterisk.so loaded before chan_skype.so? it needs to be.

Please ask any further questions in the correct forum:
forums.digium.com/viewforum.php?f=39[/quote]

In modules.conf, the setting is “autoload=yes”, so should I disabled it and manually load the module by adding “load => xxxx.so”?