public static SIPDialplanRoute CreateSIPDialplanRoute(global::System.String id, global::System.String owner, global::System.String routeDestination, global::System.String routeName, global::System.String routePattern, global::System.String dialPlanID)
{
SIPDialplanRoute sIPDialplanRoute = new SIPDialplanRoute();
sIPDialplanRoute.ID = id;
sIPDialplanRoute.Owner = owner;
sIPDialplanRoute.RouteDestination = routeDestination;
sIPDialplanRoute.RouteName = routeName;
sIPDialplanRoute.RoutePattern = routePattern;
sIPDialplanRoute.DialPlanID = dialPlanID;
return sIPDialplanRoute;
}