mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add SayAlphaCase and similar functionality for AGI
This adds a new dialplan application, SayAlphaCase, that performs much the same function as SayAlpha except that it takes additional options which allow the user to specify whether the case of each letter should be announced for uppercase, lowercase, or all letters. Similar functionality has been added to the SAY ALPHA AGI command via an optional parameter. Original Patch by: Kevin Scott Adams Reported by: Kevin Scott Adams Review: https://reviewboard.asterisk.org/r/2725/ (closes issue ASTERISK-20782) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397493 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
CHANGES
4
CHANGES
@@ -339,6 +339,10 @@ AGI (Asterisk Gateway Interface)
|
||||
will start the playback of the audio at the position specified. It will
|
||||
also return the final position of the file in 'endpos'.
|
||||
|
||||
* The SAY ALPHA command now accepts an additional parameter to control
|
||||
whether it specifies the case of uppercase, lowercase, or all letters to
|
||||
provide functionality similar to SayAlphaCase.
|
||||
|
||||
CDR (Call Detail Records)
|
||||
------------------
|
||||
* Significant changes have been made to the behavior of CDRs. For a full
|
||||
|
Reference in New Issue
Block a user