DialPlan: {
    dialPlanEntity: {
        name: string;
        prefix: string;
        regex: string;
        strippedChars: string;
    }[];
    type: string;
}

Complete dial plan configuration for number handling

Type declaration

  • dialPlanEntity: {
        name: string;
        prefix: string;
        regex: string;
        strippedChars: string;
    }[]

    List of dial plan entities with transformation rules

  • type: string

    Type of dial plan (e.g., 'adhocDial')