[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
Programming "dialing" softket
Author Message
Simon4acre Offline
Junior Member
**

Posts: 2
Joined: Apr 2014
Reputation: 0
Post: #1
Programming "dialing" softket
I have looked at several of the posts about this and tried several options but still cannot get it to work

I have a T22 phone on vers 7.71.0.168 working with a version12 3cx

I have downloaded the "dialing.xml" file and edited it so the group pickup key replaces the send key

ialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Directory"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="GPickup"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
<Key Type="Send"/>
</Disable>
<Enable>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>

I have an SNPBX machine running Windows 7 with an IP address of 192.168.1.210.

My question is where do I place the "dialing.xml" file and exactly what path do I add to the provisioning template.

I have tried various combinations based on
custom_softkey_dialing.url = http://<server>/<path>/dialing.xml

but none work
04-09-2014 04:48 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: Programming "dialing" softket
Please use correct syntax in dialing.xml.
Code:
<Dialing>
  <Disable>
    <Key Type="Empty"/>
    <Key Type="History"/>
    <Key Type="Switch"/>
    <Key Type="Line"/>
    <Key Type="Favorite"/>
    <Key Type="Send"/>
    <Key Type="DPickup"/>
    <Key Type="Retrieve"/>
  </Disable>
  <Enable>
    <Key Type="GPickup"/>
    <Key Type="IME"/>
    <Key Type="Delete"/>
    <Key Type="Cancel"/>
  </Enable>
  <Default>
    <Key Type="Send"/>
    <Key Type="IME"/>
    <Key Type="Delete"/>
    <Key Type="Cancel"/>
  </Default>
</Dialing>

Please don't forget #!version:1.0.0.1.
-----------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##

################################################################################​#######
## Customize the softkey ##
################################################################################​#######
#Customize the softkeys presented on the phone LCD screen when Callfailed, Callin, Connecting, Dialing, Ringback and Talking.
#Before using these parameters, you should store the desired XML files to the provisioning server.

custom_softkey_dialing.url = http://<server>/<path>/dialing.xml
-----------------------------------------------
(This post was last modified: 04-10-2014 04:23 PM by Yealink Support.)
04-10-2014 04:22 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Simon4acre Offline
Junior Member
**

Posts: 2
Joined: Apr 2014
Reputation: 0
Post: #3
RE: Programming "dialing" softket
Hi Thanks for the reply. Not sure what you mean by
Please don't forget #!version:1.0.0.1.

I have edited the file as below,is this correct as it still does not work

#!version:1.0.0.1
<Dialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Directory"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="Send"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
</Disable>
<Enable>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Send"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>
04-10-2014 09:01 PM
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: #4
RE: Programming "dialing" softket
#!version:1.0.0.1 is used in auto provisioning template.
Please use below right syntaxs.

<Dialing>
<Disable>
<Key Type="Empty"/>
<Key Type="History"/>
<Key Type="Directory"/>
<Key Type="Switch"/>
<Key Type="Line"/>
<Key Type="Favorite"/>
<Key Type="Send"/>
<Key Type="DPickup"/>
<Key Type="Retrieve"/>
</Disable>
<Enable>
<Key Type="GPickup"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Enable>
<Default>
<Key Type="Send"/>
<Key Type="IME"/>
<Key Type="Delete"/>
<Key Type="Cancel"/>
</Default>
</Dialing>
04-11-2014 04:41 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
  No ringback tone between dialing and connected call osadmin 4 16,932 10-11-2014 12:28 AM
Last Post: lilarry
  Programming Message Key ccwtech 3 23,550 03-27-2014 06:29 AM
Last Post: ccwtech
  No Sound Between Dialing and Connected Call / Voicemail Unavailable gauthierphotography 8 37,575 12-09-2013 09:58 AM
Last Post: Yealink Support

Forum Jump:


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

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