C# Class SwitchSharp.DialPlans.Actions.DialString

A user dial string
Strings used to reach a user.
Show file Open project: jgauffin/SipSharp

Public Methods

Method Description
DialString ( string number, CallerIdType type )

Initializes a new instance of the DialString class.

Method Details

DialString() public method

Initializes a new instance of the DialString class.
public DialString ( string number, CallerIdType type )
number string The number.
type CallerIdType kind of CallerId to use on the outgoing call.