Forward
Documentation based on repostory git version commit 2.4.0-alpha-275-g0699f4c3
Module Forward
This module executes the basic routing task of SIP requests and pass them to the transport layer. It must always be enabled.
----
Configuration options:
Name | Description | Default Value | Default Unit | Type |
---|---|---|---|---|
enabled | Indicate whether the module is activated. | true | 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 | ||
routes-config-path | A path to a configuration file describing routes to be prepended before forwarding a request, when specific conditions for the SIP request being forwarded are met. The condition is described using flexisip's filter syntax, as described on Beware: that is not just a SIP URI, but a route. As a result, when the URI has parameters, brackets must enclose the URI, otherwise the parameters will be parsed as route parameters. | String | ||
add-path | Add a path header of this proxy | true | Boolean | |
default-transport | For SIP URIs, in asbsence of transport parameter, assume the given transport is to be used. Possible values are udp, tcp or tls. | udp | String | |
params-to-remove | List of URL and contact params to remove | pn-tok pn-type app-id pn-msg-str pn-call-str pn-call-snd pn-msg-snd pn-timeout pn-silent pn-provider pn-prid pn-param | StringList |