search for: 9xxxx

Displaying 2 results from an estimated 2 matches for "9xxxx".

Did you mean: xxxx
2007 Apr 04
0
Bad Line Noise over T1
I've got a system where I'm integrating a Nortel Option 11c with a Trixbox 2.0.0 system using a Sangoma A101 T1 card. (Running on a Dell PowerEdge 350) We've got things mostly up and running and all seems well... except... If I call from a SIP extension (X-lite soft phone) dialing 9xxxx where xxxx is an extension on the Opt 11, the call goes through to the Opt 11 but I have terrible line noise in the earpiece of the softphone and low/distored audio back out of it to the hard phone on the Opt 11. The noise starts the moment the softphone goes 'off-hook' and the hard extensi...
2008 Jan 07
1
GotoIf() help
...ure I don't pick that up as dialing long distance. I think what I have below will work but it can probably be cleaned up.... alot. Any help is greatly appreciated. exten => s,n,GotoIf($[${DIAL_NUMBER} = 011XXXX. ] ? yescode : steptwo) exten => s,n,(steptwo),GotoIf($[${DIAL_NUMBER} = 9XXXXXX. ] ? yescode : stepthree) exten => s,n,(stepthree),GotoIf($[${DIAL_NUMBER} = 1NXXNX. ] ? yescode : nocode) exten => s,n,(yescode),Playback(please-enter-the&accounting) exten => s,n,Read(account|number|8) exten => s,n,SetAccount(${account}) exten => s,n,(nocode),Blah, Blah....