Skip to content

Commit

Permalink
run core_init_route before classification
Browse files Browse the repository at this point in the history
* a custom script was relying on classification not being executed yet
* added core_progress_route for custom scripts that need to run earlier but after sanity check

(cherry picked from commit 6a7d244)
  • Loading branch information
lazedo committed Jan 9, 2024
1 parent be5c4bc commit a856935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kamailio/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,13 @@ route
{
route(LOCAL_REQUEST);

routes(CORE_INIT_ROUTE);

route(CLASSIFY_SOURCE);

route(SANITY_CHECK);

routes(CORE_INIT_ROUTE);
routes(CORE_PROGRESS_ROUTE);

route(CHECK_RETRANS);

Expand Down

0 comments on commit a856935

Please sign in to comment.