[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
firmware bug in 32.70.1.33 & 38.70.1.33
Author Message
lorn10 Offline
Junior Member
**

Posts: 43
Joined: Feb 2014
Reputation: 0
Post: #5
Information RE: firmware bug in 32.70.1.33 & 38.70.1.33
Well, new year, new considerations, and finally, I solved the provisioning issue!

Problem was legacy M2 style based $mac.cfg config file! I don't realize that all config files should be in new M7 format. Previous firmware 32.70.0.185 had no problems with mixed M2 & M7 config files. Firmware 32.70.1.33 needs 100% clean M7 templates.

After converting and cleaning up, this new M7 $mac.cfg file works perfectly also with firmware 32.70.1.33 & 38.70.1.33.

So, this problem is now solved. Thread can be closed! Smile

$mac.cfg code (M7 based, for OSS PBX End Point Manager at FreePBX)

Code:
#!version:1.0.0.1
## the file header "#!version:1.0.0.1" can not be edited or deleted. ##

{line_loop}
account.1.enable = 1
account.1.label = {$displayname}
account.1.display_name = {$displayname}
account.1.user_name = {$username}
account.1.auth_name = {$authname}
account.1.password = {$secret}
account.1.sip_server_host = {$server_host}
account.1.sip_server_port = {$server_port}
account.1.sip_listen_port = {$server_port|5060}
account.1.expires = 3600
account.1.outbound_proxy_enable = {$enable_outbound_proxy_server}
account.1.outbound_host = {$outbound_proxy_server}
account.1.outbound_port = {$outbound_proxy_server_port}
account.1.backup_outbound_host = {$bk_outbound_proxy_server}
account.1.backup_outbound_port = {$bk_outbound_proxy_server_port}
voice_mail.number.1 = {$voicemail_number|*97}
account.1.proxy_require =
account.1.ptime = 20
account.1.srtp_encryption = 0
account.1.100rel_enable = 0
account.1.precondition = 0
account.1.subscribe_register = 1
account.1.cid_source = 0
account.1.session_timer.enable = 0
account.1.session_timer.expires =
account.1.session_timer.refresher = 0
account.1.enable_user_equal_phone = 0
account.1.blf_list_code =
account.1.subscribe_mwi = {$subscribe_mwi|1}
account.1.anonymous_call = 0
account.1.reject_anonymous_call = 0
account.1.transport = {$transport}
account.1.shared_line =
account.1.dialoginfo_callpickup = 1
account.1.auto_answer = {$auto_answer|0}
account.1.missed_calllog = {$missed_call_log|0}
account.1.anonymous_call_oncode =
account.1.anonymous_call_offcode =
account.1.anonymous_reject_oncode =
account.1.anonymous_reject_offcode =
account.1.bla_number =
account.1.subscribe_mwi_expires = 3600
account.1.ringtone.ring_type = Ring2.wav
account.1.dtmf.type = 1
account.1.dtmf.dtmf_payload = 101
account.1.dtmf.info_type = 0
account.1.nat.nat_traversal = {$nat_trans}
account.1.nat.stun_server = {$stun_server}
account.1.nat.stun_port = {$stun_server_port}
account.1.nat.udp_update_enable = 1
account.1.nat.udp_update_time = 30
account.1.nat.rport = 0
account.1.advanced.timer_t1 = 0.5
account.1.advanced.timer_t2 = 4
account.1.advanced.timer_t4 = 5
account.1.blf.subscribe_period = 360
{/line_loop}


sip.rfc2543_hold = 0
sip.use_out_bound_in_dialog = 1
sip.reg_surge_prevention = 60
transfer.blind_tran_on_hook_enable = 1
transfer.on_hook_trans_enable = 1
wallpaper_upload.url = {$logo_url}
phone_setting.backgrounds = {$uselogo}
phone_setting.screen_saver_time = {$screensaverdelay}
screen_saver.pic.url =


{loop_remotephonebook}
remote_phonebook.data.{$count}.url = {$url}
remote_phonebook.data.{$count}.name = {$name}
{/loop_remotephonebook}


{loop_memkey}
memorykey.{$number}.line = {$line}
memorykey.{$number}.value = {$value}
memorykey.{$number}.pickup_value = {$pickup_value}
memorykey.{$number}.type = {$type}
memorykey.{$number}.xml_phonebook =  
{/loop_memkey}


{loop_linekey}
linekey.{$count}.line = {$line}  
linekey.{$count}.value = {$value}
linekey.{$count}.pickup_value = {$pickup_value}
linekey.{$count}.type = {$type}
linekey.{$count}.xml_phonebook =
linekey.{$count}.label = {$label}
{/loop_linekey}            


{loop_softkey}
#softkey {$number}
programablekey.{$number}.type = {$type}
programablekey.{$number}.line = 0
programablekey.{$number}.value = {$value}
programablekey.{$number}.xml_phonebook =
programablekey.{$number}.history_type =
programablekey.{$number}.label = {$label}
{/loop_softkey}


#
programablekey.5.type = {$hardkey_up_type}
programablekey.5.line = {$hardkey_up_line}
programablekey.5.value = {$hardkey_up_value}
programablekey.5.xml_phonebook =
programablekey.6.type = {$hardkey_down_type}
programablekey.6.line = {$hardkey_down_line}
programablekey.6.value = {$hardkey_down_value}
programablekey.6.xml_phonebook =
programablekey.7.type = {$hardkey_left_type}
programablekey.7.line = {$hardkey_left_line}
programablekey.7.value = {$hardkey_left_value}
programablekey.7.xml_phonebook =
programablekey.8.type = {$hardkey_right_type}
programablekey.8.line = {$hardkey_right_line}
programablekey.8.value = {$hardkey_right_value}
programablekey.8.xml_phonebook =
programablekey.9.type = {$hardkey_ok_type}
programablekey.9.line = {$hardkey_ok_line}
programablekey.9.value = {$hardkey_ok_value}
programablekey.9.xml_phonebook =
programablekey.10.type = {$hardkey_cancel_type}
programablekey.10.line = {$hardkey_cancel_line}
programablekey.10.value = {$hardkey_cancel_value}
programablekey.10.xml_phonebook =
programablekey.14.type = {$hardkey_fwd_type}
programablekey.14.line = {$hardkey_fwd_line}
programablekey.14.value = {$hardkey_fwd_value}
programablekey.14.xml_phonebook =


{loop_sdext38}
expansion_module.1.key.{$count}.type = {$type}
expansion_module.1.key.{$count}.line = 0
expansion_module.1.key.{$count}.value = {$value}
expansion_module.1.key.{$count}.pickup_value = {$pickup_value}
expansion_module.1.key.{$count}.label = {$label}
{/loop_sdext38}
(This post was last modified: 04-05-2015 03:06 PM by lorn10.)
01-05-2015 10:34 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
RE: firmware bug in 32.70.1.33 & 38.70.1.33 - lorn10 - 01-05-2015 10:34 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  fonality transition firmware lts 0 7,932 03-11-2017 05:26 AM
Last Post: lts
  T38G Firmware zmcgoogan 1 11,462 12-08-2015 02:11 AM
Last Post: CWR
  LDAP connectivity problem on firmware 32.70.0.221 T32G taycel 1 9,772 10-23-2015 06:31 AM
Last Post: Yealink_Michael
  Firmware version - upgradable? cptjack 6 20,477 08-31-2015 10:31 PM
Last Post: complex1
  T38G needs new firmware released JamesK 41 147,938 07-16-2015 06:12 AM
Last Post: eldorel
  transfers error whith exp mod, and blfs in t38g whit firmware 38.70.0.125 rleon 2 13,267 04-18-2013 11:21 PM
Last Post: rleon
  Phone - Tones - Country not working firmware 70.0.115 amaier 4 19,661 04-07-2013 03:22 PM
Last Post: Yealink Support
  Problem with firmware 38.70.0.115 andrewm 2 13,885 03-06-2013 04:29 AM
Last Post: andrewm

Forum Jump:


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

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