Displaying 2 results from an estimated 2 matches for "wgrc".
Did you mean:
grc
2005 Mar 21
0
Unable to get message on hold class to work
...(macro-hangupcall, s, 4) exited non-zero on
'SIP/200-9f2c' in macro 'hangupcall'
== Spawn extension (from-internal, h, 1) exited non-zero on 'SIP/200-9f2c'
[classes]
;default => quietmp3:/var/lib/asterisk/mohmp3
default => mp3:/var/lib/asterisk/mohmp3-radio,http://wgrc.swift-networks.com:8000/
wgrc => mp3:/var/lib/asterisk/mohmp3-radio,http://wgrc.swift-networks.com:8000/
;loud => mp3:/var/lib/asterisk/mohmp3
;random => quietmp3:/var/lib/asterisk/mohmp3,-z
exten => 9472,1,Answer
exten => 9472,2,SetMusicOnHold(wgrc)
exten => 9472,3,MusicOnHold...
2006 Nov 29
0
Playing streaming MOH in Asterisk
...39;t see it.... so apologies if it
went already.
I am trying to get streaming MOH working but haven't been able to.. I
am running 1.2.x
Based on people's suggestions in other e-mails I've tried:
[scanner]
mode=custom
application=/usr/local/bin/mpg123 -s --mono -y -f 8192 -r 8000
http://wgrc.swift-networks.com:8000/
[scanner2]
mode=mp3
directory=http://wgrc.swift-networks.com:8000
As well as putting a bogus directory with an MP3 in it in the first
one.. nothing. Any thoughts?