CSM Base Configuration Elements

This section provides configuration samples of the elements used for minimal Oracle CSM operation.

Consider the following configuration settings for a base CSM:

  • The SIP Config must be enabled
    sip-config 
            state                                   enabled
  • You must have a default gateway in your system-config
    system-config
            default-gateway                          10.0.0.1  
  • You must have a core physical interface
    phy-interface
            name                                    s1p0
            operation-type                          Media
            port                                    1
            slot                                    0
  • You must have a core network interface
    network-interface
            name                                    s1p0
            sub-port-id                             0
            ip-address                              192.170.2.100
            netmask                                 255.255.255.0
            gateway                                 192.170.2.1
  • You must have a core realm
    realm-config
            identifier                              core1
            addr-prefix                             0.0.0.0
            network-interfaces                      s1p0:0
  • You must have a core SIP interface
    sip-interface
            state                                   enabled
            realm-id                                core1
            sip-port
            address                                 192.170.2.100
            registration-caching                    enabled
  • You must have an ENUM Configuration
    enum-config
            name                                    My_e164_cfg
            realm-id                                core1
            enum-servers                            192.170.2.201
  • You must have a Subscriber Database
    home-subscriber-server
            name                                    My_HSS
            address                                 192.170.2.202
            realm                                   core1
  • You must have a Registration Event Profile
    regevent-notification-profile
            name                                    My_reg_event_Profile
  • You must have an Authentication Profile
    sip-authentication-profile
            name                                    My_Auth_Profile
            methods                                 REGISTER
            anonymous-methods                       *
            digest-realm                            My_Digest_Realm.com
            credential-retrieval-method             Cx
            credential-retrieval-config             My_HSS
  • You must have a Sip-Registrar
    sip-registrar
            name                                    My_Registrar_Name
            domains                                 my_customer1.com
            subscriber-database-method              Cx
            subscriber-database-config              My_HSS
            authentication-profile                  My_Auth_Profile
            home-server-route                       sip:192.170.2.201:5060
            routing-precedence                      REGISTRAR
            egress-realm-id                         core1
            options                                 e164-primary-config=enum:My_e164_Cfg
            regevent-notification-profile           My_reg_event_Profile