[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
DSSKey and Call Forward
Author Message
obram_tp Offline
Junior Member
**

Posts: 3
Joined: Oct 2013
Reputation: 0
Post: #17
RE: DSSKey and Call Forward
It's possible to "auto clear" Forward' destination with Action URL, HTTP server and small script.
1. Set HTTP server IP in Trusted Action URI Server List of the phones.
2. In phone's config: Action URL -> Always Forward Off set: "http://ser.ver.ip.addr/Forward_off.php?ip=$ip"
3. on http server place this script named Forward_off.php:
Code:
<?php
function push2phone($server,$phone)
{
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://admin:pass@".$phone."/cgi-bin/cgiServer.exx?forward=set&Forward_always_enable=0&Forward_always_target=");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
}
$ip = $_REQUEST['ip'];
push2phone("ser.ver.ip.addr",$ip);
// insert real server IP in above line
?>

Smile
11-09-2013 05:21 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
DSSKey and Call Forward - Kriss - 05-30-2013, 10:51 PM
RE: DSSKey and Call Forward - Kriss - 06-04-2013, 05:23 PM
RE: DSSKey and Call Forward - Kriss - 06-07-2013, 03:45 PM
RE: DSSKey and Call Forward - jasit - 06-25-2013, 11:26 PM
RE: DSSKey and Call Forward - Kriss - 06-25-2013, 11:32 PM
RE: DSSKey and Call Forward - elementpbx - 06-26-2013, 06:32 AM
RE: DSSKey and Call Forward - jasit - 06-29-2013, 05:49 AM
RE: DSSKey and Call Forward - Frank Drews - 03-24-2014, 08:20 PM
RE: DSSKey and Call Forward - mkeuter - 07-28-2013, 01:07 AM
RE: DSSKey and Call Forward - Kriss - 10-10-2013, 12:15 AM
RE: DSSKey and Call Forward - jasit - 10-10-2013, 12:38 AM
RE: DSSKey and Call Forward - obram_tp - 11-09-2013 05:21 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T31, call history, delete old records sles 3 811 01-12-2024 01:33 PM
Last Post: sles
  T30 peer-2-peer call mikrob 2 919 12-10-2023 02:01 AM
Last Post: mikrob
  Dialog-Info Call Pickup Greysi 6 34,084 10-31-2018 03:54 PM
Last Post: cleviton
  Call Park Pickup different with T3x and T2x vondie 21 78,952 01-09-2018 04:45 PM
Last Post: vondie
  TLS - Unauthorized Response To INVITE halts call on TLS close [SOLVED] kg4ysy 10 36,502 06-24-2015 11:11 PM
Last Post: kg4ysy
  T38 Call Park, BLF light stays red mdctech 1 9,850 12-05-2014 07:51 PM
Last Post: Wilson_Yealink
  32.70.1.11, puts call on hold instead of tranfer - Solved jasit 6 20,902 10-22-2014 09:45 PM
Last Post: jasit
  Action URI to hangup call on T3x V70 W3TEL_Support 8 31,425 10-16-2014 08:22 PM
Last Post: Wilson_Yealink
  T38G call back not work tlc 1 9,743 09-01-2014 08:40 PM
Last Post: Wilson_Yealink
  Name column in call list Ruben 1 8,897 09-01-2014 08:28 PM
Last Post: Wilson_Yealink

Forum Jump:


User(s) browsing this thread:

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