Yealink W70/W60 Auto Provisioning settings not replicating on Account 2 / 2nd Extension

Status
Not open for further replies.

3d3dman

New Member
Oct 11, 2022
15
0
1
We are having auto provisioning issues with Yealink handsets that use 2 extension/2 accounts on the same device/phone, account 1 on the GUI of the yealink has the correct codec settings pulled through from auto provisioning as we only want to use PCMA codec (we have disabled from the default yealink provisioning settings all other codecs as it was causing transcoding issues). We cant seem to find a way to replicate the codec auto provisioning settings that are working on account 1 of the yealink. Account 2 still shows the default codecs. If anyone can help that would be appreciated as we cant seem to figure this out.

Both extensions are on the same yealink device
account 1.jpgaccount2.jpg
 

hfoster

Active Member
Jan 28, 2019
677
80
28
34
You'll find a lot of the configs don't have the provisioning variables after account 1, 2, 3, etc. You'll have to manually match them up to the account.1.codec rules in /var/www/fusionpbx/resources/templates/provision/yealink/w70b/{$mac}.cfg


INI:
account.2.codec.1.enable = 1
account.2.codec.1.payload_type = PCMU
account.2.codec.1.priority = 1
account.2.codec.1.rtpmap = 0

account.2.codec.2.enable = 1
account.2.codec.2.payload_type = PCMA
account.2.codec.2.priority = 2
account.2.codec.2.rtpmap = 8

account.2.codec.3.enable = 0
account.2.codec.3.payload_type = G723_53
account.2.codec.3.priority =0
account.2.codec.3.rtpmap = 4

account.2.codec.4.enable = 0
account.2.codec.4.payload_type = G723_63
account.2.codec.4.priority = 0
account.2.codec.4.rtpmap = 4

account.2.codec.5.enable = 1
account.2.codec.5.payload_type = G729
account.2.codec.5.priority = 3
account.2.codec.5.rtpmap = 18

account.2.codec.6.enable = 1
account.2.codec.6.payload_type = G722
account.2.codec.6.priority = 4
account.2.codec.6.rtpmap = 9
 
Status
Not open for further replies.