Displaying 2 results from an estimated 2 matches for "dcapi_ulaw".
2004 Jan 16
7
CAPI not installed, after changed from i4l to CAPI
...chan_capi-0.3.0/
[root@voipgk chan_capi-0.3.0]# make clean rm -f *.so *.o [root@voipgk
chan_capi-0.3.0]# make
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/usr/include/asterisk -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
-DNEVER_EVER_EARLY_B3_CONNECTS -DFORCE_SOFTWARE_DTMF -DCAPI_ULAW
-DCAPI_GAIN -DDEFLECT_ON_CIRCUITBUSY -DCAPI_SYNC -Wno-missing-prototypes
-Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c
chan_capi.c: In function `capi_detect_dtmf':
chan_capi.c:206: warning: unused variable `error'
chan_capi.c:207: warning: unused variable `CMSG'
c...
2005 Feb 01
0
chan_capi and G711u
...d all the phones (Cisco models 7905G, 7940G and ATA 186
all running SIP) to g711a, but it seemed to break the echo suppressor
in the ATA 186, so that wasn't a viable option.
I then noticed the following in the chan_capi Makefile:
# uncomment the next line if you are in the ulaw world
#CFLAGS+=-DCAPI_ULAW
I tried that and recompiled, but calls are filled with static and
quite distorted, so it's obviously not an option.
I was wondering if anybody has any tips for getting chan_capi working
with ulaw, or is this feature coming later on?
Thanks,
Shaun