Conexia Telecom SDK
    Preparing search index...

    Type Alias SipConfig

    Represents sip config.

    type SipConfig = {
        external: boolean;
        server: string;
        srvDomain: string;
        tcpPort: number;
        tlsPort: number;
        udpPort: number;
    }
    Index
    external: boolean

    Indicates if sip endpoint location is in internal or external network.

    server: string

    Server address.

    srvDomain: string

    Srv domain.

    tcpPort: number

    TCP port.

    tlsPort: number

    TLS port.

    udpPort: number

    Udp port.