Yealink Forums
Action URL does not work - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: Action URL does not work (/showthread.php?tid=23855)



Action URL does not work - danield - 09-13-2016 03:14 PM

Hi, I tried to test with Action URL, with a T48G. But the phone doesn't send something the website. Firmware Version is 35.80.0.130.
Into Remote Controll - Action URI Server IP i tried "any", "127.0.0.1" and "127.0.0.1:10090". Onto my mac I started a web server which is listening at 127.0.0.1:10090. When i type the address http://127.0.0.1:10090 into my browser, I can see a request into terminal of my mac.

But when I save into Action URL the URL http://127.0.0.1:10090, nothings happens. It looks like the phone doesn't call the URL.

What can I do?

Thanks for help.


RE: Action URL does not work - Kevin_Yealink - 10-01-2016 12:57 AM

(09-13-2016 03:14 PM)danield Wrote:  Hi, I tried to test with Action URL, with a T48G. But the phone doesn't send something the website. Firmware Version is 35.80.0.130.
Into Remote Controll - Action URI Server IP i tried "any", "127.0.0.1" and "127.0.0.1:10090". Onto my mac I started a web server which is listening at 127.0.0.1:10090. When i type the address http://127.0.0.1:10090 into my browser, I can see a request into terminal of my mac.

But when I save into Action URL the URL http://127.0.0.1:10090, nothings happens. It looks like the phone doesn't call the URL.

What can I do?

Thanks for help.

Dear,

This is Kevin from Yealink support team, nice to know you.

For the action URL, we need to add a syntax on the web interface of the phone. You can specify a URL that triggers a GET request when a
specified event occurs. Action URL can only be triggered by the pre-defined events (e.g., Open DND).

For more information, please refer to the guide in page 618
http://download.support.yealink.com/download?path=upload%2Fattachment%2F2016-8-12%2F3%2F5ee3d215-91d4-450c-adf6-353b277410df%2FYealink_SIP-T2_Series_T19%28P%29%20E2_T4_Series_CP860_IP_Phones_Administrator_Guide_V80_130.​pdf

Please point out if ant misunderstanding.
Due to the national holiday is upcoming, our office will be temporarily out of duty from Oct 1st to Oct 7th.

BR
Kevin


RE: Action URL does not work - brickman - 07-31-2020 09:00 PM

(09-13-2016 03:14 PM)danield Wrote:  Hi, I tried to test with Action URL, with a T48G. But the phone doesn't send something the website. Firmware Version is 35.80.0.130.
Into Remote Controll - Action URI Server IP i tried "any", "127.0.0.1" and "127.0.0.1:10090". Onto my mac I started a web server which is listening at 127.0.0.1:10090. When i type the address http://127.0.0.1:10090 into my browser, I can see a request into terminal of my mac.

But when I save into Action URL the URL http://127.0.0.1:10090, nothings happens. It looks like the phone doesn't call the URL.

What can I do?

Thanks for help.

I know its a bit old but maybe this can help someone else running into this issue.

127.0.0.1 is the same as localhost it points to its self. So if you put 127.0.0.1 into the phone your not pointing the phone to your server but instead pointing the phone back to its self.

If your on windows 10 hit start button then type "cmd" and hit enter to open command prompt. Then type in ipconfig and hit enter. You should see IPv4 Address in that list and next to it should be a number like 192.168.1.### (numbers starting with 192.168.###.### or 10.0.0.###)

If you want to point the phone to a server that is not in the same network switch most people setup POE phones on a seperate network for extra security. Then you'll probably gonna want to use the external IP that is different from that server's 192.... address. search Duckduckgo or google for "whats my ip" from the server if you can as that would propably be the easiest way. then that address is what u put in the phone to point to the server (tho you have to have that port open to the internet then)

Example Incoming Call: https://192.168.1.123/logcall.php?callerid=$callerID&local=$local&remote=$remote&action=ringing

Also if your looking for more info on what variables work in the URL I found this gude: http://support.yealink.com/forward2download?path=ZIjHOJbWuW/DFrGTLnGypkTJASVqwzX/2KtenIplusSymbolRc9ejnGlITkBj4PrjG4tWharm6MUuvUvNF8wHDi5g672A4r6/0A7FTSvRqT4ZC80lcq9SalplusSymbol0CEwtehsEZudn5plusSymbol2LCtt73GcEqo8pr32lBIbPYE​IjBF9uwAmXBqDy6vdavplusSymbol6cLLz6eH9W3FjyVpSMIh23ulvInj7Q8xfGaqq5YFr0lg==

Just incase that link ever is broken I found that on CP920 Firmware&Documents then scroll down to User & Administrator the file title was:
User & Administrator
Yealink SIP-T2 Series T4 Series T5 Series CP920 IP Phones Administrator Guide V85.1.pdf ( Look to Page 465 )

I also attached a screenshot too. I hope that will help my fellow programmers out.