mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
Mega Changes
adding mod_park for putting channels in limbo state for remote control. adding stuff to mod_event_socket to let you do the bgapi <command> <args> this will let you execute a job in the bg and the result will be sent as an event with an indicated uuid to match the reply to the command adding switch_core_port_allocator (to be used soon) adding "make sure" to do a full rebild of the freeswitch object files There will be more to this committed as the week progresses make sure you do a rebuild after this update or you'll be sowwie ./configure && make sure git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2540 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -68,6 +68,8 @@ struct switch_stream_handle {
|
||||
void *end;
|
||||
switch_size_t data_size;
|
||||
switch_size_t data_len;
|
||||
switch_size_t alloc_len;
|
||||
switch_size_t alloc_chunk;
|
||||
switch_event_t *event;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user