Click or drag to resize
AGIScriptPlayMusicOnHold Method (String)
Plays music on hold from the given music on hold class.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void PlayMusicOnHold(
	string musicOnHoldClass
)

Parameters

musicOnHoldClass
Type: SystemString
the music on hold class to play music from as configures in Asterisk's <musiconhold.conf/code$gt;.
See Also