[Asterisk-Users] Ring tone changes when asterisk answers the call

Kevin Walsh kevin at cursor.biz
Wed Jun 30 15:55:43 MST 2004


Scott Brooks [sbrooks at 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 at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/




More information about the asterisk-users mailing list