Problems with ubuntu.

When trying to install chan_celliax got error message(very big...) ill post here last screen

chan_celliax.c:12227: error: 'struct celliax_pvt' has no member named 'phonebook_writing_fp'
chan_celliax.c: In function 'celliax_sendsms':
chan_celliax.c:12283: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12283: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12294: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12304: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12304: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12312: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12323: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12327: error: 'struct celliax_pvt' has no member named 'at_cmgw'
chan_celliax.c:12332: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12342: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12345: error: 'struct celliax_pvt' has no member named 'at_cmgw'
chan_celliax.c:12348: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12354: error: 'struct celliax_pvt' has no member named 'at_cmgw'
chan_celliax.c:12357: error: 'struct celliax_pvt' has no member named 'skype_callflow'
chan_celliax.c:12361: error: 'struct celliax_pvt' has no member named 'at_cmgw'
make[1]: *** [chan_celliax.o] Error 1
make[1]: Leaving directory `/usr/src/celliax/asterisk-1.2.XX/channels'
make: *** [subdirs] Error 1
Press any key to continue...

Makefile is
#ASTERISK INCLUDE FILES
#The directory containing the Asterisk include files (eg: /usr/include or /usr/include/asterisk or /
AST_INCLUDE_DIR=/usr/src/asterisk-1.2.25/include

#ASTERISK VERSION 1.4.XX
#Uncomment the following line if you are compiling for Asterisk 1.4 series
#Comment out if you are compiling for Asterisk 1.2 series
#CFLAGS+=-DASTERISK_VERSION_1_4

#ASTERISK VERSION 1.2.XX
#Uncomment the following line if you are compiling for Asterisk 1.2 series
#Comment out if you are compiling for Asterisk 1.4 series
CFLAGS+=-DASTERISK_VERSION_1_2

#SKYPE SUPPORT
#Uncomment the following two lines if you DO NOT WANT SKYPE SUPPORT in Linux (so, no libX11 needed)
CFLAGS+=-DNO_SKYPE
SKYPE_LIB=
#Comment out the following line if you DO NOT WANT SKYPE SUPPORT in Linux (so, no libX11 needed)
#SKYPE_LIB=-L/usr/X11R6/lib -lX11

Does anybody know what is it, and how to fix it.
I have no need in skype, i need gsm2sip gate.


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I have the same issue with

I have the same issue with Ubuntu (no skype needed but with version 1_4) – same errors. Can anyone help?


The problem is solved. I

The problem is solved. I installed some ALSA related things and everything is working for now.
I hope that this will be helpful for somebody :)


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.