Skip to content

Commit

Permalink
ensure hf xavp is cleared on request
Browse files Browse the repository at this point in the history
* request flow could lead to xavp being used without being initialized

(cherry picked from commit 706d4e4)
  • Loading branch information
lazedo committed Aug 18, 2023
1 parent 84de2ef commit beb7489
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kamailio/authorization.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ route[HANDLE_AUTHORIZATION]

}

route[CORE_INIT_ROUTE_AUTH_SETUP]
{
xavp_rm("hf");
}

route[SETUP_AUTH_ORIGIN]
{
xavp_rm("hf");
Expand Down

0 comments on commit beb7489

Please sign in to comment.