[asterisk-users] Voice mail "maxmessage " setting per mail box

Danny Nicholas danny at debsinc.com
Tue Apr 20 09:25:44 CDT 2010


FYI, you could run a second, third, 4th, etc. asterisk on the same box with
the sole purpose of the "other" asterisks being to serve up the IAX
connection and custom voicemail capability.  Or the "second" asterisk could
run an AGI to reload voicemail.conf for each caller, changing maxmessage on
an individual or group basis.  I do a similar thing with AMI - I keep it
turned off except for 10 min each morning when I enable to do line testing.

-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce
McAlister
Sent: Tuesday, April 20, 2010 9:18 AM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Voice mail "maxmessage " setting per mail box

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Danny,

Thanks for the tip, although a second instance of asterisk, in our
environment, could very well mean additional hardware to offer this
feature for a select few users. In some cases users want variable
options, leaving 30 minute long VM's, some 10 minutes long, and for the
most part 3 minutes is sufficient. For each defined length of time,
would require a new instance of asterisk to offer the maxmessage setting
requested.

Thanks again for the tip/work around.

Thanks
Bruce

On 20/04/2010 14:58, Danny Nicholas wrote:
> The "Out of the box" answer is no.  A "simple" workaround would be to have
a
> second instance of Asterisk that you connect to via IAX to let the
"special"
> group leave a longer message.
> 
> Exten => s,1,noop(voicemail processing)
> Exten => s,n,Gotoif(..special..)?longmail
> Exten => s,n,Voicemail(${EXTEN}@default)
> Exten => s,n,Playback(vm-goodbye)
> Exten => s,n,hangup
> Exten => s,n(longmail),Dial(IAX2/longmail/${EXTEN},20,m)
> 
> On server 2
> User 100
> Exten => 100,1,Voicemail(100 at default)
> Exten => 100,n,playback(vm-goodbye)
> Exten => 100,n,hangup
> 
> Users 100-199
> Exten => _1XX,1,Voicemail(${EXTEN}@default)
> Exten => _1XX,n,playback(vm-goodbye)
> Exten => _1XX,n,hangup
> 
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bruce
> McAlister
> Sent: Tuesday, April 20, 2010 8:35 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] Voice mail "maxmessage " setting per mail box
> 
> Hi All,
> 
> Is it at all possible to have the "maxmessage" setting on per
> user/mailbox value?
> 
> We have a requirement whereby we want the global maxmessage setting to
> be 180 seconds per mail box, however, we would like to have certain
> users to be able to store longer voice mail messages.
> 
> Is this at all doable in asterisk?
> 
> Thanks
> Bruce
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJLzbeIAAoJEI3A8f8Te208LoUH/2aF9fVQP2uSNueKZvm/1AKo
CrZ9s70PAszaXCxoj0+AHB0TemCtZ8BeVSKnUeItRKJzTcSoZ16zK1rLMEWl/5ep
H2w8ZgApujSlke0JrhvH6R0hjWj/YfPlWNuAyLY4k+txDrcrPrbSFXzwF/Pbhi08
fQi2iqaDS3jIQ8HbF7NAIeomJX8vFn7/k0tsf6LNCIETOd/22e4LT7MS1GhQEuEm
du3DKVBKwFwr3D0reUwn1R1OvjAR1B8nqAXGc4ZT/9VJ0XXTO3R0nmZU8BBFteuT
pA7xEmNBYl0hW+7wh5FyQAv35qcX25JL8CUo4P9FyY+lYCKQiJx+EWTz5G+nB1Y=
=BFFm
-----END PGP SIGNATURE-----

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

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




More information about the asterisk-users mailing list