Module: kamailio Branch: master Commit: 55740c2b1eb69a19a0a42b4264edcb1b5a9a0aa9 URL: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1b...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-08-24T11:59:08+02:00
uac: add functionality to specify a custom socket for each uacreg table entry
- add functionality to specify a custom socket for each uacreg table entry - necessary if you need to REGISTER over different outgoing interfaces with uac - add socket column to module database schemes - bump uacreg database table version from 3 to 4 - add database version check helper to module - extend RPC commands to output and also add this value - add documentation for the new functionality
---
Modified: src/lib/srdb1/schema/uacreg.xml Modified: src/modules/uac/doc/uac_admin.xml Modified: src/modules/uac/uac_reg.c Modified: src/modules/uac/uac_reg.h Modified: utils/kamctl/db_berkeley/kamailio/uacreg Modified: utils/kamctl/db_berkeley/kamailio/version Modified: utils/kamctl/db_redis/kamailio/uacreg Modified: utils/kamctl/db_sqlite/uac-create.sql Modified: utils/kamctl/dbtext/kamailio/uacreg Modified: utils/kamctl/dbtext/kamailio/version Modified: utils/kamctl/mongodb/kamailio/uacreg.json Modified: utils/kamctl/mongodb/kamailio/version-create.mongo Modified: utils/kamctl/mysql/uac-create.sql Modified: utils/kamctl/oracle/uac-create.sql Modified: utils/kamctl/postgres/uac-create.sql Modified: utils/kamctl/xhttp_pi/pi_framework.xml Modified: utils/kamctl/xhttp_pi/uac-mod Modified: utils/kamctl/xhttp_pi/uac-table
---
Diff: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1b... Patch: https://github.com/kamailio/kamailio/commit/55740c2b1eb69a19a0a42b4264edcb1b...