<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
i tried that before.. it didnt actually work! it the call kept on going well beyound the allowed test seconds...<br>heres my extensions.conf:<br><br><br>[sipura-line]<br>exten => 301,1,Answer() ; Answer inbound calls<br>exten => 301,2,Playback(silence/1)<br>exten => 301,3,Background(simzy1) ; input an extension<br>exten => 301,4,WaitExten(8)<br>exten => 301,5,Dial(SIP/100,15) ; goes to operator<br>exten => 301,4,Wait(8)<br>include => spa<br>exten => _XXX,6,VoiceMail(100@default)<br>exten => 301,n,Hangup()<br><br><br><br><br>[spa]<br>exten =>_301,1,GoTo(sipura-line,${EXTEN},1)<br>exten => _1XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds so it will ring 3 times<br>exten => _1XX,2,VoiceMail(${EXTEN}@default) ; direct 2 voicemail box if line is busy or unavailable<br>exten => _1XX,3,HangUp()<br>exten => _2XX,1,Dial(SIP/${EXTEN},15) ;each ring equals to 5 seconds so it will ring 3 times<br>exten => _2XX,2,VoiceMail(${EXTEN}@default) ; directs to voicemail box if line is busy or unavailable<br>exten => _2XX,3,HangUp()<br>exten => _3XX,1,Dial(SIP/${EXTEN},15) ; each ring equals to 5 seconds so it will ring 3 times<br>exten => _3XX,2,VoiceMail(${EXTEN}@default) ; directs 2 voicemail box if line is busy or unavailable<br>exten => _3XX,3,HangUp()<br>exten =>_01,1,Dial(SIP/$(EXTEN)@300) ; old ogero line<br><span style="color: rgb(255, 0, 0);">exten =>_01,2,Set(TIMEOUT(absolute)=5)</span><br>exten =>_02,1,Dial(SIP/$(EXTEN)@304) ; new ogero line<br>exten =>_03,1,Dial(SIP/$(EXTEN)@305) ; samer<br>exten =>_04,1,Dial(SIP/$(EXTEN)@306) ; gilberte<br>exten =>_05,1,Dial(SIP/$(EXTEN)@307) ; conference<br>exten =>_06,1,Dial(SIP/$(EXTEN)@308) ; line 4<br>exten => 303,1,VoicemailMain ; voicemail box to be redirected to<br><br><br><br><br>> Date: Thu, 21 Aug 2008 20:26:48 +0300<br>> From: list-asterisk-users@gofferje.homelinux.org<br>> To: asterisk-users@lists.digium.com<br>> Subject: Re: [asterisk-users] 5 min limitation on phone calls! how to!<br>> <br>> RoLaNd RoLaNd schrieb:<br>> > Hello all!<br>> > <br>> > my last month's phone bill sky rocketed after i setup asterisk with<br>> > softphones all over the house!<br>> > <br>> > could someone help me set up a limitation for my wife and kids not to be<br>> > able to talk for more than 5 min at a time!<br>> > or like 20 min per week! or whtever limitation i could set for this!<br>> <br>> Set(TIMEOUT(absolute)=seconds)<br>> <br>> http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+AbsoluteTimeout<br>> <br>> <br>> Terve,<br>> Stefan<br>> <br>> -- <br>> Last words of a stormchaser:<br>> "Where is that rotation on the radar?!"<br>> <br>> <br>> _______________________________________________<br>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>> <br>> AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>> Register Now: http://www.astricon.net<br>> <br>> asterisk-users mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> http://lists.digium.com/mailman/listinfo/asterisk-users<br><br /><hr />Discover the new Windows Vista <a href='http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE' target='_new'>Learn more!</a></body>
</html>