Hi,

 

try just set the flag without call sip_trace() function.

 

Wbr,

Alexandr

 

From: sr-users-bounces@lists.sip-router.org [mailto:sr-users-bounces@lists.sip-router.org] On Behalf Of Ramaseshi reddy kolli
Sent: Saturday, April 06, 2013 7:29 PM
To: miconda@gmail.com; sr-users@lists.sip-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();

 

 }
                       

Daniel-Constantin Mierla Fri, 05 Apr 2013 00:45:16 -0700

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 of processed messages.

 

Cheers,
Daniel