Member Junction
    Preparing search index...

    The raw inbound INVITE message the softphone emits on 'invite' (subset: SIP headers).

    interface SoftphoneInviteMessage {
        headers: Record<string, string>;
    }
    Index

    Properties

    Properties

    headers: Record<string, string>

    SIP headers — at least From / To / Call-ID (header keys are case-insensitive in SIP).