I have question about mod_limit: is there a reason to have difference between the api applications and the dialplan? I mean when you use db function from the cli you can use insert/select/delete but when you use it from the dialplan you can only use insert/delete.
#define DB_USAGE "[insert|delete]/<realm>/<key>/<val>" #define DB_DESC "save data" SWITCH_STANDARD_APP(db_function) but in the SWITCH_STANDARD_API(db_api_function) i have three options insert,delete and select What i try to accomplish is to be able to insert values from the dialplan and after that to be able to use them ( to select and use the result) from another extension. Thank you in advanced, -- Anatoliy Kounitskiy ------------------------- E-mail: anato...@kounitskiy.com Mobile: +359898913540 _______________________________________________ FreeSWITCH-dev mailing list FreeSWITCH-dev@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org