[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


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to reboot T19P_E2 by HTTP?
Author Message
ogankvik Offline
Junior Member
**

Posts: 7
Joined: Nov 2021
Reputation: 0
Post: #1
Information How to reboot T19P_E2 by HTTP?
Hello.
I have an IP Phone SIP-T19P_E2. I need to reboot it using HTTP protocol. How to do it?

Tried but did NOT work:
Code:
http://10.238.31.69/cgi-bin/api-sys_operation?passcode=xxx&request=REBOOT&
http://10.238.31.12/cgi-bin/ConfigManApp.com?key=Reboot=true@admin:xxx
http://admin:xxx@10.238.31.12/cgi-bin/ConfigManApp.com?key=Reboot=true
http://10.238.31.12/servlet?p=login&q=login&username=admin&pwd=xxx&jumpto=URI&p=settings-upgrade&q=Reboot=true
Thanks!
(This post was last modified: 11-21-2021 04:58 PM by ogankvik.)
11-21-2021 04:58 PM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #2
RE: How to reboot T19P_E2 by HTTP?
(11-21-2021 04:58 PM)ogankvik Wrote:  Hello.
I have an IP Phone SIP-T19P_E2. I need to reboot it using HTTP protocol. How to do it?

Tried but did NOT work:
Code:
http://10.238.31.69/cgi-bin/api-sys_operation?passcode=xxx&request=REBOOT&
http://10.238.31.12/cgi-bin/ConfigManApp.com?key=Reboot=true@admin:xxx
http://admin:xxx@10.238.31.12/cgi-bin/ConfigManApp.com?key=Reboot=true
http://10.238.31.12/servlet?p=login&q=login&username=admin&pwd=xxx&jumpto=URI&p=settings-upgrade&q=Reboot=true
Thanks!

Hi,

Please try this one:

http://username:password@<phoneIPAddress>/servlet?key=Reboot

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.
11-21-2021 08:47 PM
Find all posts by this user    like0    dislike0
ogankvik Offline
Junior Member
**

Posts: 7
Joined: Nov 2021
Reputation: 0
Post: #3
Sad RE: How to reboot T19P_E2 by HTTP?
(11-21-2021 08:47 PM)complex1 Wrote:  http://username:password@<phoneIPAddress>/servlet?key=Reboot

Code:
c:\>wget.exe http://admin:xxx@10.238.31.12/servlet?key=Reboot
--2021-11-21 16:33:44--  http://admin:*password*@10.238.31.12/servlet?key=Reboot

Connecting to 10.238.31.12:80... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authentication selected: Basic realm="VOIP PHONE"
Reusing existing connection to 10.238.31.12:80.
HTTP request sent, awaiting response... 403 Forbidden
2021-11-21 16:33:44 ERROR 403: Forbidden.

I tried to apply this command through the cmd and in the browser, the result is always "You do not have permission to view this page."

Login and password are 100% correct. I connect under them to the web interface of the ip phone.
11-21-2021 09:42 PM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #4
RE: How to reboot T19P_E2 by HTTP?
I do not have a T19P_E2, but the T57W and the command work well.
I use Firefox as browser.
Please try to use https instead of http

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.
11-22-2021 05:17 AM
Find all posts by this user    like0    dislike0
ogankvik Offline
Junior Member
**

Posts: 7
Joined: Nov 2021
Reputation: 0
Post: #5
RE: How to reboot T19P_E2 by HTTP?
(11-22-2021 05:17 AM)complex1 Wrote:  Please try to use https instead of http

No, it worked. This command didn't work either:
Code:
https://admin:xxx@10.238.31.12/servlet?key=Reboot --no-check-certificate

Updated fitware to the latest version (53.84.0.125). I tried to enter the command in different encodings. An idea has appeared, maybe in the detelphone itself you need to enable some option or tweak something? What to do..
(This post was last modified: 11-23-2021 03:35 PM by ogankvik.)
11-23-2021 03:34 PM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #6
RE: How to reboot T19P_E2 by HTTP?
(11-23-2021 03:34 PM)ogankvik Wrote:  
(11-22-2021 05:17 AM)complex1 Wrote:  Please try to use https instead of http

No, it worked. This command didn't work either:
Code:
https://admin:xxx@10.238.31.12/servlet?key=Reboot --no-check-certificate

Updated fitware to the latest version (53.84.0.125). I tried to enter the command in different encodings. An idea has appeared, maybe in the detelphone itself you need to enable some option or tweak something? What to do..

If you think it is caused by a certificate issue, you can disable the certificate check.
Go to Security > Trusted Certificates > Only Accept Trusted Certificates and select "Disabled"

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.
11-24-2021 04:22 AM
Find all posts by this user    like0    dislike0
ogankvik Offline
Junior Member
**

Posts: 7
Joined: Nov 2021
Reputation: 0
Post: #7
RE: How to reboot T19P_E2 by HTTP?
complex1, thanks for your help! Smile It didn't work with http, I will look for another way to reboot.
11-25-2021 01:14 PM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #8
RE: How to reboot T19P_E2 by HTTP?
(11-25-2021 01:14 PM)ogankvik Wrote:  complex1, thanks for your help! Smile It didn't work with http, I will look for another way to reboot.

Hi,

Have you tried https with the certificate check disabled?
Is the T19P_E2 running the latest available firmware?

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.
11-25-2021 04:48 PM
Find all posts by this user    like0    dislike0
ogankvik Offline
Junior Member
**

Posts: 7
Joined: Nov 2021
Reputation: 0
Post: #9
RE: How to reboot T19P_E2 by HTTP?
   
   
complex1, hi! Only Accept Trusted Certificates "Disabled". Wimware is latest.

The error has not changed:
Code:
c:\>wget.exe https://admin:xxx@10.238.31.12/servlet?key=Reboot
--2021-11-26 09:04:34--  https://admin:*password*@10.238.31.12/servlet?key=Reboo
t
Connecting to 10.238.31.12:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authentication selected: Basic realm="VOIP PHONE"
Reusing existing connection to 10.238.31.12:443.
HTTP request sent, awaiting response... 403 Forbidden
2021-11-26 09:04:39 ERROR 403: Forbidden.
11-26-2021 02:10 PM
Find all posts by this user    like0    dislike0
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 43
Post: #10
RE: How to reboot T19P_E2 by HTTP?
(11-26-2021 02:10 PM)ogankvik Wrote:  complex1, hi! Only Accept Trusted Certificates "Disabled". Wimware is latest.

The error has not changed:
Code:
c:\>wget.exe https://admin:xxx@10.238.31.12/servlet?key=Reboot
--2021-11-26 09:04:34--  https://admin:*password*@10.238.31.12/servlet?key=Reboo
t
Connecting to 10.238.31.12:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
Authentication selected: Basic realm="VOIP PHONE"
Reusing existing connection to 10.238.31.12:443.
HTTP request sent, awaiting response... 403 Forbidden
2021-11-26 09:04:39 ERROR 403: Forbidden.

Hi,

Please try to execute the command directly from the browser and do not use wget.exe for now.
Firefox is preferable.


Attached File(s) Thumbnail(s)
   

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.
11-26-2021 03:53 PM
Find all posts by this user    like0    dislike0
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T19P_E2 Recovery files GVDDClearcom 1 6,765 10-19-2017 02:03 AM
Last Post: anonymous1711612242218
  T19P_E2 recovery files Olga 0 4,956 02-02-2017 09:14 AM
Last Post: Olga
  Recovery files for T19P_E2 Olga 0 4,859 02-02-2017 09:13 AM
Last Post: Olga
  T19P_E2 recovery files Olga 0 5,323 02-02-2017 09:10 AM
Last Post: Olga
  T20P Register Fail on Reboot amirscei 2 8,804 08-06-2015 07:07 AM
Last Post: amirscei
  T26 reboot very often bluetel 3 8,278 12-18-2014 03:01 PM
Last Post: Yealink_Jim
  T22P Registration fail after reboot of IPPBX DRAYTEK 2820N vigortek 11 34,064 12-05-2014 04:52 PM
Last Post: vigortek
  Old http calling through ConfigManApp.com is not working on Sip-T21P msx 14 51,435 08-27-2014 03:52 AM
Last Post: jwoodslappy
  EXP39 buttons fail to change status, phone requires reboot to fix Benoiti 3 11,749 06-21-2013 02:12 PM
Last Post: Yealink Support
Question Phone doesn't receive calls after router reboot! Is Registration Random the answer? ruiseixas 5 19,882 06-05-2013 02:11 PM
Last Post: Yealink Support

Forum Jump:


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

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