Compatibility with Yealink SIP-T54W #2177
|
According to the manufacturer, the firmware of Yealink SIP-T54W phones (https://www.yealink.com/de/product-detail/ip-phone-t54w) supports CardDav phone books. I pointed the phone's configuration to my Radicale v3 server (https://server:port/user/address-book/) to no avail. I raised a ticket to the manufacturer (https://ticket.yealink.com/portal/ticket-detail?id=508998). The manufacturer sent me 2 screenshots of XML files (attached) and told me that it should work if my CardDav server provides responses this format. However, it looks like my Radicale v3 server provides data in vCard 3.0 format (i.e., not XML). At least, when I query the server using "wget https://server:port/user/address-book/", that's what I get. I checked the documentation of Radicale v3 but could not find a mention of a possibility to make radicale encapsulate the vCard 3.0 data in an XML file. Have I missed something?
|
Replies: 1 comment
|
The shown XML output is the result of a REPORT request, which is supported by "radicale". Such cannot be simulated using "wget" but with "curl" using |


The shown XML output is the result of a REPORT request, which is supported by "radicale".
Such cannot be simulated using "wget" but with "curl" using
--request REPORTand feed mandatory XML request data using--data-binary ...