Displaying 4 results from an estimated 4 matches for "imap_storag".
Did you mean:
imap_storage
2009 Oct 08
1
Help setting up IMAP_STORAGE on CentOS 5
I've been spending the day trying to get IMAP_STORAGE on my test box, to
evaluate for production, but I'm having no luck getting uw-imap to
build. I've tried installing it from an upstream package, but Asterisk
still isn't finding it to compile -with-imap. My google searches have
turned up very little for documentation on dependencies,...
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
...ODS:=$(C_MODS) $(CC_MODS)
ifneq ($(findstring apps,$(MENUSELECT_EMBED)),)
EMBEDDED_MODS:=$(LOADABLE_MODS)
LOADABLE_MODS:=
endif
ifneq ($(findstring ODBC_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),)
MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_ODBC_STORAGE)
endif
ifneq ($(findstring IMAP_STORAGE,$(MENUSELECT_OPTS_app_voicemail)),)
MENUSELECT_DEPENDS_app_voicemail+=$(MENUSELECT_DEPENDS_IMAP_STORAGE)
endif
ifeq (SunOS,$(shell uname))
MENUSELECT_DEPENDS_app_chanspy+=RT
RT_LIB=-lrt
endif
all: _all
include $(ASTTOPDIR)/Makefile.moddir_rules
==================================================...
2008 Oct 13
0
voicemail issues with 1.6.0
I'm trying to get VoiceMailMain() to work properly, but it refuses. : (
I am using IMAP_STORAGE, which is functioning fine now... My
voicemail.conf user line:
6000 => 1234,Brendan's Mailbox,,,imapuser=brendanmartens at crosscomm.net|
imappassword=password
6000 => d,Brendan Martens
My voicemail extension in extensions.conf:
exten => 700,1,VoiceMailMain()
And the output on...
2009 Mar 02
2
Compiling to use IMAP: how?
Hey, all. I was going through a "make configure" on my Asterisk 1.4.23
Ubuntu box, and noticed something I'd forgotten: Asterisk now supports
IMAP_STORAGE. However, when I highlight it, it tells me that there's an
unmet dependency, presumably for imap_tk. I've "apt-get installed"
everything I can think of that might be pertinent after some Googling
(e.g., uw-imapd; uw-mailutils), and nothing's changed.
So: what/how do I need...