All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.iap.rmi2phone_req
java.lang.Object
|
+----iceberg.iap.rmi2phone_req
- public class rmi2phone_req
- extends Object
- implements Serializable
rmi2phone_req - defines the RMI request message (input to the RMI
call). This is not relevant when operating with a call agent.
-
BYE
-
-
callee_uniqid
- The callee's unique-id (in LDAP DN format)
-
calleeid
- The callee-id (in LDAP DN format)
-
caller_data_ip_addr
- Should be part of an XML connector descr idaelly
-
caller_data_port
- Should be part of an XML connector descr idaelly
-
caller_type
- Should be an XML operator descr ideally
-
caller_uniqid
- The caller's unique-id (in LDAP DN format)
-
callerid
- The caller-id (in LDAP DN format)
-
callid
- UUID generated by caller
-
DTMF
-
-
GSM_TYPE
-
-
INVITE
-
-
reqtype
- Could be INVITE, BYE or DTMF
-
request_RMI
- RMI URL to use to contact caller IAP.
-
TEXT_TYPE
-
-
rmi2phone_req(String, String, String, String, String, String, String, String, String, int)
-
-
toString()
-
reqtype
public String reqtype
- Could be INVITE, BYE or DTMF
callid
public String callid
- UUID generated by caller
callerid
public String callerid
- The caller-id (in LDAP DN format)
caller_uniqid
public String caller_uniqid
- The caller's unique-id (in LDAP DN format)
calleeid
public String calleeid
- The callee-id (in LDAP DN format)
callee_uniqid
public String callee_uniqid
- The callee's unique-id (in LDAP DN format)
request_RMI
public String request_RMI
- RMI URL to use to contact caller IAP. Required since java does
not allow you to get the RMI client
caller_type
public String caller_type
- Should be an XML operator descr ideally
caller_data_ip_addr
public String caller_data_ip_addr
- Should be part of an XML connector descr idaelly
caller_data_port
public int caller_data_port
- Should be part of an XML connector descr idaelly
INVITE
public static final String INVITE
BYE
public static final String BYE
DTMF
public static final String DTMF
GSM_TYPE
public static final String GSM_TYPE
TEXT_TYPE
public static final String TEXT_TYPE
rmi2phone_req
public rmi2phone_req(String reqtype,
String callid,
String callerid,
String caller_uniqid,
String calleeid,
String callee_uniqid,
String request_RMI,
String caller_type,
String caller_data_ip_addr,
int caller_data_port)
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index