yealink
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i yealink

Weekly Downloads

1

Version

0.2.2

License

GPL-3.0-or-later

Unpacked Size

100 kB

Total Files

25

Last publish

Collaborators

  • urielch