Yealink Forums
XML Browser while Call active - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: XML Browser while Call active (/showthread.php?tid=1212)



XML Browser while Call active - FSchulz - 01-24-2014 04:08 PM

Hey there,

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

Thank you


RE: XML Browser while Call active - Yealink Support - 01-25-2014 09:55 AM

(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.


RE: XML Browser while Call active - FSchulz - 02-28-2014 04:35 PM

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


RE: XML Browser while Call active - Yealink Support - 03-04-2014 03:37 PM

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.


RE: XML Browser while Call active - FSchulz - 03-04-2014 04:17 PM

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


RE: XML Browser while Call active - Yealink Support - 03-04-2014 05:49 PM

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>



RE: XML Browser while Call active - FSchulz - 09-10-2014 09:31 PM

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


RE: XML Browser while Call active - FSchulz - 10-01-2014 09:46 PM

Hello ?! Smile