sip-bridge

Last modified by Buildbot on 2024/05/15 02:17

 Documentation based on repostory git version commit 2.4.0-alpha-168-g722cc224 

B2bua server sip bridge

External SIP Provider Bridge parameters.
----

Configuration options:

NameDescriptionDefault ValueDefault UnitType
providers

Path to a file containing the accounts to use for external SIP bridging, organised by provider, in JSON format.
Here is a template of what should be in this file:
[{"name": "<user-friendly provider name for CLI output>",
  "pattern": "<regexp to match callee address>",
  "outboundProxy": "<sip:some.provider.example.com;transport=tls>",
  "registrationRequired": true,
  "maxCallsPerLine": 42,
  "accounts": [{
    "uri": "sip:account1@some.provider.example.com",
    "userid": "<optional (e.g. an API key)>",
    "password": "<password or API token>"
  }]
}]

 example-path.json String