Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-10 Thread Nicolas Gudino
> > Andy Powell wrote: > > > >> Nicolas, > >> > >> I'd appreciate a copy of this if possible... got a url where I can > >> grab it? > >> > >> Thanks You can grab a copy from the bugtracker: http://bugs.digium.com/bug_view_page.php?bug_id=773 I've already sent the disclaimer to Digium.. Bes

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-10 Thread WipeOut
Olle E. Johansson wrote: Andy Powell wrote: Nicolas, I'd appreciate a copy of this if possible... got a url where I can grab it? Thanks Andy *** REPLY SEPARATOR *** On 09/01/2004 at 10:43 Nicolas Gudino wrote: Andy Powell wrote: I'd be nice to be able to play a tone (or

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-10 Thread Olle E. Johansson
Andy Powell wrote: Nicolas, I'd appreciate a copy of this if possible... got a url where I can grab it? Thanks Andy *** REPLY SEPARATOR *** On 09/01/2004 at 10:43 Nicolas Gudino wrote: Andy Powell wrote: I'd be nice to be able to play a tone (or message) at AbsoluteTimeou

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-09 Thread John Todd
Nicolas was good enough to add it to the bugtracker as a "do not add this feature" feature. I think this is an often-requested item, so if someone wants to take a swing at cleaning it up that would be great. http://bugs.digium.com/bug_view_page.php?bug_id=773 JT Nicolas, I'd appreciate

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-09 Thread Andy Powell
Nicolas, I'd appreciate a copy of this if possible... got a url where I can grab it? Thanks Andy *** REPLY SEPARATOR *** On 09/01/2004 at 10:43 Nicolas Gudino wrote: >> Andy Powell wrote: >> >> >I'd be nice to be able to play a tone (or message) at AbsoluteTimeout - >N >where

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-09 Thread Nicolas Gudino
> Andy Powell wrote: > > >I'd be nice to be able to play a tone (or message) at AbsoluteTimeout - N where N is a number os seconds before the cut-off... a bit like pay phones (used?) to do... > > I have implemented an 'horrible' patch that sort of works. I'm not very good at C, and I'm new to aste

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-09 Thread WipeOut
Andy Powell wrote: I'd be nice to be able to play a tone (or message) at AbsoluteTimeout - N where N is a number os seconds before the cut-off... a bit like pay phones (used?) to do... eg. beep beep beep beep beep click... Call terminated because you took to long explaining your probelm to th

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-09 Thread Andy Powell
I'd be nice to be able to play a tone (or message) at AbsoluteTimeout - N where N is a number os seconds before the cut-off... a bit like pay phones (used?) to do... eg. beep beep beep beep beep click... Call terminated because you took to long explaining your probelm to the support team, go

RE: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Senad Jordanovic
Philipp von Klitzing wrote: > Hi Matteo, > > are you 100% sure this works - will the call drop to the t extension > after AbsoluteTimeout has been reached? I think not... > > Just curious, > Philipp > >> exten => T,1,Playback(yourtimehascomeahahahaha) >> >>> Is there a provision for "AbsoluteTi

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Matteo Brancaleoni
Hi. no t, but T (note the case). absolutetimeout drops the call, but if the T (uppercase) exten exists , is called on timeout. see pbx.c at line 1750, more or less. Matteo. Matteo. Il gio, 2004-01-08 alle 16:58, Philipp von Klitzing ha scritto: > Hi Matteo, > > are you 100% sure this works -

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Philipp von Klitzing
Hi Matteo, are you 100% sure this works - will the call drop to the t extension after AbsoluteTimeout has been reached? I think not... Just curious, Philipp > exten => T,1,Playback(yourtimehascomeahahahaha) > > > Is there a provision for "AbsoluteTimeout" application to notify > > called and ca

RE: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Senad Jordanovic
Olle E. Johansson wrote: > Senad Jordanovic wrote: >> Hi, All >> >> Is there a provision for "AbsoluteTimeout" application to notify >> called and calling party of the reason why the call suddenly ended? >> >> This way, the parties will be much better informed, hence they >> will/should not think

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Olle E. Johansson
Senad Jordanovic wrote: Hi, All Is there a provision for "AbsoluteTimeout" application to notify called and calling party of the reason why the call suddenly ended? This way, the parties will be much better informed, hence they will/should not think that their VOIP/telco provider(s) are providing

Re: [Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Matteo Brancaleoni
exten => T,1,Playback(yourtimehascomeahahahaha) Il gio, 2004-01-08 alle 14:26, Senad Jordanovic ha scritto: > Hi, All > > Is there a provision for "AbsoluteTimeout" application to notify > called and calling party of the reason why the call suddenly ended? > > This way, the parties will be much

[Asterisk-Users] AbsoluteTimeout Users Messages

2004-01-08 Thread Senad Jordanovic
Hi, All Is there a provision for "AbsoluteTimeout" application to notify called and calling party of the reason why the call suddenly ended? This way, the parties will be much better informed, hence they will/should not think that their VOIP/telco provider(s) are providing bad service. Ta SJ