[asterisk-users] MoH via AGI broken after upgrade.

mdiehl mdiehlenator at gmail.com
Thu Jul 20 11:50:20 CDT 2017


I recently upgraded Asterisk from 1.8.x to 13.x and am now finding that music on hold isn't working like it used to.

It seems that even though the correct MoH class is being set, the system still plays the "default" music.

All of my call handling is done with an AGI script.  When a call is made, the AGI script sets the MoH class before dialing.

The log indicates that the correct class is being set:
[Jul 18 15:14:57]     -- AGI Script Executing Application: (SetMusicOnHold) Options: (jazz)

However, when the call is placed on hold, the "default" MoH class is used:
[Jul 18 15:15:50]     -- Started music on hold, class 'default', on channel 'SIP/trunk-0000bfa9'


My AGI script is writen in Perl.  Here is the line that does the MuH class setting:

        $agi->exec("SetMusicOnHold", $o->{musiconhold});

I have verified that $o->{musiconhold} contains the name of a valid MoH class.

Is there a different/new way to set the MoH class in version 13?

Any advise would be welcome.

Mike 



More information about the asterisk-users mailing list