Starting the CDR and RTCP Listeners

After installing the , start the CDR and RTCP listeners.
  1. For Linux, go to
    <APG_HOME>/Collecting/Text-Collector/avaya-voip-acm/conf/scripts
    .
    • ./avayaListeners.sh start – This option starts both RTCP and CDR listener
    • ./avayaListeners.sh status - This option shows the status of the listeners in the system.
    • ./avayaListeners.sh stop - This option stops the listeners.
    • ./avayaListeners.sh install – This option runs the listeners as a start option mentioned above addition to install the listeners into System startup so that it starts automatically when the system gets restarted / rebooted.
    As you run the above script with parameter start and install, two additional script files are generated. They are
    runAvayaCDRListener.sh
    and
    runAvayaRTCPListener.sh
    . These are actual files to start the listeners created by this script.