Module: kamailio Branch: master Commit: d3bbbbfa15c849bb1f1d7aef7a0dfc5d9120a380 URL: https://github.com/kamailio/kamailio/commit/d3bbbbfa15c849bb1f1d7aef7a0dfc5d9120a380
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-19T10:03:00+01:00 core: cfg.y - removed unused tocken APPEND_BRANCH --- Modified: src/core/cfg.y --- Diff: https://github.com/kamailio/kamailio/commit/d3bbbbfa15c849bb1f1d7aef7a0dfc5d9120a380.diff Patch: https://github.com/kamailio/kamailio/commit/d3bbbbfa15c849bb1f1d7aef7a0dfc5d9120a380.patch --- diff --git a/src/core/cfg.y b/src/core/cfg.y index bf27986209b..3b8799f3d9f 100644 --- a/src/core/cfg.y +++ b/src/core/cfg.y @@ -250,7 +250,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!
