[Asterisk-Users] limiting out going calls to a maximum duration

duncan duncan at impede.net
Mon Aug 4 08:29:13 MST 2003


>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




More information about the asterisk-users mailing list