scscf.cfg.sample 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # SIP / UDP
  2. listen=udp:11.22.33.44:6060
  3. # SIP / TCP
  4. #listen=tcp:11.22.33.44:6060
  5. # SIP / TCP/TLS
  6. #listen=tls:11.22.33.44:6061
  7. #!define NETWORKNAME "ims.mnc001.mcc001.3gppnetwork.org"
  8. #!define HOSTNAME "scscf.mnc001.mcc001.3gppnetwork.org"
  9. #!define URI "sip:scscf.mnc001.mcc001.3gppnetwork.org:6060"
  10. alias=scscf.mnc001.mcc001.3gppnetwork.org
  11. # ENUM-Server to query:
  12. #!define ENUM_SUFFIX "mnc001.mcc001.3gppnetwork.org."
  13. # SIP-Address of capturing node, if not set, capturing is disabled.
  14. ##!define CAPTURE_NODE "sip:127.0.0.1:9060"
  15. # Connection URL for the database:
  16. # For use with a single database:
  17. ##!define DB_URL "mysql://scscf:[email protected]/scscf"
  18. # For use with DB_Cluster: con1 (primary), con2 (backup)
  19. ##!define DB_URL "con1=>mysql://scscf:[email protected]/scscf"
  20. ##!define DB_URL2 "con2=>mysql://scscf:[email protected]/scscf"
  21. # Select Authorization Algorhithm:
  22. ##!define REG_AUTH_DEFAULT_ALG "AKAv1-MD5"
  23. ##!define REG_AUTH_DEFAULT_ALG "AKAv2-MD5"
  24. ##!define REG_AUTH_DEFAULT_ALG "MD5"
  25. ##!define REG_AUTH_DEFAULT_ALG "CableLabs-Digest"
  26. ##!define REG_AUTH_DEFAULT_ALG "3GPP-Digest"
  27. ##!define REG_AUTH_DEFAULT_ALG "TISPAN-HTTP_DIGEST_MD5"
  28. # Let the HSS decide
  29. #!define REG_AUTH_DEFAULT_ALG "HSS-Selected"
  30. # Number of TCP Processes
  31. #!define TCP_PROCESSES 3
  32. ##!define RO_FORCED_PEER "[email protected]"
  33. #!define RO_DESTINATION "hssocs.voiceblue.com"
  34. #!define RO_ROOT "[email protected]"
  35. #!define RO_EXT "ext"
  36. #!define RO_MNC "07"
  37. #!define RO_MCC "262"
  38. #(see https://en.wikipedia.org/wiki/Mobile_country_code_(MCC))
  39. #!define RO_RELEASE "8"
  40. # See http://tools.ietf.org/html/rfc4006#section-4.1.2 for the definition of the Service-Context
  41. ##!define XMLRPC_WHITELIST_1 "127.0.0.1"
  42. ##!define XMLRPC_WHITELIST_2 "127.0.0.1"
  43. ##!define XMLRPC_WHITELIST_3 "127.0.0.1"
  44. # Several features can be enabled using '#!define WITH_FEATURE' directives:
  45. #
  46. # *** To run in debug mode:
  47. # - define WITH_DEBUG
  48. #
  49. # *** To enable TCP support execute:
  50. # - define WITH_TCP
  51. #
  52. # *** To enable XMLRPC support execute:
  53. # - define WITH_XMLRPC
  54. # - this will automagically enable TCP
  55. #
  56. # *** To enable the Ro-Interface:
  57. # - Configure Ro-Diameter-Interface in scscf.xml
  58. # - define WITH_RO
  59. #
  60. # *** To enable a Homer SIP-Capter-Node:
  61. # - define CAPTURE_NODE with a proper address
  62. #
  63. # Enabled Features for this host:
  64. ##!define WITH_DEBUG
  65. ##!define WITH_XMLRPC
  66. ##!define WITH_RO
  67. ##!define WITH_RO_TERM
  68. ##!define WITH_AUTH