MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cc_close_rt_db

Function cc_close_rt_db

modules/call_center/cc_db.c:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234
235void cc_close_rt_db(void)
236{
237 if (cc_rt_db_handle==NULL)
238 return;
239
240 cc_rt_dbf.close(cc_rt_db_handle);
241 cc_rt_db_handle = NULL;
242}
243
244
245int init_cc_db(const str *db_url)

Callers 1

mod_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected