| AGIScriptControlStreamFile Method (String, String) |
Plays the given file, allowing playback to be interrupted by the given
digits, if any, and allows the listner to control the stream.
If offset is provided then the audio will seek to sample offset before play
starts.
Returns 0 if playback completes without a digit being pressed, or the ASCII
numerical value of the digit if one was pressed, or -1 on error or if the
channel was disconnected.
Remember, the file extension must not be included in the filename.
Available since Asterisk 1.2
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected int ControlStreamFile(
string file,
string escapeDigits
)
Protected Function ControlStreamFile (
file As String,
escapeDigits As String
) As Integer
protected:
int ControlStreamFile(
String^ file,
String^ escapeDigits
)
member ControlStreamFile :
file : string *
escapeDigits : string -> int
Parameters
- file
- Type: SystemString
the name of the file to stream, must not include extension. - escapeDigits
- Type: SystemString
contains the digits that allow the user to interrupt this command.
Return Value
Type:
Int32result code
See Also