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.
87 lines
3.3 KiB
87 lines
3.3 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
|
|
## General Patches
|
|
sipwise/usrloc_dbro.patch
|
|
sipwise/usrloc_dbro_pinger.patch
|
|
sipwise/pv_trans_eval_uri.patch
|
|
sipwise/tmrec-ical.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-add-pai_avp-parameter.patch
|
|
## upstream 5.6
|
|
#
|
|
## upstream master
|
|
upstream/dialog-dlg_get_var-ci-ft-tt-key-dst_var.patch
|
|
upstream/dialog-dlg_set_var-callid-ft-tt-key-value.patch
|
|
upstream/dialog-reworked-kemi-export-for-dlg_get_var.patch
|
|
upstream/dialog-fix-ki_dlg_get_var-introduced-previously.patch
|
|
upstream/dialog-dlg_get_var-assure-return-null-on-error.patch
|
|
upstream/dialog-w_dlg_get_var-fix-incompatible-pointer.patch
|
|
upstream/topos-skip-adding-contact-header-for-BYE-CANCEL-PRAC.patch
|
|
upstream/presence-No-autocommit-rollback-if-no-active-watcher.patch
|
|
upstream/topos_redis_use_tag_based_on_direction_for_early_dialog_transaction_record_loading.patch
|
|
### relevant for upstream
|
|
sipwise/core-fix-freeaddrinfo-coredump.patch
|
|
sipwise/pua_dialoginfo-refresh_pubruri_avps_flag.patch
|
|
sipwise/pua_dialoginfo-use-lock-when-use_puburi_avps-is-set.patch
|
|
sipwise/pua_dialoginfo-local_identity_dlg_var.patch
|
|
sipwise/dialplan-don-t-stop-loading-rules-on-error.patch
|
|
sipwise/cfgt-skip_unknown.patch
|
|
sipwise/topos-don-t-insert-contact-header-for-4xx-replies.patch
|
|
sipwise/db_redis_skip_empty_keys.patch
|
|
sipwise/db_redis_graceful_scan.patch
|
|
sipwise/db_redis_sscan.patch
|
|
sipwise/db_redis_sscan_fix_empty_key.patch
|
|
sipwise/kamctl-TMPDIR-config.patch
|
|
sipwise/lcr-stopper_mode-parameter.patch
|
|
sipwise/dialog-support-profile_get_size-for-all-profiles.patch
|
|
sipwise/pv_headers-rework-pvh_remove_header_param.patch
|
|
### active development
|
|
sipwise/presence-be-more-resilient-doing-clean-up.patch
|
|
sipwise/tm-check-again-T-just-in-case-before-UNREF.patch
|
|
upstream/tm-new-inter-module-API-function-t_find.patch
|
|
upstream/pv_headers-use-tm.t_find-API.patch
|
|
upstream/tm-added-t_unset-intermodule-API-function.patch
|
|
upstream/pv_headers-use-t_unset-based-on-vref-instead-of-rese.patch
|
|
sipwise/pv_headers-rework-pvh_remove_header_param-take-two.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
|
|
###
|