Hi all. I try to monitoring opensips using new rabbitmq module and
EVENT_ROUTE.  I try to trace dialog state.
My config is
event_route[E_DLG_STATE_CHANGED] {
   fetch_event_params("$avp(nstate);$avp(ostate)");
   xlog("L_INFO", "newstate $avp(nstate) oldstate  $avp(ostate) of dialog );
}
I thought $avp(nstate) variables like $DLG_status. But in logs I see:

DBG:event_route:scriptroute_fetch: Fetching parameters for event
E_DLG_STATE_CHANGED
May 17 09:24:14 [44736] DBG:event_route:scriptroute_fetch: Successfully
fetched 2 parameters
May 17 09:24:14 [44736] newstate 3984 oldstate  171237808 of dialog to

Not 1-5. Where is my mistake?

Thank you.

Best regards Kirill Galinurov
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to