Module: kamailio Branch: 5.8 Commit: 42949d0f7f4e1c0dc9d1fd0ed4e69d2860775812 URL: https://github.com/kamailio/kamailio/commit/42949d0f7f4e1c0dc9d1fd0ed4e69d2860775812
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-05T17:59:37+01:00 core: cfg.y - removed unused tocken APPEND_BRANCH (cherry picked from commit d3bbbbfa15c849bb1f1d7aef7a0dfc5d9120a380) (cherry picked from commit d01b0fde219c5fd1be3af95f184339fed1fa57aa) --- Modified: src/core/cfg.y --- Diff: https://github.com/kamailio/kamailio/commit/42949d0f7f4e1c0dc9d1fd0ed4e69d2860775812.diff Patch: https://github.com/kamailio/kamailio/commit/42949d0f7f4e1c0dc9d1fd0ed4e69d2860775812.patch --- diff --git a/src/core/cfg.y b/src/core/cfg.y index d7274e944d4..ce74c8ae75f 100644 --- a/src/core/cfg.y +++ b/src/core/cfg.y @@ -247,7 +247,6 @@ extern char *default_routename; %token STRIP %token STRIP_TAIL %token SET_USERPHONE -%token APPEND_BRANCH %token REMOVE_BRANCH %token CLEAR_BRANCHES %token SET_USER _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
