From pasandev at ymail.com Mon Oct 1 01:24:15 2018 From: pasandev at ymail.com (Pasan Meemaduma) Date: Mon, 1 Oct 2018 05:24:15 +0000 (UTC) Subject: [OpenSIPS-Users] FW: problem with hep tracing. In-Reply-To: <016101d4569e$3ea37bf0$bbea73d0$@democon.be> References: <00c901d45693$5f7aeda0$1e70c8e0$@democon.be> <00d601d45693$7bf8ef40$73eacdc0$@democon.be> <016101d4569e$3ea37bf0$bbea73d0$@democon.be> Message-ID: <434966627.1925422.1538371455896@mail.yahoo.com> Hi Johan, Whats your opensips capturer server config looks like ? Are you using the default opensips config pack with homer installation ? On Friday, 28 September 2018, 1:41:58 AM GMT+5:30, johan de clercq wrote:     Hi, Using opensips 2.4,   I try to send all the sip messages to a homer server (5.0.5).  I made the opensips config like this: #### HEP loadmodule "proto_hep.so" modparam("proto_hep", "hep_id","[hep_dst]192.168.0.3:9060; version=2") ### activate homer5 CSV like format for the payload modparam("proto_hep", "homer5_on", 1) ### set the delimiter for the payload modparam("proto_hep", "homer5_delim", "##") #### SIPtrace loadmodule "siptrace.so" modparam("siptrace", "trace_id", "[hep_id]uri=hep:hep_dst")   … Route { …     if (is_method("REGISTER"))     {         sip_trace("hep_id","t","sip");         if (!www_authorize("", "subscriber"))         {             www_challenge("", "0");             exit;         }                 if (!save("location")){             sl_reply_error();             exit;         }         exit;     } …     ##initial INVITE     if (is_method("INVITE") && !has_totag())     {         xlog("callid=$ci: Route[0]: initial INVITE is coming in from A: $fU to B: $rU");         xlog("callid=$ci: Route[0]: let's do accounting first");         do_accounting("db","cdr");         sip_trace("hep_id","d","sip"); … }   Opensips sends the packets correctly, see attached file. Unfortunately, homer keeps complaining …. Sep 27 18:29:49 ns3019374 homer[22750]: ERROR: [core/lvalue.c:346]: lval_pvar_assign(): non existing right pvar Sep 27 18:29:49 ns3019374 homer[22750]: ERROR: [core/lvalue.c:404]: lval_assign(): assignment failed at pos: (1049,30-1049,40) Sep 27 18:29:49 ns3019374 homer[22750]: ERROR: