Displaying 8 results from an estimated 8 matches for "forcegreet".
Did you mean:
force_reset
2007 Sep 14
6
Force a new user to configure Comedian mail?
In Asterisk 1.4, is there any way to "force" new users to configure
their mailbox? I'm thinking a simple IVR that holds a user's hand
through changing their PIN, recording their name, and setting up one or
both greetings, the very first time they use the account.
I know I can publish docs that tell them how to use the "0" menu and do
this by hand... but users are
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
2005 Mar 21
2
Why isasterisk's voice mail calledcomedian.
...ebtree.com]
> Plus if you send your users to VoicemailMain(${CALLERIDNUM})
> they don't hear
> it at all.
> They just get "enter password".
Yup. If you do that, the only time they hear it is during the initial setup
call (if you have "forcename=yes" or "forcegreetings=yes" set.)
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
...--+---------------------+
| uniqueid | customer_id | context | mailbox | password |
fullname | email | pager | tz | attach | saycid |
dialout | callback | review | operator | envelope | sayduration |
saydurationm | sendvoicemail | delete | nextaftercmd | forcename |
forcegreetings | hidefromdir | stamp |
+----------+-------------+--------------+------------+----------+--------------+-----------------------+-------+---------+--------+--------+---------+----------+--------+----------+----------+-------------+--------------+---------------+--------+-----------...
2006 Feb 23
0
maxmessages and maxgreet per mailbox
...;no',
`saydurationm` tinyint(4) NOT NULL default '1',
`sendvoicemail` varchar(4) NOT NULL default 'no',
`delete` varchar(4) NOT NULL default 'no',
`nextaftercmd` varchar(4) NOT NULL default 'yes',
`forcename` varchar(4) NOT NULL default 'no',
`forcegreetings` varchar(4) NOT NULL default 'no',
`hidefromdir` varchar(4) NOT NULL default 'yes',
`stamp` timestamp(14) NOT NULL,
`maxmsg` int NOT NULL default '60',
PRIMARY KEY (`uniqueid`),
KEY `mailbox_context` (`mailbox`,`context`)
) TYPE=MyISAM ;
Is it possible to...
2007 Jan 09
2
Attatching VM via email for more than one user
...les and Service
email => user1@domain.com
email => user2@domain.com
tz => eastern
attach => yes
saycid => yes
review => no
operator => no
envelope => no
sayduration => no
saydurationm => 1
sendvoicemail => no
delete => no
nextaftercmd => yes
forcename => no
forcegreetings => no
hidefromdir => yes
stamp => 2007-01-09 19:19:39
For some reason the VM's will only come in to the second address. And not the first. I looked in to the mail logs and I see no errors. Thanks.
Dovid
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2015 Jan 20
1
Mailbox password change problem on realtime engine
...e_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_unicode_ci DEFAULT NULL,
`forcegreetings` char(3) COLLATE utf8_unicode_ci DEFAULT NULL,
`callback` char(80) COLLATE utf8_unicode_ci DEFAULT NULL,
`dialout` char(80) COLLATE utf8_unicode_ci DEFAULT NULL,
`exitcontext` char(80) COLLATE utf8_unicode_ci DEFAULT NULL,
`maxmsg` int(5) DEFAULT NULL,
`volgain` decimal(5,2) DEFAULT N...
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
;