OutboundConfig
sip.outboundConfigs.OutboundConfig
Outbound SIP configuration.
Properties
account
• account: string
SIP account to use for authorization and From
/To
headers.
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? Email us, and we'll send you a free t-shirt!