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

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

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

/**
 * PABX Hunting
 */
public class OvhOvhPabxHunting {
	/**
	 * The templated url of your CRM, opened by the banner application of your cloudpabx
	 *
	 * canBeNull && readOnly
	 */
	public String crmUrlTemplate;

	/**
	 * The name of your callcenter offer
	 *
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * Enable G729 codec on your callcenter
	 *
	 * canBeNull && readOnly
	 */
	public Boolean g729;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy