Displaying 6 results from an estimated 6 matches for "cachertclass".
Did you mean:
cachertclasses
2016 Mar 16
2
Using Asterisk to play Icecast streams
...streams of events so I can't simply rip the audio. As I
mentioned at the end of my email putting in a sleep did help a bit however
there are only so many streams Asterisk will grab nicely at once with out
spiking the CPU. I also tinkered a bit with real time here is what I found:
1) If we have cachertclasses=no then Asterisk will only pull the stream if
some one is listening to that particular class. the upside of this is that
we only pull a stream if we need it. The down side is if say there are four
people listening to StreamX then we have four separate connections to
StreamX.
2) If we have cachert...
2010 Mar 05
2
MOH Oddity
...ass through a single 'player' as opposed
to starting an independent stream for each MOH instance. However, try as I
might, I can not get it to work.
When I throw two calls into a queue, they are both on different seconds of a
song, or on different songs. Here is my MOH config:
[general]
cachertclasses=yes
[Test]
mode=files
directory=/var/lib/asterisk/moh/Test/
[default]
mode=files
directory=/var/lib/asterisk/moh/
Any thoughts on what I might be doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachme...
2018 May 16
3
Streaming MoH from iHeart radio?
Hi all,
I have a user who would like to stream their favorite radio station from
iHeart radio for their music on hold.
It this TECHNICALLY possible? If so, any pointers would be appreciated.
Is this LEGAL in the US?
Thanks in advance,
Mike.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Mar 16
2
Using Asterisk to play Icecast streams
Hi all,
A long time ago I built an Asterisk system that plays IceCast streams via
moh.
extensions.conf:
Exten => moh,1,Set(SIP_CODEC=ulaw)
Exten => moh,2,Answer
Exten => moh,3,MusicONHold(test_new)
Exten => moh,4,Hangup
musiconhold.conf
; test_new
[test_new]
mode=custom
application=/etc/mystreams/test_new.sh
test_new.sh
#!/bin/bash
wget -q -T 120 -O -
2008 Nov 18
0
Realtime MOH
Hi,
I'm having troubles using music on hold with realtime (ast 1.6.0.1).
Everything seems ok, but no clases are show.
If I try to make a cal nothing is played and says theres no moh class.
Musiconhold.conf
[general]
cachertclasses=yes ; use 1 instance of moh class for all users who are using
it,
; decrease consumable cpu cycles and memory
; disabled by default
[default]
mode=files
directory=/var/lib/asterisk/moh
extconfig.conf
musiconhold => mysql,database
i...
2016 May 09
4
Switching between Music on Hold streams. [13.8.2]
Thanks Joshua and everyone,
Joshua's solution seems a lot simpler and works well. Only one thing
now - The reason I named the classes as I did, was so that I could
select the class based on callerID plus extension.
Unless I've misread it, I'm limited to 9 switchable classes via the
"digit=#" option, is that correct?
Or is there a clever hack around this?
extensions.conf