Lenny Tropiano / asterisk.org Mailing list
2003-Mar-12 11:48 UTC
[Asterisk-Users] Music on Hold? Can't get it to work.
This is two SIP/7960 phones... when one is put on hold, the
music on hold doesn't come to the other. I have the official
mpg123 code installed (not the mpg321...). I do have the zaptel
driver installed since I have a Wildcard FXO card in there
for PSTN access...
zapata.conf:
musiconhold=random
musiconhold.conf:
random => quietmp3:/var/lib/asterisk/mohmp3,-z
/var/lib/asterisk/mohmp3 does have the one sample mp3 file
in there.
And this works in extensions.conf:
extensions.conf:
exten => 1111,1,Answer ; Answer the line
exten => 1111,2,DigitTimeout,5 ; Set Digit Timeout to 5 seconds
exten => 1111,3,MP3Player(${MP3ROOT}/sample-hold.mp3)
Thoughts?
I just posted something earlier regarding music on hold not working. I've got to believe that it is something I have done or am not doing but have yet to figure out what. Anyway have you checked your message and debug logs? -- Walt Davis www.waltdavis.net> This is two SIP/7960 phones... when one is put on hold, the > music on hold doesn't come to the other. I have the official > mpg123 code installed (not the mpg321...). I do have the zaptel > driver installed since I have a Wildcard FXO card in there > for PSTN access... > > zapata.conf: > musiconhold=random > > musiconhold.conf: > random => quietmp3:/var/lib/asterisk/mohmp3,-z > > /var/lib/asterisk/mohmp3 does have the one sample mp3 file > in there. > > And this works in extensions.conf: > > extensions.conf: > > exten => 1111,1,Answer ; Answer the line > exten => 1111,2,DigitTimeout,5 ; Set Digit Timeout to 5 seconds > exten => 1111,3,MP3Player(${MP3ROOT}/sample-hold.mp3) > > Thoughts? > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users