Robert Boardman
2003-Aug-04 08:26 UTC
[Asterisk-Users] limiting out going calls to a maximum duration
I want to limit my sons phone useage, by setting a 30min limit on out going calls from his room is there a simple way of doing this with asterisk? Thanks for your help Robb
duncan
2003-Aug-04 08:29 UTC
[Asterisk-Users] limiting out going calls to a maximum duration
>I want to limit my sons phone useage, by setting a 30min limit on out going >calls from his room > >is there a simple way of doing this with asterisk?id make him have a specific context, and set absolute timeout in it as 30 minutes (1800 seconds) [son-outbound] exten => _X.,1,AbsoluteTimeout,1800 exten => _X.,2,Dial,however you are dialing out... i think this should end the call after 1800 seconds... duncan
Jeremy McNamara
2003-Aug-04 08:40 UTC
[Asterisk-Users] limiting out going calls to a maximum duration
duncan wrote:> [son-outbound] > exten => _X.,1,AbsoluteTimeout,1800 > exten => _X.,2,Dial,however you are dialing out... > > i think this should end the call after 1800 seconds... >Not should, WILL end the call. We use AbsoluteTimeout like it is going out of style. Jeremy McNamara
Scott Stingel
2003-Aug-04 08:40 UTC
[Asterisk-Users] limiting out going calls to a maximum duration
But he will likely spend 30 minutes on the phone each evening, and then 3 hours plus hacking into your Linux system to remove this restriction! <s> But every kid likes a challenge..... (see the other post for a real suggestion) Cheers! Scott M. Stingel Emerging Voice Technology Inc. Palo Alto, California and London, England Email: scott@evtmedia.com URL: www.evtmedia.com -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Robert Boardman Sent: Monday, August 04, 2003 8:26 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] limiting out going calls to a maximum duration I want to limit my sons phone useage, by setting a 30min limit on out going calls from his room is there a simple way of doing this with asterisk? Thanks for your help Robb _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users