OutboundConfig
Outbound SIP configuration.
Properties
account
account:
string
SIP account to use for authorization and From/To headers.
cps?
optionalcps:null|number
Max Calls Per Second available for this trunk
domain?
optionaldomain:string
Domain to use in From/To headers. If not set, OutboundConfig.server is used.
fromUser?
optionalfromUser: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?
optionalsourceIps: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.