Package org.asteriskjava.config

Examples of org.asteriskjava.config.ConfigFile


        System.err.println("mailboxes: " + server.getVoicemailboxes());
    }

    public void testGetConfig() throws Exception
    {
        ConfigFile config;

        config = server.getConfig("voicemail.conf");
        assertEquals("voicemail.conf", config.getFilename());

        System.err.println(config.getCategories());
    }
View Full Code Here

TOP

Related Classes of org.asteriskjava.config.ConfigFile

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.