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

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to