Hi! Does a ringing timer exist in asterisk to control ringing duration? If not, is there a way to control ringing duration? Thanks in advance for your help, Michel ________________________________________________ Message sent using UebiMiau 2.7.8
If by ringing duration you mean how long a device will ring, then look at options to Dial If you mean how long the ring sounds to the callee look at indications.conf Alex -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Zenone Sent: Wednesday, July 26, 2006 5:38 AM To: asterisk-users@lists.digium.com Subject: [asterisk-users] Ringing timer Hi! Does a ringing timer exist in asterisk to control ringing duration? If not, is there a way to control ringing duration? Thanks in advance for your help, Michel ________________________________________________ Message sent using UebiMiau 2.7.8 _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
But my question was, is it possible to free the channel if it rings too long? Michel ________________________________________________ Message sent using UebiMiau 2.7.8
Zenone wrote:> But my question was, is it possible to free the channel if it rings too > long?Yes. "show application dial" in the Asterisk CLI will show you where the timeout goes on the Dial line. -- Now accepting new clients in Birmingham, Atlanta, Huntsville, Chattanooga, and Montgomery.
--------- Message d'origine -------- De: Eric ManxPower Wieling <eric@fnords.org> A: Zenone <zenone@telip.com>, Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Objet: Re: [asterisk-users] Ringing timer Date: 26/07/06 12:54> Zenone wrote: > > But my question was, is it possible to free the channel if it ringstoo> > long? > > Yes. "show application dial" in the Asterisk CLI will show youwhere> the timeout goes on the Dial line. > > -- > Now accepting new clients in Birmingham, Atlanta, Huntsville, > Chattanooga, and Montgomery. > >Thanks! I already read 'Unless there is a timeout specified, the Dial application will wait indefinitely until one of the called channels answers, the user hangs up, or if all of the called channels are busy or unavailable. Dialplan executing will continue if no requested channels can be called, or if the timeout expires.' But did the channel answer when its status is 'ringing'? I think yes but I'm maybe wrong. If I'm rigth the timeout option can't help me...What about you? ________________________________________________ Message sent using UebiMiau 2.7.8
--------- Message d'origine -------- De: Mojo with Horan & Company, LLC <mojo@horanappraisals.com> A: Zenone <zenone@telip.com>, Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Objet: Re: [asterisk-users] Ringing timer Date: 26/07/06 22:39> Yes, on a Zap FXO channel, when you can hear ringing, the timeout is > counting down, even if the remote party hasn't answered yet. >Thanks! But I don't understand why, when I wrote this: exten => _0XXXXXXXXX,2,Dial(${TRUNK}/${NUMPH},5,H|g) the called phone rings more than 5 seconds and finally goes on voicemail? ________________________________________________ Message sent using UebiMiau 2.7.8
On 7/26/06, Zenone <zenone@telip.com> wrote:> > But my question was, is it possible to free the channel if it rings too > long? > Michel >Using this thread, is there a way to make differents rings? When receiving a call from a internal user (XXXX) rings different when a external agent calls (XXXXXXXX). -- Ralph Liebessohn ICQ: 74835911 Skype: liebessohn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060727/86907982/attachment.htm
Use a variable that is set when the call comes in such as: Exten => s,n,Set(OUTSIDECALL=1) Then in your dial macro test for variable existence and change ring via alert info or other distinctive ring methods. It is unfortunate that it is heavily dependant on technology of the channel used. ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Ralph Liebessohn Sent: Thursday, July 27, 2006 5:28 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Ringing timer On 7/26/06, Zenone <zenone@telip.com> wrote: But my question was, is it possible to free the channel if it rings too long? Michel Using this thread, is there a way to make differents rings? When receiving a call from a internal user (XXXX) rings different when a external agent calls (XXXXXXXX). -- Ralph Liebessohn ICQ: 74835911 Skype: liebessohn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060727/1b28b950/attachment.htm