Displaying 9 results from an estimated 9 matches for "maxsecs".
2014 May 22
1
maxsecs not working
Hello,
We have servers running Asterisk 1.8.20.1 and 11.7.0, and on both setting
maxsecs in voicemail.conf doesn't seem to have any effect. A voicemail
keeps recording after the specified time, and when the caller hangs up the
voicemail is saved in the mailbox.
Are we doing something really silly?
Here's the voicemail.conf. We have tried 'voicemail reload' and restart...
2010 Apr 20
4
Voice mail "maxmessage " setting per mail box
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
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
2009 Aug 24
1
Problems sending voicemail emails
Hi everybody,
I'm trying my Asterisk to send emails when a new message arribes to a
voicemail user but no email arribes.
my voicemail configuration is the following:
VOICEMAIL.CONF:
[general]
format=wav
serveremail=asterisk at mydomain.com
attach=yes
maxmsg=20
maxsecs=180
minsecs=3
maxsilence=10
silencethreshold=128
maxlogins=3
fromstring="My Asterisk"
When I look at maillog file, this is what I get:
* n7OCivth003603: from=root, size=5340, class=0, nrcpts=1, msgid=<
Asterisk-1-227856683-222-3479 at MYSERVER>, relay=root at localhost
* n7OCiw9W00...
2016 May 09
2
voicemail: duration while leaving a message
<!DOCTYPE html>
<html><head>
<meta charset="UTF-8">
</head><body><p>Hello list,</p><p><br></p><p>I am asking when a caller want to leave a message to a mailbox with the application voicemail</p><p>How i can limit the duration for exemple 30 seconds.</p><p>exten =>
2015 Jan 26
2
asterisk 11.14 - voicemail incorrect duration
Hi all,
i use asterisk 11.14.0 and I suspect that the voicemail application
counts the time wrong.
In my voicemail.conf:
[general]
minsecs=3
maxsilence=5
format=wav
maxsecs=180
silencethreshold=140
[...cut..]
In the asterisk-cli:
[Jan 26 15:23:49] -- Executing [s at macro-voicemail:77]VoiceMail("SIP/XY-0005175a", "aNumber,su") in new stack
[Jan 26 15:24:04] -- <SIP/YX-0005175a> Playing 'beep.gsm' (language 'de')
[Jan...
2010 Jun 26
2
[voice mail] Estimating file size?
Hello
To run Asterisk on an embedded appliance, ie. where RAM and
non-volatile memory is an issue (respectively 64MB and 256MB), I need
to check how much space voice messages take to save and play back.
The appliance is connected to a landline in Europe (in case that makes
a difference as far as codecs are concerned).
Is there a document that shows the different options, with/without
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
...il.conf
[general]
format = wav49
serveremail = asterisk at rosecompanies.com
fromstring = ${VM_CALLERID}
emailsubject = New voicemail. Length: ${VM_DUR}
emailbody = ${VM_NAME}:\n\nYou have a new voicemail message. You
currently have ${VM_MSGNUM} messages in your
Inbox.\n\nFrom:\t\t${VM_CALLERID}\$
maxsecs = 600
minsecs = 4
skipms = 3000
maxsilence = 10
silencethreshold = 128
maxlogins = 20
userscontext = default
imapserver = localhost
imapfolder = INBOX
authuser = asterisk
authpassword = xxxxxxx
maxgreet = 360
operator = yes
maxmessage = 300
minmessage = 4
saycid = no
sayduration = no
envelope = no...
2014 May 29
1
voicemail with odbc
...n,VoiceMail(${EXTEN}@default,u)
exten => 702,1,Dial(SIP/xlite-1,17,tT)
same => n,VoiceMail(${EXTEN}@default,u)
exten => 703,1,Dial(SIP/ffa9,17,tT)
same => n,VoiceMail(${EXTEN}@default,u)
*Voicemail Configuration*
[general]
format=wav49|wav
attach=yes
maxmsg=999
maxsecs=600!
minsecs= 3
skipms=3000
maxlogins=3
odbcstorage=asterisk
odbctable=voicemessages
emailbody=Dear ${VM_NAME}:\n\n\tjust wanted to let you know you were just
${IF($["${VM_CIDNUM}" = "${ORIG_VM_CIDNUM}"]?left:forwarded)} a ${VM_DUR}
long message (number ${VM_MSGNUM})\nin m...
2013 Jan 22
2
Asterisk voicemail minimum length / silence settings
What I'm trying to achieve is that a voicemail message should be at
least 3 seconds long for it to be saved, but *after that* a prolonged
silence (e.g. 10 seconds) should terminate the call and recording.
My current settings (Asterisk 10.7.0 and 11.2.1) are:
; Minimum length of a voicemail message in seconds for the message to be kept
; The default is no minimum.
minsecs=3
;