[asterisk-users] Music on Hold issue with asterisk 1.4.2
Steve Finkelstein
sf at stevefink.net
Fri Apr 27 21:21:28 MST 2007
Hi all,
I've compiled zaptel drivers and reconfigure asterisk afterwards from
source --with-zaptel.
Modules are loaded accordingly:
asterisk-1.4.2 # lsmod |grep z
Module Size Used by
ztdummy 5472 0
zaptel 194504 5 ztdummy
crc_ccitt 3521 1 zaptel
my musiconhold.conf:
asterisk-1.4.2 # grep -v '^;' /etc/asterisk/musiconhold.conf
[default]
mode=quietmp3
directory=/var/lib/asterisk/mohmp3
and finally in my extensions.conf:
asterisk-1.4.2 # grep 100 /etc/asterisk/extensions.conf
exten => 100,1,MusicOnHold(30)
exten => 100,2,Hangup
When I dial 100 however, I receive the following:
-- Executing [100 at internal:1] MusicOnHold("SIP/31337-007017f0",
"30") in new stack
[Apr 28 00:17:33] WARNING[30975]: res_musiconhold.c:947
local_ast_moh_start: No class: 30
[Apr 28 00:17:33] WARNING[30975]: res_musiconhold.c:575 moh0_exec:
Unable to start music on hold (class '30') on channel SIP/31337-007017f0
== Spawn extension (internal, 100, 1) exited non-zero on
'SIP/31337-007017f0'
Thanks for any input.
- sf
More information about the asterisk-users
mailing list