Package org.freeswitch.esl.client.outbound.example

Examples of org.freeswitch.esl.client.outbound.example.SimpleHangupPipelineFactory


    @Test
    public void run_client() throws InterruptedException
    {
        log.info( "Test starting ..." );

        SocketClient client = new SocketClient( 8084, new SimpleHangupPipelineFactory() );
       
        client.start();
       
        Thread.sleep( 45000 );
View Full Code Here

TOP

Related Classes of org.freeswitch.esl.client.outbound.example.SimpleHangupPipelineFactory

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.