chan_ss7

Hello,

I have downloaded chan_ss7 version 0.9 but having
problem while compiling, these are the messages:

l4isup.c:211: error: unknown field ‘send_digit’
specified in initializer
l4isup.c:211: warning: initialization from
incompatible pointer type
l4isup.c:219: warning: initialization from
incompatible pointer type
l4isup.c: In function ‘ss7_new’:
l4isup.c:571: error: too few arguments to function
‘ast_channel_alloc’
l4isup.c:577: warning: passing argument 1 of
‘snprintf’ discards qualifiers from pointer target
type
l4isup.c:578: error: ‘struct ast_channel’ has no
member named ‘type’
l4isup.c: In function ‘handle_complete_address’:
l4isup.c:1283: warning: passing argument 1 of
‘ast_copy_string’ discards qualifiers from pointer
target type
make: *** [l4isup.o] Error 1

Can anybody help me on this?

i’m compiling chan_ss7 in centos 4.4… but when i run asterisk i got this error message :

[chan_ss7.so]Aug 20 09:04:19 WARNING[13459]: loader.c:376 __load_resource: Unexpected key returned by module /usr/lib/asterisk/modules/chan_ss7.so
Aug 20 09:04:19 WARNING[13459]: loader.c:380 __load_resource: 1 error loading module /usr/lib/asterisk/modules/chan_ss7.so, aborted
Aug 20 09:04:19 WARNING[13459]: loader.c:554 load_modules: Loading module chan_ss7.so failed!

i’m using asterisk 1.2.10 and chan_ss7-0.9… any body can help ??