B2bua
Documentation based on repostory git version commit 2.6.0-alpha-217-g8bfd3883
Module B2bua
This module is in charge of intercepting requests and routing them to the back-to-back user agent server.
Requests filtering is based on the "User-Agent" header value, thus 'b2bua-server/user-agent' values must match both on Proxy and B2BUA servers.
----
Configuration options:
| Name | Description | Default Value | Default Unit | Type |
|---|---|---|---|---|
| enabled | Indicate whether the module is activated. | false | Boolean | |
| filter | A request/response enters module if the boolean filter evaluates to true. Ex: from.uri.domain contains 'sip.linphone.org', from.uri.domain in 'a.org b.org c.org', (to.uri.domain in 'a.org b.org c.org') && (user-agent == 'Linphone v2'). You can consult the full filter documentation here: https://wiki.linphone.org/xwiki/wiki/public/view/Flexisip/Configuration/Filter%20syntax/ | BooleanExpr | ||
| b2bua-server | A sip uri where to send all the relevant requests. | sip:127.0.0.1:6067;transport=tcp | String |