Hello,

I am attempting to do a proof of concept with web homer but I am having
issues with opensips 1.10 capturing the duplicate data . This is the error
I am getting

/sbin/opensips[1964]: ERROR:sipcapture:hep_msg_received: unknow protocol [1]


my capture node flags are as follows:


loadmodule "sipcapture.so"


modparam("sipcapture", "db_url",
"mysql://opensips:opensips123@localhost/homer_db")


modparam("sipcapture", "capture_node", "homer03")

modparam("sipcapture", "hep_capture_on", 1)

modparam("sipcapture", "table_name", "sip_capture")




my trace node flags are as follows

loadmodule "siptrace.so"


modparam("siptrace", "db_url",

    "mysql://opensips:icancer123@localhost/opensips")


modparam("siptrace", "trace_to_database", 0)

modparam("siptrace", "trace_on", 1)

modparam("siptrace", "duplicate_uri","sip:162.xxx.xx.xx:9060")

modparam("siptrace", "duplicate_with_hep", 1)

#modparam("siptrace", "hep_version", 2)

modparam("siptrace", "trace_flag", "22")

modparam("siptrace", "enable_ack_trace", 1)

modparam("siptrace", "trace_local_ip", "udp:192.xxx.xxx.xx:5060")
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to