Property | Type | Description | |
---|---|---|---|
OnDialPlanIDChanged | void | ||
OnDialPlanIDChanging | void | ||
OnIDChanged | void | ||
OnIDChanging | void | ||
OnOwnerChanged | void | ||
OnOwnerChanging | void | ||
OnRouteDescriptionChanged | void | ||
OnRouteDescriptionChanging | void | ||
OnRouteDestinationChanged | void | ||
OnRouteDestinationChanging | void | ||
OnRouteNameChanged | void | ||
OnRouteNameChanging | void | ||
OnRoutePatternChanged | void | ||
OnRoutePatternChanging | void |
Method | Description | |
---|---|---|
CreateSIPDialplanRoute ( global id, global owner, global routeDestination, global routeName, global routePattern, global dialPlanID ) : |
Create a new SIPDialplanRoute object.
|
Method | Description | |
---|---|---|
OnDialPlanIDChanged ( ) : void | ||
OnDialPlanIDChanging ( global value ) : void | ||
OnIDChanged ( ) : void | ||
OnIDChanging ( global value ) : void | ||
OnOwnerChanged ( ) : void | ||
OnOwnerChanging ( global value ) : void | ||
OnRouteDescriptionChanged ( ) : void | ||
OnRouteDescriptionChanging ( global value ) : void | ||
OnRouteDestinationChanged ( ) : void | ||
OnRouteDestinationChanging ( global value ) : void | ||
OnRouteNameChanged ( ) : void | ||
OnRouteNameChanging ( global value ) : void | ||
OnRoutePatternChanged ( ) : void | ||
OnRoutePatternChanging ( global value ) : void |
public static CreateSIPDialplanRoute ( global id, global owner, global routeDestination, global routeName, global routePattern, global dialPlanID ) : |
||
id | global | Initial value of the ID property. |
owner | global | Initial value of the Owner property. |
routeDestination | global | Initial value of the RouteDestination property. |
routeName | global | Initial value of the RouteName property. |
routePattern | global | Initial value of the RoutePattern property. |
dialPlanID | global | Initial value of the DialPlanID property. |
return |