freetdm: add missing string for SIGEVENT_RELEASED

This commit is contained in:
Moises Silva 2010-11-24 09:28:34 -05:00
parent 1526f83c09
commit 473a04651c
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ typedef enum {
FTDM_SIGEVENT_COLLISION, /*!< Outgoing call was dropped because an incoming call arrived at the same time */
FTDM_SIGEVENT_INVALID
} ftdm_signal_event_t;
#define SIGNAL_STRINGS "START", "STOP", "UP", "FLASH", "PROGRESS", \
#define SIGNAL_STRINGS "START", "STOP", "RELEASED", "UP", "FLASH", "PROGRESS", \
"PROGRESS_MEDIA", "ALARM_TRAP", "ALARM_CLEAR", \
"COLLECTED_DIGIT", "ADD_CALL", "RESTART", "SIGSTATUS_CHANGED", "COLLISION", "INVALID"