icscf.cfg.sample 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # SIP / UDP
  2. listen=udp:11.22.33.44:4060
  3. # SIP / TCP
  4. #listen=tcp:11.22.33.44:4060
  5. # SIP / TCP/TLS
  6. #listen=tls:11.22.33.44:4061
  7. alias=ims.mnc001.mcc001.3gppnetwork.org
  8. #!define NETWORKNAME "ims.mnc001.mcc001.3gppnetwork.org"
  9. #!define HOSTNAME "icscf.mnc001.mcc001.3gppnetwork.org"
  10. # SIP-Address of capturing node, if not set, capturing is disabled.
  11. ##!define CAPTURE_NODE "sip:127.0.0.1:9060"
  12. # Connection URL for the database:
  13. #!define DB_URL "con1=>mysql://icscf:[email protected]/icscf"
  14. ##!define DB_URL2 "con2=>mysql://icscf:[email protected]/icscf"
  15. # Allowed IPs for XML-RPC-Queries
  16. ##!define XMLRPC_WHITELIST_1 "127.0.0.1"
  17. ##!define XMLRPC_WHITELIST_2 "127.0.0.1"
  18. ##!define XMLRPC_WHITELIST_3 "127.0.0.1"
  19. # *** To run in debug mode:
  20. # - define WITH_DEBUG
  21. #
  22. # *** To enable TLS support execute:
  23. # - adjust CFGDIR/tls.cfg as needed
  24. # - define WITH_TLS
  25. #
  26. # *** To enable XMLRPC support execute:
  27. # - define WITH_XMLRPC
  28. # - adjust route[XMLRPC] for access policy
  29. #
  30. # *** To enable a Homer SIP-Capter-Node:
  31. # - define CAPTURE_NODE with a proper address
  32. #
  33. # *** To forwarding to PSTN for unknown users:
  34. # - define PEERING
  35. #
  36. # Enabled Features for this host:
  37. ##!define WITH_DEBUG
  38. ##!define WITH_TLS
  39. #!define WITH_XMLRPC
  40. ##!define PEERING
  41. ##!define FALLBACK_AUTH