search for: set_actual_gain

Displaying 2 results from an estimated 2 matches for "set_actual_gain".

2006 Jan 15
2
RX/TXgain on bristuff/zaptel ?
Do bristuffed zaptel (zaphfc) supporting rxgain/txgain in zapata.conf? I'm changing rxgain in zapata.conf, and reloading zaptel, but sound level on ISDN(HFC) is always the same (loud).
2003 Oct 17
0
zaptel: [rx|tx]gain on E1/PRI/isdn audio quality problems
...aw digital voice coming from the ISDN network is clipped when going through an iax channel. thanks, lele [1] incidentally, when trying to fix this problem I discovered that _at least in my setup_ chan_zap is not correctly setting the rxgain/txgain for outgoing calls. I nedeed to add a call to set_actual_gain() in zt_call(). --- chan_zap.c 14 Oct 2003 09:56:46 -0000 1.111 +++ chan_zap.c 17 Oct 2003 23:29:31 -0000 @@ -1305,6 +1311,8 @@ if (res) ast_log(LOG_WARNING, "Unable to flush input on channel %d\n", p->channel); p->outgoing = 1; + + set...