Module: sip-router
Branch: master
Commit: 17fa8ffec54baa65d2a138fe46f236d4d6d4a231
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17fa8ff…
Author: Carsten Bock <carsten(a)ng-voice.com>
Committer: Carsten Bock <carsten(a)ng-voice.com>
Date: Wed Sep 10 17:47:07 2014 +0200
ims: Updated example configurations
Enhancements:
- Added Ro to the S-CSCF
- Added database support, optionally use db_cluster
- Replaced RTPProxy with RTPEngine module, support for originating WebRTC on the
Proxy-CSCF (with SRTP Breaking)
- Optionally engage a SBC between the P-CSCF and the Core, SEMS sample configuration
- smaller adjustments
---
examples/icscf/icscf.cfg | 47 +-
examples/icscf/kamailio.cfg | 59 +-
examples/pcscf/kamailio.cfg | 1100 +++++++++-----------
examples/pcscf/pcscf.cfg | 66 +-
examples/pcscf/sems/etc/methodmap.conf | 2 +
examples/pcscf/sems/etc/mo.sbcprofile.conf | 75 ++
examples/pcscf/sems/etc/monitoring.conf | 20 +
examples/pcscf/sems/etc/mt.sbcprofile.conf | 79 ++
examples/pcscf/sems/etc/nocache.sbcprofile.conf | 38 +
examples/pcscf/sems/etc/refuse.sbcprofile.conf | 1 +
.../pcscf/sems/etc/refuse_with_200.sbcprofile.conf | 1 +
examples/pcscf/sems/etc/register.sbcprofile.conf | 28 +
examples/pcscf/sems/etc/rurimap.conf | 1 +
examples/pcscf/sems/etc/sbc.conf | 62 ++
examples/pcscf/sems/etc/src_ipmap.conf | 4 +
examples/pcscf/sems/etc/stats.conf | 5 +
examples/pcscf/sems/etc/xmlrpc2di.conf | 42 +
examples/pcscf/sems/sems.conf | 538 ++++++++++
examples/scscf/kamailio.cfg | 305 +++---
examples/scscf/scscf.cfg | 46 +-
20 files changed, 1719 insertions(+), 800 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=17f…