1
Asterisk Integration / Re: Using Call Accounting Mate with Asterisk - Must read
« on: March 02, 2008, 04:44:12 PM »
Hi all,
I'm not able to install the cdr_camate.so module into my Asterisk. I have more errors then the one you talked about bellow.
The compilation gives me this errors :
And when I put the generated cdr_camate.so in the /usr/lib/asterisk/modules/ directory and try to load it on Asterisk i get this :
Thank you in advance for your response.
OxY
I'm not able to install the cdr_camate.so module into my Asterisk. I have more errors then the one you talked about bellow.
The compilation gives me this errors :
Code: [Select]
cdr_camate.c: In function âload_configâ:
cdr_camate.c:190: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:198: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:202: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:206: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:211: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:215: warning: assignment discards qualifiers from pointer target type
cdr_camate.c:221: warning: assignment discards qualifiers from pointer target type
cdr_camate.c: In function âcdr_postâ:
cdr_camate.c:396: warning: format â%dâ expects type âintâ, but argument 8 has type âlong intâ
cdr_camate.c:396: warning: format â%dâ expects type âintâ, but argument 9 has type âlong intâ
cdr_camate.c:396: warning: format â%dâ expects type âintâ, but argument 8 has type âlong intâ
cdr_camate.c:396: warning: format â%dâ expects type âintâ, but argument 9 has type âlong intâ
And when I put the generated cdr_camate.so in the /usr/lib/asterisk/modules/ directory and try to load it on Asterisk i get this :
Code: [Select]
srv-AST*CLI> module load cdr_camate.so
[Mar 2 22:42:10] WARNING[4407]: loader.c:375 load_dynamic_module: Module 'cdr_camate.so' did not register itself during load
[Mar 2 22:42:10] WARNING[4407]: loader.c:646 load_resource: Module 'cdr_camate.so' could not be loaded.
Thank you in advance for your response.
OxY