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.
kamailio/debian/patches/series

100 lines
4.1 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
sipwise/add_pv_headers_module.patch
## General Patches
sipwise/usrloc_dbro.patch
sipwise/usrloc_dbro_pinger.patch
sipwise/pv_trans_eval_uri.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/core-events-support-for-basic-void-core-callbacks.patch
upstream/core-main-executes-callbacks-on-app-ready-and-shutdo.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
upstream/rtpengine-add-play_dtmf-command.patch
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
upstream/rtpengine-update-fix-via-branch-next-ID-generation.patch
upstream/rtpengine-t38-options.patch
upstream/rtpengine-add-flags-field-for-every-command.patch
upstream/app_lua-add-support-for-ARRAY-and-DICT-types.patch
upstream/core-KEMI-suport-for-ARRAY-and-DICT.patch
upstream/pv-add-KEMI-functions-pvx.xavp_get_keys-and-pvx.xavp.patch
upstream/pv-fixes-for-KEMI-pvx.xavp_getd.patch
upstream/cfgt-don-t-process-non-sip-messages.patch
upstream/cfgt-fix-implicit-declaration-of-strcasestr.patch
upstream/core-str-helper-macro-to-set-ending-zero-with-backup.patch
upstream/core-str-fixed-wrong-undo-ed-version-of-STR_ZTOV-mac.patch
upstream/jansson-use-the-core-macros-for-ending-string-value-.patch
upstream/core-xavi-api-like-xavp-but-with-insensitive-case-na.patch
upstream/pv-define-xavi-types.patch
upstream/core-receive-reset-xavi-list-after-message-processin.patch
upstream/tm-process-xavi-list-in-transaction-contexts.patch
upstream/pv-xavi-.-config-variables-implementation.patch
## backport from kamailio trunk (5.3)
#
### relevant for upstream
## https://github.com/kamailio/kamailio/pull/2332
sipwise/core-add-case-functions-for-str_hash-get-and-set.patch
#
### active development
sipwise/pua_dialoginfo-refresh_pubruri_avps_flag.patch
sipwise/pua_dialoginfo-local_identity_dlg_var.patch
#
sipwise/ndb_redis-fix-return-redis_cmd-function.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
###