<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Phone numbers not syncronized</title> 
  <pubDate>Fri, 10 Apr 2026 01:27:06 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6744</link> 
  <atom:link rel="self" type="application/rss+xml" title="Phone numbers not syncronized" href="https://bugs.horde.org/ticket/6744/rss" /> 
  <description>Phone numbers not syncronized</description> 
 
   
   
  <item> 
   <title>I&#039;ve been trying to use syncml to syncronize contacts, but i</title> 
   <description>I&#039;ve been trying to use syncml to syncronize contacts, but it doesn&#039;t seem to work with other phone numbers than cell phone. Using Horde Groupware &amp;#65279;Webmail Edition 1.1 RC4.



/tmp/sync/data.txt has:



Input received from client (text/x-vcard):

BEGIN:VCARD

VERSION:2.1

REV:20080523T071425Z

N:B;A;;;

TEL;CELL:1

TEL;VOICE:4

X-CLASS:private

TEL;CELL;HOME:2

TEL;CELL;WORK:3

TEL;VOICE;HOME:5

TEL;VOICE;WORK:6

END:VCARD



(using SyncML library from CVS to get more output in data.txt)



This is when a contact has been created on a Nokia N95. After sync only cellPhone seems to be handled correctly.</description> 
   <pubDate>Fri, 23 May 2008 10:04:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45483</link> 
  </item> 
   
  <item> 
   <title>Duplicate of bug 6574.</title> 
   <description>Duplicate of bug 6574.</description> 
   <pubDate>Sun, 25 May 2008 14:23:30 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45572</link> 
  </item> 
   
  <item> 
   <title>Not a duplicate. The other bug is about converting from SIF-</title> 
   <description>Not a duplicate. The other bug is about converting from SIF-C to vCard.</description> 
   <pubDate>Sun, 25 May 2008 20:55:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45591</link> 
  </item> 
   
  <item> 
   <title>This is a Turba issue.</title> 
   <description>This is a Turba issue.</description> 
   <pubDate>Sun, 25 May 2008 20:56:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45593</link> 
  </item> 
   
  <item> 
   <title>Same problem here with Nokia E51.



It has to do with the &quot;</title> 
   <description>Same problem here with Nokia E51.



It has to do with the &quot;VOICE&quot; parameter, that turba/lib/Driver does not understand.



