Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Connection Class Reference

Encapsulates a CAPI connection with all its states and methods. More...

#include <connection.h>

List of all members.

Public Types

enum  service_t { VOICE, FAXG3, OTHER }
 Type for describing the service of incoming and outgoing calls. More...
enum  disconnect_mode_t { ALL, PHYSICAL_ONLY, LOGICAL_ONLY }
 Tells disconnectCall() method how to disconnect. More...
enum  connection_state_t { DOWN, WAITING, UP, OTHER_STATE }
 Represents the current connection state in an easy way. More...

Public Member Functions

 Connection (Capi *capi, _cdword controller, string call_from, bool clir, string call_to, service_t service, string faxStationID, string faxHeadline) throw (CapiExternalError, CapiMsgError)
 Constructor. Create an object to initiate an outgoing call.
 ~Connection ()
 . Destructor. Deletes the connection object.
void registerCallInterface (CallInterface *call_if)
 Register the instance implementing the CallInterface.
void changeProtocol (service_t desired_service, string faxStationID, string faxHeadline) throw (CapiMsgError, CapiExternalError, CapiWrongState)
 Change the used B protcols (e.g. switch from speech to faxG3).
void start_file_transmission (string filename) throw (CapiError,CapiWrongState,CapiExternalError,CapiMsgError)
 called to start sending of a file
void stop_file_transmission ()
 called to stop sending of the current file, will block until file is really finished
void start_file_reception (string filename) throw (CapiWrongState, CapiExternalError)
 called to activate receive mode
void stop_file_reception ()
 called to stop receive mode
void disconnectCall (disconnect_mode_t disconnect_mode=ALL) throw (CapiMsgError)
 Terminate this connection.
void connectWaiting (service_t desired_service, string faxStationID="", string faxHeadline="") throw (CapiWrongState,CapiExternalError,CapiMsgError)
 Accept a waiting incoming call.
void rejectWaiting (_cword reject) throw (CapiWrongState, CapiMsgError, CapiExternalError)
 Reject a waiting incoming call.
void acceptWaiting () throw (CapiMsgError, CapiWrongState)
 disable timeout for a pending call (i.e. send ALERT)
void enableDTMF () throw (CapiWrongState, CapiMsgError)
 Enable indication for DTMF signals.
void disableDTMF () throw (CapiWrongState, CapiMsgError)
 Disable indication for DTMF signals.
string getDTMF ()
 read the saved DTMF characters
void clearDTMF ()
 Delete the saved DTMF characters.
string getCalledPartyNumber ()
 Return number of the called party (the source of the call).
string getCallingPartyNumber ()
 Return number of calling party (the destination of the call).
service_t getService ()
 Return currently used service mode.
_cword getCause ()
 Return disconnection cause given by the CAPI.
_cword getCauseB3 ()
 Return disconnection cause given by the CAPI.
connection_state_t getState ()
 Return the connection state.
fax_info_tgetFaxInfo ()
 Return fax information.
void errorMessage (string message)
 Output error message.
void debugMessage (string message, unsigned short level)
 Output debug message.

Protected Types

enum  plci_state_t {
  P0, P01, P1, P2,
  P3, P4, P5, P6,
  PACT
}
 State for the physical connection as defined in the CAPI spec. More...
enum  ncci_state_t {
  N0, N01, N1, N2,
  N3, N4, N5, NACT
}
 State for logical connection as defined in the CAPI spec. More...

Protected Member Functions

 Connection (_cmsg &message, Capi *capi, unsigned short DDILength=0, unsigned short DDIBaseLength=0, std::vector< std::string > DDIStopNumbers=std::vector< std::string >())
 Constructor. Create an object for an incoming call.
void connect_active_ind (_cmsg &message) throw (CapiWrongState, CapiMsgError)
 Called when we get CONNECT_ACTIVE_IND from CAPI.
