search for: codec_zap

Displaying 7 results from an estimated 7 matches for "codec_zap".

2007 Feb 03
2
asterisk 1.2 branch revision 53132 failed to compile
...Entering directory `/usr/src/asterisk/asterisk-1.2/codecs' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS -DBUSYDETECT_MARTIN -fomit-frame-pointer -fPIC -c -o codec_zap.o codec_zap.c codec_zap.c: In function `zap_framein': codec_zap.c:147: error: dereferencing pointer to incomplete type codec_zap.c:149: error: dereferencing pointer to incomplete type codec_zap.c:151: error: dereferencing pointer to incomplete type codec_zap.c:151: error: dereferencing pointer...
2007 Jul 18
3
Problem building Asterisk 1.2.22
I'm having a problem building Asterisk 1.2.22. It fails in codecs/codec_zap.c on codec_zap.c is revision 62173. The OS is FC4. Here's the error. Can anyone help me with this? gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-point...
2007 Mar 20
1
codec_zap and Asterisk 1.4.1
I've downloaded: asterisk-1.4.1 zaptel-1.4.0 I've compiled and installed zaptel. When I go to install asterisk I do: ./configure make menuselect I then take a look under the codec selection menu and I see that codec_zap can not be compiled. ************************************* Asterisk Module Selection ************************...
2007 May 10
1
module zttranscode: what is it?
Hi, does anybody know what *zttranscode *module* *is for*?* Thanks!! Giorgio -- _________________________________________________ Giorgio Incantalupo, mailto:gincantalupo@fgasoftware.com FG&A srl - http://www.fgasoftware.com - Voice@Work - The Agile PBX http://www.voiceatwork.eu Tel: 02997663.14, Fax: 0291390172
2010 Apr 19
1
zapg723toslin did not update samples
hello i am using a TC400B transcoding card, and sometimes when a G723 call is coming in, that is getting transcoded to G711, the CLI is flooded with .. [Apr 19 17:39:32] WARNING[3336] translate.c: zapg723toslin did not update samples 720 [Apr 19 17:39:33] WARNING[3336] translate.c: no samples for zapg723toslin [Apr 19 17:39:33] WARNING[3336] translate.c: zapg723toslin did not update samples
2007 May 03
2
zttranscode crashes server
I was just looking to see if anyone else has seen this problem as well. When asterisk starts up it loads the zttranscode module. The problem exist when I use the init scripts to stop asterisk and then use the zaptel init script to unload modules. Since the zaptel init script didn't load the zttranscode module it will error out when trying to unload the modules. I built
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
.../bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/apps' make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/codecs' for x in codec_a_mu.so codec_adpcm.so codec_alaw.so codec_g726.so codec_gsm.so codec_lpc10.so codec_ulaw.so codec_zap.so; do /usr/bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/codecs' make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/formats' for x in format_g723.so format_g726.so format_g729.so format_gsm.so format_h263.so format_h26...