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
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 better informed, hence they > will/should not think that > their VOIP/telco provider(s) are providing bad service. > > > Ta > SJ > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Matteo Brancaleoni Espia System Administrator Email : mbrancaleoni@espia.it Web : http://www.espia.it Phone : +39 02 70633354 - ext 201 IAX(2): guest@213.140.14.155 - ext 201 Iaxtel: 1-700-56-62458 - ext 201
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 bad service. >A good suggestions. I know that a couple of Asterisk gurus tried to hack something the other night, since this is something we all want. A couple of patches crashed Asterisk, so there had to be redesign. I don't know if they succeeded. Regardless, there is work going on. Nothing done yet in the CVS. /O
Philipp von Klitzing
2004-Jan-08 08:58 UTC
[Asterisk-Users] AbsoluteTimeout Users Messages
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 calling party of the reason why the call suddenly ended?
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 "AbsoluteTimeout" application to notify >>> called and calling party of the reason why the call suddenly ended? > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-usersI tried it... IT WORKS. The calling party hears the message, but unfortunately the called party DOES NOT hear anything. Is there any other configuration needed for called party? SJ
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 - 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 calling party of the reason why the call suddenly ended? > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- Matteo Brancaleoni Espia System Administrator Email : mbrancaleoni@espia.it Web : http://www.espia.it Phone : +39 02 70633354 - ext 201 IAX(2): guest@213.140.14.155 - ext 201 Iaxtel: 1-700-56-62458 - ext 201