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

    Interface StaticEndpoint

    interface StaticEndpoint {
        address: string;
        createTime?: Date;
        enabled?: boolean;
        id?: string;
        name: string;
        port?: number;
        priority: number;
        projectId?: string;
        sipTrunkId?: string;
        transport?: string;
        updateTime?: Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string

    The address of the SIP endpoint can be an IP address or a domain name. EST uses IP authentication and will only accept calls from the specified address or domain.

    createTime?: Date

    The date and time that the SIP endpoint was created.

    enabled?: boolean

    Sets whether the SIP endpoint is enabled or not.

    id?: string

    The ID of the SIP endpoint.

    name: string

    The friendly name of the SIP endpoint.

    port?: number

    The port of the SIP endpoint.

    priority: number

    Inbound call routing priority. If two or more endpoints have the same priority, calls will be routed to them using a round-robin strategy.

    projectId?: string

    The ID of the project.

    sipTrunkId?: string

    The ID of the SIP trunk to which the endpoint is assigned.

    transport?: string

    The transport protocol of the SIP endpoint.

    updateTime?: Date

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