Insert the following code at line 1524, before &quot;} elseif (count($item[&#039;params&#039;]) &lt;= 1) {&quot;



                } elseif (isset($item[&#039;params&#039;][&#039;VOICE&#039;])) {

                    if (isset($item[&#039;params&#039;][&#039;WORK&#039;])) {

                        $hash[&#039;workPhone&#039;] = $item[&#039;value&#039;];

                    } elseif (isset($item[&#039;params&#039;][&#039;HOME&#039;])) {

                        $hash[&#039;homePhone&#039;] = $item[&#039;value&#039;];

                    } else {

                        $hash[&#039;phone&#039;] = $item[&#039;value&#039;];

                    }

</description> 
   <pubDate>Thu, 05 Jun 2008 00:49:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45952</link> 
  </item> 
   
  <item> 
   <title>&gt; It has to do with the &quot;VOICE&quot; parameter, that turba/lib/Dr</title> 
   <description>&gt; It has to do with the &quot;VOICE&quot; parameter, that turba/lib/Driver does 

&gt; not understand.



Sorry, I was talking about turba/lib/Driver.php



</description> 
   <pubDate>Thu, 05 Jun 2008 00:50:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45953</link> 
  </item> 
   
  <item> 
   <title>The same file turba/lib/Driver.php contains another error th</title> 
   <description>The same file turba/lib/Driver.php contains another error that prohibits importing home telephone numbers from the Motorola V3:



                } elseif (count($item[&#039;params&#039;]) &lt;= 1) {

                    // There might be e.g. SAT;WORK which must not

                    // overwrite WORK.

                    if (isset($item[&#039;params&#039;][&#039;WORK&#039;])) {

                        $hash[&#039;workPhone&#039;] = $item[&#039;value&#039;];

                    } elseif (isset($item[&#039;params&#039;][&#039;WORK&#039;])) {   // &lt;--- THIS SHOULD BE &#039;HOME&#039;

                        $hash[&#039;homePhone&#039;] = $item[&#039;value&#039;];

                    } elseif (count($item[&#039;params&#039;]) == 0) {

                        $hash[&#039;phone&#039;] = $item[&#039;value&#039;];

                    }



Regards, Jörg

                }

                break;

</description> 
   <pubDate>Thu, 05 Jun 2008 02:49:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45960</link> 
  </item> 
   
  <item> 
   <title>This seems to work better, yes. From Nokia N95 this gives:

</title> 
   <description>This seems to work better, yes. From Nokia N95 this gives:



&quot;Tel. (home)&quot; on N95 &lt;-&gt; &quot;Home Phone&quot; in Horde

&quot;Tel. (business)&quot; on N95 &lt;-&gt; &quot;Work Phone&quot; in Horde



It partly seems to work if I include Thunderbird Addressbook in this scenario as well. But some strange behaviour seem to be present when I do this. (Work Phone not present after I&#039;ve done N95 -&gt; Horde, and then Horde -&gt; Thunderbird for example.) This might be because of some other problem. Don&#039;t know yet, and haven&#039;t had any time to look more into that.



So closer to what I want. Good. 



- Anders



&gt; Same problem here with Nokia E51.

&gt;

&gt; It has to do with the &quot;VOICE&quot; parameter, that turba/lib/Driver does 

&gt; not understand.

&gt;

&gt; Insert the following code at line 1524, before &quot;} elseif 

&gt; (count($item[&#039;params&#039;]) &lt;= 1) {&quot;

&gt;

&gt;                 } elseif (isset($item[&#039;params&#039;][&#039;VOICE&#039;])) {

&gt;                     if (isset($item[&#039;params&#039;][&#039;WORK&#039;])) {

&gt;                         $hash[&#039;workPhone&#039;] = $item[&#039;value&#039;];

&gt;                     } elseif (isset($item[&#039;params&#039;][&#039;HOME&#039;])) {

&gt;                         $hash[&#039;homePhone&#039;] = $item[&#039;value&#039;];

&gt;                     } else {

&gt;                         $hash[&#039;phone&#039;] = $item[&#039;value&#039;];

&gt;                     }

&gt;

</description> 
   <pubDate>Thu, 05 Jun 2008 09:49:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t45990</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/turba/lib/Driver.php?r1=1.196&amp;r2=1.197&amp;ty=u</description> 
   <pubDate>Thu, 12 Jun 2008 21:50:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t46349</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/turba/lib/Driver.php?r1=1.197&amp;r2=1.198&amp;ty=u
http://cvs.horde.org/diff.php/turba/lib/tests/tohash.phpt?r1=1.5&amp;r2=1.6&amp;ty=u
http://cvs.horde.org/diff.php/turba/lib/tests/tovcard.phpt?r1=1.5&amp;r2=1.6&amp;ty=u</description> 
   <pubDate>Thu, 12 Jun 2008 22:00:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t46350</link> 
  </item> 
   
  <item> 
   <title>Fixed for Turba 2.2.1.</title> 
   <description>Fixed for Turba 2.2.1.</description> 
   <pubDate>Thu, 12 Jun 2008 22:09:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t46351</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

http://cvs.h</title> 
   <description>Changes have been made in CVS for this ticket:

http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.167&amp;r2=1.181.2.168&amp;ty=u
http://cvs.horde.org/diff.php/turba/lib/Driver.php?r1=1.57.2.59&amp;r2=1.57.2.60&amp;ty=u
http://cvs.horde.org/diff.php/turba/lib/tests/tohash.phpt?r1=1.3.2.3&amp;r2=1.3.2.4&amp;ty=u</description> 
   <pubDate>Thu, 12 Jun 2008 22:16:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6744#t46353</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
