Member Junction
    Preparing search index...

    Options the native adapter's createCall (outbound dial) accepts. Mirrors the seam's dial args.

    interface NativeDialArgs {
        extra?: Record<string, unknown>;
        fromNumber: string;
        toNumber: string;
    }
    Index

    Properties

    extra?: Record<string, unknown>

    Provider-specific dial options (status-callback URL, stream URL, recording flags, …).

    fromNumber: string

    The agent's caller-id / DID the call originates FROM.

    toNumber: string

    Destination number to dial (E.164 recommended).