Interface CreateSipInboundTrunkOptions

interface CreateSipInboundTrunkOptions {
    allowed_addresses?: string[];
    allowed_numbers?: string[];
    auth_password?: string;
    auth_username?: string;
    headers?: {
        [key: string]: string;
    };
    headersToAttributes?: {
        [key: string]: string;
    };
    metadata?: string;
}

Properties

allowed_addresses?: string[]
allowed_numbers?: string[]
auth_password?: string
auth_username?: string
headers?: {
    [key: string]: string;
}
headersToAttributes?: {
    [key: string]: string;
}
metadata?: string