kirm / sip.js

Session Initiation Protocol for node.js
MIT License
427 stars 171 forks source link

Tentative correction to permit to use sip.js with local_ip===remote_ip #150

Closed MayamaTakeshi closed 3 years ago

MayamaTakeshi commented 3 years ago

Hi, currently, sip.js cannot be used if SIP local_ip===remote_ip due to problem with hop verification. This is a tentative correction. It works with my client and server apps:

https://github.com/MayamaTakeshi/mrcp_client

https://github.com/MayamaTakeshi/mrcp_server