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

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

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

import java.util.Date;

/**
 * Dialplan
 */
public class OvhOvhPabxDialplan {
	/**
	 * Reject (hangup) anonymous calls
	 *
	 * canBeNull && readOnly
	 */
	public Boolean anonymousRejection;

	/**
	 * The timeout (in seconds) when bridging calls
	 *
	 * canBeNull && readOnly
	 */
	public Long transferTimeout;

	/**
	 * The presented number when bridging calls
	 *
	 * canBeNull && readOnly
	 */
	public OvhOvhPabxDialplanNumberPresentationEnum showCallerNumber;

	/**
	 * canBeNull && readOnly
	 */
	public Date lastUpdate;

	/**
	 * canBeNull && readOnly
	 */
	public Long dialplanId;

	/**
	 * The dialplan name
	 *
	 * canBeNull && readOnly
	 */
	public String name;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy