C# Class SwitchSharp.DialPlans.DialPlan

Dial plan to execute
Exibir arquivo Open project: jgauffin/SipSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DialPlan ( Contact from, Contact to ) : System.Collections.Specialized

Initializes a new instance of the DialPlan class.

Method Details

DialPlan() public method

Initializes a new instance of the DialPlan class.
public DialPlan ( Contact from, Contact to ) : System.Collections.Specialized
from Contact
to Contact
return System.Collections.Specialized