[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
Post Reply 


Messages In This Thread
Close YealinkIPPhoneInputScreen by SoftKey:Submit - antoniy - 09-26-2013 10:58 AM

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

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

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