Interface CreateSipDispatchRuleOptions

interface CreateSipDispatchRuleOptions {
    hidePhoneNumber?: boolean;
    metadata?: string;
    name?: string;
    trunkIds?: string[];
}

Properties

hidePhoneNumber?: boolean
metadata?: string
name?: string
trunkIds?: string[]