Package version:

Represents a trunk route for routing calls.

Hierarchy

  • SipTrunkRoute

Properties

description?: string

Gets or sets description of the route.

name: string

Gets or sets name of the route.

numberPattern: string

Gets or sets 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?: string[]

Gets or sets list of SIP trunks for routing calls. Trunks are represented as FQDN.

Generated using TypeDoc