Displaying 3 results from an estimated 3 matches for "dast_config_dir".
Did you mean:
ast_config_dir
2005 Oct 10
2
Beronet app_saynumber-beta-rc1
...w.beronet.com/download/app_saynumber-beta-rc1.tar.gz
I?m trying to compile it in asterisk-1.2.0-beta and 1.0.7 - both kernel
2.4.31 and 2.6.5-1.358 - and have the same error. Do anybody has a clue
for what is going on?
Compilation trial:
c -ggdb -fPIC -I/usr/src/asterisk-1.2.0-beta1/include
-DAST_CONFIG_DIR=\"/etc/asterisk/\" -c -o app_say_number.o
app_say_number.c
In file included from app_say_number.c:14:
/usr/src/asterisk-1.2.0-beta1/include/asterisk/lock.h: In function
`ast_mutex_init':
/usr/src/asterisk-1.2.0-beta1/include/asterisk/lock.h:330: error:
`PTHREAD_MUTEX_RECURSIVE...
2005 Mar 08
0
problem in compiling chan_mISDN
Hi List, I?m having problems compiling chan_misdn:
asterisk:/usr/src/chan_misdn-beta-0.0.3-rc4 # make install
cc -ggdb -Wall -D_GNU_SOURCE -Wno-missing-prototypes
-Wno-missing-declarations -fPIC -I/usr/src/asterisk/include
-DAST_CONFIG_DIR=\"/etc/asterisk/\" -I/usr/src/mISDNuser/include
-I/usr/src/linux-2.6/include -I/usr/src/mISDNuser/i4lnet/ -Wall -c -o
chan_misdn.o chan_misdn.c
chan_misdn.c:30:34: asterisk/channel_pvt.h: No such file or directory
chan_misdn.c: In function `misdn_call':
chan_misdn.c:664: error: dere...
2006 Oct 13
0
Asterisk 1.4 / install app_bundle problems
Hello group,
I've encountered some problems getting Beronets app_bundle installed
with Asterisk 1.4.0-beta2.
The output messages I get while running make are:
cc -ggdb -Wall -D_GNU_SOURCE -fPIC
-DAST_CONFIG_DIR=\"/usr/local/asterisk/etc/asterisk/\"
-DPTYSPOOLDIR=\"/usr/local/asterisk/var/spool/asterisk/ptyspool\"
-DSCRIPTPATH=\"/usr/local/asterisk/var/lib/asterisk/scripts\" -Wall -c
-o app_waitfordigits.o app_waitfordigits.c
app_waitfordigits.c:60: warning: type defaults...