[asterisk-commits] kpfleming: branch 1.4 r56548 - /branches/1.4/codecs/codec_zap.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Feb 23 17:53:56 MST 2007


Author: kpfleming
Date: Fri Feb 23 18:53:55 2007
New Revision: 56548

URL: http://svn.digium.com/view/asterisk?view=rev&rev=56548
Log:
update to match zaptel 1.4 API change that was committed a few minutes ago

Modified:
    branches/1.4/codecs/codec_zap.c

Modified: branches/1.4/codecs/codec_zap.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/codecs/codec_zap.c?view=diff&rev=56548&r1=56547&r2=56548
==============================================================================
--- branches/1.4/codecs/codec_zap.c (original)
+++ branches/1.4/codecs/codec_zap.c Fri Feb 23 18:53:55 2007
@@ -181,7 +181,7 @@
 {
 	/* 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;



More information about the asterisk-commits mailing list