2837 Commits

Author SHA1 Message Date
Marc Olivier Chouinard
226580b5e9 mod_voicemail_ivr: Remove check for empty xml menu config for purge, and fix a comment 2011-12-26 12:34:41 -05:00
Marc Olivier Chouinard
d544c06598 mod_voicemail_ivr: Fixed issue in settings system. Added initials settings. 2011-12-26 11:14:00 -05:00
Marc Olivier Chouinard
f2cba2aa16 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 2011-12-26 02:52:32 -05:00
Marc Olivier Chouinard
d1364ff51f mod_voicemail_ivr: Additional change for settings support. 2011-12-25 13:37:23 -05:00
Marc Olivier Chouinard
f993cac1a9 mod_voicemail_ivr: Initial support for settings parameters 2011-12-25 01:49:22 -05:00
Marc Olivier Chouinard
17cdf9e1fd 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. 2011-12-23 19:45:18 -05:00
Jeff Lenk
883de14f30 FS-3776 --resolve FreeBSD changes for spandsp 2011-12-21 19:43:01 -06:00
Michael Jerris
f2cc611606 allow failing voicemail password change from xml_curl 2011-12-21 09:26:24 -05:00
Anthony Minessale
d7a37e9754 allow system API command to capture output from the executed command 2011-12-20 12:34:21 -06:00
Marc Olivier Chouinard
6f47fe7fe8 FS-3620 --resolve
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.
2011-12-19 00:27:51 -05:00
Marc Olivier Chouinard
cdcaedbf19 FS-1874 --resolve
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
2011-12-19 00:14:03 -05:00
Marc Olivier Chouinard
047a390ad6 FS-3717 --resolve 2011-12-18 22:57:09 -05:00
Marc Olivier Chouinard
ab5f3f2897 FS-3254 --resolve 2011-12-18 01:15:27 -05:00
Marc Olivier Chouinard
fb43f80581 FS-3705 --resolve 2011-12-18 01:13:37 -05:00
Marc Olivier Chouinard
8379a2926e FS-3037 --resolve
Modified patch for formating, also adding support for sqlite db name parameters.  Also fix potential db issues in sqlite if using multiple profile.
2011-12-18 00:22:24 -05:00
Marc Olivier Chouinard
ee4145c72a FS-3761 --resolve 2011-12-17 16:39:04 -05:00
Marc Olivier Chouinard
1923d19c43 FS-3747 --resolve 2011-12-16 21:14:48 -05:00
Marc Olivier Chouinard
39367229a5 FS-3429 --resolve 2011-12-16 13:46:14 -05:00
Anthony Minessale
09725e2b64 add orbit feature to valet_parking similar to mod_fifo 2011-12-16 09:52:10 -06:00
Marc Olivier Chouinard
04295ac95b FS-3249 --resolve 2011-12-15 23:17:28 -05:00
Marc Olivier Chouinard
14554cf328 FS-3091 --resolve 2011-12-15 22:38:32 -05:00
Marc Olivier Chouinard
de6295b937 FS-3467 --resolve 2011-12-15 21:40:02 -05:00
Marc Olivier Chouinard
14d9de4aea FS-3401 --resolve 2011-12-15 21:21:29 -05:00
Marc Olivier Chouinard
3453f14f9b FS-3237 --resolve
I've fix some memory leak in your patch.  Be careful to free the value from the find output of a hash after you used it.
2011-12-15 21:08:52 -05:00
Marc Olivier Chouinard
517c6d6192 FS-3538 --resolve 2011-12-15 16:18:13 -05:00
Marc Olivier Chouinard
b9295fd5ab FS-1573 --resolve 2011-12-15 14:43:55 -05:00
Marc Olivier Chouinard
cc3280a0a0 FS-3363 --resolve 2011-12-15 13:22:14 -05:00
Marc Olivier Chouinard
acdacfc6c0 FS-3747 --resolve 2011-12-15 13:14:29 -05:00
Brian West
904721e4f4 spelling ftw 2011-12-14 23:28:43 -06:00
Anthony Minessale
6e7d44af42 FS-3764 --resolve 2011-12-14 13:23:54 -06:00
Marc Olivier Chouinard
e566057701 FS-2216 --resolve 2011-12-14 10:27:31 -05:00
Marc Olivier Chouinard
cc08b939c4 FS-3760 --resolve 2011-12-13 18:33:09 -05:00
Anthony Minessale
52021c80b2 skip all the hangup code in ringing state 2011-12-13 14:01:00 -06:00
Anthony Minessale
40f29b3886 only hangup inbound calls in progress if they have been answered 2011-12-13 13:37:11 -06:00
Anthony Minessale
d4232e548f FS-3757 --resolve 2011-12-13 08:43:49 -06:00
Jeff Lenk
d8a7db2d8a windows t31 tweak 2011-12-11 21:07:17 -06:00
Marc Olivier Chouinard
024cb60d21 mod_voicemail: Some fixed and additional param for the vm_fsdb apis 2011-12-10 21:07:32 -05:00
Marc Olivier Chouinard
8e9dfba276 mod_callcenter: Bring up to date the max-wait-time-with-no-agent and max-wait-time-with-no-agent-time-reached param. I'll probably rename the param max-wait-time-with-no-agent-time-reached to something that actually make sense in the future 2011-12-10 20:45:25 -05:00
Jeff Lenk
1be966ea01 more win tweaks for t31 2011-12-10 01:33:51 -06:00
Jeff Lenk
9c0c321890 small fix for win T.31 2011-12-09 23:46:39 -06:00
Jeff Lenk
190426dfba windows T.31 2011-12-09 15:10:55 -06:00
Anthony Minessale
5227d5033a FS-3746 --resolve 2011-12-08 15:46:02 -06:00
Anthony Minessale
f2f0eae576 use cond mutex in modem thread 2011-12-08 15:36:25 -06:00
Anthony Minessale
4943f68208 set rtp stack into optimal mode for transferring data during fax situations (that does not mean we support the idea of audio fax over ip......) 2011-12-08 12:26:36 -06:00
Jeff Lenk
7bbecb7eed Initial windows compiler changes for T31 - nothing implemented yet 2011-12-07 23:06:00 -06:00
Anthony Minessale
38ff1347bb FS-3745 2011-12-07 11:49:44 -06:00
Brian West
fd9158d069 Fireevents on each page send/received in rx/txfax. 2011-12-07 18:26:30 -06:00
Anthony Minessale
fc3be0ae27 compiler err 2011-12-07 09:28:36 -06:00
Anthony Minessale
b7b94082ae these files should build in win 2011-12-07 05:19:23 -06:00
Anthony Minessale
4af665317d probably want this 2011-12-07 05:16:43 -06:00