Scott Wolfe
2005-Apr-14 15:25 UTC
[Asterisk-Users] I dont want to hear the FXS port ring - TDM400?
Is there a way to have an FXS port not ring but just pick up? Here is what I am doing. 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. Here is my code in the extensions.conf and all works great except I don't want to hear the FXS port ring. exten => s,1,Wait(0) exten => s,n,Answer exten => s,n,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,n,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,n,DISA,no-password|local -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050414/c27de4cb/attachment.htm
Henry Devito
2005-Apr-14 16:24 UTC
[Asterisk-Users] I dont want to hear the FXS port ring - TDM400?
In your zapata.conf set usecallerid=no callwaitingcallerid=no and immediate=yes. Remove the Wait(0) and start your first priority with answer. ----- Original Message ----- From: Scott Wolfe To: Asterisk-Users@lists.digium.com Sent: Thursday, April 14, 2005 5:25 PM Subject: [Asterisk-Users] I dont want to hear the FXS port ring - TDM400? Is there a way to have an FXS port not ring but just pick up? Here is what I am doing. 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. Here is my code in the extensions.conf and all works great except I don't want to hear the FXS port ring. exten => s,1,Wait(0) exten => s,n,Answer exten => s,n,DigitTimeout,5 ; Set Digit Timeout to 5 seconds exten => s,n,ResponseTimeout,10 ; Set Response Timeout to 10 seconds exten => s,n,DISA,no-password|local ------------------------------------------------------------------------------ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050414/03e1a24c/attachment.htm