WARNING: this is an automatic post retrieved from the Asterisk-Users Mailing List, not an authored post
Mailing-list Colector
February 13, 2012
Asterisk-Users
Tags: call, cellphone rings, echo canceler, phone, PRI, sangoma, sip phone
Hi all !
We currently have an asterisk box that is rather old (runs Asterisk
1.4.21.2), and it’s connected to the PSTN with a sangoma A104d card.
Now we have a new PRI at another location, and I use that occasion to
build 2 new servers, one to replace our aging one and a new one for this new
pri.
So I downloaded the lastest libpri / asterisk / wanpipe driver, but the
previous version of dahdi (2.5), since the latest wanpipe isn’t compatible
with dahdi 2.6. All is built from source
Now, all seems to be working OK. I can connect a SIP phone to my new box,
make calls to the outside, receive calls etc.
But, I can’t seem to bridge a call. So on my new server, with the new PRI, I
got a Sangoma a104 card (no echo-canceler on this one).
In my extensions.ael, I got this :
418nxxxxx1 => {
Answer();
Wait (2);
Playback(demo-thanks);
Dial(${TRUNK}/418nxxxxx2);
};
TRUNK is DAHDI/G1
Where 418nxxxxx1 is a DID on my new PRI and 418nxxxxx2 is my cellphone
number.
When I do a call from my home phone or cell phone to my new PRI to
418nxxxxx1, I hear the demo-thanks file, and then it dials out. My cellphone
rings, but as soon as I pick up the call, the calls hangs up :