]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Removed unused SIGEVENT
authorDavid Yat Sin <dyatsin@sangoma.com>
Fri, 14 Jan 2011 17:52:37 +0000 (12:52 -0500)
committerDavid Yat Sin <dyatsin@sangoma.com>
Fri, 14 Jan 2011 17:52:37 +0000 (12:52 -0500)
libs/freetdm/src/include/freetdm.h

index 121aa18bf73bdf8742ddbcd31e5be835577ad6bd..50ceee4267fb82a543691cdab1b83d35e52230d5 100644 (file)
@@ -394,7 +394,6 @@ typedef enum {
        FTDM_SIGEVENT_ADD_CALL, /*!< New call should be added to the channel */
        FTDM_SIGEVENT_RESTART, /*!< Restart has been requested. Typically you hangup your call resources here */
        FTDM_SIGEVENT_SIGSTATUS_CHANGED, /*!< Signaling protocol status changed (ie: D-chan up), see new status in raw_data ftdm_sigmsg_t member */
-       FTDM_SIGEVENT_COLLISION, /*!< Outgoing call was dropped because an incoming call arrived at the same time */
        FTDM_SIGEVENT_FACILITY, /*!< In call facility event */
        FTDM_SIGEVENT_TRACE, /*!<Interpreted trace event */
        FTDM_SIGEVENT_TRACE_RAW, /*!<Raw trace event */