[Asterisk-cvs] asterisk/channels chan_zap.c,1.111,1.112
markster at lists.digium.com
markster at lists.digium.com
Tue Oct 21 22:38:57 CDT 2003
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv3871/channels
Modified Files:
chan_zap.c
Log Message:
SUpport gains on outbound calls
Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- chan_zap.c 14 Oct 2003 09:56:46 -0000 1.111
+++ chan_zap.c 22 Oct 2003 04:04:59 -0000 1.112
@@ -1306,6 +1306,8 @@
ast_log(LOG_WARNING, "Unable to flush input on channel %d\n", p->channel);
p->outgoing = 1;
+ set_actual_gain(p->subs[SUB_REAL].zfd, 0, p->rxgain, p->txgain, p->law);
+
switch(p->sig) {
case SIG_FXOLS:
case SIG_FXOGS:
More information about the svn-commits
mailing list