This website works better with JavaScript
Home
Explore
Help
Sign In
Kamailio
/
kamailio
mirror of
https://github.com/kamailio/kamailio.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
SER 2.0 database api moved to lib/srdb2.
Jan Janak
16 years ago
parent
7f8d719463
commit
569bf0016d
69 changed files
with
0 additions
and
0 deletions
Split View
Show 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
View File
+ 0
- 0
db/README → lib/srdb2/README
View File
+ 0
- 0
db/db.c → lib/srdb2/db.c
View File
+ 0
- 0
db/db.h → lib/srdb2/db.h
View File
+ 0
- 0
db/db_cmd.c → lib/srdb2/db_cmd.c
View File
+ 0
- 0
db/db_cmd.h → lib/srdb2/db_cmd.h
View File
+ 0
- 0
db/db_con.c → lib/srdb2/db_con.c
View File
+ 0
- 0
db/db_con.h → lib/srdb2/db_con.h
View File
+ 0
- 0
db/db_ctx.c → lib/srdb2/db_ctx.c
View File
+ 0
- 0
db/db_ctx.h → lib/srdb2/db_ctx.h
View File
+ 0
- 0
db/db_drv.c → lib/srdb2/db_drv.c
View File
+ 0
- 0
db/db_drv.h → lib/srdb2/db_drv.h
View File
+ 0
- 0
db/db_fld.c → lib/srdb2/db_fld.c
View File
+ 0
- 0
db/db_fld.h → lib/srdb2/db_fld.h
View File
+ 0
- 0
db/db_gen.c → lib/srdb2/db_gen.c
View File
+ 0
- 0
db/db_gen.h → lib/srdb2/db_gen.h
View File
+ 0
- 0
db/db_pool.c → lib/srdb2/db_pool.c
View File
+ 0
- 0
db/db_pool.h → lib/srdb2/db_pool.h
View File
+ 0
- 0
db/db_rec.c → lib/srdb2/db_rec.c
View File
+ 0
- 0
db/db_rec.h → lib/srdb2/db_rec.h
View File
+ 0
- 0
db/db_res.c → lib/srdb2/db_res.c
View File
+ 0
- 0
db/db_res.h → lib/srdb2/db_res.h
View File
+ 0
- 0
db/db_uri.c → lib/srdb2/db_uri.c
View File
+ 0
- 0
db/db_uri.h → lib/srdb2/db_uri.h
View File
+ 0
- 0
db/schema/Makefile → lib/srdb2/schema/Makefile
View File
+ 0
- 0
db/schema/acc.xml → lib/srdb2/schema/acc.xml
View File
+ 0
- 0
db/schema/aliases.xml → lib/srdb2/schema/aliases.xml
View File
+ 0
- 0
db/schema/attr_types.xml → lib/srdb2/schema/attr_types.xml
View File
+ 0
- 0
db/schema/contact_attrs.xml → lib/srdb2/schema/contact_attrs.xml
View File
+ 0
- 0
db/schema/cpl.xml → lib/srdb2/schema/cpl.xml
View File
+ 0
- 0
db/schema/credentials.xml → lib/srdb2/schema/credentials.xml
View File
+ 0
- 0
db/schema/customers.xml → lib/srdb2/schema/customers.xml
View File
+ 0
- 0
db/schema/domain.xml → lib/srdb2/schema/domain.xml
View File
+ 0
- 0
db/schema/domain_attrs.xml → lib/srdb2/schema/domain_attrs.xml
View File
+ 0
- 0
db/schema/domain_settings.xml → lib/srdb2/schema/domain_settings.xml
View File
+ 0
- 0
db/schema/entities.xml → lib/srdb2/schema/entities.xml
View File
+ 0
- 0
db/schema/extra_attrs.xml → lib/srdb2/schema/extra_attrs.xml
View File
+ 0
- 0
db/schema/global_attrs.xml → lib/srdb2/schema/global_attrs.xml
View File
+ 0
- 0
db/schema/grp.xml → lib/srdb2/schema/grp.xml
View File
+ 0
- 0
db/schema/gw.xml → lib/srdb2/schema/gw.xml
View File
+ 0
- 0
db/schema/gw_grp.xml → lib/srdb2/schema/gw_grp.xml
View File
+ 0
- 0
db/schema/i18n-cs.xml → lib/srdb2/schema/i18n-cs.xml
View File
+ 0
- 0
db/schema/i18n-en.xml → lib/srdb2/schema/i18n-en.xml
View File
+ 0
- 0
db/schema/i18n.xml → lib/srdb2/schema/i18n.xml
View File
+ 0
- 0
db/schema/ipmatch.xml → lib/srdb2/schema/ipmatch.xml
View File
+ 0
- 0
db/schema/lcr.xml → lib/srdb2/schema/lcr.xml
View File
+ 0
- 0
db/schema/location.xml → lib/srdb2/schema/location.xml
View File
+ 0
- 0
db/schema/missed_calls.xml → lib/srdb2/schema/missed_calls.xml
View File
+ 0
- 0
db/schema/offline_winfo.xml → lib/srdb2/schema/offline_winfo.xml
View File
+ 0
- 0
db/schema/pdt.xml → lib/srdb2/schema/pdt.xml
View File
+ 0
- 0
db/schema/phonebook.xml → lib/srdb2/schema/phonebook.xml
View File
+ 0
- 0
db/schema/presentity.xml → lib/srdb2/schema/presentity.xml
View File
+ 0
- 0
db/schema/presentity_contact.xml → lib/srdb2/schema/presentity_contact.xml
View File
+ 0
- 0
db/schema/presentity_extensions.xml → lib/srdb2/schema/presentity_extensions.xml
View File
+ 0
- 0
db/schema/presentity_notes.xml → lib/srdb2/schema/presentity_notes.xml
View File
+ 0
- 0
db/schema/rls_subscription.xml → lib/srdb2/schema/rls_subscription.xml
View File
+ 0
- 0
db/schema/rls_vs.xml → lib/srdb2/schema/rls_vs.xml
View File
+ 0
- 0
db/schema/rls_vs_names.xml → lib/srdb2/schema/rls_vs_names.xml
View File
+ 0
- 0
db/schema/sd_attrs.xml → lib/srdb2/schema/sd_attrs.xml
View File
+ 0
- 0
db/schema/ser.xml → lib/srdb2/schema/ser.xml
View File
+ 0
- 0
db/schema/silo.xml → lib/srdb2/schema/silo.xml
View File
+ 0
- 0
db/schema/speed_dial.xml → lib/srdb2/schema/speed_dial.xml
View File
+ 0
- 0
db/schema/trusted.xml → lib/srdb2/schema/trusted.xml
View File
+ 0
- 0
db/schema/tuple_extensions.xml → lib/srdb2/schema/tuple_extensions.xml
View File
+ 0
- 0
db/schema/tuple_notes.xml → lib/srdb2/schema/tuple_notes.xml
View File
+ 0
- 0
db/schema/uri.xml → lib/srdb2/schema/uri.xml
View File
+ 0
- 0
db/schema/uri_attrs.xml → lib/srdb2/schema/uri_attrs.xml
View File
+ 0
- 0
db/schema/user_attrs.xml → lib/srdb2/schema/user_attrs.xml
View File
+ 0
- 0
db/schema/watcherinfo.xml → lib/srdb2/schema/watcherinfo.xml
View File