Displaying 5 results from an estimated 5 matches for "mailboxid".
2020 May 14
0
[Dovecot v2.3.9.3] HTTP API Endpoint for mailbox cryptokey operations
...l users
iterate_query = SELECT email AS user FROM virtual_users;
dovecot-sql-dict.conf.ext
=========================
#driver = mysql
connect = "host=/var/lib/mysql/mysql.sock user=<user> password=<pass>
dbname=<db>"
# User's private keys
map {
pattern =
priv/$mailboxid/vendor/vendor.dovecot/pvt/crypt/privkeys/$digest
table = virtual_users_cryptokeys_priv_dict
username_field = email
value_field = key_contents
fields {
mailbox_id = $mailboxid
key_digest = $digest
}
}
map {
pattern =
priv/$mailboxid/vendor/vendor.dovecot/pvt/server/ven...
2010 Mar 18
1
Voicemail Remote Access
Hi,
I'm trying to set up remote voicemail pickup. I've created the following dialplan, but when I press *, I am not sent to voicemailmain. The unavailable message just continues to play as normal.
exten => 2345551111,1,Set(MAILBOXID=1)
exten => 2345551111,n,Set(MAILBOXCONTEXT=company3)
exten => 2345551111,n,Voicemail(${MAILBOXID}@${MAILBOXCONTEXT},u)
exten => a,1,VoicemailMain(${MAILBOXID}@${MAILBOXCONTEXT})
Any ideas?
Thanks
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http:/...
2006 Apr 04
1
Realtime Database Lookup
...s there any way to do the following at point 3?:-
Lookup the realtime users db and read the MailBox column for that buddy.
If the mailbox column is empty, play a message saying "Sorry, no one is
available."
If the column has data in it, do the following:-
exten => _11XXXX,3,VoiceMail(MailBoxID)
Many thanks
Dan Journo
http://www.TextOver.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060404/6fc3f8db/attachment.htm
2011 Apr 09
1
asterisk-users Digest, Vol 81, Issue 27
...>> Sent from my iPhone
>>
>> On Apr 8, 2011, at 8:26 AM, vip killa <vipkilla at gmail.com> wrote:
>>
>> Wow, thanks, that worked...
>> in case anyone is interested this is what i did....
>>
>> [voicemail]
>> exten => a,1,VoiceMailMain(${MAILBOXID}@${MAILBOXCONTEXT},p)
>>
>> in AGI...
>>
>> $AGI->set_variable("MAILBOXID", $options);
>> $AGI->set_variable("MAILBOXCONTEXT","4");
>> $AGI->set_context("voicemail");
>> $AGI->exec("VoiceMail", $...
2007 Feb 20
0
problem with dialout option in voicemail.conf
...exts with entirely
different environement
the problem i have faced is:
when one of the local guy leaves a message i can call him back using his
extension as callback property in the voicemail.conf
if some outside guy leaves a message means i need to include his context
separately using
a separate mailboxid and password
if the no of users increses and if they are not listed as users in my
asterisk box means how can
i callback them when i review my voicemails using callback property in
voicemail.conf
thanks in advance
regards
asima
-------------- next part --------------
An HTML attachment was scrub...