Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SipTrunk

    A created SIP trunk.

    interface SipTrunk {
        callForwardNumber?: string;
        callsPerSecond?: number;
        createTime?: Date;
        domain?: string;
        enableCallerName?: boolean;
        enableCallForward?: boolean;
        hostName: string;
        id?: string;
        name: string;
        projectId?: string;
        topLevelDomain?: string;
        updateTime?: Date;
    }
    Index

    Properties

    callForwardNumber?: string

    The valid E.164 phone number that will be dialed on inbound calls when no SIP endpoints are available. Required if enableCallForward property is true.

    callsPerSecond?: number

    Number of calls started per second, to increase this please contact your account manager.

    createTime?: Date

    The date and time that the SIP trunk was created.

    domain?: string

    The fully qualified name of the domain, which is a combination of your 'hostName' and the 'topLevelDomain'.

    enableCallerName?: boolean

    Enable caller name lookup for incoming calls. US and canada only.

    enableCallForward?: boolean

    When enabled, if an inbound call can not be delivered to a SIP endpoint, calls will be forwarded to the configured callForwardNumber. To forward all calls without trying SIP, simply disable (or delete) all SIP endpoints on this trunk. Logs (and billing) will be created for 2 calls (inbound and outbound). Note: Since there is no SIP connection, PCAPs will not be generated.

    hostName: string

    The host of the domain you would like to have for you trunk.

    id?: string

    The SIP trunk id.

    name: string

    The friendly name of your SIP trunk.

    projectId?: string

    The ID of the account.

    topLevelDomain?: string

    The top level domain to which the SIP trunk belongs.

    updateTime?: Date

    The date and time that the SIP trunk was last modified.