Home Forums IDC747 General Questions PB_PULL problems Reply To: PB_PULL problems

#2433

IOT747 Team
Keymaster

    Hi Guido,

    There is a typo in the document t. It should be like the below:

    : (Phonebook entry)

    • 1-(Default) Main phonebook folder
    • 2-Incoming call history
    • 3-Outgoing call history
    • 4-Missed calls history
    • 5-Combined call history

    Any other value will return the Main phonebook folder.

    Also, we do receive inputs on the iPhone for all values. We use the commadn pb_pull 1c 1 2 20 0 85 (We saw that you forgot one parameter in  your text PB_PULL 1C 1 30 0 85 but it was maybe a typo). Please note that yo uhave to allow to Synch Contacts on the iPhone, Otherwise, it returns nothing. See picture below. Also, we gave some UART examples below.

    IOT747 Support

    image

    pb_pull 1c 1 1 1 0 85
    PENDING
    PB_PULL 1C 93 BEGIN:VCARD
    VERSION:3.0
    FN:My Number
    N:My Number
    TEL;TYPE=CELL:+447966144719
    END:VCARD

    OK
    pb_pull 1c 1 2 1 0 85
    PENDING
    PB_PULL 1C 133 BEGIN:VCARD
    VERSION:3.0
    FN:Af
    N:;Af
    TEL;TYPE=CELL:+44 7709 029906
    X-IRMC-CALL-DATETIME;RECEIVED:20260504T153612
    END:VCARD

    OK
    pb_pull 1c 1 3 1 0 85
    PENDING
    PB_PULL 1C 131 BEGIN:VCARD
    VERSION:3.0
    FN:Af
    N:;Af
    TEL;TYPE=CELL:+44 7709 029906
    X-IRMC-CALL-DATETIME;DIALED:20260505T084253
    END:VCARD

    OK
    pb_pull 1c 1 4 1 0 85
    PENDING
    PB_PULL 1C 129 BEGIN:VCARD
    VERSION:3.0
    FN:Af
    N:;Af
    TEL;TYPE=CELL:+447709029906
    X-IRMC-CALL-DATETIME;MISSED:20260503T195822
    END:VCARD

    OK
    pb_pull 1c 1 5 1 0 85
    PENDING
    PB_PULL 1C 131 BEGIN:VCARD
    VERSION:3.0
    FN:Af
    N:;Af
    TEL;TYPE=CELL:+44 7709 029906
    X-IRMC-CALL-DATETIME;DIALED:20260505T084253
    END:VCARD

    OK