org.jvoicexml.callmanager.mrcpv2
Class SipTerminal

java.lang.Object
  extended by org.jvoicexml.callmanager.mrcpv2.SipTerminal
All Implemented Interfaces:
Terminal

public final class SipTerminal
extends Object
implements Terminal

A SIP terminal manages a SIP phone that runs on the server side of JVoiceXML.

Since:
0.7.3
Version:
$Revision: 2355 $
Author:
Dirk Schnelle-Walka

Constructor Summary
SipTerminal(String terminalName, BaseCallManager callManager)
          Constructs a new object.
 
Method Summary
 String getName()
          
 void stopWaiting()
          
 void waitForConnections()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipTerminal

public SipTerminal(String terminalName,
                   BaseCallManager callManager)
Constructs a new object.

Parameters:
terminalName - name of this terminal.
callManager - the call manager
Method Detail

getName

public String getName()

Specified by:
getName in interface Terminal

waitForConnections

public void waitForConnections()
                        throws IOException

Specified by:
waitForConnections in interface Terminal
Throws:
IOException

stopWaiting

public void stopWaiting()

Specified by:
stopWaiting in interface Terminal


Copyright © 2008-2010JVoiceXML group.