Re: [SR-Users] Outgoing SIP messages

2015-11-09 Thread Daniel-Constantin Mierla
Hello, to complete -- to see what is been sent on the wire, you can add onsend_route{...} block and inside it print $snd(buf). Cheers, Daniel On 06/11/15 10:51, Varghese Paul wrote: > Hi Stefan, > > Thanks for the reply. It worked with dbg_sip_msg() function. > > Regards > > Varghese Paul > >

Re: [SR-Users] Outgoing SIP messages

2015-11-06 Thread Varghese Paul
Hi Stefan, Thanks for the reply. It worked with dbg_sip_msg() function. Regards Varghese Paul On Fri, Nov 6, 2015 at 2:23 PM, smititelu wrote: > Hi, > > On 06.11.2015 10:02, Varghese Paul wrote: > >> Hi all, >> >> Is it possible to log the outgoing SIP messages relayed from kamailio ? >> > >

Re: [SR-Users] Outgoing SIP messages

2015-11-06 Thread smititelu
Hi, On 06.11.2015 10:02, Varghese Paul wrote: Hi all, Is it possible to log the outgoing SIP messages relayed from kamailio ? Can you try the dbg_sip_msg() available for REQUEST_ROUTEs? http://kamailio.org/docs/modules/devel/modules/debugger.html Please tell us if you find some bugs with it.