[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
T48G w/35.73.0.16 Action URL odd behavior
Author Message
njackson Offline
Junior Member
**

Posts: 6
Joined: Mar 2014
Reputation: 1
Post: #1
T48G w/35.73.0.16 Action URL odd behavior
We have set Action URLs for Open DND and Close DND

Open DND
Code:
http://172.16.57.17/yealink/dndset.php?DND=on&exten=4444

Close DND
Code:
http://172.16.57.17/yealink/dndset.php?DND=off&exten=4444

Basically this sets DND in asterisk as using feature code was troublesome (people like to press DND numerous times rapidly...*shrug*)

When DND is activated via DND onscreen button it makes numerous (16???) web requests to web server. Same for when deactivated.

Looking at the web server log we see this after successive activate/deactivate:

Quote:192.168.1.10 - - [12/Nov/2014:14:46:27 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:27 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:27 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:27 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:29 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:31 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:33 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:35 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:38 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:40 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:42 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:44 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:46 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:49 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:51 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:53 -0700] "GET /yealink/dndset.php?DND=on&exten=4444 HTTP/1.1" 200 336 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"

192.168.1.10 - - [12/Nov/2014:14:46:55 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:46:58 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:00 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:02 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:04 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:06 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:09 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:11 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:13 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:15 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:17 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:20 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:22 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:24 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:26 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"
192.168.1.10 - - [12/Nov/2014:14:47:28 -0700] "GET /yealink/dndset.php?DND=off&exten=4444 HTTP/1.1" 200 338 "-" "Yealink SIP-T48G 35.73.0.16 00:15:65:xx:xx:xx"

The first few are rapid but most of the requests are every other second.

Why more than one web call per action? I would think one press of DND equates to one web call.

Anyone else seeing this behavior? I hope this is a bug and not a feature?
11-13-2014 06:15 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
T48G w/35.73.0.16 Action URL odd behavior - njackson - 11-13-2014 06:15 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T48G Microphone sensitivity ggstone 1 11,955 11-19-2016 08:23 AM
Last Post: Karl_Yealink
  Where's SMS support for T48G jayw654 12 50,182 12-30-2015 04:52 AM
Last Post: MJTEL
  T48G v73.0.50 - "%NULL%" showing for values rfrantik@rfcinc.com 4 15,286 04-04-2015 06:09 AM
Last Post: Flora_Yealink
Thumbs Down LDAP lookup old behavior?! powermatz 7 21,847 12-16-2014 09:00 PM
Last Post: powermatz

Forum Jump:


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

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