Re: [SR-Users] sip_trace vs uac_reg

2016-02-22 Thread Alex Balashov
On 02/22/2016 02:28 PM, Armen Babikyan wrote: If your process is also acting as a SIP proxy, you may wish to consider preloading route headers into the UAC-generated message and sending the packets to the proxy port (where they would go through request_route as any other proxied request, and via

Re: [SR-Users] sip_trace vs uac_reg

2016-02-22 Thread Armen Babikyan
If your process is also acting as a SIP proxy, you may wish to consider preloading route headers into the UAC-generated message and sending the packets to the proxy port (where they would go through request_route as any other proxied request, and via onreply/failure routes for responses). It does

Re: [SR-Users] sip_trace vs uac_reg

2016-02-20 Thread Alex Balashov
James, I'm not sure there's any way to intercept endogenously generated specialty requests (like uac_reg requests) in route script. If there is, it would only be in something relatively low-level like the onsend_route. uacreg may use TM callbacks internally to catch responses, but that doesn

[SR-Users] sip_trace vs uac_reg

2016-02-20 Thread James Cloos
I've started adding sip_trace to my kamailios, and mostly have it working, but cannot figure out how to capture the outgoing calls from uac_reg. I had to add: reply_route { sip_trace(); } onsend_route { sip_trace(); } to capture those packets. What *_route {} does uac_r

Re: [SR-Users] sip_trace

2014-07-10 Thread Rafal Skrzeczkowski
Yes. There is trace_sl_acks option that will track responses from sl module. But www_challenge/proxy challenge is from auth module. Rafal. On 07/10/2014 08:32 AM, Daniel-Constantin Mierla wrote: Hello, have you set the trace_flag for register? http://kamailio.org/docs/modules/stable/module

Re: [SR-Users] sip_trace

2014-07-09 Thread Daniel-Constantin Mierla
Hello, have you set the trace_flag for register? http://kamailio.org/docs/modules/stable/modules/siptrace.html#idp15167952 Cheers, Daniel On 08/07/14 11:49, Rafal Skrzeczkowski wrote: Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using si

[SR-Users] sip_trace

2014-07-08 Thread Rafal Skrzeczkowski
Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using sip_trace. But how can i trace responses generated by pv_www_authenticate using sip_trace? Rafal Skrzeczkowski ___ SIP Express Router (SER) a

[SR-Users] sip_trace and registration responses

2014-07-08 Thread Rafal Skrzeczkowski
Hi, I'm trying to make configuration that will trace registrations. I can trace REGISTER messages using sip_trace. But how can i trace responses generated by pv_www_authenticate using sip_trace? Rafal Skrzeczkowski ___ SIP Express Router (SER) and

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