[SR-Dev] git:master: cfg: example configs migrated to sip-router

Andrei Pelinescu-Onciul andrei at iptel.org
Wed May 6 18:01:36 CEST 2009


Module: sip-router
Branch: master
Commit: ec8e49e8b6b8cc8d5fe06bf2797c36f9671f7c9e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ec8e49e8b6b8cc8d5fe06bf2797c36f9671f7c9e

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed May  6 17:50:53 2009 +0200

cfg: example  configs migrated to sip-router

Ported ser example configs to sip-router:
- updated module path (now using loadpath)
- changed mysql module name to db_mysql
- replaced max_len in msg:len comparisons with 4096
- updated avp and selects non-empty checks:
  if($v)  -> if ($v!="")
  if(!$v) -> if (strempty($v)) or if ($v=="")

---

 etc/ser-basic.cfg |   24 +++++++++------
 etc/ser-oob.cfg   |   60 ++++++++++++++++++++------------------
 etc/ser.cfg       |   83 +++++++++++++++++++++++++++-------------------------
 3 files changed, 88 insertions(+), 79 deletions(-)

Diff:   http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=ec8e49e8b6b8cc8d5fe06bf2797c36f9671f7c9e



More information about the sr-dev mailing list