Files
5g-images/images/kamailio-ims/icscf/icscf.cfg
Marielena Márquez 0b3f111928 Adds images for IMS deployment (#137)
* Adds Kamailio IMS image

* Adds DNS ancillary image  for IMS deployment

* Adds FHoSS ancillary image for IMS deployment

* Adds Mysql ancillary image for IMS deployment

* Adds OSMO ancillary images for IMS deployment

* Adds Rtpengine ancillary image for IMS deployment

* Adds instructions and files for IMS deployment

* Fixes instructions for IMS deployment

* Osmomsc, osmohlr and smsc moved to ims-sms branch

* Updates rtpengine and new name for kamailio-ims

* Updates image fhoss

* Starts using mariadb official image

* Starts using bind9 official image and static IPs

* Deletes old images and adds image_info scripts

* Updates tag in images

Co-authored-by: mariel1105 <marielena.mmb@gmail.com>
2022-10-03 11:08:45 +02:00

53 lines
1.3 KiB
INI

# SIP / UDP
listen=udp:ICSCF_IP:4060
# SIP / TCP
listen=tcp:ICSCF_IP:4060
# SIP / TCP/TLS
#listen=tls:ICSCF_IP:4061
alias=IMS_DOMAIN
#!define NETWORKNAME "IMS_DOMAIN"
#!define HOSTNAME "icscf.IMS_DOMAIN"
#!subst "/NETWORKNAME/IMS_DOMAIN/"
#!define ENUM_SUFFIX "IMS_DOMAIN."
# SIP-Address of capturing node, if not set, capturing is disabled.
##!define CAPTURE_NODE "sip:127.0.0.1:9060"
# Connection URL for the database:
#!define DB_URL "mysql://icscf:heslo@MYSQL_IP/icscf"
##!define DB_URL2 "con2=>mysql://icscf:heslo@MYSQL_IP/icscf"
# Allowed IPs for XML-RPC-Queries
##!define XMLRPC_WHITELIST_1 "127.0.0.1"
##!define XMLRPC_WHITELIST_2 "127.0.0.1"
##!define XMLRPC_WHITELIST_3 "127.0.0.1"
# *** To run in debug mode:
# - define WITH_DEBUG
#
# *** To enable TLS support execute:
# - adjust CFGDIR/tls.cfg as needed
# - define WITH_TLS
#
# *** To enable XMLRPC support execute:
# - define WITH_XMLRPC
# - adjust route[XMLRPC] for access policy
#
# *** To enable a Homer SIP-Capter-Node:
# - define CAPTURE_NODE with a proper address
#
# *** To forwarding to PSTN for unknown users:
# - define PEERING
#
# Enabled Features for this host:
##!define WITH_DEBUG
#!define WITH_TCP
##!define WITH_TLS
#!define WITH_XMLRPC
##!define PEERING
##!define FALLBACK_AUTH