newInvite

fun newInvite(callerName: String, callerNumber: String, destinationNumber: String, clientState: String, customHeaders: Map<String, String>? = null)

Initiates a new call invitation

Parameters

callerName

, the name to appear on the invitation

callerNumber

, the number to appear on the invitation

destinationNumber

, the number or SIP name that will receive the invitation

clientState

, the provided client state.

See also