Registration Event Profile Configuration

To configure a registration event profile:

  1. From superuser mode, use the following command sequence to access regevent-notification-profile command.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# regevent-notification-profile
    ORACLE(registration-event-profile)#
  2. To define the profile, simply name it and specify a timeout in seconds.
    ORACLE(registration-event-profile)# name reg-event-profile1
    ORACLE(registration-event-profile)# min-subscription-duration 2500
    ORACLE(registration-event-profile)# done
    ORACLE(registration-event-profile)# exit
  3. Navigate to the registrar for which you want registration event package support.
    ORACLE(session-router)# sip-registrar
    ORACLE(sip-registrar)# regevent-notification-profile reg-event-profile1
    ORACLE(sip-registrar)# done
    ORACLE(sip-registrar)# exit