Skip to content
Snippets Groups Projects
Commit f5c57cbf authored by alexandresavard's avatar alexandresavard
Browse files

peer hung up segmentation fault solved

parent 2ee8dbb5
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ PluginManager::instance()
return _instance;
}
PluginManager::PluginManager()
PluginManager::PluginManager()
:_loadedPlugins()
{
_instance = this;
......
......@@ -110,6 +110,13 @@ class VoIPLink {
*/
virtual bool hangup(const CallID& id) = 0;
/**
* Peer Hung up a call
* @param id The call identifier
* @return bool True on success
*/
virtual bool peerHungup(const CallID& id) = 0;
/**
* Cancel the call dialing
* @param id The call identifier
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment