mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-03 11:11:05 +00:00
Make the disable_tcp_switch PJSIP system object enabled by default.
Testing has shown repeatedly that PJSIP's default behavior of switching automatically to TCP for large messages can cause issues. The most common issues are that devices that we are communicating with do not handle the switch to TCP gracefully, thus causing situations such as broken calls or broken subscriptions. Now, in order to have this behavior happen, you must opt into it. The sample file has been updated to warn that enabling the TCP switch behavior may cause issues for you, so use at your own risk. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@427334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1136,7 +1136,7 @@
|
||||
<synopsis>Maximum number of threads in the res_pjsip threadpool.
|
||||
A value of 0 indicates no maximum.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="disable_tcp_switch" default="no">
|
||||
<configOption name="disable_tcp_switch" default="yes">
|
||||
<synopsis>Disable automatic switching from UDP to TCP transports.</synopsis>
|
||||
<description><para>
|
||||
Disable automatic switching from UDP to TCP transports if outgoing
|
||||
|
Reference in New Issue
Block a user