Skip to content
Snippets Groups Projects
Commit 801bb606 authored by jpbl's avatar jpbl
Browse files

getcallstatus 206 not longer send a unhold

parent 8cc05a3b
Branches
Tags
No related merge requests found
......@@ -64,7 +64,7 @@ CallStatusRequest::onSuccess(const std::string &code, const std::string &message
if(code == "206") {
std::list< std::string > args = Request::parseArgs(message);
if(args.size() >= 2) {
PhoneLineManager::instance().selectLine(*args.begin());
PhoneLineManager::instance().selectLine(*args.begin(), true);
}
else {
_debug("CallStatusRequest Error: cannot get current line.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment