#### Pre-Submission Checklist
- [x] Commit message has the format required by CONTRIBUTING guide
- [x] Commits are split per component (core, individual modules, libs, utils, ...)
- [x] Each component has a single commit (if not, squash them into one commit)
- [x] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
#### Description
Allows to pass unique address part into contact header for REGISTER requests for each
uacreg entry
If contact_addr wasn't passed into uacreg for a particular entry default
reg_contact_addr will be used instead.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2470
-- Commit Summary --
* uacreg contact_addr added into db as configrable parameter for each entry
* docs generated
* formatting
* Merge branch 'uacreg-contact_addr-field-in-db' of
https://github.com/ovoshlook/kamailio into uacreg-contact_addr-field-in-db
* reverted readme
* formatting
* formatting
-- File Changes --
M src/modules/uac/doc/uac_admin.xml (11)
M src/modules/uac/uac_reg.c (43)
M src/modules/uac/uac_reg.h (2)
M utils/kamctl/db_berkeley/kamailio/uacreg (4)
M utils/kamctl/db_berkeley/kamailio/version (2)
M utils/kamctl/db_redis/kamailio/uacreg (2)
M utils/kamctl/db_sqlite/uac-create.sql (3)
M utils/kamctl/dbtext/kamailio/uacreg (2)
M utils/kamctl/mongodb/kamailio/uacreg.json (7)
M utils/kamctl/mysql/uac-create.sql (3)
M utils/kamctl/oracle/uac-create.sql (3)
M utils/kamctl/postgres/uac-create.sql (3)
M utils/kamctl/xhttp_pi/uac-mod (3)
M utils/kamctl/xhttp_pi/uac-table (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2470.patch
https://github.com/kamailio/kamailio/pull/2470.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2470