Click or drag to resize
AGIScriptGetData Method (String)
Plays the given file and waits for the user to enter DTMF digits until he presses '#'. The user may interrupt the streaming by starting to enter digits.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected string GetData(
	string file
)

Parameters

file
Type: SystemString
the name of the file to play

Return Value

Type: String
a String containing the DTMF the user entered
See Also