See the * output and the line configured in extension.conf below (also mp3player does not function)
Any suggestions?
Asterisk output:
*CLI> -- Executing WaitMusicOnHold("SIP/jeroen-bf54", "30") in new stack
-- Started music on hold, class 'default', on SIP/jeroen-bf54
-- Stopped music on hold on SIP/jeroen-bf54
-- Timeout on SIP/jeroen-bf54
-- Executing Goto("SIP/jeroen-bf54", "#|1") in new stack
-- Goto (default,#,1)
-- Sent into invalid extension '#' in context 'default' on SIP/jeroen-bf54
-- Executing Playback("SIP/jeroen-bf54", "invalid") in new stack
-- Playing 'invalid'
Extension.conf
exten => 4000,1,WaitMusicOnHold,30musiconhold.conf
exten => 4001,1,mp3player(/var/lib/asterisk/mohmp3/sample-hold.mp3)
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3
