Does anybody know why I can NOT hear the MusicOnHold - using SJphone on another PC in our network (normal playback is not a problem) .
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,30
exten => 4001,1,mp3player(/var/lib/asterisk/mohmp3/sample-hold.mp3)
musiconhold.conf
[classes]
default => quietmp3:/var/lib/asterisk/mohmp3

Reply via email to