Re: [asterisk-users] Dialplan loop

2007-08-14 Thread James Collier
85 10 Congestion -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] nombre de Anselm Martin Hoffmeister Enviado el: domingo, 12 de agosto de 2007 12:35 Para: Asterisk Users Mailing List - Non-Commercial Discussion Asunto: Re: [asterisk-users] Dialplan loop

Re: [asterisk-users] Dialplan loop

2007-08-12 Thread Anselm Martin Hoffmeister
Am Donnerstag, den 09.08.2007, 20:12 -0500 schrieb David Bandel: Folks, I'm trying to implement a simple loop in a dialplan. The object is to set a counter, run through some IVR options, increment the counter, return to the start, then finally fall through to an operator or voicemail.

Re: [asterisk-users] Dialplan loop

2007-08-11 Thread David Bandel
On 8/10/07, Tzafrir Cohen [EMAIL PROTECTED] wrote: On Thu, Aug 09, 2007 at 08:12:12PM -0500, David Bandel wrote: [snip] ... exten = s,n,Set(loop = $[${loop} + 1]) exten = s,n,Set(loop=$[${loop} + 1]) Thanx Tzafrir. It works now. I guess the documentation I read that said that white

Re: [asterisk-users] Dialplan loop

2007-08-10 Thread Tzafrir Cohen
On Thu, Aug 09, 2007 at 08:12:12PM -0500, David Bandel wrote: Folks, I'm trying to implement a simple loop in a dialplan. The object is to set a counter, run through some IVR options, increment the counter, return to the start, then finally fall through to an operator or voicemail. Am

[asterisk-users] Dialplan loop

2007-08-09 Thread David Bandel
Folks, I'm trying to implement a simple loop in a dialplan. The object is to set a counter, run through some IVR options, increment the counter, return to the start, then finally fall through to an operator or voicemail. Am using 1.4.10 and have reviewed doc/ exten = s,1,Set(TIMEOUT(digit)=5)