Displaying 3 results from an estimated 3 matches for "sub_real".
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
...an_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_actual_gain(p->subs[SUB_REAL].zfd, 0, p->rxgain, p->txgain,
p->law);
switch(p->sig) {
case SIG_FXOLS:
2005 Sep 09
0
Doesn't finishes callerid spill
...//Flow enters in send callerid in a while loop which checks
cidpos<cidlen; Initial cidpos=0 and cidlen =8867
***************snip** send_callerid*****chan_zap.c****************
//
while(p->cidpos < p->cidlen) {
if(!p->cidpos)
{
res = write(p->subs[SUB_REAL].zfd, p->cidspill + p->cidpos,
p->cidlen - p->cidpos);
//res here comes out to be 160
}
if (res < 0) {
if (errno == EAGAIN)
return 0;
else {
ast_log(LOG_WARNING, "...