Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-23 Thread Seudin Kasumovic
Hi, Try next snippet: #!define FLT_SIPTRACE 22 ... #!define WITH_SIPTRACE #!define WITH_AVPOPS #!define WITH_MYSQL #!ifdef WITH_AVPOPS loadmodule "avpops.so" #!endif #!ifdef WITH_SIPTRACE loadmodule "siptrace.so" #!endif ... #!ifdef WITH_SIPTRACE # --- sip trace settings --- modparam("si

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-09 Thread Ramaseshi reddy kolli
Hi, Outbound SIP invite is not captured even after setting flag only.Can anyone help with this issue please ? Thanks Ram On Sun, Apr 7, 2013 at 3:33 AM, Ramaseshi reddy kolli < ramaseshire...@gmail.com> wrote: > Hi, > > Once in a while it captures outbound SIP Invite but it captures always 100

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
Hi, Once in a while it captures outbound SIP Invite but it captures always 100 trying, 180 and 200 OK and some times it captures inbound SIP INVITE as well. Thanks Ram ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Alexandr Dubovikov
13 11:01 PM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] sip_trace unable to capture after next_branches() Hi, I have tried by setting flag only but still no luck,Here is the configuration i am using. # sip trace modparam("siptrace", "trace_to_database", 0) mod

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
Hi, I have tried by setting flag only but still no luck,Here is the configuration i am using. # sip trace modparam("siptrace", "trace_to_database", 0) modparam("siptrace", "db_url", "") modparam("siptrace", "duplicate_uri", "sip:homer.com:9060") modparam("siptrace", "duplicate_with_hep", 1) modpa

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Alexandr Dubovikov
-router.org Subject: Re: [SR-Users] sip_trace unable to capture after next_branches() hi, i have set the following flag it is still not capturing outbound SIP messages. { setflag(22) sip_trace(); } <http://www.mail-archive.com/search?l=sr-users@lists.

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-06 Thread Ramaseshi reddy kolli
hi, i have set the following flag it is still not capturing outbound SIP messages. { setflag(22) sip_trace(); } Daniel-Constantin Mierla Fri, 05 Apr 2013 00:45:16 -0700

Re: [SR-Users] sip_trace unable to capture after next_branches()

2013-04-05 Thread Daniel-Constantin Mierla
Hello, On 3/31/13 4:27 PM, Ramaseshi reddy kolli wrote: Hi, I am using sip_trace function after next_branches(), it is not capturing outbound SIP INVITE request can anyone please help me. iirc, you have to set a flag to trace outgoing messages. the sip_trace() function just takes the snapshot

[SR-Users] sip_trace unable to capture after next_branches()

2013-03-31 Thread Ramaseshi reddy kolli
Hi, I am using sip_trace function after next_branches(), it is not capturing outbound SIP INVITE request can anyone please help me. Thanks Ram ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http