<div dir="ltr"><div>Hello!</div><div><br></div><div>The same snippet used below worked in older versions and I couldn't see any change in docs.</div><div>How should I correctly fetch event parameters? Even $ci is gone inside event_route.</div><div><br></div><div>_version: opensips 2.4.0-dev (x86_64/linux)</div><div>flags: STATS: On, SHM_EXTRA_STATS, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT</div><div>ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535</div><div>poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.</div><div>git revision: 99ebafd</div><div>main.c compiled on 12:20:24 Jun  7 2017 with gcc 4.9.2_</div><div><br></div><div>event_route[E_UL_CONTACT_INSERT] {<br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre"> </span>fetch_event_params("$avp(aor_param);$avp(addr_param);$avp(callid_param);$avp(rec_param);$avp(cseq_param)");</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">  </span>xlog("L_NOTICE","E_UL_INSERT cid=$avp(callid_param), $avp(aor_param), $avp(rec_param), $avp(cseq_param) - callid=$ci\n");             </div><div>}</div><div><br></div><div>DBG:core:evi_raise_event_msg: found subscriber E_UL_CONTACT_INSERT<br></div><div>DBG:core:parse_headers: flags=40</div><div>ERROR:core:pv_get_callid: cannot parse Call-Id header</div><div>DBG:event_route:scriptroute_fetch: Fetching parameters for event E_UL_CONTACT_INSERT</div><div>DBG:event_route:scriptroute_fetch: Successfully fetched 5 parameters</div><div>DBG:core:parse_headers: flags=40</div><div>ERROR:core:pv_get_callid: cannot parse Call-Id header</div><div>DBG:core:subst_run: running. r=1</div><div>DBG:core:subst_str: no match</div><div>DBG:avpops:ops_subst: subst to 0 avps</div><div>DBG:core:parse_headers: flags=40</div><div>ERROR:core:pv_get_callid: cannot parse Call-Id header</div><div>E_UL_INSERT cid=sip:<a href="http://1.2.3.4:53875">1.2.3.4:53875</a>, +<a href="mailto:12345678@cooldomain.aq">12345678@cooldomain.aq</a>, , -1 - callid=<null></div><div>DBG:core:parse_headers: flags=40</div><div>ERROR:core:pv_get_callid: cannot parse Call-Id header</div><div><br></div><div>The CallID header it complains about is</div><div>Call-ID: 142559_rel51ZjRhYWM2ZGZjNjdkZTgxYWU4ZDcxZWU1NjdiNTZmN2Q</div><div><br></div><div>Thanks!</div></div>