Displaying 3 results from an estimated 3 matches for "tempgreetwarn".
2007 Mar 05
1
Voicemail question
Group
 In voicemail.conf I would like to having the following setup per
context not per-mailbox settings  
 
serveremail 
userscontext
fromstring
usedirectory
emailbody
pagerfromstring
dialout 
sendvoicemail
callback
review
operator
 volgain
nextaftercmd
forcename
forcegreetings
tempgreetwarn
 
Can this be done?
 
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070305/e1cc663b/attachment.htm
2015 Jan 20
1
Mailbox password change problem on realtime engine
...enant` varchar(10) COLLATE utf8_unicode_ci NOT NULL,
  `deletevoicemail` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `saycid` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `sendvoicemail` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `review` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `tempgreetwarn` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `operator` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `envelope` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `sayduration` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
  `saydurationm` int(3) DEFAULT NULL,
  `forcename` char(3) COLLATE utf8...
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
    ;