# SIP / UDP listen=udp:10.10.10.100:4070 # SIP / TCP listen=tcp:10.10.10.100:4070 # SIP / TCP/TLS #listen=tls:134.119.8.166:5061 # SIP / Websocket #listen=tcp:134.119.8.166:80 # SIP / Websocket/TLS #listen=tls:134.119.8.166:443 #alias=group1-imslab11.in alias=icscf.group1-imslab11.in #!define NETWORKNAME "group1-imslab11.in" #!define HOSTNAME "icscf.group1-imslab11.in" # SIP-Address of capturing node, if not set, capturing is disabled. ##!define CAPTURE_NODE "sip:10.1.8.55" # Connection URL for the database: #!define DB_URL "con1=>mysql://icscf:your-password@localhost/icscf" #!define DB_URL2 "con2=>mysql://icscf:your-password@10.10.10.100/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_TLS #!define WITH_XMLRPC ##!define PEERING ##!define FALLBACK_AUTH ##!define CXDX_FORCED_PEER "hss.group1-imslab11.in"