[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
creating a custom button layout on the t48g xml browser
Author Message
cptjack Offline
Member
***

Posts: 97
Joined: Jan 2014
Reputation: 8
Post: #3
RE: creating a custom button layout on the t48g xml browser
It would be a great advantage if the T48 could define touch URI regions. This would open up a whole range of posibilities...

Meanwhile, you could use the SoftKey approach to still have a touch region on the screen to emulate the controls. The T48G only displays 2 large buttons if you only specify 2 in the XML.

Code:
<YealinkIPPhoneImageScreen doneAction="" Beep="no" Timeout="120" LockIn="no" mode="regular">
<Image horizontalAlign="right" verticalAlign="top">http://server/image.png</Image>
<SoftKey index = "1"><Label>° Up</Label><URI>http://server/up.xml</URI></SoftKey>
<SoftKey index = "4"><Label>° Down</Label><URI>http://server/down.xml</URI></SoftKey>
</YealinkIPPhoneImageScreen>

Or you might try the ImageMenu option, which can assign URIs to the Keypad buttons 0-9, * and #. In this case you will need to provide some visual hints which key to press on the physical buttons of numeric keypad. Unfortunately you can't use the arrow buttons for this.

Code:
<YealinkIPPhoneImageMenu doneAction = "URI" Beep = "yes" Timeout = "120" LockIn = "no" mode="regular">
<Image horizontalAlign="middle" verticalAlign="middle" width="475" height="344">http://server/image.png</Image>
<URIList base="http://server/yealink/">
<URI key="*">up.xml</URI>
<URI key="#">down.xml</URI>
</URIList>
</YealinkIPPhoneImageMenu>

Or a combination of both...


Attached File(s) Thumbnail(s)
       

Please use the reputation button below if you like this post.
(This post was last modified: 04-14-2015 10:58 PM by cptjack.)
04-14-2015 10:54 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
RE: creating a custom button layout on the t48g xml browser - cptjack - 04-14-2015 10:54 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  auto-answer & custom ringtone crashdox 6 2,640 08-12-2023 04:02 AM
Last Post: crashdox
Lightbulb Yealink T48G Won't Turn On (No Power) Bill. 5 25,165 07-08-2023 08:10 AM
Last Post: ziksk8
  Yealink MP56 device - MS Teams Join Button Dan.M 0 1,293 06-21-2023 10:02 PM
Last Post: Dan.M
  Soft Key Custom URL GiTech-MG 2 2,673 03-14-2023 08:08 PM
Last Post: eddparker01
  WH66 Answer button / Softphone support gareth20202 2 2,765 02-15-2023 11:34 AM
Last Post: karthikrm
  MP50 - Teams Button not working SP3C5 4 9,480 12-09-2022 06:05 PM
Last Post: SP3C5
  Dialing T46U from web browser troy44 6 5,475 07-17-2022 01:18 AM
Last Post: troy44
  Click to dial from web browser h2g-vaka 7 15,853 06-10-2022 03:27 AM
Last Post: troy44
  Enable/Disable Multicast from programable button bshaske 1 4,040 01-19-2022 05:28 PM
Last Post: krunkerio
  Custom Dialing T46G sfrazier 2 5,948 01-17-2022 02:09 AM
Last Post: sfrazier

Forum Jump:


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

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