0.2.2 • Published 3 years ago

yealink v0.2.2

Weekly downloads
5
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

yealink

Control yealink phone with nodejs code.

  • Support action URL
  • Dial number
  • Press keys
  • ...

how it works

This code connect to your phone built-in http server, and give you access to most feature available in it.

const ip = '10.10.0.2'// IP to acess your phone
const user = 'username';
const pass = 'password';
const myIp = 'IP that will be use by to the to reach your computer';
const yl = new Yealink(ip, user, pass, myIp);
await yl.login();
// ...

yealink binary script

Set action url in yealink phone feature option.

yealink action-url -u admin -p admin -s https://track.over.ovh/event/myToken 192.168.1.3
0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago