Hi, i have a Rhino R8FXX-EC + 1 FXS + 3 FXO Modules w/ Echo Cancellation and i have some echo problem, i am trying to adjust the RX/TX gain on the card, but doesn't seems to go well, I have follow this tutorial:
http://www.mattgwatson.ca/2008/05/howto-tune-zaptel-dahdi-fxo-interfaces-on-asterisk-pbx/
I have 4 PSTN Line connected to this card.
I am using the (905)290-0102 milliwatt test tone, when i adjust the RX gain to 14844, i have value like that:
Line 1:10.6
Line 2:9.8
Line 3:9.7
Line 4:9.8
When tuned like that, the line seems to have some noise on it. To adjust TX gain, i have open 4 ztmonitor windows 1 on each channel.
And every line is redirected to the milliwatt test tone i have here is the code:
So when i call the first line from the second line, i need to have the TX gain set to 19 before i can reach 148XX on the rx gain of the second line. and when i do that, the sound quality is really poor. I have found 1 bug in the setup, is when i connect the first line to the milliwatt application, it only seems to be sending at 46XX power, on my digium card it is sending at 148XX. so the question is, how i can adjust the RX TX gain on this card because as of now, it is pissing me off a little bit, the Only answer i have got from Rhino is:
But i can't think of 4 line defect on the same client. it is really impossible. Can someone explain me exactly what i have to do and if someone know of a working test number, it would be really nice! Thanx a lot!
http://www.mattgwatson.ca/2008/05/howto-tune-zaptel-dahdi-fxo-interfaces-on-asterisk-pbx/
I have 4 PSTN Line connected to this card.
I am using the (905)290-0102 milliwatt test tone, when i adjust the RX gain to 14844, i have value like that:
Line 1:10.6
Line 2:9.8
Line 3:9.7
Line 4:9.8
When tuned like that, the line seems to have some noise on it. To adjust TX gain, i have open 4 ztmonitor windows 1 on each channel.
And every line is redirected to the milliwatt test tone i have here is the code:
Code:
[to-milliwatt]
exten => s,1,Answer
;exten => s,n,Milliwatt()
exten => s,n,PlayTones(1004/1000)
exten => s,n,Wait(3000)
So when i call the first line from the second line, i need to have the TX gain set to 19 before i can reach 148XX on the rx gain of the second line. and when i do that, the sound quality is really poor. I have found 1 bug in the setup, is when i connect the first line to the milliwatt application, it only seems to be sending at 46XX power, on my digium card it is sending at 148XX. so the question is, how i can adjust the RX TX gain on this card because as of now, it is pissing me off a little bit, the Only answer i have got from Rhino is:
There was a net volume difference of about 26db in the recordings you sent. This is pretty drastic. You can tune your lines only so much before you have to call the telco which would be the next step. There may be a bad termination, old copper to or from the DMARK, a bridge tap, faulty shelf or any number of other factors at play. Essentially this is a wiring issue. Check your pairs make sure your terminations are good, check that you have no split pairs. If all your wiring checks out to the DMARK then the telco will have to work their side of the DMARK.
But i can't think of 4 line defect on the same client. it is really impossible. Can someone explain me exactly what i have to do and if someone know of a working test number, it would be really nice! Thanx a lot!