org.siprop.v2.b2bua.sip.module.impl
Class AsteriskB2BUA

java.lang.Object
  extended by org.siprop.v2.b2bua.sip.AbstractSIPB2BUAModule
      extended by org.siprop.v2.b2bua.sip.module.impl.AsteriskB2BUA
All Implemented Interfaces:
B2BUAModule

public class AsteriskB2BUA
extends AbstractSIPB2BUAModule

AbstractSIPB2BUAModule for Asterisk.

Author:
noritsuna

Field Summary
static java.lang.String MODULE_NAME
          The name which shows this module.
 
Constructor Summary
AsteriskB2BUA()
          Constructor
 
Method Summary
 void receive(Context context)
          receive message.
 
Methods inherited from class org.siprop.v2.b2bua.sip.AbstractSIPB2BUAModule
getCallBackManager, getDeleteFlag, getModuleName, send, setCallBackManager, setDeleteFlag, setModuleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE_NAME

public static java.lang.String MODULE_NAME
The name which shows this module.

Constructor Detail

AsteriskB2BUA

public AsteriskB2BUA()
Constructor

Method Detail

receive

public void receive(Context context)
Description copied from interface: B2BUAModule
receive message.