Yealink Forums

Full Version: XML Browser while Call active
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there,

is there any possibility to access the XML Browser while a call is active?

Thank you
(01-24-2014 04:08 PM)FSchulz Wrote: [ -> ]Hey there,

is there any possibility to access the XML Browser while a call is active?

Thank you
Hi FSchulz,

Yes. I test this feature in T46G with 28.72.0.1. Can you tell me the model and version of phone?
We have a DSSKey type as Xml Browser, and you can press this key when you in a call.
Hi, sorry for my late reply.

My Phone is an T22P. How do i define the softkeys while calling?

Thanks

And another question about the XML Browser:

Is there a possibility to close the XML Browser via SoftKey? The exit command just returns to the last page and if there is none it closes the browser.

Thanks again Smile
Hi FSchulz,

1. Sorry. You can configure a xml browser in line key but not softkey.
2. I think you can see a "more " softkey when you enter xml browser and you can choose it , then you can choose "exit" softkey to exit the xml browser.
Hi again,

the exit softkey isn't that much an exit but a back button. If my Application leads to another xml page the browser is returning to the previous xml page instead of exiting the browser. Therefore I'd like to know if there is any possibility to prevent that action?

Thank you

Fred
Hi FSchulz,

I attach an input.xml example for you.
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>

<YealinkIPPhoneInputScreen
        type="string"
        Beep="yes"
        cancelAction="http://10.1.0.105/cancel.php"
        Password="no"
        Timeout="15"
        LockIn="no"
        inputLanguage="English"
        displayMode = "normal"  
        defaultIndex="2" >
        
    <Title wrap="yes">In this interface, we will set your information on the phone!</Title>
    
    <Prompt>Server IP:</Prompt>
    <URL>http://10.1.0.105/menu.php</URL>
    <Parameter>proxy</Parameter>
    <Selection>1</Selection>
    <Default>10.1.0.105</Default>
    
    <InputField type="IP" password="no" editable="no">
        <Prompt>IP Address:</Prompt>
        <Parameter>IP</Parameter>
        <Selection>2</Selection>
        <Default>192.168.0.138</Default>
    </InputField>
    
    <InputField type="empty">
    </InputField>
    
    <InputField type="string" password="no" editable="yes">
        <Prompt>Name:</Prompt>
        <Parameter>user</Parameter>
        <Selection>3</Selection>
        <Default>jxz</Default>
    </InputField>
    
    <InputField type="string" password="yes" editable="yes">
        <Prompt>password:</Prompt>
        <Parameter>passwd</Parameter>
        <Selection>4</Selection>
        <Default>123456</Default>
    </InputField>
    
    <InputField type="number" password="no" editable="yes">
        <Prompt>ID number:</Prompt>
        <Parameter>ID</Parameter>
        <Selection>5</Selection>
        <Default>370811198307265015</Default>
    </InputField>
    
    <InputField type="timeUS" password="no" editable="yes">
        <Prompt>Time(US):</Prompt>
        <Parameter>time</Parameter>
        <Selection>6</Selection>
    </InputField>

</YealinkIPPhoneInputScreen>
So, just another question here Smile

Is it possible to POST the data instead of making a GET request?

It isnt that good that a phone pin is transerfed in a GET URL Sad
Hello ?! Smile
Reference URL's