sipster
sipster copied to clipboard
A pjsip/pjsua2 binding for node.js
When running: ` npm install sipster` I get this error : ``` npm ERR! code 1 npm ERR! path /home/sillis/Downloads/sipster_teste/node_modules/sipster npm ERR! command failed npm ERR! command sh -c node-gyp...
# sudo npm install sipster [email protected] install /root/node-test/node_modules/sipster node-gyp rebuild gyp WARN install got an error, rolling back install gyp ERR! configure error gyp ERR! stack Error: certificate has expired...
Error while try to install with this command : npm install sipster npm ERR! ../src/SIPSTERAccount.h:38:26: error: ‘Handle’ has not been declared npm ERR! 38 | static void Initialize(Handle<Object> target); npm...
root@raspberrypi:~# node -v v11.15.0 root@raspberrypi:~# p -bash: p: command not found root@raspberrypi:~# npm -v 6.7.0 root@raspberrypi:~# pkg-config -version Unknown option -version root@raspberrypi:~# pkg-config --version 0.29 "npm install sipster" gives: gyp...
I have: - installed sipster on raspberry Pi 3, "2019-04-08-raspbian-stretch.img" - a working usb headset, tested with alsa, alsamixer, etc.. - installed latest pjsip, tested with test utilities, etc.. calls...
With sipster/pjsip sucessfully installed I would like to follow through the basic sipster example and record the sound from a sip connection to that sip server. Now if I run...
node: ../src/pjsua-lib/pjsua_core.c:2701: pjsua_init_tpselector: Assertion `tp_id >= 0 && tp_id < (int)(sizeof(pjsua_var.tpdata)/sizeof(pjsua_var.tpdata[0]))' failed. ``` javascript var sipster = require('sipster'); sipster.init(); var transport = new sipster.Transport({port: config.sip.listen.port}); var sip = new sipster.Account({...
hi, I have problems in registering with my sip account. I guess it's due to the fact that, during the second retry, the authorization header is duplicated. If I register...
I got sipster to build "successfully" under windows unfortunately I get this: ``` module.js:434 return process.dlopen(module, path._makeLong(filename)); ^ Error: The specified module could not be found. \\?\c:\_______\sipster\build\Release\sipster.node at Error (native)...
Hi there guys. I'm trying to get a phone call setup through Twilio's SIP functionality. I use my phone to call one of my Twilio numbers which is set up...