diff --git a/src/mod/endpoints/mod_skypopen/mod_skypopen.c b/src/mod/endpoints/mod_skypopen/mod_skypopen.c index 9d4c270e6e..4d02d3a282 100644 --- a/src/mod/endpoints/mod_skypopen/mod_skypopen.c +++ b/src/mod/endpoints/mod_skypopen/mod_skypopen.c @@ -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", diff --git a/src/mod/endpoints/mod_skypopen/skypopen.h b/src/mod/endpoints/mod_skypopen/skypopen.h index ddeebdfae7..ccff65b0af 100644 --- a/src/mod/endpoints/mod_skypopen/skypopen.h +++ b/src/mod/endpoints/mod_skypopen/skypopen.h @@ -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