CustomCallingContext type

Contesto di chiamata personalizzato

type CustomCallingContext = (
  | VoipHeader
  | SipUserToUserHeader
  | SipCustomHeader
)[]