mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Fix some things on the console and start implementing the transfer.
This commit is contained in:
@@ -38,7 +38,8 @@ typedef enum {
|
||||
FSCOMM_CALL_STATE_RINGING = 0,
|
||||
FSCOMM_CALL_STATE_TRYING = 1,
|
||||
FSCOMM_CALL_STATE_ANSWERED = 2,
|
||||
FSCOMM_CALL_STATE_FAILED = 3
|
||||
FSCOMM_CALL_STATE_FAILED = 3,
|
||||
FSCOMM_CALL_STATE_TRANSFER = 4
|
||||
} fscomm_call_state_t;
|
||||
|
||||
typedef enum {
|
||||
@@ -76,6 +77,8 @@ public:
|
||||
void setAnsweredEpoch(qulonglong time) { _answeredEpoch = time/1000000; }
|
||||
QTime getCurrentStateTime();
|
||||
|
||||
/*bool transfer();*/
|
||||
|
||||
private:
|
||||
QSharedPointer<Channel> _channel; /* This should be our portaudio channel */
|
||||
QSharedPointer<Channel> _otherLegChannel;
|
||||
|
Reference in New Issue
Block a user