VoiceCallClient Class Reference

Interacts with the voicecall service in order to manage calls.

#include <voicecallClient.h>

Inheritance diagram for VoiceCallClient:

Public Member Functions

 VoiceCallClient (std::string &ip, int dport, int sport)
 
void asyncGetCallSources (dpyVoicecall::call_sources_list_handler_function handler)
 
void getCallEvents_S (dpyVoicecall::call_event_handler_function handler)
 
void getCallSourceStatus (std::string sourceid, dpyVoicecall::source_status_handler_function handler)
 
void callSourceListEvent_S (dpyVoicecall::source_list_event_handler_function handler)
 
void monitorSourcesStatusEvents_S (dpyVoicecall::source_status_handler_function handler)
 
void asyncSetCallConfiguration (std::string sourceid, const dpyVoicecall::CallParameter &param, const std::string &value, dpyVoicecall::request_handler_function handler)
 
void asyncGetCallConfiguration (std::string sourceid, std::list< dpyVoicecall::CallParameter > parameters, dpyVoicecall::get_call_config_handler_function handler)
 
void asyncMakeCall (const std::string &sourceid, const std::string &destination, dpyVoicecall::make_call_handler_function handler)
 
void asyncAnswerCall (const std::string &callid, dpyVoicecall::request_handler_function handler)
 
void asyncFinishCall (const std::string &callid, dpyVoicecall::request_handler_function handler)
 
void asyncRedialLastNumber (const std::string &sourceid, dpyVoicecall::request_handler_function handler)
 
void asyncGetCallInfo (const std::string &callid, dpyVoicecall::get_info_handler_function handler)
 
void asyncGetAllCallInfo (dpyVoicecall::get_all_call_info_handler_function handler)
 
- Public Member Functions inherited from DpyMwClient
 DpyMwClient (std::string &ip, int dport, int sport)
 
void start ()
 
void stop ()
 
void subscribe (int messageType, boost::any handler)
 
void unsubscribe (int messageType)
 
bool isAlive ()
 
void monitorServiceAvailability_S (const f_hearbeat_handler &handler)
 
void monitorServiceAvailability_U ()
 

Additional Inherited Members

- Protected Member Functions inherited from DpyMwClient
void sendRequest (int requestType, int responseType, std::string content, boost::any handler, int ms_timeout=2000)
 
- Protected Attributes inherited from DpyMwClient
map_proto_register_client m_register_map
 
std::mutex m_map_mutex