[OpenSIPS-Users] Opensips 2.1.x siptrace not sending packet to homer

Satish Patel satish.txt at gmail.com
Sun Mar 8 07:32:55 CET 2015


I have setup 2.1.x opensips and configure Homer on other box which is
running on Kamailio

somehow my Opensips siptrace not sending packet to sipcapture server, both
are on same LAN. what i am doing wrong?

I ran tcpdump on capture server but get nothing.

####### Capture Server ########

modparam("sipcapture", "db_url", "mysql://homer:XXXXXX@localhost/homer_db")

modparam("sipcapture", "capture_on", 1)
/* My node name*/
modparam("sipcapture", "capture_node", "node1")
/* My table name*/
modparam("sipcapture", "table_name", "sip_capture")
/* children for raw socket */
modparam("sipcapture", "raw_sock_children", 6)

/* IP and port for HEP capturing) */
listen=udp:192.168.1.100:9060

/* activate HEP capturing */
modparam("sipcapture", "hep_capture_on", 1)



######## SIP Trace opensips 2.1 #####

#### SIP Capture agent
loadmodule "siptrace.so"
modparam("siptrace", "duplicate_uri", "sip:192.168.1.100:9060")
modparam("siptrace", "duplicate_with_hep", 1)
modparam("siptrace", "trace_to_database", 0)
modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "trace_on", 1)
#HEPv2 == timestamp will be included to HEP header
modparam("siptrace", "hep_version", 2)
modparam("siptrace", "db_url", "mysql://opensips:XXXXXX@localhost/opensips")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20150308/9762541c/attachment.htm>


More information about the Users mailing list