edgeport - v1.0.3
    Preparing search index...

    Interface OptionsResult

    The result of an SipSession.options capability probe.

    interface OptionsResult {
        accept: string[];
        allow: string[];
        status: number;
    }
    Index
    accept: string[]

    Media/content types from the Accept header.

    allow: string[]

    Methods from the Allow header.

    status: number

    The final status code.