search for: stereor

Displaying 5 results from an estimated 5 matches for "stereor".

Did you mean: stereo
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
...menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... [CC] astman.c -> astman.o [CC] md5.c -> md5.o [LD] astman.o md5.o -> astman [CC] smsq.c -> smsq.o [CC] strcompat.c -> strcompat.o [LD] smsq.o strcompat.o -> smsq [CC] stereorize.c -> stereorize.o [CC] frame.c -> frame.o [LD] stereorize.o frame.o -> stereorize [CC] streamplayer.c -> streamplayer.o [LD] streamplayer.o -> streamplayer make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. ma...
2007 May 21
2
Help installing on OpenSuSE 10.2
...nfigure in the asterisk-1.4.4 directory. I have: # make clean # make Which goes through a number of compiles and then ends up with this: asterisk2:/usr/src/asterisk-1.4.4 # make menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... [LD] stereorize.o frame.o -> stereorize make[1]: g++: Command not found make[1]: *** [stereorize] Error 127 make: *** [utils] Error 2 Any suggestions would be appreciated. +++++++++++++ This e-mail was checked by the TecInfo Content Scanning Service for potentially harmful content, such as viruses...
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
....c cc -g -Wall -o menuselect menuselect.o menuselect_curses.o strcompat.o mxml/libmxml.a -lncurses make[2]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect' make[1]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect' menuselect/menuselect --check-deps menuselect.makeopts [CC] stereorize.c -> stereorize.o [CC] frame.c -> frame.o [LD] stereorize.o frame.o -> stereorize [CC] streamplayer.c -> streamplayer.o [LD] streamplayer.o -> streamplayer [CC] aelparse.c -> aelparse.o In file included from /usr/src/asterisk-1.4.2/include/asterisk.h:32,...
2007 Feb 01
3
How to Clone Asterisk
I want to essentially transplant my existing Asterisk server to a new machine, and take the old sever out of service. Assuming I install Asterisk on the new machine, does anyone know what files I would have to copy over? What comes to mind are the *.conf files in /etc/asterisk, as well as the voicemail audio files. Anything else? -------------- next part -------------- An HTML attachment was
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...kdir -p /var/spool/asterisk/voicemail mkdir -p /var/spool/asterisk/dictate mkdir -p /var/spool/asterisk/system mkdir -p /var/spool/asterisk/tmp mkdir -p /var/spool/asterisk/meetme mkdir -p /var/spool/asterisk/monitor make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/utils' for x in astman stereorize streamplayer aelparse muted; do \ if [ "$x" != "none" ]; then \ /usr/bin/install -c -m 755 $x /usr/sbin/$x; \ fi; \ done make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/utils' make[1]: Entering directo...