C# Class SwitchSharp.DialPlans.Actions.DialString

A user dial string
Strings used to reach a user.
Afficher le fichier Open project: jgauffin/SipSharp

Méthodes publiques

Méthode Description
DialString ( string number, CallerIdType type )

Initializes a new instance of the DialString class.

Method Details

DialString() public méthode

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.