KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > callcontrol > CallControlForwarding

javax.telephony.callcontrol
Class CallControlForwarding

java.lang.Object
  |
  +--javax.telephony.callcontrol.CallControlForwarding

public static final int ALL_CALLS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CallControlForwarding(java.lang.String destAddress)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CallControlForwarding(java.lang.String destAddress,
                             int type)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CallControlForwarding(java.lang.String destAddress,
                             int type,
                             boolean internalCalls)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CallControlForwarding(java.lang.String destAddress,
                             int type,
                             java.lang.String caller)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int EXTERNAL_CALLS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FORWARD_ON_BUSY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FORWARD_ON_NOANSWER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int FORWARD_UNCONDITIONALLY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getDestinationAddress()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getFilter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String getSpecificCaller()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INTERNAL_CALLS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int SPECIFIC_ADDRESS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags