mirror of https://github.com/sipwise/kamailio.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
4.0 KiB
98 lines
4.0 KiB
### Order is important
|
|
### keep patches grouped
|
|
### contribute upstream always if possible
|
|
#
|
|
## Package related
|
|
debian/no_lib64_on_64_bits.patch
|
|
debian/no_INSTALL_file.patch
|
|
debian/fix_export.patch
|
|
sipwise/do-not-install-default-config.patch
|
|
sipwise/parallel_build.patch
|
|
## New Modules
|
|
sipwise/add_pcem_module.patch
|
|
sipwise/add_lcr_rate_module.patch
|
|
sipwise/fix_lcr_rate_wrong_id.patch
|
|
sipwise/add_tcap_module.patch
|
|
sipwise/add_presence_dfks_module.patch
|
|
sipwise/presence_dfks_null_ptr_fixes.patch
|
|
# ** https://github.com/kamailio/kamailio/pull/2156
|
|
sipwise/add_pv_headers_module.patch
|
|
## General Patches
|
|
sipwise/usrloc_dbro.patch
|
|
sipwise/usrloc_dbro_pinger.patch
|
|
sipwise/pv_trans_eval_uri.patch
|
|
sipwise/fix_dialplan_errors.patch
|
|
sipwise/tmrec-ical.patch
|
|
# ** https://github.com/kamailio/kamailio/pull/2162
|
|
sipwise/registrar_add_path.patch
|
|
sipwise/switch_from_python2_to_python3.patch
|
|
## SCA Patches
|
|
sipwise/sca-line-seize.patch
|
|
sipwise/sca-fallback-if-no-contact.patch
|
|
sipwise/sca-call-info-unsubscribe.patch
|
|
sipwise/sca-rr-is-direction.patch
|
|
sipwise/sca-fix-pickup-when-upstream-flow.patch
|
|
sipwise/sca-fix-on-hold-detection-when-upstream-flow.patch
|
|
sipwise/sca-debug.patch
|
|
sipwise/sca-fix-notify-after-bye.patch
|
|
sipwise/sca-fix-memleaks.patch
|
|
## backport from kamailio trunk (5.4)
|
|
upstream/rtpengine-add-support-for-via-branch-extra-option.patch
|
|
upstream/rtpengine-add-support-for-explicit-load-balancing-op.patch
|
|
upstream/core-events-support-for-basic-void-core-callbacks.patch
|
|
upstream/core-main-executes-callbacks-on-app-ready-and-shutdo.patch
|
|
upstream/core-allow-pp_define_get-to-be-used-by-modules.patch
|
|
upstream/core-export-pp_define_get-via-ppcfg.h.patch
|
|
upstream/core-improve-error-message-related-to-a-mismatch-of-.patch
|
|
upstream/core-stop-start-if-ifdef-check-fails.patch
|
|
upstream/systemdops-new-module-to-facilitate-integration-with.patch
|
|
upstream/src-Makefile.groups-added-systemdops-module-to-syste.patch
|
|
upstream/systemdops-set-core-callbacks-in-mod_register.patch
|
|
upstream/systemdops-proper-check-for-null-value.patch
|
|
upstream/db_redis-performance-improvements-and-fixes.patch
|
|
## backport from kamailio upstream (5.3)
|
|
upstream/rtpengine-add-support-for-trickle-ICE-SDP-fragments.patch
|
|
upstream/rtpengine-add-support-for-start_forwarding-and-stop_.patch
|
|
upstream/rtpengine-exported-rtpengine_query-variants-to-KEMI-.patch
|
|
upstream/rtpengine-add-play_media-and-stop_media.patch
|
|
upstream/rtpengine-add-play_dtmf-command.patch # (trunk)
|
|
## backport from kamailio upstream (5.2)
|
|
upstream/limit_the_execution_of_dialplan_reload.patch
|
|
upstream/tm-execute-TMCB_REQUEST_FWDED-cb-as-BRANCH_ROUTE-whe.patch
|
|
upstream/cfgt-don-t-try-to-create-dir-if-it-already-exists.patch
|
|
upstream/cfgt-fix-detection-of-jump-to-previous-previous-rout.patch
|
|
upstream/Makefile.defs-use-dedicated-vars-for-pthread-mutex-f.patch
|
|
## backport from kamailio trunk (5.4)
|
|
upstream/cfgt-group-RPC-commands-using-module-name.patch
|
|
upstream/cfgt-add-docs-for-missing-RPC-commands.patch
|
|
upstream/cfgt-doc-add-missing-section.patch
|
|
upstream/cfgt-remove-dbg-from-RPC-commands.patch
|
|
upstream/cfgt-add-RPC-commands-cfgt.list-and-cfgt.clean.patch
|
|
upstream/cfgt-use-snprintf-instead-of-sprintf.patch
|
|
upstream/tm_add_proportional_load_contacts_by_q_value.patch
|
|
upstream/avpops-add-avp_subst_pv-documentation.patch
|
|
upstream/avpops-add-avp_subst_pv.patch
|
|
### relevant for upstream
|
|
sipwise/fix_error_in_cfgt_module.patch
|
|
sipwise/pv_headers-store-To-info-in-xavp_parsed_name.r-on-re.patch
|
|
##
|
|
sipwise/pv_headers-full-rework.patch
|
|
#
|
|
### Don't just put stuff in any order
|
|
### use gbp pq import/export tooling to help maintain patches
|
|
###
|
|
## apt install git-buildpackage
|
|
## git checkout -b vseva/xxxx --track origin/master
|
|
### rework on a patch
|
|
### edit debian/patches/series to keep that patch as last entry
|
|
### for instance sipwise/add_pv_headers_module.patch
|
|
## gbp pq import --force
|
|
### edit files and ammend that commit
|
|
## gbp pq export
|
|
## git add debian/patches/sipwise/add_pv_headers_module.patch
|
|
### don't commit any other change to debian/
|
|
## git checkout -- debian/
|
|
### git commit + git-review as usual
|
|
###
|
|
sipwise/fix_incorrect_branch_id_via_branch_next.patch
|