ya-node-asterisk: Node.js客户端库
const AMI = require('yana');
const ami = new AMI({
port: 5038,
host: 'example.com',
login: 'login',
password: 'secret'
});
59.89KB
文件大小:
评论区