Type alias DialPlanEntity

DialPlanEntity: {
    id: string;
    name: string;
    prefix: string;
    regularExpression: string;
    strippedChars: string;
}

Dial plan entity definition containing number manipulation rules

Type declaration

  • id: string

    Unique identifier for the dial plan

  • name: string

    Name of the dial plan

  • prefix: string

    Prefix to add to matched numbers

  • regularExpression: string

    Regular expression pattern for matching numbers

  • strippedChars: string

    Characters to strip from matched numbers