aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_zap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index ff8d09c5f..2709b02d9 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -8928,7 +8928,7 @@ static int start_pri(struct zt_pri *pri)
pri->dchanavail[i] &= ~DCHAN_NOTINALARM;
bi.txbufpolicy = ZT_POLICY_IMMEDIATE;
bi.rxbufpolicy = ZT_POLICY_IMMEDIATE;
- bi.numbufs = 16;
+ bi.numbufs = 32;
bi.bufsize = 1024;
if (ioctl(pri->fds[i], ZT_SET_BUFINFO, &bi)) {
ast_log(LOG_ERROR, "Unable to set appropriate buffering on channel %d\n", x);