aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_modem_i4l.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_modem_i4l.c')
-rwxr-xr-xchannels/chan_modem_i4l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_modem_i4l.c b/channels/chan_modem_i4l.c
index c011a9fc8..a8d08a631 100755
--- a/channels/chan_modem_i4l.c
+++ b/channels/chan_modem_i4l.c
@@ -428,7 +428,7 @@ static struct ast_frame *i4l_read(struct ast_modem_pvt *p)
static int i4l_write(struct ast_modem_pvt *p, struct ast_frame *f)
{
-#define MAX_WRITE_SIZE 1024
+#define MAX_WRITE_SIZE 2048
unsigned char result[MAX_WRITE_SIZE << 1];
unsigned char b;
int bpos=0, x;