This website works better with JavaScript
Home
Verkennen
Help
Inloggen
Kamailio
/
kamailio
spiegel van
https://github.com/kamailio/kamailio.git
Volgen
2
Ster
0
Vork
0
Bestanden
Issues
0
Wiki
Bladeren bron
SER 2.0 database api moved to lib/srdb2.
Jan Janak
16 jaren geleden
bovenliggende
7f8d719463
commit
569bf0016d
69 gewijzigde bestanden
met
toevoegingen van 0
en
0 verwijderingen
Zij-aan-zij weergave
Toon Diff Stats
0
0
lib/srdb2/Makefile
0
0
lib/srdb2/README
0
0
lib/srdb2/db.c
0
0
lib/srdb2/db.h
0
0
lib/srdb2/db_cmd.c
0
0
lib/srdb2/db_cmd.h
0
0
lib/srdb2/db_con.c
0
0
lib/srdb2/db_con.h
0
0
lib/srdb2/db_ctx.c
0
0
lib/srdb2/db_ctx.h
0
0
lib/srdb2/db_drv.c
0
0
lib/srdb2/db_drv.h
0
0
lib/srdb2/db_fld.c
0
0
lib/srdb2/db_fld.h
0
0
lib/srdb2/db_gen.c
0
0
lib/srdb2/db_gen.h
0
0
lib/srdb2/db_pool.c
0
0
lib/srdb2/db_pool.h
0
0
lib/srdb2/db_rec.c
0
0
lib/srdb2/db_rec.h
0
0
lib/srdb2/db_res.c
0
0
lib/srdb2/db_res.h
0
0
lib/srdb2/db_uri.c
0
0
lib/srdb2/db_uri.h
0
0
lib/srdb2/schema/Makefile
0
0
lib/srdb2/schema/acc.xml
0
0
lib/srdb2/schema/aliases.xml
0
0
lib/srdb2/schema/attr_types.xml
0
0
lib/srdb2/schema/contact_attrs.xml
0
0
lib/srdb2/schema/cpl.xml
0
0
lib/srdb2/schema/credentials.xml
0
0
lib/srdb2/schema/customers.xml
0
0
lib/srdb2/schema/domain.xml
0
0
lib/srdb2/schema/domain_attrs.xml
0
0
lib/srdb2/schema/domain_settings.xml
0
0
lib/srdb2/schema/entities.xml
0
0
lib/srdb2/schema/extra_attrs.xml
0
0
lib/srdb2/schema/global_attrs.xml
0
0
lib/srdb2/schema/grp.xml
0
0
lib/srdb2/schema/gw.xml
0
0
lib/srdb2/schema/gw_grp.xml
0
0
lib/srdb2/schema/i18n-cs.xml
0
0
lib/srdb2/schema/i18n-en.xml
0
0
lib/srdb2/schema/i18n.xml
0
0
lib/srdb2/schema/ipmatch.xml
0
0
lib/srdb2/schema/lcr.xml
0
0
lib/srdb2/schema/location.xml
0
0
lib/srdb2/schema/missed_calls.xml
0
0
lib/srdb2/schema/offline_winfo.xml
0
0
lib/srdb2/schema/pdt.xml
0
0
lib/srdb2/schema/phonebook.xml
0
0
lib/srdb2/schema/presentity.xml
0
0
lib/srdb2/schema/presentity_contact.xml
0
0
lib/srdb2/schema/presentity_extensions.xml
0
0
lib/srdb2/schema/presentity_notes.xml
0
0
lib/srdb2/schema/rls_subscription.xml
0
0
lib/srdb2/schema/rls_vs.xml
0
0
lib/srdb2/schema/rls_vs_names.xml
0
0
lib/srdb2/schema/sd_attrs.xml
0
0
lib/srdb2/schema/ser.xml
0
0
lib/srdb2/schema/silo.xml
0
0
lib/srdb2/schema/speed_dial.xml
0
0
lib/srdb2/schema/trusted.xml
0
0
lib/srdb2/schema/tuple_extensions.xml
0
0
lib/srdb2/schema/tuple_notes.xml
0
0
lib/srdb2/schema/uri.xml
0
0
lib/srdb2/schema/uri_attrs.xml
0
0
lib/srdb2/schema/user_attrs.xml
0
0
lib/srdb2/schema/watcherinfo.xml
+ 0
- 0
db/Makefile → lib/srdb2/Makefile
Bestand weergeven
+ 0
- 0
db/README → lib/srdb2/README
Bestand weergeven
+ 0
- 0
db/db.c → lib/srdb2/db.c
Bestand weergeven
+ 0
- 0
db/db.h → lib/srdb2/db.h
Bestand weergeven
+ 0
- 0
db/db_cmd.c → lib/srdb2/db_cmd.c
Bestand weergeven
+ 0
- 0
db/db_cmd.h → lib/srdb2/db_cmd.h
Bestand weergeven
+ 0
- 0
db/db_con.c → lib/srdb2/db_con.c
Bestand weergeven
+ 0
- 0
db/db_con.h → lib/srdb2/db_con.h
Bestand weergeven
+ 0
- 0
db/db_ctx.c → lib/srdb2/db_ctx.c
Bestand weergeven
+ 0
- 0
db/db_ctx.h → lib/srdb2/db_ctx.h
Bestand weergeven
+ 0
- 0
db/db_drv.c → lib/srdb2/db_drv.c
Bestand weergeven
+ 0
- 0
db/db_drv.h → lib/srdb2/db_drv.h
Bestand weergeven
+ 0
- 0
db/db_fld.c → lib/srdb2/db_fld.c
Bestand weergeven
+ 0
- 0
db/db_fld.h → lib/srdb2/db_fld.h
Bestand weergeven
+ 0
- 0
db/db_gen.c → lib/srdb2/db_gen.c
Bestand weergeven
+ 0
- 0
db/db_gen.h → lib/srdb2/db_gen.h
Bestand weergeven
+ 0
- 0
db/db_pool.c → lib/srdb2/db_pool.c
Bestand weergeven
+ 0
- 0
db/db_pool.h → lib/srdb2/db_pool.h
Bestand weergeven
+ 0
- 0
db/db_rec.c → lib/srdb2/db_rec.c
Bestand weergeven
+ 0
- 0
db/db_rec.h → lib/srdb2/db_rec.h
Bestand weergeven
+ 0
- 0
db/db_res.c → lib/srdb2/db_res.c
Bestand weergeven
+ 0
- 0
db/db_res.h → lib/srdb2/db_res.h
Bestand weergeven
+ 0
- 0
db/db_uri.c → lib/srdb2/db_uri.c
Bestand weergeven
+ 0
- 0
db/db_uri.h → lib/srdb2/db_uri.h
Bestand weergeven
+ 0
- 0
db/schema/Makefile → lib/srdb2/schema/Makefile
Bestand weergeven
+ 0
- 0
db/schema/acc.xml → lib/srdb2/schema/acc.xml
Bestand weergeven
+ 0
- 0
db/schema/aliases.xml → lib/srdb2/schema/aliases.xml
Bestand weergeven
+ 0
- 0
db/schema/attr_types.xml → lib/srdb2/schema/attr_types.xml
Bestand weergeven
+ 0
- 0
db/schema/contact_attrs.xml → lib/srdb2/schema/contact_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/cpl.xml → lib/srdb2/schema/cpl.xml
Bestand weergeven
+ 0
- 0
db/schema/credentials.xml → lib/srdb2/schema/credentials.xml
Bestand weergeven
+ 0
- 0
db/schema/customers.xml → lib/srdb2/schema/customers.xml
Bestand weergeven
+ 0
- 0
db/schema/domain.xml → lib/srdb2/schema/domain.xml
Bestand weergeven
+ 0
- 0
db/schema/domain_attrs.xml → lib/srdb2/schema/domain_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/domain_settings.xml → lib/srdb2/schema/domain_settings.xml
Bestand weergeven
+ 0
- 0
db/schema/entities.xml → lib/srdb2/schema/entities.xml
Bestand weergeven
+ 0
- 0
db/schema/extra_attrs.xml → lib/srdb2/schema/extra_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/global_attrs.xml → lib/srdb2/schema/global_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/grp.xml → lib/srdb2/schema/grp.xml
Bestand weergeven
+ 0
- 0
db/schema/gw.xml → lib/srdb2/schema/gw.xml
Bestand weergeven
+ 0
- 0
db/schema/gw_grp.xml → lib/srdb2/schema/gw_grp.xml
Bestand weergeven
+ 0
- 0
db/schema/i18n-cs.xml → lib/srdb2/schema/i18n-cs.xml
Bestand weergeven
+ 0
- 0
db/schema/i18n-en.xml → lib/srdb2/schema/i18n-en.xml
Bestand weergeven
+ 0
- 0
db/schema/i18n.xml → lib/srdb2/schema/i18n.xml
Bestand weergeven
+ 0
- 0
db/schema/ipmatch.xml → lib/srdb2/schema/ipmatch.xml
Bestand weergeven
+ 0
- 0
db/schema/lcr.xml → lib/srdb2/schema/lcr.xml
Bestand weergeven
+ 0
- 0
db/schema/location.xml → lib/srdb2/schema/location.xml
Bestand weergeven
+ 0
- 0
db/schema/missed_calls.xml → lib/srdb2/schema/missed_calls.xml
Bestand weergeven
+ 0
- 0
db/schema/offline_winfo.xml → lib/srdb2/schema/offline_winfo.xml
Bestand weergeven
+ 0
- 0
db/schema/pdt.xml → lib/srdb2/schema/pdt.xml
Bestand weergeven
+ 0
- 0
db/schema/phonebook.xml → lib/srdb2/schema/phonebook.xml
Bestand weergeven
+ 0
- 0
db/schema/presentity.xml → lib/srdb2/schema/presentity.xml
Bestand weergeven
+ 0
- 0
db/schema/presentity_contact.xml → lib/srdb2/schema/presentity_contact.xml
Bestand weergeven
+ 0
- 0
db/schema/presentity_extensions.xml → lib/srdb2/schema/presentity_extensions.xml
Bestand weergeven
+ 0
- 0
db/schema/presentity_notes.xml → lib/srdb2/schema/presentity_notes.xml
Bestand weergeven
+ 0
- 0
db/schema/rls_subscription.xml → lib/srdb2/schema/rls_subscription.xml
Bestand weergeven
+ 0
- 0
db/schema/rls_vs.xml → lib/srdb2/schema/rls_vs.xml
Bestand weergeven
+ 0
- 0
db/schema/rls_vs_names.xml → lib/srdb2/schema/rls_vs_names.xml
Bestand weergeven
+ 0
- 0
db/schema/sd_attrs.xml → lib/srdb2/schema/sd_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/ser.xml → lib/srdb2/schema/ser.xml
Bestand weergeven
+ 0
- 0
db/schema/silo.xml → lib/srdb2/schema/silo.xml
Bestand weergeven
+ 0
- 0
db/schema/speed_dial.xml → lib/srdb2/schema/speed_dial.xml
Bestand weergeven
+ 0
- 0
db/schema/trusted.xml → lib/srdb2/schema/trusted.xml
Bestand weergeven
+ 0
- 0
db/schema/tuple_extensions.xml → lib/srdb2/schema/tuple_extensions.xml
Bestand weergeven
+ 0
- 0
db/schema/tuple_notes.xml → lib/srdb2/schema/tuple_notes.xml
Bestand weergeven
+ 0
- 0
db/schema/uri.xml → lib/srdb2/schema/uri.xml
Bestand weergeven
+ 0
- 0
db/schema/uri_attrs.xml → lib/srdb2/schema/uri_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/user_attrs.xml → lib/srdb2/schema/user_attrs.xml
Bestand weergeven
+ 0
- 0
db/schema/watcherinfo.xml → lib/srdb2/schema/watcherinfo.xml
Bestand weergeven