[SR-Users] siptrace port number error

Reda Aouad reda.aouad at gmail.com
Sun Apr 15 20:53:01 CEST 2012


Hi,

I'm trying to setup Kamailio as a Homer capture server itself.
Kamailio listens on 2 ports : 53 for SIP users, and 9060 for homer SIP
capture.
siptrace module duplicates packets to sipcapture module on port 9060.

I'm getting the following error :
ERROR: siptrace [siptrace.c:1669]: invalid port number; must be in
[1024,65536]

This is my conf
-----------------------

listen=udp:10.238.235.173:53
listen=udp:127.0.0.1:9060

#!ifdef WITH_SIPTRACE
modparam("siptrace", "traced_user_avp", "$avp(s:traced_user)")
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_flag", FLD_TRACE)
modparam("siptrace", "duplicate_uri","sip:127.0.0.1:9060")
modparam("siptrace", "hep_mode_on",1);
modparam("siptrace", "trace_to_database", 0);
#!endif


Any help?

Thanks
Reda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20120415/18789ef7/attachment.htm>


More information about the sr-users mailing list