Displaying 11 results from an estimated 11 matches for "forcename".
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.
...Charlton [mailto:asterisk@mcwebtree.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 |
+----------+-------------+--------------+------------+----------+--------------+-----------------------+-------+---------+--------+--------+---------+----------+--------+----------+----------+-------------+--------------+---------------+-------...
2015 Jun 16
4
howto copy a voicemail message to another machine ?
My asterisk server is in the cloud. Figuring out how to send an email is
too much brain damage. So i can't use the email feature that's built
into voicemail.
What I want to do is execute a remote command with the voicemail as an
argument. The remote machine command would email the message.
I'm thinking of:
same =>n,VoiceMail(vm,u)
same =>n,System(ssh myserver "emailVM
2015 Jun 16
0
howto copy a voicemail message to another machine ?
...ube
Goldberg machine to send email why don't you explain what you tried and
where you ran into problems?
In case it helps, here are my general settings in voicemail.conf:
[general]
attach=yes
maxsilence=10
serveremail=NULL at Vex.Net
format=wav49
fromstring=Vex.Net Voice Mail
nextaftercmd=yes
forcename=yes
pollmailboxes=yes
pollfreq=5
And for each extension I have this (sanitized):
1000 => 1234,D'Arcy,darcy at example.com
That's the extension, PIN, name and email address.
--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:darcy at Vex.Net
VoIP: sip:darcy...
2006 Feb 23
0
maxmessages and maxgreet per mailbox
...o',
`sayduration` varchar(4) NOT NULL default '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` (`m...
2015 Jun 16
2
howto copy a voicemail message to another machine ?
...in what you tried and
> where you ran into problems?
>
> In case it helps, here are my general settings in voicemail.conf:
>
> [general]
> attach=yes
> maxsilence=10
> serveremail=NULL at Vex.Net
> format=wav49
> fromstring=Vex.Net Voice Mail
> nextaftercmd=yes
> forcename=yes
> pollmailboxes=yes
> pollfreq=5
>
> And for each extension I have this (sanitized):
>
> 1000 => 1234,D'Arcy,darcy at example.com
>
> That's the extension, PIN, name and email address.
>
There's no problem setting up vm on *. I can't use email off t...
2007 Jan 09
2
Attatching VM via email for more than one user
...4
fullname => Sales 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 attachme...
2015 Jan 20
1
Mailbox password change problem on realtime engine
...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_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,
`ma...
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
;