From 3b191255bfdccb18f111803694b94662f64e79ba Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sat, 24 Feb 2007 00:53:55 +0000 Subject: [PATCH] update to match zaptel 1.4 API change that was committed a few minutes ago git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@56548 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- codecs/codec_zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;