[Kamailio-Users] simple question: log 180, 200 responses

Yazid Hadj Said yazid.hadjsaid at gmail.com
Mon Aug 11 16:32:45 CEST 2008


Hi Ali,
I think that you must call :
 if(status=="180")
   {
       xlog("this is a 180 Ringing reply");
   };

   if(status=="200")
   {
       xlog("this is a 200 OK reply");
   };

in the onreply_route, note in tne route function
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20080811/cd37d57a/attachment.htm 


More information about the Users mailing list