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