diff --git a/codecs/codec_zap.c b/codecs/codec_zap.c index 5d05d35451..9ccdd5dc28 100644 --- a/codecs/codec_zap.c +++ b/codecs/codec_zap.c @@ -181,7 +181,7 @@ static int zap_translate(struct ast_trans_pvt *pvt, int dest, int source) { /* Request translation through zap if possible */ int fd; - unsigned int x = ZT_TCOP_RESET; + unsigned int x = ZT_TCOP_ALLOCATE; struct pvt *ztp = pvt->pvt; struct zt_transcode_header *hdr; int flags;