[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
T20P: Action URL, does it reboots on Register Failed?
Author Message
ruiseixas Offline
Junior Member
**

Posts: 34
Joined: May 2013
Reputation: 0
Post: #1
Question T20P: Action URL, does it reboots on Register Failed?
Hi,

I wold like to know if for my phone, this url setting will work whenever any sip "Register Failed":
Code:
http://192.168.22.126/cgi-bin/configmanapp.com?key=reboot

I'm using OpenVPN, and I wish to reboot the phone whenever I lost connection (Register Failed). If possible I wold like to specify a minimum time between reboots, for instance, 5 minutes. This will avoid systematic rebooting and the impossibility of accessing the phone web interface in the case of no network or bad sip configuration!

Code:
Firmware Version           9.71.0.140
Hardware Version           7.0.1.61
(This post was last modified: 01-01-2014 06:16 PM by ruiseixas.)
11-15-2013 10:44 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #2
RE: T20P: Action URL, does it reboots on Register Failed?
Hi ruiseixas,

Our V71 has the new format of ACTION URI.
http(s)://phone IP address/servlet?key=variable value

You can refer to more detail from page 156 to page 160.
http://www.yealink.com/Upload/T2X/T2X-V7...71_141.pdf
11-22-2013 04:04 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
ruiseixas Offline
Junior Member
**

Posts: 34
Joined: May 2013
Reputation: 0
Post: #3
RE: T20P: Action URL, does it reboots on Register Failed?
(11-22-2013 04:04 PM)Yealink Support Wrote:  Hi ruiseixas,

Our V71 has the new format of ACTION URI.
http(s)://phone IP address/servlet?key=variable value

You can refer to more detail from page 156 to page 160.
http://www.yealink.com/Upload/T2X/T2X-V7...71_141.pdf

Does it means the right address is this one:

Code:
http://192.168.22.126/servlet?key=Reboot

However, I try it in the Browser URL bar and my phone doesn't reboot!

Regards,
Rui

Ok,

I need to add my computer IP in the Remote control, and then it works. Any way, I think isn't needed to add the phone IP to this list to the action be executed by the phone URL actions...

I have a final question, if for some reason the phone is always unable to register, how do I access it via Web if it reboots all time due to no registration?

Regards,
Rui
(This post was last modified: 01-01-2014 07:35 PM by ruiseixas.)
01-01-2014 06:38 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #4
RE: T20P: Action URL, does it reboots on Register Failed?
Hi Rui,

May be you can test XML Browser feature? We have released a latest version 72 today.
You can refer to xml browser feature.
http://www.yealink.com/SupportDownloadfi...7&flag=142
(This post was last modified: 01-02-2014 03:36 PM by Yealink Support.)
01-02-2014 03:36 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
ruiseixas Offline
Junior Member
**

Posts: 34
Joined: May 2013
Reputation: 0
Post: #5
RE: T20P: Action URL, does it reboots on Register Failed?
(01-02-2014 03:36 PM)Yealink Support Wrote:  Hi Rui,

May be you can test XML Browser feature? We have released a latest version 72 today.
You can refer to xml browser feature.
http://www.yealink.com/SupportDownloadfi...7&flag=142

Hi,

When the phone fails registering there is no restart like expected. If I update the Firmware to the version you suggest will it works?

Regards,
Rui
01-04-2014 05:46 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #6
RE: T20P: Action URL, does it reboots on Register Failed?
Hi ruiseixas,

I mean that you can test XML Browser which can help to control phone. And we change some templates in new version 72.
It is up to you to choosing. Smile
01-04-2014 10:22 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
ruiseixas Offline
Junior Member
**

Posts: 34
Joined: May 2013
Reputation: 0
Post: #7
RE: T20P: Action URL, does it reboots on Register Failed?
(11-15-2013 10:44 PM)ruiseixas Wrote:  Hi,

I wold like to know if for my phone, this url setting will work whenever any sip "Register Failed":
Code:
http://192.168.22.126/cgi-bin/configmanapp.com?key=reboot

I'm using OpenVPN, and I wish to reboot the phone whenever I lost connection (Register Failed). If possible I wold like to specify a minimum time between reboots, for instance, 5 minutes. This will avoid systematic rebooting and the impossibility of accessing the phone web interface in the case of no network or bad sip configuration!

Code:
Firmware Version           9.71.0.140
Hardware Version           7.0.1.61

Hi,

The solution is in the OpenVPN configuration file... You only need to add the following lines to it:

Code:
# Uncomment this section for a more reliable detection when a system
# loses its connection.  For example, dial-ups or laptops that
# travel to other locations.
ping 30
ping-restart 300

This means it pings each half minute, and after 5 minutes without response it restarts de VPN connection. You may chose a smaller period, I chose 5 minutes to guarantee that the DynDNS has the right updated address.

Consider also disabling persist-tun to a broader restart, this way:
Code:
persist-key
;persist-tun

Now the connection stays on all the time with no need to reboot the phone.


Regards
Rui

For more information about the OpenVPN config file, see my post named:
(This post was last modified: 03-07-2014 09:07 PM by ruiseixas.)
03-05-2014 05:43 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
  T26P failed to register with TLS transport tvt 0 3,535 10-29-2021 02:58 PM
Last Post: tvt
  Action URI via SIP message steve.newton 0 3,481 09-16-2021 12:19 AM
Last Post: steve.newton
  Forwarding - Action URI - T23G matiasarw 0 4,700 03-14-2021 08:13 AM
Last Post: matiasarw
  T21P Register Failed agatospk 6 18,171 01-31-2020 06:08 AM
Last Post: agatospk
  T22P Action URI ATrans and BTrans not working? DaveThompson 2 12,253 09-10-2019 10:47 AM
Last Post: DaveThompson
  How to change voice when busy, waiting and other.. T20P marin 0 4,233 04-11-2019 12:53 PM
Last Post: marin
  T21P: Failed to upload wave file sawaix 2 8,684 03-27-2019 12:07 AM
Last Post: sawaix
  T20P Issues uploading VPN configuration mikeymike20 1 6,977 06-13-2018 07:24 AM
Last Post: Michael_Yealink
  SIP T20P unlock help afsfwmw90rfj 1 8,335 06-23-2017 08:24 AM
Last Post: Klaus_Yealink
  T19 E2 with openvpn TLS handshake failed Samcotec 2 10,141 04-28-2017 02:59 PM
Last Post: Michael_Yealink

Forum Jump:


User(s) browsing this thread:

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