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.