From: Giovanni Maruzzelli Date: Tue, 2 Nov 2010 07:19:18 +0000 (-0500) Subject: skypopen: callflow display reshuffle X-Git-Tag: v1.2-rc1~265^2~11^2~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ae4d10d78b08a4e1a2e25844251b7f41481f8f;p=thirdparty%2Ffreeswitch.git skypopen: callflow display reshuffle --- diff --git a/src/mod/endpoints/mod_skypopen/mod_skypopen.c b/src/mod/endpoints/mod_skypopen/mod_skypopen.c index ef21c20775..83c409c3f6 100644 --- a/src/mod/endpoints/mod_skypopen/mod_skypopen.c +++ b/src/mod/endpoints/mod_skypopen/mod_skypopen.c @@ -113,13 +113,13 @@ char *interface_status[] = { /* should match SKYPOPEN_STATE_xxx in skypopen.h */ "DEAD" }; char *skype_callflow[] = { /* should match CALLFLOW_XXX in skypopen.h */ - "CALL_IDLE", - "CALL_DOWN", - "INCOMING_RNG", + "IDLE", + "DOWN", + "INC_RNG", "CALL_DIALING", "CALL_LINEBUSY", "CALL_ACTIVE", - "INCOMING_HNG", + "INC_HNG", "CALL_RLEASD", "CALL_NOCARR", "CALL_INFLUX", @@ -129,17 +129,17 @@ char *skype_callflow[] = { /* should match CALLFLOW_XXX in skypopen.h */ "CALL_OUTRESTR", "CALL_SECFAIL", "CALL_NOANSWER", - "STATUS_FNSHED", - "STATUS_CANCLED", - "STATUS_FAILED", - "STATUS_REFUSED", - "STATUS_RINGING", - "STATUS_INPROGRS", - "STATUS_UNPLACD", - "STATUS_ROUTING", - "STATUS_EARLYMD", - "INCOMING_CLID", - "STATUS_RMTEHOLD" + "FNSHED", + "CANCLED", + "FAILED", + "REFUSED", + "RINGING", + "INPROGRS", + "UNPLACD", + "ROUTING", + "EARLYMD", + "INC_CLID", + "RMTEHOLD" };