void connect_b3_ind (_cmsg &message) throw (CapiWrongState, CapiMsgError)
 called when we get CONNECT_B3_IND from CAPI
void connect_b3_active_ind (_cmsg &message) throw (CapiError,CapiWrongState,CapiExternalError)
 called when we get CONNECT_B3_ACTIVE_IND from CAPI
void data_b3_ind (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get DATA_B3_IND from CAPI
void facility_ind_DTMF (_cmsg &message) throw (CapiError,CapiWrongState)
 called when we get FACILITY_IND from CAPI with facility selector saying it's DTMF
void info_ind_alerting (_cmsg &message) throw (CapiError,CapiWrongState)
 called when we get INFO_IND from CAPI with Info number saying it's ALERTING
bool info_ind_called_party_nr (_cmsg &message) throw (CapiError,CapiWrongState)
 called when we get INFO_IND from CAPI with Info number saying it's ALERTING
void disconnect_b3_ind (_cmsg &message) throw (CapiError,CapiWrongState)
 called when we get DISCONNECT_B3_IND from CAPI
void disconnect_ind (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get DISCONNECT_IND from CAPI
void connect_conf (_cmsg &message) throw (CapiWrongState, CapiMsgError)
 called when we get CONNECT_CONF from CAPI
void connect_b3_conf (_cmsg &message) throw (CapiWrongState, CapiMsgError)
 called when we get CONNECT_B3_CONF from CAPI
void select_b_protocol_conf (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get SELECT_B_PROTOCOL_CONF from CAPI
void alert_conf (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get ALERT_CONF from CAPI
void data_b3_conf (_cmsg &message) throw (CapiError,CapiWrongState, CapiMsgError, CapiExternalError)
 called when we get DATA_B3_CONF from CAPI
void facility_conf_DTMF (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get FACILITY_CONF from CAPI with facility selector saying it's DTMF
void disconnect_b3_conf (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get DISCONNECT_B3_CONF from CAPI
void disconnect_conf (_cmsg &message) throw (CapiError,CapiWrongState,CapiMsgError)
 called when we get DISCONNECT_CONF from CAPI
string prefix ()
 return a prefix containing this pointer and date for log messages
string getNumber (_cstruct capi_input, bool isCallingNr)
 format the CallingPartyNr or CalledPartyNr to readable string
void send_block () throw (CapiError,CapiWrongState,CapiExternalError,CapiMsgError)
 called to send next block (2048 bytes) of file
void buildBconfiguration (_cdword controller, service_t service, string faxStationID, string faxHeadline, _cword &B1proto, _cword &B2proto, _cword &B3proto, _cstruct &B1config, _cstruct &B2config, _cstruct &B3config) throw (CapiExternalError)
 called to build the B Configuration info elements out of given service
void convertToCP437 (string &text)
 convert a String from ISO8859-1 to CP437 (IBM PC-DOS charset)

Protected Attributes

enum Connection::plci_state_t plci_state
 State for the physical connection as defined in the CAPI spec.
enum Connection::ncci_state_t ncci_state
 State for logical connection as defined in the CAPI spec.
_cdword plci
 CAPI id for call.
_cdword ncci
 id for logical connection
service_t service
 as described in Connection::service_t, set to the last known service (either got from ISDN or set explicitly)
_cword connect_ind_msg_nr
 this is needed as connect_resp is given in another function as connect_ind
_cword disconnect_cause
 the disconnect cause as given by the CAPI in DISCONNECT_IND
_cword disconnect_cause_b3
 the disconnect cause as given by the CAPI in DISCONNECT_B3_IND
string call_from
 CallingPartyNumber, formatted as string with leading '0' or '+' prefix.
string call_to
 CalledPartyNumber, formatted as string.
string received_dtmf
 accumulates the received DTMF data, see readDTMF()
bool keepPhysicalConnection
 set to true to disable auto-physical disconnect after logical disconnect for one time
bool our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>our_call
 set to true if we initiated the call mItemRight" valign=bottom>