Open jrozhon opened 1 year ago
This issue was resolved in the development
branch in commit c3acacc. This is still an issue in pyVoIP v1.6.4 however. @jrozhon do you remember if this caused a PBX, UAS, Proxy, or similar to not accept the ACK? If so, this would be a broken feature and I would consider patching it and releasing v1.6.5.
Moving to the Todo - Patching
status for now.
Upon further checking, this is actually not an issue in master
.
Hi, in my case, it caused Asterisk to ignore the ACK, but I think this would be a general issue
Hi,
first, let me thank you for your work. I am on the development branch and found out that ACK requests are formatted improperly having ";tag=xxxx" in request line. Example:
This comes from the fact that the request line is populated by the contents of request.headers["To"]["raw"].
I fixed it by:
Now, ACK seems to be properly formatted.
Please, let me know if I can help you fix this issue.