Class CallDetailRecord


  • @Entity
    public class CallDetailRecord
    extends BaseTimestampedEntity
    This class is used for storing the IVR callback. The IVR is sending the current call status to MOTS e.g. in progress, finished/failed. Call ids (incomingCallId or outgoingCallId depending how the call was scheduled) are used to fetch the details when the call is finished.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CallDetailRecord

        public CallDetailRecord()