[Asterisk-Users] Music on Hold? Can't get it to work.

Lenny Tropiano / asterisk.org Mailing list asterisk at enterprise.icus.com
Wed Mar 12 11:48:42 MST 2003


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?



More information about the asterisk-users mailing list