Hi all,
could someone be so kind and explain me how to use (or how exactly works) duplicate_uri in siptrace module?
I think, if I setup
modparam("siptrace","duplicate_uri","sip:1.2.3.4:5060")
that all (and what is it "all"? :-) traced messages will be copied to defined sip uri (1.2.3.4:5060). I see nothing "on the wire" with ngrep, but all messages are succesufly inserted into local DB so I thing the siptrace module works. But doesn't copy messages to 1.2.3.4:5060 :-)
Any hitns are really welcome!
Best regards,
kokoska.rokoska
Hello,
do you get any error in the syslog?
Cheers, Daniel
On 02/02/2009 01:59 PM, kokoska rokoska wrote:
Hi all,
could someone be so kind and explain me how to use (or how exactly works) duplicate_uri in siptrace module?
I think, if I setup
modparam("siptrace","duplicate_uri","sip:1.2.3.4:5060")
that all (and what is it "all"? :-) traced messages will be copied to defined sip uri (1.2.3.4:5060). I see nothing "on the wire" with ngrep, but all messages are succesufly inserted into local DB so I thing the siptrace module works. But doesn't copy messages to 1.2.3.4:5060 :-)
Any hitns are really welcome!
Best regards,
kokoska.rokoska
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Daniel-Constantin Mierla napsal(a):
Hello,
do you get any error in the syslog?
Cheers, Daniel
Hello,
i have increased debug to 6 and I can not see errors in syslog. Messages are traced, stored into DB, but not duplicated. I'm at 1.4.3 on CentOS 5 - if it makes sense...
Thank you very much, Daniel, for your interest!
Best regards,
kokoska.rokoska
On 02/02/2009 01:59 PM, kokoska rokoska wrote:
Hi all,
could someone be so kind and explain me how to use (or how exactly works) duplicate_uri in siptrace module?
I think, if I setup
modparam("siptrace","duplicate_uri","sip:1.2.3.4:5060")
that all (and what is it "all"? :-) traced messages will be copied to defined sip uri (1.2.3.4:5060). I see nothing "on the wire" with ngrep, but all messages are succesufly inserted into local DB so I thing the siptrace module works. But doesn't copy messages to 1.2.3.4:5060 :-)
Any hitns are really welcome!
Best regards,
kokoska.rokoska
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hello,
On 02/02/2009 08:08 PM, kokoska rokoska wrote:
Daniel-Constantin Mierla napsal(a):
Hello,
do you get any error in the syslog?
Cheers, Daniel
Hello,
i have increased debug to 6 and I can not see errors in syslog. Messages are traced, stored into DB, but not duplicated. I'm at 1.4.3 on CentOS 5 - if it makes sense...
Thank you very much, Daniel, for your interest!
ok, checked the source code. For some reason I do not recall now, when I wrote the module the duplication is done only when traced_user_avp is set. http://kamailio.org/docs/modules/devel/siptrace.html#id2452997
Set that avp and try again. If works I will try to fix and make it work without avp.
Thanks, Daniel
Best regards,
kokoska.rokoska
On 02/02/2009 01:59 PM, kokoska rokoska wrote:
Hi all,
could someone be so kind and explain me how to use (or how exactly works) duplicate_uri in siptrace module?
I think, if I setup
modparam("siptrace","duplicate_uri","sip:1.2.3.4:5060")
that all (and what is it "all"? :-) traced messages will be copied to defined sip uri (1.2.3.4:5060). I see nothing "on the wire" with ngrep, but all messages are succesufly inserted into local DB so I thing the siptrace module works. But doesn't copy messages to 1.2.3.4:5060 :-)
Any hitns are really welcome!
Best regards,
kokoska.rokoska
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users