Skip to content

Commit

Permalink
Merge pull request #224 from tayler6000/bugfix/Issue-222
Browse files Browse the repository at this point in the history
Fixed missing uri in digest dictionary for old hash method
  • Loading branch information
tayler6000 authored Jan 17, 2024
2 parents ba27704 + f0a5e8d commit 74d1793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyVoIP/SIP/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ def gen_digest(
"nonce": nonce,
"algorithm": algo,
"digest": hash_func(HA3.encode("utf8")),
"uri": uri,
"username": username,
"opaque": opaque,
}
Expand Down

0 comments on commit 74d1793

Please sign in to comment.