[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Close YealinkIPPhoneInputScreen by SoftKey:Submit
Author Message
antoniy Offline
Junior Member
**

Posts: 6
Joined: Sep 2013
Reputation: 0
Post: #1
Close YealinkIPPhoneInputScreen by SoftKey:Submit
Hello,

I've Yealink T22P, T26P, I configure it to show InputScreen (YealinkIPPhoneInputScreen) by softkey. Everything work fine, but when I press "Submit" button the InputScreen send request on URL, receive result (xml), process it (in my case press HEADSET key), and that is all. InputScreen doesn't close. How can I close InputScreen after press "Submit" button?

My xml scripts:

Main form:
Code:
<YealinkIPPhoneInputScreen type="string" Timeout="15" Beep="yes" LockIn="no" displayMode="condensed">
    <Title wrap="yes">Main form</Title>
    <URL>http://MY_HOST/operation_complete.xml</URL>
    <InputField>
        <Prompt>User Name:</Prompt>
        <Parameter>user</Parameter>
        <Default></Default>
        <!-- SoftKeys -->
        <SoftKey index="1">
            <Label>Submit</Label>
            <URI>SoftKey:Submit</URI>
        </SoftKey>
        <SoftKey index="2">
            <Label>Delete</Label>
            <URI>SoftKey:BackSpace</URI>
        </SoftKey>
        <SoftKey index="3">
            <Label></Label>
            <URI></URI>
        </SoftKey>
        <SoftKey index="4">
            <Label>Exit</Label>
            <URI>SoftKey:Exit</URI>
        </SoftKey>
    </InputField>
    <InputField password="yes">
        <Prompt>Password:</Prompt>
        <Parameter>password</Parameter>
        <Default></Default>
        <!-- SoftKeys -->
        <SoftKey index="1">
            <Label>Submit</Label>
            <URI>SoftKey:Submit</URI>
        </SoftKey>
        <SoftKey index="2">
            <Label>Delete</Label>
            <URI>SoftKey:BackSpace</URI>
        </SoftKey>
        <SoftKey index="3">
            <Label></Label>
            <URI></URI>
        </SoftKey>
        <SoftKey index="4">
            <Label>Exit</Label>
            <URI>SoftKey:Exit</URI>
        </SoftKey>
    </InputField>
</YealinkIPPhoneInputScreen>

operation_complete
Code:
<YealinkIPPhoneExecute Beep="yes">
    <ExecuteItem URI="Key:HEADSET" />
</YealinkIPPhoneExecute>

T22P firmware version: 7.70.0.157
T26P firmware version: 6.70.0.157

Thanks
09-26-2013 10:58 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #2
RE: Close YealinkIPPhoneInputScreen by SoftKey:Submit
Hi Antoniy,
I tried your xml files, and yes, after press Submit, it didn't close the screen.
We will check further about this issue.
BTW, i tried attached template file, and Submit softkey works, could you try with this xml file and check again?
Thanks.


Attached File(s)
.zip  InputScreen.zip (Size: 459 bytes / Downloads: 12)
09-29-2013 05:28 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
antoniy Offline
Junior Member
**

Posts: 6
Joined: Sep 2013
Reputation: 0
Post: #3
RE: Close YealinkIPPhoneInputScreen by SoftKey:Submit
Hello,

I've tried your sample, but in my test (on T26P) InputScreen haven't closed after the "Submit" button was pressed. May be in the "menu.php" do some action to close the screen?

Thanks.
09-30-2013 03:12 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T28P idle "login" programmable softkey fdtcloud 3 16,079 10-14-2013 09:51 AM
Last Post: Yealink Support
  Customize SoftKey button functions on the idle state antoniy 4 11,386 09-26-2013 11:29 AM
Last Post: antoniy

Forum Jump:


User(s) browsing this thread:

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication