mscdex / sipster

A pjsip/pjsua2 binding for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set SIP account?

JekaKey opened this issue · comments

Hello!
It is possible to set SIP account with ip,login,pass like in python pj connector?
Something like this:
acc = lib.create_account(pj.AccountConfig("pjsip.org", "bennylp", "***"))
What right way to this?
Thank you!