[Tickets #6744] Re: Phone numbers not syncronized
bugs at horde.org
bugs at horde.org
Thu Jun 5 00:49:14 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/6744
-----------------------------------------------------------------------
Ticket | 6744
Updated By | jbliesener at bliesener.de
Summary | Phone numbers not syncronized
Queue | Turba
Version | HEAD
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone |
Patch |
Owners | Jan Schneider
-----------------------------------------------------------------------
jbliesener at bliesener.de (2008-06-04 20:49) wrote:
Same problem here with Nokia E51.
It has to do with the "VOICE" parameter, that turba/lib/Driver does not
understand.
Insert the following code at line 1524, before "} elseif
(count($item['params']) <= 1) {"
} elseif (isset($item['params']['VOICE'])) {
if (isset($item['params']['WORK'])) {
$hash['workPhone'] = $item['value'];
} elseif (isset($item['params']['HOME'])) {
$hash['homePhone'] = $item['value'];
} else {
$hash['phone'] = $item['value'];
}
More information about the bugs
mailing list