search for: dynextendb_free

Displaying 1 result from an estimated 1 matches for "dynextendb_free".

2003 Jul 21
4
Dynamically setting up/tearing down extensions
...(and have played with it). I love that it reads the dialplans out of a MySQL database - that is a critical issue for me. But it has some issues. I have a test dialplan with one call to Playback() - just plays a wav file then exits. When DynExtenDB() is called, it adds one extra step that calls DynExtenDB_Free()... --If I let the wav file play to the end, DynExtenDB_Free() is called properly. If I hang up prematurely, it isn't, and it also isn't called if I set the dialplan to dial out (for example, to forward the call to my cell phone). --If DynExtenDB_Free() *is* called properly, and I the...