On Wed, Sep 20, 2017 at 07:00:27PM -0400, Noah Mehl wrote:
I’m noticing that the results from the websockets module when running # kamctl stats there are some odd results that may just be typos?
"websocket:ws_msrp_max_concurrent_connections = 0", "websocket:ws_msrp_max_concurrent_connectons = 0”, "websocket:ws_sip_max_concurrent_connections = 0", "websocket:ws_sip_max_concurrent_connectons = 0",
Yep, they're typos.
sasha@lacandona ~/kamailio> fgrep -HR ws_sip_max_concurrent_connectons . ./modules/websocket/ws_mod.c: { "ws_sip_max_concurrent_connectons", 0, &ws_sip_max_concurrent_connections }, ./ChangeLog: ws_sip_max_concurrent_connectons
-- Alex