Quantcast
Channel: Yealink Forums - All Forums
Viewing all articles
Browse latest Browse all 10934

Problem loading directory via xml service on T21P

$
0
0
Dear all!
I'm writing a service to feed the remote directory. I'm following the steps found in the Yealink IP Phones XML Browser Developer's guide V72.1, but whe i see the remote directory on my phone it appears blank.
My firmware version is: 34.72.0.75

An example of my XML:

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneDirectory>
    <Title>SOFTNET</Title>
    <MenuItem>
        <Prompt>Jhon</Prompt>
        <URI>101</URI>
    </MenuItem>
    <MenuItem>
        <Prompt>Jane</Prompt>
        <URI>102</URI>
    </MenuItem>
</YealinkIPPhoneDirectory>

Thanks!

Viewing all articles
Browse latest Browse all 10934

Trending Articles