Hello,
I use asterisk-1.4.18 with imap support and
zimbra-5.0.2
I read
Bug 7384 - IMAP search on non-indexed header returns error
I want asterisk to store voice messages with imap
Asterisk is not able to send (message waiting
indicator) MWI to the phone because of Zimbra return
this message to asterisk :
" app_voicemail.c:8667 mm_log: IMAP Error: unindexed
header: X-ASTERISK-VM-EXTENSION"
Asterisk use these headers :
X-Asterisk-VM-Message-Num
X-Asterisk-VM-Server-Name
X-Asterisk-VM-Context
X-Asterisk-VM-Extension
X-Asterisk-VM-Priority
X-Asterisk-VM-Caller-channel
X-Asterisk-VM-Caller-ID-Num
X-Asterisk-VM-Caller-ID-Name
X-Asterisk-VM-Duration
X-Asterisk-VM-Category
X-Asterisk-VM-Orig-date
X-Asterisk-VM-Orig-time
How can I solve this problem ?
Harry