What's up with realtime voicemail? I have been going thtough and testing each feature that can be set as a column in the db, one by one.
Some do work, and some don't.
 
Here's some I have found that do work:
delete
envelope
maxmsg
review
saycid
 
and here's some that simply don't work:
attach (emails sent if there is something in the email field)
maxsilence (docs say the default is 0/off, but the default is 10s)
maxmessage
minmessage
maxlogins (how hard can this be?)
pbxskip
 
Has anyone got any idea on this?
 
Doug.
 
-----Original Message-----
From: Andrew Nowrot [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 2:12 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Call length limitation

On 6/27/06, William Piper <[EMAIL PROTECTED]> wrote:
Well, It was worth a shot.
Perhaps doing a some variation of the HANGUPCAUSE variable.

exten => xxxxx,2,Dial(Sip/xxxx|30|gL(60000:30000:10000))
exten => xxxxx,3,GoToIf($["${HANGUPCAUSE}" != "1"]?4:10)
exten => xxxxx,4,DeadAGI()
exten => xxxxx,10,hangup()

I will do that first thing in the morning (now it's getting late) and of course send the results to the list.

Cheers

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to