[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:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EDK Macro Help
Author Message
Oregon Offline
Junior Member
**

Posts: 7
Joined: Mar 2018
Reputation: 0
Post: #3
RE: EDK Macro Help
(03-13-2018 08:43 AM)Lucia_Yealink Wrote:  HI Oregon,

Please refer to below the parameters which I can test successfully in my side:
#!version:1.0.0.1
features.enhanced_dss_keys.enable=1
edk.edklist.1.enable=1
edk.edklist.1.mname=test
edk.edklist.1.action=$KSoftKey1$7$PEnter Ext&C10&N&M$$Tinvite$


Best Regards,
Lucia

Hi,

Thanks for the reply! Is there another parameter to make the softkey "test" appear on an active call? I can confirm the phone is grabbing this info for it's config file, but there is no change to the softkeys that appear on an active call. I only see Transfer, Hold, Conf, End Call. If I press Transfer, I then only get Directory, 123, and Cancel.

Here is the complete config that the phone is downloading:

account.1.enable = 1
account.1.auth_name = 100y
account.1.user_name = 100y
account.1.password =
account.1.shared_line = 0
account.1.subscribe_mwi = 1
account.1.sip_server.1.address =
account.1.sip_server_host =
account.1.sip_server.2.address = %NULL%
account.1.outbound_port = 0
account.1.outbound_host =
account.1.outbound_proxy_enable = 1
account.1.transport = 0
account.1.naptr_build = 0
linekey.1.line = 1
linekey.1.type = 15

account.2.enable = 0
linekey.2.line = 1
linekey.2.type = 15
linekey.2.label = 100y

account.3.enable = 0
account.4.enable = 0
account.5.enable = 0
account.6.enable = 0
account.7.enable = 0
account.8.enable = 0
account.9.enable = 0
account.10.enable = 0
account.11.enable = 0
account.12.enable = 0
account.13.enable = 0
account.14.enable = 0
account.15.enable = 0
account.16.enable = 0

#Time set by pulling timezone from the Line 1 users's timezone on the server
local_time.time_zone = -8
local_time.time_zone_name = United States-Pacific Time




#Below are options and overrides
account.1.alert_info_url_enable = 1
account.1.blf.subscribe_period = 3600
account.1.codec.1.payload_type = PCMU
account.1.codec.1.priority = 1
account.1.codec.1.rtpmap = 0
account.1.codec.10.enable = 0
account.1.codec.11.enable = 0
account.1.codec.12.enable = 0
account.1.codec.2.enable = 1
account.1.codec.2.payload_type = PCMA
account.1.codec.2.priority = 2
account.1.codec.2.rtpmap = 8
account.1.codec.3.enable = 0
account.1.codec.4.enable = 0
account.1.codec.5.enable = 1
account.1.codec.5.payload_type = G729
account.1.codec.5.priority = 3
account.1.codec.5.rtpmap = 18
account.1.codec.6.enable = 0
account.1.codec.7.enable = 0
account.1.codec.8.enable = 0
account.1.codec.9.enable = 0
account.1.display_name = XXX
account.1.label = 100y
account.1.nat.udp_update_enable = 0
account.1.outbound_proxy.1.port = 0
account.1.sip_server.1.expires = 60
account.1.sip_server.1.port = 0
account.1.sip_server.1.transport_type = 3
account.1.sip_server_port.legacy = 0
account.1.subscribe_mwi_expires = 3600
account.1.subscribe_register = 1
auto_provision.repeat.minutes = 43200
auto_provision.server.url =
#Old yealink format, not being used:autop_mode;/config/Setting/autop.cfg;mode=7
#Old yealink format, not being used:autop_mode;/config/Setting/autop.cfg;schedule_dayofweek=0,1,2,3,4,5,6
#Old yealink format, not being used:autop_mode;/config/Setting/autop.cfg;schedule_time=00:00
#Old yealink format, not being used:autop_mode;/config/Setting/autop.cfg;schedule_time_end=00:15
dialplan.dialnow.rule.1 = 1xxxxxxxxxx
dialplan.dialnow.rule.2 = [2-9]xxxxxxxxx
dialplan.dialnow.rule.3 = [469]11
distinctive_ring_tones.alert_info.1.ringer = 3
distinctive_ring_tones.alert_info.1.text = Internal
dns_cache_a.1.ttl = 300
edk.edklist.1.action = $KSoftKey1$7$PEnter Ext&C10&N&M$$Tinvite$
edk.edklist.1.enable = 1
edk.edklist.1.mname = test
features.direct_ip_call_enable = 0
features.enhanced_dss_keys.enable = 1
features.hold_trans_delay = %NULL%
features.voice_mail_tone_enable = 0
local_time.ntp_server1 = pool.ntp.org
local_time.ntp_server2 = time.nist.gov
local_time.summer_time = 2
network.primary_dns = 8.8.8.8
network.secondary_dns = 8.8.4.4
network.static_dns_enable = 1
phone_setting.missed_call_power_led_flash.enable = 0
security.user_name.admin = admin
security.user_password = admin:
security.user_password = user:
security.user_password = var:
sip.establish_200OK = 1
static.auto_provision.flexible.begin_time = 00:00
static.auto_provision.flexible.enable = 1
static.auto_provision.flexible.end_time = 06:00
static.auto_provision.flexible.interval = 7


Thanks for your help!
03-13-2018 03:12 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
EDK Macro Help - Oregon - 03-12-2018, 11:22 PM
RE: EDK Macro Help - Lucia_Yealink - 03-13-2018, 08:43 AM
RE: EDK Macro Help - Oregon - 03-13-2018 03:12 PM
RE: EDK Macro Help - Oregon - 03-14-2018, 03:02 AM
RE: EDK Macro Help - gyegavian - 05-24-2018, 03:58 PM
RE: EDK Macro Help - gyegavian - 06-11-2018, 08:53 PM
RE: EDK Macro Help - Oregon - 06-11-2018, 09:23 PM
RE: EDK Macro Help - gyegavian - 06-11-2018, 09:30 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Question EDK MACRO HELP NEEDED gyegavian 0 1,442 12-03-2022 07:07 PM
Last Post: gyegavian
  EDK macro to open menu item on T42S with a softkey hospitale 1 2,907 04-14-2022 02:13 AM
Last Post: hospitale
  Macro String Question n00604443 1 6,660 01-24-2018 09:29 PM
Last Post: E123

Forum Jump:


User(s) browsing this thread:

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