53 lines
1.3 KiB
INI
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
|