RE: [asterisk-users] Ringing timer

2006-07-28 Thread Michel Zenone
Ok.Thanks a lot! I will try!

___
--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


Re: [asterisk-users] Ringing timer

2006-07-27 Thread Zenone
- Message d'origine 
De: Mojo with Horan  Company, LLC [EMAIL PROTECTED]
A: Zenone [EMAIL PROTECTED], 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 = _0X,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


___
--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


Re: [asterisk-users] Ringing timer

2006-07-27 Thread Ralph Liebessohn
On 7/26/06, Zenone [EMAIL PROTECTED] wrote:
But my question was, is it possible to free the channel if it rings toolong?MichelUsing this thread, is there a way to make differents rings? When receiving a call from a internal user () rings different when a external agent calls ().
-- Ralph LiebessohnICQ: 74835911Skype: liebessohn
___
--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


RE: [asterisk-users] Ringing timer

2006-07-27 Thread Alexander Lopez








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:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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
[EMAIL PROTECTED] 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 () rings different when a
external agent calls (). 

-- 
Ralph Liebessohn
ICQ: 74835911
Skype: liebessohn 






___
--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


[asterisk-users] Ringing timer

2006-07-26 Thread Zenone
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


RE: [asterisk-users] Ringing timer

2006-07-26 Thread Alexander Lopez
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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 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
___
--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


RE: [asterisk-users] Ringing timer

2006-07-26 Thread Zenone
But my question was, is it possible to free the channel if it rings too
long?
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


Re: [asterisk-users] Ringing timer

2006-07-26 Thread Eric \ManxPower\ Wieling

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.

___
--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


Re: [asterisk-users] Ringing timer

2006-07-26 Thread Zenone
- Message d'origine 
De: Eric ManxPower Wieling [EMAIL PROTECTED]
A: Zenone [EMAIL PROTECTED], 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:
 gt; But my question was, is it possible to free the channel if it rings
too
 gt; long?
 
 Yes.  quot;show application dialquot; 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.
 
 
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


___
--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


Re: [asterisk-users] Ringing timer

2006-07-26 Thread Mojo with Horan Company, LLC
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.


Zenone wrote:

- Message d'origine 
De: Eric ManxPower Wieling [EMAIL PROTECTED]
A: Zenone [EMAIL PROTECTED], 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:
gt; But my question was, is it possible to free the channel if it rings

too

gt; long?

Yes.  quot;show application dialquot; 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.




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


___
--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

!DSPAM:500,44c76db5240132002735277!



--
Mojo [EMAIL PROTECTED]
Office Manger, Horan  Company, LLC
(907) 747- x112
___
--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