ts.DynamicRTPMode
Enables Voice Platform to determine the appropriate forking method based on the gateway model.
| Value | Description |
|---|---|
| ALLOW_BRIDGING |
Voice Platform uses gateway forking on calls coming from gateway models that support this function. It uses RTP bridging for all other calls. |
| DISALLOW_BRIDGING |
Voice Platform uses gateway forking on calls coming from gateway models that support this function. It doesn’t use RTP bridging for other calls. |
| DISABLED (default) |
Dynamic forking not enabled. Audio forking is determined by settings for ts.APSIPGatewaySupportsForking and ts.RTPBridge. |