Skip to content

Commit

Permalink
Fixed #222
Browse files Browse the repository at this point in the history
[FIX] Fixed missing uri in digest dictionary for old hash method
  • Loading branch information
tayler6000 committed Jan 17, 2024
1 parent ba27704 commit f0a5e8d
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 f0a5e8d

Please sign in to comment.