make event socket wait for hangup on outbound mode and send disconnect message

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10054 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-17 18:55:17 +00:00
parent c109eee26e
commit d0b4a78a56
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ typedef enum {
LFLAG_FULL = (1 << 4),
LFLAG_MYEVENTS = (1 << 5),
LFLAG_SESSION = (1 << 6),
LFLAG_ASYNC = (1 << 7),
LFLAG_ASYNC = (1 << 7)
} event_flag_t;
typedef enum {