mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
enable inbound-late-negotiation in sample configs
We often tell people to enable this for various reasons; it likely makes a sensible default.
This commit is contained in:
@@ -263,9 +263,8 @@
|
||||
<!-- Uncomment to set all inbound calls to proxy media mode -->
|
||||
<!-- <param name="inbound-proxy-media" value="true"/> -->
|
||||
|
||||
<!-- Uncomment to let calls hit the dialplan *before* you decide if the
|
||||
codec is ok -->
|
||||
<!-- <param name="inbound-late-negotiation" value="true"/> -->
|
||||
<!-- Let calls hit the dialplan before selecting codec for the a-leg -->
|
||||
<param name="inbound-late-negotiation" value="true"/>
|
||||
|
||||
<!-- this lets anything register -->
|
||||
<!-- comment the next line and uncomment one or both of the other 2
|
||||
|
||||
Reference in New Issue
Block a user