Skip to main content

connect.headers

Custom SIP headers to add to INVITE. Has no effect on calls to phone numbers.

NameTypeDefaultDescription
headersOptionalobject[]-An array of objects that accept the headers parameters.

headers parameters

NameTypeDefaultDescription
nameRequiredstring-The name of the header..
valueRequiredstring-The value of the header..

Example

version: 1.0.0
sections:
main:
- connect:
to: "sip:user-a@<domain>.com"
headers:
- name: "x-FROM_NUMBER"
value: "%2B123456789"