<div dir="ltr">Hello,<div>I want to catch dialog changes in event_route, but nothing happens<br></div><div>here is an example config<br></div><div><br></div><div>event_route[E_DLG_STATE_CHANGED] {<br>  xlog("L_INFO", "NEW CALL DIALOG STATE $param(new_state)");<br>  $avp(attrs) = "Call-Id";<br>  $avp(vals) = $ci;<br>  $avp(attrs) = "State";<br>  $avp(vals) = $param(new_state);<br>  if (!raise_event("E_SIP_DIALOG", $avp(attrs), $avp(vals)))<br>    xlog("L_ERR", "cannot raise E_SIP_DIALOG event\n");<br>  exit;<br>}<br></div><div><br></div><div>when calling in the logs there are no messages from event_route<br></div><div><br></div><div># opensips -V<br>version: opensips 3.0.1 (x86_64/linux)<br>flags: STATS: On, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, HP_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT<br>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535<br>poll method support: poll, epoll, sigio_rt, select.<br>git revision: dac56fa49<br>main.c compiled on 05:45:10 Oct  2 2019 with gcc 4.8.5<br></div><div><br></div></div>