| AGIScriptSayNumber Method (String, String) |
Says the given number, returning early if any of the given DTMF number
are received on the channel.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected char SayNumber(
string number,
string escapeDigits
)
Protected Function SayNumber (
number As String,
escapeDigits As String
) As Char
protected:
wchar_t SayNumber(
String^ number,
String^ escapeDigits
)
member SayNumber :
number : string *
escapeDigits : string -> char
Parameters
- number
- Type: SystemString
the number to say. - escapeDigits
- Type: SystemString
a String containing the DTMF digits that allow the user to escape.
Return Value
Type:
Char the DTMF digit pressed or 0x0 if none was pressed.
See Also