Yealink Forums

Full Version: user-agent name edit (add mac address)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
(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.
(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!!!
Reference URL's