I have installed libpri 1.4 , dahdi-linux-complete-current, Asterisk-10 installation on centos 6 successfully.
But while installation of appKconference-2.4 i’m getting message and its not getting installed. Here is the screenshot of commands I had run for appkconference installation
[root@dtp220@galaxy konference]# make install if [ -f app_konference.so ]; then install -m 755 app_konference.so /usr/lib/asterisk/modules; fi [root@dtp220@galaxy konference]#
after giving command ‘make install’ I’m getting above message,but when I have checked for loaded modules it shows appkonference loaded.I’m able to establish basic sip call,but getting issue as while making other type of calls which use other entities of same station like 0110 & 0210, which saved in extensions.conf & which work fine in Asterisk1.6 but not in Asterisk10. As per my observation in Asterisk i added AppKonference module which is 3rd party module. & In java Program i write commands for that to establish channels using those entities. But for communicate AppKonference in Asterisk API helps when Asterisk1.6 but not in 10,and I think this is because of message what i got during appkconference installation,Please suggest what I need to do
Please help what i need to do