OutboundConfig

sip.outboundConfigs.OutboundConfig

Outbound SIP configuration.

Properties

account

account: string

SIP account to use for authorization and From/To headers.


cps

Optional cps: null | number

Max Calls Per Second available for this trunk


domain

Optional domain: string

Domain to use in From/To headers. If not set, OutboundConfig.server is used.


fromUser

Optional fromUser: string

Username to use in From header. If not set, OutboundConfig.account is used.


server

server: string

Server to send requests to, specified as <ip|domainName>[:port]. Default port is 5060.


sourceIps

Optional sourceIps: string[]

A list of IPs that are allowed to make requests. Intended for setting up correct client-side ACLs.


transport

transport: "tcp" | "udp"

Which transport protocol to use.

Found a mistake? Let us know.

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.