Search:
     
3CX Phone System for Windows Download the Free Edition

SER example logging

SER logging example


 # $Id: logging.cfg,v 1.1 2003/02/27 20:29:25 jiri Exp $
 #
 # logging example
 #

 # ------------------ module loading ----------------------------------

 fork=no
 listen=192.168.2.16
 log_stderror=yes
 debug=3


 # -------------------------  request routing logic -------------------

 # main routing logic

 route{
       # for testing purposes, simply okay all REGISTERs
       if (method=="REGISTER") {
               log(1, "REGISTER received\n");
       } else {
               log(1, "non-REGISTER received\n");
       };
       if (uri=~"sip:.*[@:]iptel.org") {
               log(1, "request for iptel.org received\n");
       } else {
               log(1, "request for other domain received\n");
       };
 }

See also


Back to SER tips and tricks
Created by: oej,Last modification on Fri 19 of Sep, 2003 [19:53 UTC]


Please update this page with new information, just login and click on the "Edit" or "Discussion" tab. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

 





Search: