pyVoIP icon indicating copy to clipboard operation
pyVoIP copied to clipboard

Account's number/URI may be different from the username in authentication.

Open tayler6000 opened this issue 3 years ago • 2 comments

There are instances where the "number" or URI in the To/From header should be different than what is used in the WWW-Authentication, VoIP and SIP should be edited to handle this.

In general, VoIP and SIP parameters need to be adjusted dramatically to support edge cases, and other routine uses. For example, Contact likely needs to have a public IP or domain name, however currently it only uses the local binding address.

tayler6000 avatar Feb 24 '22 07:02 tayler6000

This will be a significant change so will wait for 2.0 to implement.

tayler6000 avatar Apr 10 '22 22:04 tayler6000

This is really a blocker. Have you tried to connect anywhere? My router (fritz box) will not accept this either.

bmarwell avatar Oct 17 '22 19:10 bmarwell

This issue discusses two problems. One problem is with authentication which was fixed in 0c61424, and the other is with NAT which is also mentioned in #76. Going forward, I will treat this issue to be specifically about the authentication problem. Since this is done, I will be moving this to the Done status in the project.

tayler6000 avatar May 09 '23 00:05 tayler6000