06-18-2013, 04:31 PM
Hello,
I have xml file for text menu but "Softkey:Dial" function not work..
Is there any wrong in Xml file?
-----------------My XML File-----------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneTextMenu
defaultIndex=""
style="numbered"
Beep="yes"
cancelAction=""
wrapList="yes"
Timeout="50"
LockIn="no"
>
<Title wrap="yes" >TextMenu</Title>
<MenuItem>
<Prompt>Contact Name 1</Prompt>
<URI>1001</URI>
<Dial>1001</Dial>
</MenuItem>
<MenuItem>
<Prompt>Contact Name 2</Prompt>
<URI>1002</URI>
<Dial>1002</Dial>
</MenuItem>
<SoftKey index="1">
<Label>exit</Label>
<URI>SoftKey:Exit</URI>
</SoftKey>
<SoftKey index="2">
<Label>Dial</Label>
<URI>Softkey:Dial</URI>
</SoftKey>
</YealinkIPPhoneTextMenu>
I have xml file for text menu but "Softkey:Dial" function not work..
Is there any wrong in Xml file?
-----------------My XML File-----------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneTextMenu
defaultIndex=""
style="numbered"
Beep="yes"
cancelAction=""
wrapList="yes"
Timeout="50"
LockIn="no"
>
<Title wrap="yes" >TextMenu</Title>
<MenuItem>
<Prompt>Contact Name 1</Prompt>
<URI>1001</URI>
<Dial>1001</Dial>
</MenuItem>
<MenuItem>
<Prompt>Contact Name 2</Prompt>
<URI>1002</URI>
<Dial>1002</Dial>
</MenuItem>
<SoftKey index="1">
<Label>exit</Label>
<URI>SoftKey:Exit</URI>
</SoftKey>
<SoftKey index="2">
<Label>Dial</Label>
<URI>Softkey:Dial</URI>
</SoftKey>
</YealinkIPPhoneTextMenu>