From: Giovanni Maruzzelli Date: Thu, 28 Oct 2010 18:47:15 +0000 (-0500) Subject: skypopen: sk list the DEAD state X-Git-Tag: v1.2-rc1~265^2~11^2~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a3c5d261f6b1a84d0b024893115ef5ccdb026e0;p=thirdparty%2Ffreeswitch.git skypopen: sk list the DEAD state --- 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