Displaying 11 results from an estimated 11 matches for "streamplayer".
2007 Feb 01
2
make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed.
...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.
make: *** [utils] Aborted
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
...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,
from ael_lex.c:19:
/usr/src/asterisk-1.4.2/include/asterisk/paths.h:23: `PATH_MAX' undeclared here (not in a...
2007 Apr 07
2
Cannot compile 1.4.2 on Slackware 7
Hi All,
I am trying to upgrade an old Asterisk installation to 1.4.2 (it's
currently running CVS-08/02/04-15:15:26) but have hit a couple of
problems.
The first was easily fixed. I got "storage size of sin isn't known"
errors whilst compiling streamplayer.c, but after seeing
http://bugs.digium.com/view.php?id=4908#32012
I manually added "#include <netinet/in.h>" to the top of
streamplayer.c and this compiled OK. (Should I file a bug for this?)
However I'm currently stuck here:
/usr/src/asterisk-1.4.2# make
[LD] aelparse.o ae...
2007 Mar 25
1
voicemail is not playing messages
I just upgraded to asterisk-1.2.14 and using default "streamplayer"
though, I don't think is has anything to do with the voice messaging
system, does it?
When I enter the mailbox to listen to the recored message I press "1"
and when the message starts playing all it plays is:
"First messge received" and silence.
The error message I g...
2010 Mar 01
0
Asterisk / Trixbox 2.6 Streaming MOH Problems
I've tried a number of solutions, but I've been unable to get Asterisk
working with streaming MOH without running into the "buffer" issue.
I've tried using various combinations madplay, mpg123, mpg321. I've
also tried streamplayer by itself, and in combination with play-fifo (
http://www.freeswitch.org/asterisk_stuff/play-fifo.c ) to try and
eliminate the issue.
For those that are unaware of the problem, what happens when you use a
streaming music source with asterisk is you have a process that is
running all the time that...
2013 Jan 18
0
Only silence trying to play streaming MOH
I am having trouble getting streaming MOH to work. As far as I can tell I have everything configured properly but there is only silence. Your help is appreciated. I am running Asterisk 1.8.11-cert10 with mpg123 1.12.1 to play the stream (I have tried
madplay, and mpg321, and I compiled streamplayer as well with the same results). I started by finding a working stream and tested this from the shell (and Winamp just to be sure):
/usr/bin/mpg123 -q -r 8000 -f 8192 --mono -s http://208.77.21.15:11510
It begins dumping the stream to the screen so I feel pretty confident this is working.
In musi...
2008 Jan 17
1
buffer-issue when piping live-streams into musiconhold
Hi Folks,
I'm currently trying to configure musiconhold (on a asterisk-1.4.17) for
replaying a live mp3-stream (Icecast2). after reading the related material
on voip-info and several other pages, I've successfully tried out mpg132,
madplay and mplayer to pipe a stream into moh.
however, there is one major problem involving some kind of buffer-issue. let
me try to explain this problem
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
2003 Nov 07
6
Streaming MOH
Skipped content of type multipart/alternative-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031107/380d67cb/attachment-0001.htm
2011 Nov 08
0
Sound shuts off when going past the main menu in MGS1
I've got Metal Gear Solid running fairly smoothly in Wine 1.3.31 on Mac OSX Snow Leopard, with no instability or crashes so far. When I start the game, the sound acts as it should-- however, going past the main menu (such as to Briefing or New Game) causes the sound to stop working. How can this issue be fixed?
Here's my console output:
Code:
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
...r/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 directory `/usr/src/ast...