Skip to main content

Module config

Module config 

Source

Structs§

Cli
Config
PlaybookRule
RecordingPolicy
RewriteRule
TrunkMatch
Match conditions for a trunk rule. All non-None fields must match (AND). from matches the SIP From header (caller), to matches the SIP To header and Request-URI (callee) of the outgoing INVITE/REFER.
TrunkRewrite
Rewrite actions applied once a rule matches. All non-None fields are applied.
TrunkRule
Trunk-like SIP INVITE/REFER rewriting rule.
TrunkRuleDef
UriMatch
Matches a URI against optional regex patterns on its user and host parts. user matches the username before @; host matches the host after @.
UriRewrite
Rewrites the user and/or host of a SIP URI. When a host value carries no port (e.g. "172.25.225.2"), the original URI port is preserved; include a port (e.g. "172.25.225.2:15060") to also change it.

Enums§

CallRecordConfig
InviteHandlerConfig
S3Vendor