there's no ``kamailio-ims_dialog.xml`` at ``src/lib/srdb1/schema`` but there's a manual file created at ``utils/kamctl/mysql/ims_dialog-create.sql``
Same thing for: - ``utils/kamctl/mysql/ims_charging-create.sql`` - ``utils/kamctl/mysql/ims_usrloc_pcscf-create.sql`` - ``utils/kamctl/mysql/ims_usrloc_scscf-create.sql``
Closed #4100 as completed via ef6df94258c7ebe542feca9af241de41ca048785.
Reopened #4100.
ims_usrloc_* changes are still missing
github-actions[bot] left a comment (kamailio/kamailio#4100)
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.
Closed #4100 as not planned.
Reopened #4100.
henningw left a comment (kamailio/kamailio#4100)
Needs to be checked if now all XML definitions are done for the IMS modules.
github-actions[bot] left a comment (kamailio/kamailio#4100)
This issue is stale because it has been open 6 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.
Closed #4100 as not planned.
henningw left a comment (kamailio/kamailio#4100)
Now all IMS DB files should be generated from XML files, e.g. for postgres:
``` ~/repositories/kamailio/utils/kamctl/postgres$ ls -la ims_* -rw------- 1 henning henning 1186 May 20 10:24 ims_charging-create.sql -rw------- 1 henning henning 1731 May 20 10:24 ims_dialog-create.sql -rw------- 1 henning henning 847 May 20 10:24 ims_icscf-create.sql -rw------- 1 henning henning 1880 May 20 10:24 ims_usrloc_pcscf-create.sql -rw------- 1 henning henning 2147 May 20 10:24 ims_usrloc_scscf-create.sql ```