All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.minidev.ovh.api.telephony.OvhCallDiagnosticCdrsBasic Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.telephony;

/**
 * Call diagnostic analyze structure call cdrs
 */
public class OvhCallDiagnosticCdrsBasic {
	/**
	 * SS7 ISUP cause codes
	 *
	 * canBeNull
	 */
	public String causeDescription;

	/**
	 * Hexadecimal SIP-to-SS7 ISUP cause codes
	 *
	 * canBeNull
	 */
	public OvhCallDiagnosticCauseEnum cause;

	/**
	 * Release location type : forward if the calling hangup, backward if the caller hangup, else local
	 *
	 * canBeNull
	 */
	public OvhReleaseLocationEnum releaseLocation;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy