Asterisk 11 patch that resolves issue with crashing
Posted: Thu Oct 05, 2017 3:17 am
Hi Kumba,is it possible to apply following patch for asterisk 11.
I've tested in on 8 servers cluster with up to 3000 CC and 50 agents using webrtc based webphone
- Code: Select all
diff -uNr asterisk-11.25.1/res/pjproject/pjnath/src/pjnath/stun_session.c asterisk-11.25.1p/res/pjproject/pjnath/src/pjnath/stun_session.c
--- asterisk-11.25.1/res/pjproject/pjnath/src/pjnath/stun_session.c 2016-12-08 12:23:53.000000000 -0500
+++ asterisk-11.25.1p/res/pjproject/pjnath/src/pjnath/stun_session.c 2017-03-15 19:33:40.616723889 -0400
@@ -867,6 +867,8 @@
{
pj_status_t status;
+ cache_res=PJ_FALSE;
+
PJ_ASSERT_RETURN(sess && addr_len && server && tdata, PJ_EINVAL);
pj_log_push_indent();
I've tested in on 8 servers cluster with up to 3000 CC and 50 agents using webrtc based webphone