search for: minsecs

Displaying 6 results from an estimated 6 matches for "minsecs".

Did you mean: insects
2013 Jan 22
2
Asterisk voicemail minimum length / silence settings
...onds 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 ; How many seconds of silence before we end the recording maxsilence=10 With these settings, I'm getting the following warning message. WARNING[21671] app_voicemail.c: maxsilence should be less than minsecs or you may get empty messages What are the "right" settings...
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 * n7OCiw9W003604: from=&...
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...
2015 Jan 20
1
Mailbox password change problem on realtime engine
..._ci DEFAULT NULL, `stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `welcomeoption` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `category` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `fromstring` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `minsecs` int(11) NOT NULL, PRIMARY KEY (`uniqueid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=218 ; -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150120/e14f8320/attachm...
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
...al] 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 review = yes...
2014 May 29
1
voicemail with odbc
...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 mailbox ${VM_MA...