Yealink Forums
user-agent name edit (add mac address) - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: user-agent name edit (add mac address) (/showthread.php?tid=43550)



user-agent name edit (add mac address) - kapetrosyan - 12-30-2019 07:07 AM

Hello,
Dears can you please tell me how to add mac address to user-agent info?
I have many phones and the user agent name is Model and Firmware
like this Yealink SIP-T46S 66.84.0.15

A few days ago I registered a T23P phone and I noticed that it sends mac address in user-agent value as well.
like this.
Yealink SIP-T23P 44.80.0.101 00:15:65:xx:xx:xx

I need to know how can I add the same for all my phones.
I have more than 1000 phones (all models).
Thanks!


RE: user-agent name edit (add mac address) - complex1 - 12-30-2019 08:52 AM

(12-30-2019 07:07 AM)kapetrosyan Wrote:  Hello,
Dears can you please tell me how to add mac address to user-agent info?
I have many phones and the user agent name is Model and Firmware
like this Yealink SIP-T46S 66.84.0.15

A few days ago I registered a T23P phone and I noticed that it sends mac address in user-agent value as well.
like this.
Yealink SIP-T23P 44.80.0.101 00:15:65:xx:xx:xx

I need to know how can I add the same for all my phones.
I have more than 1000 phones (all models).
Thanks!

Hi,

Please add next parameter to your provisioning file:
Code:
#Send MAC address in UA. 0-Disable; 1-Enable(00:11:22:33:44:55); 2-Enable(001122334455);
sip.mac_in_ua = 2

Hope this will help.


RE: user-agent name edit (add mac address) - kapetrosyan - 12-30-2019 09:00 AM

(12-30-2019 08:52 AM)complex1 Wrote:  
(12-30-2019 07:07 AM)kapetrosyan Wrote:  Hello,
Dears can you please tell me how to add mac address to user-agent info?
I have many phones and the user agent name is Model and Firmware
like this Yealink SIP-T46S 66.84.0.15

A few days ago I registered a T23P phone and I noticed that it sends mac address in user-agent value as well.
like this.
Yealink SIP-T23P 44.80.0.101 00:15:65:xx:xx:xx

I need to know how can I add the same for all my phones.
I have more than 1000 phones (all models).
Thanks!

Hi,

Please add next parameter to your provisioning file:
Code:
#Send MAC address in UA. 0-Disable; 1-Enable(00:11:22:33:44:55); 2-Enable(001122334455);
sip.mac_in_ua = 2

Hope this will help.


hi, I already found it, but thank you so much for your feedback!!!