Package org.motechproject.mots.domain
Class CallDetailRecord
- java.lang.Object
 - 
- org.motechproject.mots.domain.BaseEntity
 - 
- org.motechproject.mots.domain.BaseTimestampedEntity
 - 
- org.motechproject.mots.domain.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. 
- 
- 
Constructor Summary
Constructors Constructor Description CallDetailRecord() 
 -