mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
make all buffers the same size
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@384 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -92,7 +92,7 @@ struct private_object {
|
||||
switch_frame read_frame;
|
||||
switch_codec read_codec;
|
||||
switch_codec write_codec;
|
||||
unsigned char read_buf[1024];
|
||||
unsigned char read_buf[SWITCH_RECCOMMENDED_BUFFER_SIZE];
|
||||
switch_caller_profile *caller_profile;
|
||||
int cid;
|
||||
int did;
|
||||
|
Reference in New Issue
Block a user