mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-27 20:59:50 +00:00
skypopen: sk list the DEAD state
This commit is contained in:
parent
aea12d1f9f
commit
3a3c5d261f
@ -109,7 +109,8 @@ char *interface_status[] = { /* should match SKYPOPEN_STATE_xxx in skypopen.h */
|
|||||||
"DOUBLE",
|
"DOUBLE",
|
||||||
"SELECTD",
|
"SELECTD",
|
||||||
"HANG_RQ",
|
"HANG_RQ",
|
||||||
"PREANSW"
|
"PREANSW",
|
||||||
|
"DEAD"
|
||||||
};
|
};
|
||||||
char *skype_callflow[] = { /* should match CALLFLOW_XXX in skypopen.h */
|
char *skype_callflow[] = { /* should match CALLFLOW_XXX in skypopen.h */
|
||||||
"CALL_IDLE",
|
"CALL_IDLE",
|
||||||
|
@ -132,7 +132,7 @@ typedef enum {
|
|||||||
#define SKYPOPEN_STATE_SELECTED 9
|
#define SKYPOPEN_STATE_SELECTED 9
|
||||||
#define SKYPOPEN_STATE_HANGUP_REQUESTED 10
|
#define SKYPOPEN_STATE_HANGUP_REQUESTED 10
|
||||||
#define SKYPOPEN_STATE_PREANSWER 11
|
#define SKYPOPEN_STATE_PREANSWER 11
|
||||||
#define SKYPOPEN_STATE_DEAD 99
|
#define SKYPOPEN_STATE_DEAD 12
|
||||||
/*********************************/
|
/*********************************/
|
||||||
/* call flow from the device */
|
/* call flow from the device */
|
||||||
#define CALLFLOW_CALL_IDLE 0
|
#define CALLFLOW_CALL_IDLE 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user