C# Class SwitchSharp.DialPlans.Actions.PlaySoundFile

Play a sound file.
Inheritance: IAction
Mostra file Open project: jgauffin/SipSharp

Public Methods

Method Description
PlaySoundFile ( int phraseId )

Initializes a new instance of the PlaySoundFile class.

PlaySoundFile ( string soundFile )

Initializes a new instance of the PlaySoundFile class.

Method Details

PlaySoundFile() public method

Initializes a new instance of the PlaySoundFile class.
public PlaySoundFile ( int phraseId )
phraseId int The phrase id.

PlaySoundFile() public method

Initializes a new instance of the PlaySoundFile class.
public PlaySoundFile ( string soundFile )
soundFile string The sound file.