- 28 12月, 2011 1 次提交
-
-
由 Marc Olivier Chouinard 提交于
mod_abstraction: New module. Currently implement API abstraction. Allow to simplify/standarize API name. Initially built for mod_voicemail_ivr. Allow to use scripting language as VM Storage by binding an API with specific argument to an different api call like python and send to it argument initially provided.
-
- 27 12月, 2011 2 次提交
-
-
由 Marc Olivier Chouinard 提交于
mod_voicemail_ivr: Changed behavior of TIMEOUT/INVALID option. Instead to check incode if it was the last attempt, set the event header IVR-Retry-Left to how many attempt are left. Then we can just do this please try again check inside the phrase system. We can also add prompt like "This is your last chance, Press 1 for new messages, 2 for ...." using this method.
-
由 Marc Olivier Chouinard 提交于
mod_voicemail_ivr: Added a bunch of default prompt for future use once we get sound recorded. In the mean time, having it in the code wont cause problem as long we don't define the phrase in the config file
-
- 26 12月, 2011 3 次提交
-
-
由 Marc Olivier Chouinard 提交于
-
由 Marc Olivier Chouinard 提交于
-
由 Marc Olivier Chouinard 提交于
mod_voicemail_ivr: Added a missing menu in the conf.xml config. Also refactor nearly all the function name to something more standard. Also tried to make the flow as simple as possible in the menu.c
-
- 25 12月, 2011 2 次提交
-
-
由 Marc Olivier Chouinard 提交于
-
由 Marc Olivier Chouinard 提交于
-
- 24 12月, 2011 3 次提交
-
-
由 Marc Olivier Chouinard 提交于
mod_voicemail_ivr: Document example settings parameters. This is open for discussion before being implemented
-
由 Marc Olivier Chouinard 提交于
-
由 Marc Olivier Chouinard 提交于
mod_voicemail_ivr: BETA : An alternative voicemail IVR system. It require an API provider for voicemail access that is currently provided by mod_voicemail vm_fsdb API so it can be used simultaneously with mod_voicemail IVR. It currently try to resemble the normal FreeSwitch Voicemail experience. The goal is to expand upon that experience without affecting everyone inproduction user experience.
-
- 23 12月, 2011 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Marc Olivier Chouinard 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 22 12月, 2011 4 次提交
-
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
- 21 12月, 2011 3 次提交
-
-
由 Mathieu Parent 提交于
This fix a out of bound memory write. (normally unreachable with a real phone)
-
由 Marc Olivier Chouinard 提交于
-
由 Michael Jerris 提交于
-
- 20 12月, 2011 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 19 12月, 2011 10 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
cc1: warnings being treated as errors libs/esl/src/esl.c: In function "esl_recv_event": libs/esl/src/esl.c:1190: error: array subscript is above array bounds libs/esl/src/esl.c:1227: error: array subscript is above array bounds Clamp handle_recv() return value to safe values. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Marc Olivier Chouinard 提交于
I think this will be fine for the moment. Thanks
-
由 Marc Olivier Chouinard 提交于
-
由 Marc Olivier Chouinard 提交于
This look to be the same parsing done in lcr_app_function. So I would think it an expected behavior and it good to have it at both place.
-
由 Marc Olivier Chouinard 提交于
Warning to nibblebill user. This patch will change how billing amount is charged by using the previously unused nibble_inrement variable. If you don't want to increase by increment, then just don't have the increment set
-
由 Marc Olivier Chouinard 提交于
-