[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
T28P on Asterisk (freePBX) only 1 line accepting calls
Author Message
arhi Offline
Junior Member
**

Posts: 3
Joined: Mar 2014
Reputation: 0
Post: #1
T28P on Asterisk (freePBX) only 1 line accepting calls
Hi,

* I have some 8 TP28P phones (2.72.0.25) connected to freePBX (asterisk).

* I have 8 extensions created on freePBX (401, 402... 408).

* Each phone is configured so that all 6 of his lines are on the same extension so phone1.line1=401, phone1.line2=401...phone2.line6=401... phone2.line1=402..phone8.lineX=408

* I can dial out from any line on the phone.

* I go to web interface and ALL lines show "registered" status.

The problem is, when I call any phone (from another phone or trough inbound route going to ring group with ALL extensions) it always accepts call only on one line (differs after reboot, sometimes line 5, sometimes line 6). So for e.g. if I have incoming call only line 5 will blink, I answer call, during this call I receive another call, I get call waiting tone in my headset but all other 5 lines are not ringing/blinking.

Until today I had cisco phones set with SIP firmware and they worked perfectly with 6 lines each. I moved to yealink and can't get it to work Sad.

the y000000000000.cfg:
Code:
################################################################################​#######
##                                   Configure the access URL of firmware            ##
################################################################################​#######
###It configures the access URL of the firmware file.
###The default value is blank.It takes effect after a reboot.

#[ firmware ]
#server_type = tftp
#server_ip = 192.168.1.10
#firmware_name = 2.72.0.25.rom

#firmware.url =
firmware.server_type = tftp
firmware.server_ip = 192.168.1.10
firmware.firmware_name = 2.72.0.25.rom



##This template file is applicable to SIP-T28P/T26P/T22P/T20P/T21P/T19P/T46G/T42G/T41P IP phones running firmware version 72 or later.##
##For more information on configuration parameters, refer to Yealink_SIP-T2_Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide.##

################################################################################​#######
##                                    Hostname                                       ##
################################################################################​#######
network.dhcp_host_name =

################################################################################​#######
##                                    PPPoE(Except T41P/T42G Models)                 ##
################################################################################​#######
network.pppoe.user =
network.pppoe.password =

################################################################################​#######
##                                   PC Port(Only for T28P/T26P/T22P/T20P Models)    ##
################################################################################​#######
##It configures the PC (LAN) port type.0-Router,1-Bridge,The default value is 1.
##It takes effect after a reboot.
network.bridge_mode =

network.pc_port.ip =
network.pc_port.mask =
network.dhcp.start_ip =
network.dhcp.end_ip =

################################################################################​#######
##                                   Network Advanced                                ##
################################################################################​#######
##It enables or disables the PC port.0-Disabled,1-Auto Negotiation.
##The default value is 1.It takes effect after a reboot.
network.pc_port.enable = 0

##It configures the transmission mode and speed of the Internet (WAN) port.
##0-Auto negotiate
##1-Full duplex 10Mbps
##2-Full duplex 100Mbps
##3-Half duplex 10Mbps
##4-Half duplex 100Mbps
##5-Full duplex 1000Mbps (only applicable to SIP-T42G and SIP-T46G IP phones)
##The default value is 0.It takes effect after a reboot.
network.internet_port.speed_duplex =

##It configures the transmission mode and speed of the PC (LAN) port.
##0-Auto negotiate
##1-Full duplex 10Mbps
##2-Full duplex 100Mbps
##3-Half duplex 10Mbps
##4-Half duplex 100Mbps
##5-Full duplex 1000Mbps (only applicable to SIP-T42G and SIP-T46G IP phones)
##The default value is 0.It takes effect after a reboot.
network.pc_port.speed_duplex =

##It enables or disables the phone to act as a DHCP server when the PC (LAN) port is configured as Router.
##0-Disabled   1-Enabled
##The default value is 1.It takes effect after a reboot.
network.pc_port.dhcp_server =  0

##It enables or disables the phone to use manually configured static IPv4 DNS when Internet (WAN) port type for IPv4 is configured as DHCP.
##0-Disabled (use the IPv4 DNS obtained by DHCP)   1-Enabled
##The default value is 0.It takes effect after a reboot.
network.static_dns_enable =

network.ipv6_static_dns_enable =

###Only T41P/T42G/T46G Models support this parameter
network.vlan.pc_port_mode =

################################################################################​#######
##                                    VLAN                                           ##
################################################################################​#######
network.vlan.internet_port_enable =
network.vlan.internet_port_vid =
network.vlan.internet_port_priority =
network.vlan.pc_port_enable =
network.vlan.pc_port_vid =
network.vlan.pc_port_priority =
network.vlan.dhcp_enable =
network.vlan.dhcp_option =

################################################################################​#######
##                                   WEB Port                                        ##
################################################################################​#######
##It configures the HTTP port for web server access.
##The default value is 80.It takes effect after a reboot.
network.port.http =

##It configures the HTTPS port for web server access.
##The default value is 443.It takes effect after a reboot.
network.port.https =

wui.https_enable =
wui.http_enable =

################################################################################​#######
##                                   QoS                                             ##
################################################################################​#######
##It configures the voice QoS.
##The default value is 46.It takes effect after a reboot.Integer from 0 to 63
network.qos.rtptos =

##It configures the SIP QoS.
##The default value is 26.It takes effect after a reboot.Integer from 0 to 63
network.qos.signaltos =

################################################################################​#######
##                                   802.1X                                          ##
################################################################################​#######
network.802_1x.mode =
network.802_1x.identity =
network.802_1x.md5_password =
network.802_1x.root_cert_url =
network.802_1x.client_cert_url =

################################################################################​#######
##                                   OpenVPN(Except T19P Model)                      ##
################################################################################​#######
network.vpn_enable =
openvpn.url =

################################################################################​#######
##                                   LLDP                                            ##
################################################################################​#######
network.lldp.enable =
network.lldp.packet_interval =

################################################################################​#######
##                                   Span to PC                                      ##
################################################################################​#######
network.span_to_pc_port =

################################################################################​#######
##                                   RTP Port                                        ##
################################################################################​#######
##It configures the maximum local RTP port.
##The default value is 11800.It takes effect after a reboot.Integer from 1024 to 65535
network.port.max_rtpport = 20000

##It configures the maximum local RTP port.
##The default value is 11780.It takes effect after a reboot.Integer from 1024 to 65535
network.port.min_rtpport = 10000

################################################################################​#######
##                                   Syslog                                          ##
################################################################################​#######
syslog.mode = server

##It configures the IP address or domain name of the syslog server when exporting log to the syslog server.
##It takes effect only if the parameter ▒▒syslog.mode▒▒ is configured as Server.
##The default value is blank.It takes effect after a reboot.
syslog.server = 192.168.1.10

##It configures the detail level of syslog information to be exported.0 means nothing and 6 means all.
##The default value is 3.It takes effect after a reboot.Integer from 0 to 6
syslog.log_level =

################################################################################​#######
##                                   TR069(Except T41P/T42G Models)                  ##
################################################################################​#######
managementserver.enable =
managementserver.username =
managementserver.password =
managementserver.url =
managementserver.connection_request_username =
managementserver.connection_request_password =
managementserver.periodic_inform_enable =
managementserver.periodic_inform_interval =

################################################################################​#######
##                                   Autop Mode                                      ##
################################################################################​#######
auto_provision.power_on = 1

################################################################################​#######
##                                   Autop PNP                                       ##
################################################################################​#######
auto_provision.pnp_enable =

################################################################################​#######
##                                   Autop DHCP                                      ##
################################################################################​#######
auto_provision.dhcp_option.enable =
auto_provision.dhcp_option.list_user_options =

################################################################################​#######
##                                   Autop Repeat                                    ##
################################################################################​#######
auto_provision.repeat.enable =
auto_provision.repeat.minutes =

################################################################################​#######
##                                   Autop Weekly                                    ##
################################################################################​#######
auto_provision.weekly.enable = 1
auto_provision.weekly.dayofweek =  0123456
auto_provision.weekly.begin_time = 7
auto_provision.weekly.end_time = 9

################################################################################​#######
##                                   Autop URL                                       ##
################################################################################​#######
auto_provision.server.url =
auto_provision.server.username =
auto_provision.server.password =

################################################################################​#######
##                                   Autop AES Key                                   ##
################################################################################​#######
##It configures the AES key for decrypting the Common CFG file. The valid characters contain: 0 ~ 9, A ~ Z, a ~ z.
##The default value is blank.
auto_provision.aes_key_16.com =

##It configures the AES key for decrypting the MAC-Oriented CFG file. The valid characters contain: 0 ~ 9, A ~ Z, a ~ z.
##The default value is blank.
auto_provision.aes_key_16.mac =

auto_provision.aes_key_in_file =

##It configures the access URL of the custom MAC-Oriented CFG file.
##The default value is blank.
custom_mac_cfg.url =

##It configures the value (vendor name of the device) of DHCP option 60.
##The default value is yealink.
auto_provision.dhcp_option.option60_value =

################################################################################​#######
##                                   Autop Code                                      ##
################################################################################​#######
##It configures the name of the code for triggering auto provisioning.
##The default value is blank.It takes effect after a reboot.
autoprovision.1.name =

##It configures the code for triggering auto provisioning.
##Valid characters are digits, # and *.Example:autoprovision.1.code = *99The default value is blank.
##It takes effect after a reboot.
autoprovision.1.code =

##It configures the access URL of auto provisioning server.The default value is blank.
##It takes effect after a reboot.
autoprovision.1.url =

##It configures the user name for authentication during auto provisioning.
##The default value is blank.It takes effect after a reboot.
autoprovision.1.user =

##It configures the password for authentication during auto provisioning.
##The default value is blank.It takes effect after a reboot.
autoprovision.1.password =

##It configures the AES key for decrypting the Common CFG file.
##The default value is blank.It takes effect after a reboot.
autoprovision.1.com_aes =

##It configures the AES key for decrypting the MAC-Oriented CFG file.
##The default value is blank.It takes effect after a reboot.
autoprovision.1.mac_aes =

################################################################################​#######
##                                   Watch Dog                                       ##
################################################################################​#######
watch_dog.enable =

################################################################################​#######
##                                   SIP Advanced                                    ##
################################################################################​#######
sip.use_23_as_pound =
sip.rfc2543_hold =
sip.use_out_bound_in_dialog =
sip.reg_surge_prevention = 10
sip.send_response_by_request =
sip.notify_reboot_enable =

################################################################################​#######
##                                   Echo Cancellation                               ##
################################################################################​#######
voice.vad =
voice.cng =
voice.echo_cancellation =

################################################################################​#######
##                                   Jitter Buffer                                   ##
################################################################################​#######
voice.jib.adaptive =
voice.jib.min =
voice.jib.max =
voice.jib.normal =

################################################################################​#######
##                                   Tones                                           ##
################################################################################​#######
voice.tone.country =
voice.tone.dial =
voice.tone.ring =
voice.tone.busy =
voice.tone.congestion =
voice.tone.callwaiting =
voice.tone.dialrecall =
voice.tone.info =
voice.tone.stutter =
voice.tone.message =
voice.tone.autoanswer =

################################################################################​#######
##                                   Volume                                          ##
################################################################################​#######
voice.handfree.spk_vol =
voice.handfree.tone_vol =
voice.handset.spk_vol =
voice.handset.tone_vol =
voice.headset.spk_vol =
voice.headset.tone_vol =
voice.ring_vol=
voice.group_spk_vol =

### Only T28P/T26P/T22P/T20P Models support the three parameters
voice.handfree_send =
voice.handset_send =
voice.headset_send =

################################################################################​#######
##                                   Transfer                                        ##
################################################################################​#######
##It enables or disables the transferee party▒▒s phone to prompt a missed call on the LCD screen before displaying
##the caller ID when performing a semi-attended transfer.0-Enabled,1-Disabled
##The default value is 1.
transfer.semi_attend_tran_enable =  0

##It enables or disables the phone to complete the blind transfer through on-hook.0-Disabled,1-Enabled .
##The default value is 1.
transfer.blind_tran_on_hook_enable =

##It enables or disables the phone to transfer call to the two parties after a local conference call hangs up.
##0-Disabled,1-Enabled.
##The default value is 0.
transfer.tran_others_after_conf_enable =

##It enables or disables the phone to complete the attended transfer through on-hook.
##0-Disabled,1-Enabled.
##The default value is 1.
transfer.on_hook_trans_enable =

##It configures the DSS key behavior during an active call when user presses the DSS
##key and the DSS key is configured as a speed dial, transfer or BLF/BLF list key.
##0-New Call,1-Attended Transfer,2-Blind Transfer.
##The default value is 2.
transfer.dsskey_deal_type =

###Except T20P/T41P/T42G/T46G Models
##It enables or disables the phone to enter Transfer to menu during multiple calls when pressing the transfer soft key or TRAN key.
##0-Disabled,1-Enabled.
##The default value is 1.
transfer.multi_call_trans_enable =

################################################################################​#######
##                                   Language Settings                               ##
################################################################################​#######
##It configures the language of the web user interface.
##Chinese_S is only applicable to SIP-T19P, SIP-T21P and SIP-T46G IP phones.
##Chinese_T is only applicable to SIP-T46G IP phones.
##French, Portuguese and Spanish are not applicable to SIP-T19P and SIP-T21P IP phones.
lang.wui =

##It configures the language of the phone user interface.
##Chinese_S and Chinese_T are only applicable to SIP-T19P, SIP-T21P and SIP-T46G IP phones.
##The default value is English.
lang.gui =

gui_lang.url =
gui_lang.delete =

################################################################################​#######
##                                   Auto Redial                                     ##
################################################################################​#######
auto_redial.enable =
auto_redial.interval =
auto_redial.times =

################################################################################​#######
##                                   Zero Touch                                      ##
################################################################################​#######
zero_touch.enable =
zero_touch.wait_time =

################################################################################​#######
##                                   Push XML                                        ##
################################################################################​#######
push_xml.server =
push_xml.block_in_calling=
push_xml.sip_notify=

################################################################################​#######
##                                   Dial Plan                                       ##
################################################################################​#######
dialplan.area_code.code =
dialplan.area_code.min_len =
dialplan.area_code.max_len =
dialplan.area_code.line_id =

### X ranges from 1 to 10
###dialplan.block_out.number.x =
###dialplan.block_out.line_id.x =

dialplan.block_out.number.1 =
dialplan.block_out.line_id.1 =

###X ranges from 1 to 100
###dialplan.dialnow.rule.X =
###dialplan.dialnow.line_id.X =

dialplan.dialnow.rule.1 =
dialplan.dialnow.line_id.1 =

###X ranges from 1 to 100
###dialplan.replace.prefix.X =
###dialplan.replace.replace.X =
###dialplan.replace.line_id.X =

dialplan.replace.prefix.1 =
dialplan.replace.replace.1 =
dialplan.replace.line_id.1 =

dialplan_dialnow.url =
phone_setting.dialnow_delay =
dialplan_replace_rule.url =

################################################################################​#######
##                                   Remote Phonebook(Except T20P Model)             ##
################################################################################​#######
###X ranges from 1 to 5
###remote_phonebook.data.X.url =
###remote_phonebook.data.X.name =

remote_phonebook.data.1.url =
remote_phonebook.data.1.name =

###Except T41P/T42G Models
remote_phonebook.display_name =

##It enables or disables the phone to perform a remote phone book search when receiving an incoming call.
##0-Disabled,1-Enabled.
##The default value is 0.
features.remote_phonebook.enable=

##It configures the interval (in seconds) for the phone to update the data of the remote phone book from the remote phone book server.
##The default value is 21600.Integer from 3600 to 2592000.
features.remote_phonebook.flash_time =

################################################################################​#######
##                                   LDAP(Except T19P/T20P Models)                   ##
################################################################################​#######
##It enables or disables LDAP feature.0-Disabled,1-Enabled.
##The default value is 0.
ldap.enable =

##It configures the criteria for searching the contact name attributes.
##Example:ldap.name_filter = (|(cn=%)(sn=%)).
##The default value is blank.
ldap.name_filter =

##It configures the criteria for searching the contact number attributes.
##Example:ldap.number_filter = (|(telephoneNumber=%)(mobile=%)(ipPhone=%))
##The default value is blank.
ldap.number_filter =

##It configures the IP address or domain name of the LDAP server.
##The default value is blank.
ldap.host =

##It configures the port of the LDAP server.
##The default value is 389.Integer from 1 to 65535.
ldap.port =

##It configures the LDAP search base which corresponds to the location of the LDAP phonebook.
##Example:ldap.base = dc=yealink,dc=cn.
##The default value is blank.
ldap.base =

##It configures the user name for accessing the LDAP server.
##The default value is blank.
ldap.user =

##It configures the password for accessing the LDAP server.
##The default value is blank.
ldap.password =

##It configures the maximum of the search results returned by the LDAP server to be displayed.
##The default value is 50.Integer from 1 to 32000.
ldap.max_hits =

##It configures the name attributes of each record to be returned by the LDAP server.
##Multiple attributes are separated by spaces.Example:ldap.name_attr =sn cn.
##The default value is blank.
ldap.name_attr =

##It configures the number attributes of each record to be returned by the LDAP server.
##Multiple attributes are separated by spaces.Example:ldap.numb_attr = Mobile ipPhone.
##The default value is blank.
ldap.numb_attr =

##It configures the display name of the contact record displayed on the LCD screen. The value of this parameter must start with ▒▒%▒▒ symbol.
##Example:ldap.display_name = %cn
##The default value is blank.
ldap.display_name =

##It configures the LDAP version.
##The default value is 3.
ldap.version =

##It enables or disables the phone to perform an LDAP search when receiving an incoming call.
##0-Disabled,1-Enabled.
##The default value is 0.
ldap.call_in_lookup =

##It enables or disables the phone to sort the search results in alphabetical order or numerical order.
##0-Disabled,1-Enabled.
##The default value is 0.
ldap.ldap_sort =

################################################################################​#######
##                                   Features                                        ##
################################################################################​#######
features.normal_refuse_code =
features.auto_answer_delay =
features.allow_mute =
features.group_listen_in_talking_enable =
features.call_completion_enable =
features.call_num_filter =
features.direct_ip_call_enable =
features.relog_offtime =
features.ringer_device.is_use_headset =
features.factory_pwd_enable =
features.export_cfg_erase_pwd =

################################################################################​#######
##                                   Features Forward                                ##
################################################################################​#######

###Except T19P Model
features.fwd_mode =

features.fwd_diversion_enable =

################################################################################​#######
##                                   Features DND                                    ##
################################################################################​#######

###Except T19P Model
features.dnd_mode =

features.dnd.enable =
features.dnd.on_code =
features.dnd.off_code =
features.dnd_refuse_code =
features.dnd.emergency_enable =
features.dnd.emergency_authorized_number =

################################################################################​#######
##                                   Features Bluetooth(Only for T46G model)         ##
################################################################################​#######
features.bluetooth_enable =

################################################################################​#######
##                                   Features BLF                                    ##
################################################################################​#######
##It configures BLF LED mode and provides four kinds of definition for the BLF/BLF list key LED status.
##For more information, refer to BLF LED Mode on page 218.
##The default value is 0.
features.blf_led_mode =

##It enables or disables the phone to deal with the Version header in the BLF NOTIFY message sent by the server.
##0-Disabled,1-Enabled.
##The default value is 0.It takes effect after a reboot.
features.blf_list_version =

################################################################################​#######
##                                   Features Intercom                               ##
################################################################################​#######
features.intercom.allow  =
features.intercom.mute  =
features.intercom.tone  =
features.intercom.barge  =

################################################################################​#######
##                                   Features Hotline                                ##
################################################################################​#######
##It configures the hotline number.
##The default value is blank.
features.hotline_number =

##It configures the delay time (in seconds) for the phone to dial out the hotline number automatically.
##The default value of delay time is 4.Integer from 0 to 10
features.hotline_delay =

################################################################################​#######
##                                   Features DTMF                                   ##
################################################################################​#######
features.dtmf.hide =

###Except T20P Model
features.dtmf.hide_delay =

features.dtmf.repetition =
features.dtmf.transfer =
features.dtmf.replace_tran =

################################################################################​#######
##                                   Features Audio Settings                         ##
################################################################################​#######
features.headset_prior =

###Except T19P/T21P Models
features.headset_training =
features.alert_info_tone =
features.busy_tone_delay =
features.send_pound_key =
features.key_as_send =
features.send_key_tone =
features.key_tone =
features.play_hold_tone.enable =
features.play_hold_tone.delay =
features.redial_tone =
features.partition_tone =

################################################################################​#######
##                                   Features Action URI                             ##
################################################################################​#######
features.action_uri_limit_ip =

################################################################################​#######
##                                   Features Prefix                                 ##
################################################################################​#######
features.password_dial.enable =
features.password_dial.prefix =
features.password_dial.length =

################################################################################​#######
##                                   Features History                                ##
################################################################################​#######
features.save_call_history =

################################################################################​#######
##                                   Ringtone                                        ##
################################################################################​#######
ringtone.url =
ringtone.delete =

################################################################################​#######
##                                   Phone Settings                                  ##
################################################################################​#######
phone_setting.inter_digit_time =
phone_setting.ring_type =

phone_setting.ring_for_tranfailed =
phone_setting.is_deal180 =
phone_setting.show_code403 =

###Only T41P/T42G/T46G Models support this parameter
phone_setting.page_tip =

phone_setting.predial_autodial =
phone_setting.headsetkey_mode =
features.voice_mail_tone_enable =

################################################################################​#######
##                                   Power Led Settings                              ##
################################################################################​#######
phone_setting.common_power_led_enable =
phone_setting.talk_and_dial_power_led_enable =
phone_setting.mail_power_led_flash_enable =
phone_setting.ring_power_led_flash_enable =
phone_setting.mute_power_led_flash_enable=
phone_setting.hold_and_held_power_led_flash_enable =

##It configures the level of the active backlight intensity.
##For SIP-T28P IP phones and the connected EXP39:
##The default value is 2.
##For SIP-T46G IP phones and the connected EXP40:
##The default value is 8.
phone_setting.active_backlight_level =

##It configures the phone to go out or reduce intensity of the backlight on the LCD screen after a period of inactivity.
##0-Off,1-Low.
##The default value is 1.
phone_setting.inactive_backlight_level =

################################################################################​#######
##                                   Phone Setting Display                           ##
################################################################################​#######

###Except T20P/T19P/T21P Models
##It configures the backlight time (in seconds).0, 1, 15, 30, 60, 120, 300, 600 or 1800.
phone_setting.backlight_time =

###Except T20P/T22P/T41P/T42G Models
###It configures the contrast of the LCD screen.
###For SIP-T19P and SIP-T21P IP phones, it configures the LCD▒▒s contrast of the phone only.
###For SIP-T26P IP phones, it configures the LCD▒▒s contrast of the connected EXP39 only.
###For SIP-T28P IP phones, it configures the LCD▒▒s contrast of the IP phone and the connected EXP39.
###For SIP-T46G IP phones, it configures the LCD▒▒s contrast of the connected EXP40 only.
###The default value is 6.
phone_setting.contrast =

###Except T46G Model
##It configures the logo mode of the LCD screen (except for SIP-T20P IP phones).
##For SIP-T19P/T21P/T22P/T26P/T41P/T42G IP phones:
##0-Disabled   1-System logo   2-Custom logo
##The default value is 0.
##For SIP-T28P IP phones:
##1-System logo   2-Custom logo
##The default value is 1.
##It enables or disables a text logo (for SIP-T20P IP phones).
##0-Disabled   1-Enabled
##The default value is 0.
phone_setting.lcd_logo.mode =

###Only T20P Model supports this parameter
##It configures a text logo.
##The default value is Yealink.
phone_setting.lcd_logo.text =

###Except T20P/T46G Models
lcd_logo.url =
lcd_logo.delete =

###Only T46G Model supports the two parameters
###It configures the wallpaper displayed on the phone.
###Example:To configure a phone built-in picture (e.g., 1.png) to be wallpaper, the value format is:
###phone_setting.backgrounds = Resource:1.png
###To configure a custom picture (e.g., custom1.png) to be wallpaper, the value format is: Config:custom1.png
###The default value is Resource:Default.jpg.
phone_setting.backgrounds =

wallpaper_upload.url =

################################################################################​#######
##                                   Phone Setting BLF                               ##
################################################################################​#######
###It enables or disables the phone to automatically configure the BLF list keys in order.
###0-Disabled,1-Enabled.
###The default value is 1.

phone_setting.auto_blf_list_enable =

###Only T26P/T28P/T46G Models support the parameter
###It configures the order of BLF list keys assigned automatically.
###0-Line Keys->Memory Keys->Extension Keys
###1-Extension Keys->Memory Keys->Line Keys
###Memory keys are not applicable to SIP-T46G IP phones.
###The default value is 0.
phone_setting.blf_list_sequence_type =

################################################################################​#######
##                                   Key Lock                                        ##
################################################################################​#######
##Except T41P/T42G/T46G Models
phone_setting.lock =

###Only T41P/T42G/T46G Models support the two parameters
###It enables or disables keypad lock feature.
###0-Disabled,1-Enabled.
###The default value is 0.
phone_setting.phone_lock.enable =

###It configures the keypad lock type.
###0-All Keys,1-Function Keys,2-Menu Key.
###The default value is 0.
phone_setting.phone_lock.lock_key_type =

###It configures the password for unlocking the keypad.
###The default value is 123.
phone_setting.phone_lock.unlock_pin =

###It configures the interval (in seconds) to automatically lock the keypad.
###The default value is 0 (the keypad is locked only by long pressing the pound key or pressing the keypad lock key)
phone_setting.phone_lock.lock_time_out =
phone_setting.emergency.number =

################################################################################​#######
##                                   Multicast                                       ##
################################################################################​#######

###Except T19P Model
multicast.codec =

multicast.receive_priority.enable =
multicast.receive_priority.priority =

###X ranges from 1 to 10
###multicast.listen_address.X.label =
###multicast.listen_address.X.ip_address =

multicast.listen_address.1.label =
multicast.listen_address.1.ip_address =

################################################################################​#######
##                                   Super Search(Except T20P Model)                 ##
################################################################################​#######
super_search.recent_call =
super_search.url =

################################################################################​#######
##                                   Security                                        ##
################################################################################​#######
###Define the login username and password of the user, var and administrator.
###If you change the username of the administrator from "admin" to "admin1", your new administrator's username should be configured as: security.user_name.admin = admin1.
###If you change the password of the administrator from "admin" to "admin1pwd", your new administrator's password should be configured as: security.user_password = admin1:admin1pwd.

###The following examples change the user's username to "user23" and the user's password to "user23pwd".
###security.user_name.user = user23
###security.user_password = user23:user23pwd
###The following examples change the var's username to "var55" and the var's password to "var55pwd".
###security.user_name.var = var55
###security.user_password = var55:var55pwd
security.user_name.user =
security.user_name.admin =
security.user_name.var =
security.user_password =

###It enables or disables the phone to only accept the certificates in the Trusted Certificates list.
###0-Disabled,1-Enabled.
###The default value is 1.It takes effect after a reboot.
security.trust_certificates =

###It configures the source certificates for the phone to authenticate for TLS connection.
###0-Default certificates,1-Custom certificates,2-All certificates.
###The default value is 0.It takes effect after a reboot.
security.ca_cert =

###It configures the device certificates for the phone to send for TLS authentication.
###0-Default certificates,1-Custom certificates.
###The default value is 0.It takes effect after a reboot.
security.dev_cert =

###It enables or disables the phone to mandatorily validate the CommonName or SubjectAltName of the certificate received from the connecting server.
###0-Disabled,1-Enabled.
###The default value is 0.It takes effect after a reboot.
security.cn_validation =

################################################################################​#######
##                                   User Mode                                       ##
################################################################################​#######
###It enables or disables the 3-level permissions (admin, user, var).
###0-Disabled,1-Enabled.
###The default value is 0.It takes effect after a reboot.
security.var_enable =

web_item_level.url =

################################################################################​#######
##                                   Trusted Certificates                            ##
################################################################################​#######
trusted_certificates.url =
trusted_certificates.delete =

phone_setting.reserve_certs_enable =

################################################################################​#######
##                                   Server Certificates                             ##
################################################################################​#######
server_certificates.url =
server_certificates.delete =

################################################################################​#######
##                     Memory Key(Only for T26P/T28P Models)                         ##
################################################################################​#######
###T26P/T28P X ranges from 1 to 10

#memorykey.X.type--Customize the Memorykey type.
#The valid types are:

#0-NA   1-Conference   2-Forward   3-Transfer   4-Hold   5-DND   7-Call Return   8-SMS   9-Directed Pickup   10-Call Park   11-DTMF   12-Voice Mail   13-Speed Dial   14-Intercom
#15-Line   16-BLF   17-URL   18-Group Listening   20-Private Hold   22-XML Group   23-Group Pickup   24-Multicast Paging   25-Record   27-XML Browser
#34-Hot Desking   35-URL Record   38-LDAP   39-BLF List   40-Prefix   41-Zero Touch   42-ACD   45-Local Group   46-Network Group   49-Custom Button
#50-Keypad Lock   55-Meet-Me Conference   56-Retrieve Park   57-Hoteling   58-ACD Grace   59-Sisp Code   60-Emergency   61-Directory

###memorykey.X.line =
###memorykey.X.value =
###memorykey.X.pickup_value =
###memorykey.X.type =
###memorykey.X.xml_phonebook =

###It configures the desired line to apply the key feature.
###The default value is 1.Integer from 1 to 6
memorykey.1.line =

###It configures the value of the memory key feature.
###For example, when set the key feature to BLF, it configures the number of the monitored user.
###The default value is blank.
memorykey.1.value =

###It configures the pickup code for BLF feature or conference ID followed by the # sign for Meet-Me conference feature.
###It only applies to BLF and Meet-Me conference features.
###The default value is blank.
memorykey.1.pickup_value =

###It configures the desired feature for memory key X.
###The default value is 0.
memorykey.1.type =

###It configures the desired local group/XML group/network group for the memory key X.
###It only applies to the Local Group, XML Group and Network Group features.
###The default value is 0.
memorykey.1.xml_phonebook =

################################################################################​#######
##                                   Line Key                                        ##
################################################################################​#######
###Except T19D Model
###T21D/T20P X ranges from 1 to 2
###T22P/T26P X ranges from 1 to 3
###T28P X ranges from 1 to 6
###T41P/T42G X ranges from 1 to 15
###T46G X ranges from 1 to 27

#linekey.X.type--Customize the linekey type.
#The valid types are:

#0-NA   1-Conference   2-Forward   3-Transfer   4-Hold   5-DND   7-Call Return   8-SMS   9-Directed Pickup   10-Call Park  11-DTMF   12-Voice Mail   13-Speed Dial
#14-Intercom   15-Line   16-BLF   17-URL   18-Group Listening  20-Private Hold   22-XML Group   23-Group Pickup  24-Multicast Paging  25-Record   27-XML Browser
#34-Hot Desking   35-URL Record   38-LDAP   39-BLF List   40-Prefix   41-Zero Touch   42-ACD   45-Local Group   46-Network Group   49-Custom Button   50-Keypad Lock
#55-Meet-Me Conference   56-Retrieve Park   57-Hoteling   58-ACD Grace   59-Sisp Code   60-Emergency   61-Directory

#0-NA ▒▒Only for T41/T42/T46)
#22-XML Group (Not support T20)
#38-LDAP (Not support T20)
#46-Network Group (Not support T20)
#8-SMS (Only support T21/T46/T22/T26/T28)
#17-URL (Only support T41/T42/T46)
#49-Custom Button (Only support T20/T22/T26/T28)

###linekey.X.line =
###linekey.X.value =
###linekey.X.pickup_value =
###linekey.X.type =
###linekey.X.xml_phonebook =
###linekey.X.label =

###It configures the desired line to apply the key feature.Integer from 1 to 6
linekey.1.line =

###It configures the value of the line key feature.
###For example, when setting the key feature to BLF, it configures the number of the monitored user.
###The default value is blank.
linekey.1.value =

###It configures the pickup code for BLF feature or conference ID followed by the # sign for Meet-Me conference feature.
###It only applies to BLF and Meet-Me conference features.
###The default value is blank.
linekey.1.pickup_value =

###It configures the key feature for the line key X.
linekey.1.type =

###It configures the desired local group/XML group/network group for the line key X.
###It only applies to the Local Group, XML Group and Network Group features.
###XML Group and Network Group features are not applicable to SIP-T20P IP phones.
linekey.1.xml_phonebook =

###It configures the label displayed on the LCD screen for each line key.
###The default value is blank.
linekey.1.label =

################################################################################​#######
##                                   Programable Key                                 ##
################################################################################​#######
###T20P X ranges from 1 to 9
###T28P/T26P X ranges from 1 to 14
###T41P/T42G/T19P/T21P X ranges from 1 to 11
###T46G/T22P X ranges from 1 to 13

#programablekey.x.type--Customize the programmable key type.
#The valid types are:
#0-NA   2-Forward   5-DND   7-Call Return   8-SMS   9-Directed Pickup   13-Speed Dial
#22-XML Group   23-Group Pickup   27-XML Browser   28-History   30-Menu   31-Switch Account   32-New SMS
#33-Status   34-Hot Desking   38-LDAP   40-Prefix   41-Zero Touch   43-Local Directory   44-Network Directory   45-Local Group
#46-Network Group   47-XML Directory   50-Keypad Lock   51-Switch Account Up   52-Switch Account Down   55-Meet-Me Conference   61-Directory

#40-Prefix (Not support T20)
#22-XML Group (Not support T20)
#31-Switch Account (Not support T19/T41/T42/T46)
#38-LDAP (Not support T19/T20)
#46-Network Group (Not support T20)
#8-SMS (Not support T41/T42/T20)
#32-New SMS (Not support T41/T42/T20)
#47-XML Directory (Not support T20)
#44-Network Directory (Not support T20)
#41-Zero Touch (Not support T41/T42/T46)
#34-Hot Desking (Only support T19/T46
#51-Switch Account Up (Only support T41/T42/T46)
#52-Switch Account Down (Only support T41/T42/T46)

###programablekey.X.type =
###programablekey.X.line =
###programablekey.X.value =
###programablekey.X.xml_phonebook =
###programablekey.X.history_type =
###programablekey.X.label =
###programablekey.X.pickup_value =

###It configures the key feature for the programmable key X.
programablekey.1.type =

###It configures the desired line to apply the programmable key feature.
programablekey.1.line =

###It configures the value of the programmable key feature.
###For example, when configuring the key feature to be Speed Dial, it configures the number.
###The default value is blank.
programablekey.1.value =

###It configures the desired local group/XML group/network group for the programmable key.
###It only applies to the Local Group, XML Group and Network Group features.
###XML Group and Network Group features are not applicable to SIP-T20P IP phones.
programablekey.1.xml_phonebook =

###It configures the history type of programmable key.
###0-Local History,1-Network History.
###The default value is 0.
programablekey.1.history_type =

###It configures the label displayed on the LCD screen for each soft key.
###The default value is blank.
programablekey.1.label =

###It configures conference ID followed by the # sign for Meet-Me conference feature.
###It only applies to Meet-Me conference feature.
###The default value is blank.
programablekey.1.pickup_value =

################################################################################​#######
##                                   Expansion Key(Only for T26P/T28P/T46G Models)   ##
################################################################################​#######
###T46G/T28P/T26P X ranges from 1 to 6, Y ranges from 1 to 40

###expansion_module.X.key.Y.type =
###expansion_module.X.key.Y.line =
###expansion_module.X.key.Y.value =
###expansion_module.X.key.Y.pickup_value =
###expansion_module.X.key.Y.label =
###expansion_module.X.key.Y.xml_phonebook =

###It configures the key feature of the expansion module X key Y.
expansion_module.1.key.1.type =

###It configures the desired line to apply the expansion module key feature.Integer from 1 to 6
expansion_module.1.key.1.line =

###It configures the value of the expansion module key feature.
###The default value is blank.
expansion_module.1.key.1.value =

###It configures the pickup code for BLF feature or conference ID followed by the # sign for Meet-Me conference feature.
###It only applies to BLF and Meet-Me conference features.
###The default value is blank.
expansion_module.1.key.1.pickup_value =

###It configures the label displayed on the LCD screen of the expansion module for each key.
###The default value is blank.
expansion_module.1.key.1.label =

###It only applies to the Local Group, XML Group and Network Group features.Integer from 0 to 48.
expansion_module.1.key.1.xml_phonebook =

################################################################################​#######
##                                   Forward Always                                  ##
################################################################################​#######
forward.always.enable =
forward.always.target =
forward.always.on_code =
forward.always.off_code =

################################################################################​#######
##                                   Forward Busy                                    ##
################################################################################​#######
forward.busy.enable =
forward.busy.target =
forward.busy.on_code =
forward.busy.off_code =

################################################################################​#######
##                                   Forward No Answer                               ##
################################################################################​#######
forward.no_answer.enable =
forward.no_answer.target =
forward.no_answer.timeout =
forward.no_answer.on_code =
forward.no_answer.off_code =

################################################################################​#######
##                                   Forward International                           ##
################################################################################​#######
###It enables or disables the phone to forward incoming calls to international numbers.
###0-Disabled,1-Enabled.
###The default value is 1.
forward.international.enable =

################################################################################​#######
##                                   ACD                                             ##
################################################################################​#######
acd.auto_available = 1
acd.auto_available_timer =

################################################################################​#######
##                                   Hotdesking Startup                              ##
################################################################################​#######
phone_setting.logon_wizard =
hotdesking.startup_register_name_enable =
hotdesking.startup_username_enable =
hotdesking.startup_password_enable =
hotdesking.startup_sip_server_enable =
hotdesking.startup_outbound_enable =

################################################################################​#######
##                                   Hotdesking Dsskey                               ##
################################################################################​#######
hotdesking.dsskey_register_name_enable =
hotdesking.dsskey_username_enable =
hotdesking.dsskey_password_enable =
hotdesking.dsskey_sip_server_enable =
hotdesking.dsskey_outbound_enable =

################################################################################​#######
##                                   Alert Info                                      ##
################################################################################​#######
###X ranges from 1 to 100
###distinctive_ring_tones.alert_info.x.text =
###distinctive_ring_tones.alert_info.x.ringer =

###It configures the internal ringer text for distinctive ringtone.
###Example: distinctive_ring_tones.alert_info.1.text = Family
###The default value is blank.
distinctive_ring_tones.alert_info.1.text =

###It configures the desired ring tones for each text.
###The value ranges from 1 to 8, the digit stands for the appropriate ringtone.
###Ring tones 6-8 are only applicable to SIP-T46G IP phones.
###The default value is 1.
distinctive_ring_tones.alert_info.1.ringer =

################################################################################​#######
##                                   Call Waiting                                    ##
################################################################################​#######
call_waiting.enable = 0
call_waiting.tone =
call_waiting.on_code =
call_waiting.off_code =

################################################################################​#######
##                                   Action URL                                      ##
################################################################################​#######
action_url.setup_completed =
action_url.registered =
action_url.unregistered =
action_url.register_failed =
action_url.off_hook =
action_url.on_hook =
action_url.incoming_call =
action_url.outgoing_call =
action_url.call_established =
action_url.dnd_on =
action_url.dnd_off =
action_url.always_fwd_on =
action_url.always_fwd_off =
action_url.busy_fwd_on =
action_url.busy_fwd_off =
action_url.no_answer_fwd_on =
action_url.no_answer_fwd_off =
action_url.transfer_call =
action_url.blind_transfer_call =
action_url.attended_transfer_call =
action_url.hold =
action_url.unhold =
action_url.mute =
action_url.unmute =
action_url.missed_call =
action_url.call_terminated =
action_url.busy_to_idle =
action_url.idle_to_busy =
action_url.ip_change =
action_url.forward_incoming_call =
action_url.reject_incoming_call =
action_url.answer_new_incoming_call =
action_url.transfer_finished =
action_url.transfer_failed =

################################################################################​#######
##                                   Contact                                         ##
################################################################################​#######
local_contact.data.url =

###(Only T46G Model supports the parameter)
local_contact.data_photo_tar.url =

###(Except T20P Model)
directory_setting.url =

################################################################################​#######
##                                   Custom Factory Configuration                    ##
################################################################################​#######
custom_factory_configuration.url =
features.custom_factory_config.enable =

################################################################################​#######
##                                   Custom  Configuration                           ##
################################################################################​#######
configuration.url =

################################################################################​#######
##                                   Custom Softkey(Except T20P Model)               ##
################################################################################​#######
phone_setting.custom_softkey_enable =
custom_softkey_call_failed.url =
custom_softkey_call_in.url =
custom_softkey_connecting.url =
custom_softkey_dialing.url =
custom_softkey_ring_back.url =
custom_softkey_talking.url =

the {mac}.cfg attached (too big to sit into comment field)


Attached File(s)
.txt  mac.cfg.txt (Size: 94.92 KB / Downloads: 10)
(This post was last modified: 03-06-2014 04:16 AM by arhi.)
03-06-2014 04:04 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #2
RE: T28P on Asterisk (freePBX) only 1 line accepting calls
Have you tried to first setup 1 ext only per phone and call the ring group?
If that works add a second extension to the phone and test...

Just want to see if it makes a difference...
03-06-2014 01:34 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: #3
RE: T28P on Asterisk (freePBX) only 1 line accepting calls
It would be good that you use a SLA featue that can share your line.
I attach a configuration guide for you.


Attached File(s)
.pdf  Asterisk SLA setting example-v1.1.pdf (Size: 347.53 KB / Downloads: 36)
03-06-2014 02:23 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
arhi Offline
Junior Member
**

Posts: 3
Joined: Mar 2014
Reputation: 0
Post: #4
RE: T28P on Asterisk (freePBX) only 1 line accepting calls
> Have you tried to first setup 1 ext only per phone and call the ring group?

I want to use 1 ext per phone. Do you mean 1 ext per line? I tried that it works but it's not what I want.

> It would be good that you use a SLA featue that can share your line.

Not sure I understand. Isn't this SLA thing so that same extension can be on multiple devices and then they can all join in single call?

The manual for 28P show that I can have lines with same and different subscriptions, the other phones I tried do this out of the box (looking at 28p manual so should it too). Not sure what am I doing wrong
03-06-2014 07:24 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #5
RE: T28P on Asterisk (freePBX) only 1 line accepting calls
I must have your configuration misunderstood. forgive me.
03-06-2014 10:55 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
arhi Offline
Junior Member
**

Posts: 3
Joined: Mar 2014
Reputation: 0
Post: #6
RE: T28P on Asterisk (freePBX) only 1 line accepting calls
solved it. manual is not good Sad
in order to have on all 6 lines same extension I need to enable only one account and disable other 5

thanks
03-07-2014 04:35 AM
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
  T28P - OpenVPN TLS error: Unsupported protocol 1sae 0 921 07-18-2023 06:50 AM
Last Post: 1sae
  Using SIP-T29G with SangomaOS (parked calls) Shawn 0 4,797 01-09-2021 08:24 AM
Last Post: Shawn
  T28P foward call doesn´t work with 2.73.0.50 Tato 4 11,557 09-14-2020 03:49 PM
Last Post: complex1
Lightbulb Yealink T28P Firmware Upgrade Fails Michelth 11 54,824 06-27-2020 10:13 AM
Last Post: complex1
  T28P LDAP Problem oguzhan 1 7,719 06-10-2020 01:14 PM
Last Post: beldimon
  T21P E2: Missed calls: How to show caller's number? quazgar 1 8,113 12-05-2019 07:19 AM
Last Post: Walter_Yealink
  Missed calls for group users Techvoip 1 6,004 04-08-2019 07:29 AM
Last Post: Techvoip
Exclamation T28P Handset Noise Problems fdtcloud 18 62,162 01-14-2019 04:23 PM
Last Post: dtgriscom
  Blind Transfer (Alert Info) ring on FreePBX v13 Jorge12 1 6,717 05-30-2018 05:46 AM
Last Post: anonymous1711612242218
  T23G Unable to Transfer Calls Dorothea 2 9,838 03-30-2018 04:53 PM
Last Post: Dorothea

Forum Jump:


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

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