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:
parent
c109eee26e
commit
d0b4a78a56
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue