Displaying 13 results from an estimated 13 matches for "imapfolders".
2008 Oct 06
0
no per mailbox imapfolder override? wow.
I'm looking at the app_voicemail.c from both 1.4 and 1.6.1 and seeing
that neither allows an individual mailbox to override the imapfolder
value. It seems entirely intuitive to me that one might want to do
that, not to mention how trivial it looks to add that to
app_voicemail.c.
Maybe my use-case is wrong though. Generally, each per-user voicemail
box should be a folder in the same
2009 Oct 19
3
IMAP voicemail using subfolders fails.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am running 1.6.0.15 and am trying to get IMAP storage working. I
have had no trouble doing so, except that I wish to create a subfolder
in my account for voicemail, such that I have:
#voicemail/
INBOX
Old
Family
Friends
Work
I can set IMAPFOLDER=#voicemail.INBOX in voicemail.conf and successfully
get voicemail to work as expected.
2014 Feb 28
1
VoiceMail Issue
Hello,
am attempting again to resolve an issue with multi-tenancy and the forwarding to VMs between mailboxes. If in a multi-tenancy environment one uses custom contexts ie.
[a1-ext1](a1)
mailbox=101 at a1
and the associated voicemail.conf entry:
[a1]
101 => 1234,My User 1,addr1 at email.com,,tz=eastern|imapuser=addr1 at email.com|imapfolder=Inbox
102 => 1234,My User 2,addr2 at
2007 Jul 18
1
Asterisk Voicemail Imap Storage with MS Exchange
Hi,
did anybody manage to configure Asterisk (1.4.8) with imap voicemail
storage together with an Microsoft Exchange Server (2003)?
I can connect my asterisk to a local dovecot imap server without problems.
But if I change the settings to our exchange server I can?t connect...
Here is my config:
imapserver=exchangeserver
imapport=143
expungeonhangup=no
imapfolder=INBOX
imapflags=notls
2010 Feb 16
0
Voicemail IMAP storage enhancement
Hello,
I have several voicemail accounts that share the same IMAP mailbox (same
imapuser), and I'd like to store their messages in separate IMAP
subfolders. I tried to set 'imapfolder' settings on a per voicemail
account basis, but it does not seem to work. All messages keep being
stored in the same INBOX folder.
Should I file a feature request on the asterisk-dev list, or is there a
2008 Jan 17
1
IMAP client in asterisk not trying to contact IMAP server
I'm trying to test IMAP in 1.4.17 and it appears to be not working.
I've compiled imap-2007 with the following on a CentOS 5 box:
make slx EXTRACFLAGS="-I/usr/include/openssl -fPIC"
and I've configured and compiled asterisk with the following:
./configure --with-imap=/usr/local/src/imap-2007
The compile and install went just fine, no warnings and no errors that I saw.
2014 Jul 17
1
Asterisk 12.4 IMAP VM Issue - Can't move messages between folders
Hello all,
I'm running into an issue with Asterisk 12.4 and IMAP voicemail. I
have asterisk set up to connect to my Dovecot IMAP server and I can
leave and retrieve messages from my inbox and old messages. However, I
am unable to move messages between folders. I get a message from
asterisk stating "Sorry the users mailbox can't accept more messages".
Here is my setup:
In
2004 Oct 08
2
dovecot and (no) new incomming mail - migration from wu-imapd
Hi,
I recently installed dovecot 0.99 on a fedora core 1 Server which used
the wu-imap-server.
dovecot starts and I can subscribe to my old imapfolders, but if I send
mails to my account, this new mail arent downloaded. If I quit Mozilla
and restart Mozilla, the recently send mails are in my inbox.
We use also a webmailsystem, so I could verify that the mails are in the
inbox without relogging in.
This phenome is not showing up by all my imap...
2009 Jul 03
1
Zimbra IMAP authentication - SOLVED
Hello, everyone. No need to read this message. I'm posting for
documentation for other poor, ignorant slobs like me who are struggling
to pull together the many technologies to make converged networks
happen. Hopefully, this will help save someone else the time I spent.
I started the below email until I realized I had solved multiple parts
of a compound problem but not all at the same time.
2007 Jan 25
1
IMAP Voicemail Storage
I am doing some testing with 1.4 and the imap storage and a exchange 2003
server. I have not had any positive results so far using the notes on the
wiki or the docs in the release. My current settings are
imapserver=<server>
imapport=143
imapfolder=Voicemail
;imapflags=novalidate-cert
expungeonhangup=no
[default]
1114 =>1114,Bruce Reeves,breeves@titanspecialties.com
2009 Apr 06
1
IMAP Voicemail - can't get messages. Arrgh!
Hi -
I just deployed a system using IMAP Voicemail. During my testing,
voicemail worked fine. I could check vm from the phone, and the
messages would get marked as read, or I could read the messages in a
mail client, and the phone's mwi light would turn off. Very neat.
I'm not exactly sure when things got munged up, but something broke.
I can record messages with Voicemail(), but now
2009 Jun 19
2
IMAP voice mail storage
Hello, all. I am attempting to use IMAP voice mail storage in Asterisk
1.6.1.1 on CentOS 5.3 using Zimbra 5.1.6. I will not be using it as it
has proved terribly unstable - Asterisk segfaults on every voice mail
message although the message is successfully deliver to my email inbox -
but I thought I should report it. Here are the errors from the Asterisk
console:
-- Executing [210 at
2008 Jan 17
0
Channels ID / Soft Hang Up
Hello,
I am wanting to close a specific channel for example;
SofthangUp(SIP/EXTEN-UNIQUEID) but the problem is the channel is
assigned a unique id as well.
The need fits into the idea of receiving a call from a higher status
user and thus closing a specific channel to allow the higher priority
call to route through the dial plan to the freed extension.
Any ideas welcome.
Many thanks