Bug #742
closed
default music on hold class is not available
Added by Modulus SA almost 12 years ago.
Updated over 10 years ago.
Description
goautodial*CLI> moh show classes
Class: old-default
Mode: files
Directory: /var/lib/asterisk/mohmp3
Only old-default is available.
The standard value for all new created items in goautodial is "default" as a result, no music on hold is available at callers and error comes up in console as no class is found.
Hi
We can solve it with the following options:
1.Change the word default to old-default or
2.Change this by editing the musiconhold.conf file:
here are the commands to edit it:
vi /etc/asterisk/musiconhold.conf
change [old-default] to [default]
save and exit from editor apps.
on asterisk cli here are the commands:
goautodial*CLI> reload
goautodial*CLI> moh show classes
Class: default
Mode: files
Directory: /var/lib/asterisk/mohmp3
- Status changed from New to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to Closed
Also available in: Atom
PDF
Go to top