Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 SIP 新手,我使用pjsip作为我的堆栈。
我已经pjsua在 Windows 上成功构建了。pjsua在 SIP 服务器的帮助下,我可以呼叫另一个实例。
pjsua
有没有办法在本地或 LAN 中运行 2 个 pjsua 实例,并且没有任何 SIP 服务器(注册、代理、...)并允许在它们之间进行呼叫?
猜猜你可能已经得到了答案,可能会对遇到此页面的任何人有所帮助。
对的,这是可能的。在 2 个不同的端口上启动 2 个 pjsua 实例。尝试“--local-port”选项。通过隐式指定端口"sip:178237@192.168.10.10:5090"从第 1 次调用到第 2 次。每个实例都将充当 incall 的 uas 和 outcall 的 uac