[asterisk-bugs] [Asterisk 0010326]: WaitExten doesn't playback MoH without class specified
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jul 28 19:11:45 CDT 2007
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=10326
======================================================================
Reported By: pj
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 10326
Category: Core/PBX
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 77631
Disclaimer on File?: N/A
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 07-28-2007 10:58 CDT
Last Modified: 07-28-2007 19:11 CDT
======================================================================
Summary: WaitExten doesn't playback MoH without class
specified
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.
======================================================================
----------------------------------------------------------------------
russell - 07-28-07 19:11
----------------------------------------------------------------------
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
Issue History
Date Modified Username Field Change
======================================================================
07-28-07 19:11 russell Status new => resolved
07-28-07 19:11 russell Resolution open => no change
required
07-28-07 19:11 russell Assigned To => russell
07-28-07 19:11 russell Note Added: 0068014
======================================================================
More information about the asterisk-bugs
mailing list