Search code examples
javascriptsipvoippjsip

PJSIP GreenJ without Qt?


I want to write a javascript application which works with PJSIP in order to create sip calls to IP phone.
The project example is GreenJ
However the sample forces me to work with Qt as a test telephone on the other side.
I don't want Qt to be the telephone on the other side, but my IP Phone to be.
Trying to remove "qt_handler" caused a compilation error in "phone-lib.js" file.
Can anyone help me with that or give a simple hello world JavaScript example to use PJSIP?
Thanks !


Solution

  • I think, you should try this: https://github.com/hanshuebner/node-pjsip

    You can not use pjsip directly from web browser.