[asterisk-bugs] [JIRA] (ASTERISK-24787) Microsoft exchange incompatibility for playing back messages stored in IMAP - play_message: No origtime
Graham Barnett (JIRA)
noreply at issues.asterisk.org
Fri Feb 13 06:37:34 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Graham Barnett updated ASTERISK-24787:
--------------------------------------
Description:
Failed to play back messages stored in Microsoft Exchange 2007 after Exchange Server 2007 SP1 RU8 and 2010
Two issues:
1. Need to reconfigure exchange:
http://blogs.technet.com/b/stuartp/archive/2009/12/08/new-feature-in-exchange-server-2007-sp2-headerpromotionmodesettings.aspx
2. x attributes are lower cased.
Fix:
Install: Follow steps in 1
Code fix:
In: get_header_by_tag
use strcasestr not strstr for matching header attributes.
will post patch file later
was:
Failed to play back messages stored in Microsoft Exchange 2007 after Exchange Server 2007 SP1 RU8 and 2010
Two issues:
1. Need to reconfigure exchange:
http://blogs.technet.com/b/stuartp/archive/2009/12/08/new-feature-in-exchange-server-2007-sp2-headerpromotionmodesettings.aspx
2. x attributes are lower cased.
Fix:
Install: Follow steps in 1
Code fix:
In: get_header_by_tag
use strcasestr not strstr for matching header attributes.
> Microsoft exchange incompatibility for playing back messages stored in IMAP - play_message: No origtime
> -------------------------------------------------------------------------------------------------------
>
> Key: ASTERISK-24787
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24787
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_voicemail/IMAP
> Affects Versions: 13.2.0
> Reporter: Graham Barnett
>
> Failed to play back messages stored in Microsoft Exchange 2007 after Exchange Server 2007 SP1 RU8 and 2010
> Two issues:
> 1. Need to reconfigure exchange:
> http://blogs.technet.com/b/stuartp/archive/2009/12/08/new-feature-in-exchange-server-2007-sp2-headerpromotionmodesettings.aspx
> 2. x attributes are lower cased.
> Fix:
> Install: Follow steps in 1
> Code fix:
> In: get_header_by_tag
> use strcasestr not strstr for matching header attributes.
> will post patch file later
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list