[Home]

Summary:ASTERISK-09975: WaitExten doesn't playback MoH without class specified
Reporter:pj (pj)Labels:
Date Opened:2007-07-28 10:58:29Date Closed:2011-06-07 14:07:29
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:MoH class should be optional, as in help text:
WaitExten([seconds][,options])
but WaitExten(360) doesn't playback MoH,
WaitExten(360,m(default)) is working as expected.

 
Comments:By: Russell Bryant (russell) 2007-07-28 19:11:45

This is expected behavior.  If you completely omit the 'm' option, you will not get MoH at all.

WaitExten(360) ; No MoH
WaitExten(360,m()) ; MoH, without a speciic class specificed
WaitExten(360,m(something)) ; specific MoH class specified