Share via


SipTrunkRoute Class

Definition

Represents a trunk route for routing calls.

public class SipTrunkRoute
type SipTrunkRoute = class
Public Class SipTrunkRoute
Inheritance
SipTrunkRoute

Constructors

SipTrunkRoute(String, String, String, IEnumerable<String>)

Initializes a new instance of SipTrunkRoute.

Properties

Description

Description of the route.

Name

Name of the route.

NumberPattern

Regex number pattern for routing calls. .NET regex format is supported. The regex should match only digits with an optional '+' prefix without spaces. I.e. "^+[1-9][0-9]{3,23}$".

Trunks

List of SIP trunks for routing calls. Trunks are represented as FQDN.

Applies to