freetdm: remove SIGEVENT_ANSWER, was never used

This commit is contained in:
Moises Silva 2010-05-25 14:22:51 -04:00
parent 2cb8efc4bb
commit 166add6ed1
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ typedef enum {
typedef enum {
FTDM_SIGEVENT_START, /*!< Incoming call (ie: incoming SETUP msg or Ring) */
FTDM_SIGEVENT_STOP, /*!< Hangup */
FTDM_SIGEVENT_ANSWER, /*!< Outgoing call has been answered */
FTDM_SIGEVENT_UP, /*!< Outgoing call has been answered */
FTDM_SIGEVENT_FLASH, /*< Flash event (typically on-hook/off-hook for analog devices) */
FTDM_SIGEVENT_PROGRESS, /*!< Outgoing call is making progress */