<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1498" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Is there a way to have an FXS
port not ring but just pick up? Here is what I am doing.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" /><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">I have Mitel 200SX plugged into
one of FXS ports on my TDM400 so that my Mitel users can make calls out via
VoIP. Currently when I dial that Mitel extension from the Mitel, it rings the
port on TDM400 and then answers, then drops to a dial tone so I can continue to
dial. Preferably I would like not to hear a ring but just give me back the dial
tone. <SPAN style="mso-spacerun: yes"> </SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Here is my code in the
extensions.conf and all works great except I don’t want to hear the FXS port
ring.<SPAN
style="mso-tab-count: 1">
</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><o:p> </o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">exten =>
s,1,Wait(0)<o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">exten =>
s,n,Answer<o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">exten =>
s,n,DigitTimeout,5<SPAN
style="mso-spacerun: yes">
</SPAN>; Set Digit Timeout to 5 seconds<o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">exten =>
s,n,ResponseTimeout,10<SPAN
style="mso-spacerun: yes">
</SPAN>; Set Response Timeout to 10 seconds<o:p></o:p></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=PT-BR
style="mso-ansi-language: PT-BR">exten =>
s,n,DISA,no-password|local</SPAN></P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=PT-BR
style="mso-ansi-language: PT-BR"></SPAN> </P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN lang=PT-BR
style="mso-ansi-language: PT-BR"><o:p></o:p></SPAN> </P></DIV></BODY></HTML>