|
|
@ -83,6 +83,30 @@ |
|
|
## destination. This reduces performance. |
|
|
## destination. This reduces performance. |
|
|
mhomed=0 |
|
|
mhomed=0 |
|
|
|
|
|
|
|
|
|
|
|
################################################################################ |
|
|
|
|
|
## KZ_DISABLE_REGISTRAR_PORTS |
|
|
|
|
|
################################################################################ |
|
|
|
|
|
## This parameter is OPTIONAL. |
|
|
|
|
|
## It will disable publishing single proxy port on registrar success messages |
|
|
|
|
|
## By default single port proxy is send on registrar success messages |
|
|
|
|
|
## for websockets/tls protocols. the default port is 7000 |
|
|
|
|
|
## which enables config less in freeswitch for handling webrtc/tls |
|
|
|
|
|
## ie, no certs in freeswitch, no webrtc/tls listeners on freeswitch |
|
|
|
|
|
## by disabling single port proxy, ecallmgr needs to be started with |
|
|
|
|
|
## 'use_transport_for_fs_path' set to true in its environment configuration |
|
|
|
|
|
## |
|
|
|
|
|
###!define KZ_DISABLE_WEBSOCKETS_REGISTRAR_PORT 1 |
|
|
|
|
|
###!define KZ_DISABLE_TLS_REGISTRAR_PORT 1 |
|
|
|
|
|
## |
|
|
|
|
|
## you can also change the ports used for single port redirect |
|
|
|
|
|
##!define KZ_WEBSOCKETS_REGISTRAR_PORT 5060 |
|
|
|
|
|
##!define KZ_TLS_REGISTRAR_PORT 5060 |
|
|
|
|
|
## |
|
|
|
|
|
## also available for udp/tcp if it works for you |
|
|
|
|
|
##!define KZ_UDP_REGISTRAR_PORT 7000 |
|
|
|
|
|
##!define KZ_TCP_REGISTRAR_PORT 7000 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################ |
|
|
################################################################################ |
|
|
## SIP traffic mirroring to SIP_TRACE server |
|
|
## SIP traffic mirroring to SIP_TRACE server |
|
|
################################################################################ |
|
|
################################################################################ |
|
|
|