skypopen: sk list the DEAD state

This commit is contained in:
Giovanni Maruzzelli 2010-10-28 13:47:15 -05:00
parent aea12d1f9f
commit 3a3c5d261f
2 changed files with 3 additions and 2 deletions

View File

@ -109,7 +109,8 @@ char *interface_status[] = { /* should match SKYPOPEN_STATE_xxx in skypopen.h */
"DOUBLE",
"SELECTD",
"HANG_RQ",
"PREANSW"
"PREANSW",
"DEAD"
};
char *skype_callflow[] = { /* should match CALLFLOW_XXX in skypopen.h */
"CALL_IDLE",

View File

@ -132,7 +132,7 @@ typedef enum {
#define SKYPOPEN_STATE_SELECTED 9
#define SKYPOPEN_STATE_HANGUP_REQUESTED 10
#define SKYPOPEN_STATE_PREANSWER 11
#define SKYPOPEN_STATE_DEAD 99
#define SKYPOPEN_STATE_DEAD 12
/*********************************/
/* call flow from the device */
#define CALLFLOW_CALL_IDLE 0