Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    multiple phone field

    Z-Push when using other backends
    3
    6
    447
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • denisdal
      denisdal last edited by

      Hi there,
      there is a way to sync up to 7 phone numbers that we have in our custom backend for a contact ?

      Thank you

      1 Reply Last reply Reply Quote 0
      • mcostan
        mcostan last edited by

        I am not sure in what context you say sync, is that in the context of z-push?

        I don’t think I have ever synchronised 7 but certainly in my mobile phone I can see more than one mobile phone number per person, if I set them.

        denisdal 1 Reply Last reply Reply Quote 0
        • denisdal
          denisdal @mcostan last edited by

          Hi @mcostan ,
          on my database there are 7 phone number for a contact.
          I want to send this information to the contact into smartphone.
          Now we have a backend that manage 2 phone number like this:

          $message = new SyncContact();
          $message->firstname = $result['firstname'];
          $message->lastname = $result['lastname'];
          $message->mobilephonenumber = $result['mobile'];
          $message->radiophonenumber = $result['otherphone'];
          ecc
          

          How to map others ?

          1 Reply Last reply Reply Quote 0
          • mcostan
            mcostan last edited by

            ok I am sorry, it looks to me like a specific z-push backend. I only use the standard z-push Kopano backend so I don’t think I can help (not familiar with the z-push code).

            1 Reply Last reply Reply Quote 0
            • Manfred
              Manfred Kopano last edited by

              Hi denisdal

              in lib/syncobjects/synccontact.php there are various variables containing “phonenumber” in their names. Check which of them are supported by mobile device and map them to your backend.

              Manfred

              1 Reply Last reply Reply Quote 0
              • denisdal
                denisdal last edited by

                Thanks Manfred !

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post