mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Fix some things on the console and start implementing the transfer.
This commit is contained in:
@@ -112,3 +112,9 @@ QTime Call::getCurrentStateTime()
|
||||
int now = QDateTime::fromTime_t(time).secsTo(QDateTime::currentDateTime());
|
||||
return QTime::fromString(QString::number(now), "s");
|
||||
}
|
||||
|
||||
/*bool Call::transfer()
|
||||
{
|
||||
|
||||
g_FSHost.sendCmd("uuid_bridge", "")
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user