[OpenSIPS-Users] dispatcher with t_relay performance

Satish Patel satish.txt at gmail.com
Fri Mar 4 19:30:16 CET 2016


We have dispatcher and we are using very simple code block like following

if (method=="REGISTER" || method=="INVITE" ) {
     ds_select_dst("1", "2");
     t_relay();
   }

Does t_relay will keep all transaction in memory? and what will be the
performance issue?  we have ~200k cps calls.. what will be the impact?



More information about the Users mailing list