mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
Make UI enhancements and refactor some code. We still have bugs on handling multiple calls and switching between them.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16431 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -45,10 +45,9 @@ typedef enum {
|
||||
FSCOMM_CALL_DIRECTION_OUTBOUND = 1
|
||||
} fscomm_call_direction_t;
|
||||
|
||||
class Call
|
||||
{
|
||||
class Call {
|
||||
public:
|
||||
Call(void);
|
||||
Call();
|
||||
Call(int call_id, QString cid_name, QString cid_number, fscomm_call_direction_t direction, QString uuid);
|
||||
QString getCidName(void) { return _cid_name; }
|
||||
QString getCidNumber(void) { return _cid_number; }
|
||||
|
Reference in New Issue
Block a user