Yealink Forums
Provision of second sip server on an account. - 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: Provision of second sip server on an account. (/showthread.php?tid=1074)



Provision of second sip server on an account. - bsutton - 12-04-2013 08:55 AM

Using the M7 configuration file format I'm trying to work out how to set the second sip server for an account.
Unfortunately this doesn't appear to be documented and its not in any of the sample files.
Exporting the configuration doesn't help either as the export file contains the old M1/M2 file format.

So firstly what are the required settings?

Secondly can you please update the provisioning manual with the M7 settings. Its extremely frustrating trying to work out all the settings!!!

Thanks in advance.
Brett


RE: Provision of second sip server on an account. - Yealink Support - 12-04-2013 04:30 PM

Hi Brett,

Sorry for the inconvenience.
The second sip server settings can be obtained in MAC.cfg in the auto provisioning file.
You can refer to the auto provisioning guide of each phone model.
Take T28 for example:
enter the yealink website->Support->IP Phone, http://www.yealink.com/SupportDownloadfiles_detail.aspx?CateId=184&flag=142
choose http://www.yealink.com/Upload/T2X/20131125/AutoProvisoning.zip


RE: Provision of second sip server on an account. - bsutton - 12-05-2013 05:36 AM

(12-04-2013 04:30 PM)Yealink Support Wrote:  Sorry for the inconvenience.
The second sip server settings can be obtained in MAC.cfg in the auto provisioning file.

So are you saying that I need to manually provision the setting on each handset?

I have over fourty phones to do and what happens if someone reboots the phone, is the setting lost after the phone goes through a second provisioning cycle?

<Colloquial reference>Not happy Jan!</Colloquial reference>

Can you please put in an enhancement request to have the 2nd sip server settings provisionable.

Can we have an eta on when we will see an updated provisioning manual for M7?

Brett


RE: Provision of second sip server on an account. - Yealink Support - 12-09-2013 04:59 PM

Hi bsutton,

You can copy the second sip server syntax to your common.cfg and do a mass deploy.
We will update auto-provisioning user guide in these days.


RE: Provision of second sip server on an account. - bsutton - 12-12-2013 06:51 AM

(12-09-2013 04:59 PM)Yealink Support Wrote:  Hi bsutton,

You can copy the second sip server syntax to your common.cfg and do a mass deploy.
We will update auto-provisioning user guide in these days.

OK, sounds promising. The question then is what is the syntax for the second server?

I can't find it in the doco anywhere?


RE: Provision of second sip server on an account. - Yealink Support - 12-12-2013 11:26 AM

Hi bsutton,

This second server just can be realized in V71.
Take T28 for example,
You can search "server Redundancy" in the admin guide from page 342 to 345.
http://www.yealink.com/Upload/T2X/20131125/Yealink_SIP-T2xP_and_SIP-T19P_IP_Phone_Family_Administrator_Guide_V71_165.pdf

For more details, you can refer to the support module in yealink wesite.


RE: Provision of second sip server on an account. - bsutton - 12-12-2013 02:40 PM

So for the record I have made the following changes to my <mac>.cfg file (not the common.cfg but I'm guessing that will also work).

I removed the following lines:
account.1.sip_server_host = somesip.server.com.au
account.1.sip_server_port = 5060

And added the following new lines:
# Concurrent registration to both servers.
account.1.fallback.redundancy_type=0


account.1.sip_server.1.address =somesip.server.com.au
account.1.sip_server.1.port = 5060
account.1.sip_server.1.expires = 300
# try to fail back on every sip transaction, this could slow down calls?
account.1.sip_server.1.failback_mode = 0
account.1.sip_server.1.register_on_enable=1

account.1.sip_server.2.address = someothersip.server.com.au
account.1.sip_server.2.port = 5060
account.1.sip_server.3.expires = 300
# try to fail back on every sip transaction, this could slow down calls?
account.1.sip_server.2.failback_mode = 0
account.1.sip_server.2.register_on_enable=1

More testing required but this seems to be working.

Thanks for your assistance.
Brett


RE: Provision of second sip server on an account. - Yealink Support - 12-12-2013 02:45 PM

Hi Brett,

Do you get the wrong syntax in "account.1.sip_server.3.expires = 300"?