Bug #742
closeddefault music on hold class is not available
100%
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.
Updated by Erwin De Luna almost 12 years ago
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
Updated by Demian Biscocho almost 12 years ago
- Status changed from New to Resolved
Updated by Demian Biscocho over 10 years ago
- Status changed from Resolved to Closed