Ryan Courtnage
2004-Jun-30 09:47 UTC
[Asterisk-Users] Ring tone changes when asterisk answers the call
On Wednesday 30 June 2004 22:13, Scott Brooks wrote:> I have a TDM400P card all installed, and I can call out from a sip phone, > but when I call from the PSTN into the asterisk machine, as soon as the > Answer() gets called, the dial tone changesIs there a reason you have to Answer() before you call Dial()? If you just call DIAL when calls come in, the call will be answered when Sip/pfriedel picks up. This should clear up the ring tone problem.> and is sounds like there is a > lot of static on the line.Do you hear this static when dialing out to PSTN as well? Check /proc/interrupts to make sure wcfxs has it's own IRQ. If it does have it's own IRQ, then it may the same problem that many people have had with these cards (intermittent STATIC noise). And I've yet to see/find a solution. Workaround is to unload/reload wcfxs... best to call Digium and let them know if this is the case.> > Below is the part of the dial plan for answering the call. > > > exten => s,1,Wait,1 > exten => s,2,Answer > exten => s,3,Dial(Sip/pfriedel,20,tT) > > > Thanks-- .................................. Ryan Courtnage Coalescent Systems Inc 403.244.8089 www.voxbox.ca
Scott Brooks
2004-Jun-30 15:13 UTC
[Asterisk-Users] Ring tone changes when asterisk answers the call
I have a TDM400P card all installed, and I can call out from a sip phone, but when I call from the PSTN into the asterisk machine, as soon as the Answer() gets called, the dial tone changes and is sounds like there is a lot of static on the line. Below is the part of the dial plan for answering the call. exten => s,1,Wait,1 exten => s,2,Answer exten => s,3,Dial(Sip/pfriedel,20,tT) Thanks -- Scott Brooks Network Operations Manager Binary Solutions Ltd. sbrooks@binary-soltions.net
Kevin Walsh
2004-Jun-30 15:55 UTC
[Asterisk-Users] Ring tone changes when asterisk answers the call
Scott Brooks [sbrooks@binary-solutions.net] wrote:> I have a TDM400P card all installed, and I can call out from a sip phone, > but when I call from the PSTN into the asterisk machine, as soon as the > Answer() gets called, the dial tone changes and is sounds like there is a > lot of static on the line. > > Below is the part of the dial plan for answering the call. > > exten => s,1,Wait,1 > exten => s,2,Answer > exten => s,3,Dial(Sip/pfriedel,20,tT) >Let the call be answered by the called user, rather than in advance by your dialplan. Remove the Wait and Answer commands (you had them in the wrong order anyway) and renumber "s,3,Dial(...)" to "s,1,Dial(...)". -- _/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h _/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz _/ _/ _/_/_/_/ _/ _/_/_/ _/ _/