com.atomscat.freeswitch.xml.constant.SectionNames Maven / Gradle / Ivy
The newest version!
package com.atomscat.freeswitch.xml.constant;
/**
* @author th158
*/
public class SectionNames {
/**
* configuration:
* - ivr.conf
* -
*/
public static final String CONFIGURATION = "CONFIGURATION";
public static final String DIALPLAN = "DIALPLAN";
public static final String DIRECTORY = "DIRECTORY";
public static final String PHRASES = "PHRASES";
public static class Configuration {
public static final String IVR = "ivr.conf";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy