[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
Yealink RPS with Autoprovision Password
Author Message
Corey Offline
Junior Member
**

Posts: 3
Joined: Jan 2017
Reputation: 0
Post: #1
Question Yealink RPS with Autoprovision Password
We were recently provided with a login for Yealink RPS. Our security policy requires that we use HTTPS and an autoprovisioning password with digest authentication.

What I am looking for is a way to set the following two settings on RPS to allow the devices to authenticate against our autoprovisioning server:

auto_provision.server.username
auto_provision.server.password

How is this accomplished using RPS? I have read through the VAR manual and cannot find any information on how or where such parameters are configured.

Thanks!
01-26-2017 03:47 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Kala Offline
Junior Member
**

Posts: 11
Joined: May 2014
Reputation: 0
Post: #2
RE: Yealink RPS with Autoprovision Password
I think what you are looking for is in the configurator tool. The RPS will just direct your phone to your server to pull the configuration to your phone.
01-26-2017 11:51 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Corey Offline
Junior Member
**

Posts: 3
Joined: Jan 2017
Reputation: 0
Post: #3
RE: Yealink RPS with Autoprovision Password
(01-26-2017 11:51 PM)Kala Wrote:  I think what you are looking for is in the configurator tool. The RPS will just direct your phone to your server to pull the configuration to your phone.

Thanks for your reply. To be clear, I already have all the configurations and autoprovisioning profiles sitting on our server.

The thing is we password protect our server with digest authentication so I need the phone to have our provisioning password before it can connect. There must be a way for this to be done?
01-26-2017 11:57 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #4
RE: Yealink RPS with Autoprovision Password
Quote:The thing is we password protect our server with digest authentication so I need the phone to have our provisioning password before it can connect. There must be a way for this to be done?
Hi,

Please add following parameters to the common.cfg provision template:

#!version:1.0.0.1

#Configure the URL of the auto provisioning server.
auto_provision.server.url =
auto_provision.server.username =
auto_provision.server.password =

Then to get provisioning started go to “Settings > Auto Provision” and setup the Server URL, User Name and Password fields.
Then click “Autoprovision Now”

Hope this helps.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
01-27-2017 12:07 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Jordan Offline
Junior Member
**

Posts: 4
Joined: Apr 2013
Reputation: 0
Post: #5
RE: Yealink RPS with Autoprovision Password
We had a similar issue, I created the following php script and used it as the destination in RPS, adding the password as an argument to be processed by the php script.

RPS Server URL: http://provisioning.server.com/provision...=Password1

Code:
<?php
echo "#!version:1.0.0.1 \n";
$mac = substr( str_replace(":", "", $_SERVER['HTTP_USER_AGENT']), -12,12);
echo "auto_provision.server.url = http://provisioning.server.com/provisioner/prov/yealink/".$mac.".cfg?pass=".$_GET["pass"];
echo "\nauto_provision.repeat.minutes = 1";
echo "\nauto_provision.repeat.enable = 1";
?>

Hope that helps.

Jordan.
02-27-2017 06:19 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
  Yealink T54W Auto Provision not working h.cmc 1 3,542 12-09-2022 08:31 PM
Last Post: complex1
  Configure Yealink Phones autoprov and Action URLS on demand adeo 1 5,224 11-16-2022 10:52 PM
Last Post: bomberyealink
  Auto provision username and password kbrownlees 7 22,581 08-23-2022 11:16 PM
Last Post: mbole
  Yealink Manufacturing CA IFM Ltd 0 2,151 05-27-2022 08:00 AM
Last Post: IFM Ltd
  Yealink T54W - disable wifi from template itops@vivcourt.com 2 5,210 01-25-2022 10:32 AM
Last Post: itops@vivcourt.com
  Yealink CA certificate IgorG 2 9,115 06-11-2021 02:23 PM
Last Post: smuser
  Action url variable $cfg_all not working on Yealink T57W Ivan86 1 6,379 03-19-2021 03:07 PM
Last Post: Ivan86
  settings are not updating from autoprovision server AdmshipYard 1 5,866 02-20-2021 04:20 PM
Last Post: AdmshipYard
Question Autoprovision - LED Light Flashing [Resolved] voipsupport 2 6,972 05-01-2020 06:43 PM
Last Post: voipsupport
  Repeated AutoProvision TFTP/HTTP Issue patrick_keys 1 5,602 02-10-2020 05:04 PM
Last Post: jolouis

Forum Jump:


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

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