445 Commits

Author SHA1 Message Date
Brian West
4108193d42 doh, use the decoded value 2013-10-11 17:23:47 -05:00
Brian West
40aeedcbe4 url_decode the cid_name when you vm_cc 2013-10-11 17:20:46 -05:00
Anthony Minessale
1d992ea9ea FS-5797 --resolve 2013-09-17 13:34:56 -05:00
Brian West
53307c8f35 regression from FS-5614 on forward 2013-09-09 13:38:25 -05:00
Anthony Minessale
7d6d688e53 FS-5731 --resolve 2013-08-26 20:25:14 +05:00
Ken Rice
cae7d029ab FS-5694 --resolve 2013-08-14 09:09:22 -05:00
Brian West
612c81c13d You can't prefix this one with MWI as it ends up in the body of the MWI notify causing some devices to have a heart attack 2013-07-23 17:23:04 -05:00
Anthony Minessale
ce80ddc93a FS-5614 --resolve 2013-07-19 13:41:56 -05:00
Michael S Collins
e21c57b099 BNPH-5393: --resolve add vars to affect mod_voicemail behavior: skip_record_check and skip_record_urgent_check 2013-07-08 13:45:27 -07:00
Brian West
384cf3381c use the correct repeat key to replay messages 2013-06-26 15:17:56 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Travis Cross
505815c902 Avoid crashing FS after delivering a VM
When vm-storage-dir was set to an absolute path, FS would abort after
delivering a VM because we were trying to free(3) memory sitting in
the middle of a memory pool.

FS-5329
2013-06-03 09:29:51 +00:00
Anthony Minessale
3438337a16 FS-5329 --resolve 2013-04-23 10:27:40 -05:00
Kristin King
14f77e1b9a FS-5249: --resolve add message sort ordering. 2013-04-17 15:09:39 -07:00
Anthony Minessale
1ac0654f23 FS-5281 --resolve 2013-04-08 11:53:53 -05:00
Jeff Lenk
5406fb8a11 FS-5185 --resolve 2013-03-22 08:40:45 -05:00
Anthony Minessale
424738e9c5 FS-5184 --resolve never too much logging 2013-03-15 09:40:01 -05:00
Anthony Minessale
5655320dae FS-5087 --resolve 2013-03-11 09:33:08 -05:00
Michael Jerris
3e4fb4b0a2 check for vm caller id info later so if its transfered it gets the updated details 2013-03-06 13:23:28 -05:00
Brian West
090cdaa9d3 sigh 2013-02-12 17:03:06 -06:00
Marc Olivier Chouinard
b594503c04 mod_voicemail: add extra param inside the MWI event to know if it was fired because of a new message, or other reason 2013-01-30 14:58:35 -05:00
Brian West
ccad34f0b5 sigh, wip cisco mwi issue 2013-01-29 14:45:43 -06:00
Marc Olivier Chouinard
165ffb9f8f FS-5025 Added user/group/domain merge of param/var before calling vm delivery allowing to have variable or param value set at the domain or group level 2013-01-24 16:41:29 -05:00
Michael Jerris
92cdd30458 not implemented so lets not break compile 2013-01-24 09:59:09 -05:00
Marc Olivier Chouinard
5542d040a2 mod_voicemail: Add new vm_fsdb_pref_greeting_get
mod_voicemail_ivr: Added the new param for API vm_fsdb_pref_greeting_get WARNING, you must add it to the config or else module will complain of missing value... With the new API, it will now playback the greeting when setting it.  Will need to figure out a better way to deal with api being added in the future...  Add support to auto start new message playback and made it default in the config file.
mod_voicemail_ivr phrases : make value = 0 as plural (0 messages).  Don't tell the option for new message if no new message present.  Changes a few default key to match more closely mod_voicemail key settings.
2013-01-24 00:04:34 -05:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Anthony Minessale
fa2c9ec07e FS-4011 --resolve 2012-11-02 08:47:47 -05:00
Anthony Minessale
74dbbb014f FS-4775 --resolve use vars voicemail_callback_dialplan and voicemail_callback_context 2012-10-30 15:33:35 -05:00
Anthony Minessale
e3da4e1643 FS-4736 --resolve 2012-10-19 17:29:43 -04:00
Anthony Minessale
9675229dd4 FS-4735 --resolve 2012-10-18 15:35:22 -04:00
Anthony Minessale
e1fe289672 refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions 2012-10-09 20:20:32 -05:00
Brian West
4dd1b52f86 Use uniq uuid per vm just incase the same session gets to vm more than once in its life. 2012-10-09 12:38:08 -05:00
Eliot Gable
5cb354dddc Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql. 2012-10-08 20:33:57 +00:00
Anthony Minessale
464155c5cd more priority tweaks 2012-10-01 10:20:48 -05:00
Anthony Minessale
cfb2335406 FS-4462 add log message to point out this problem in the future 2012-07-27 15:27:01 -05:00
Brian West
b2f0e90795 fix set user call to include domain 2012-07-15 00:05:36 -05:00
Brian West
b256cf5695 fix auth_only voicemail usage 2012-07-14 14:05:34 -05:00
Michael Jerris
02c2b532e7 add vm::maintenance event for mwi change 2012-07-02 16:22:36 -04:00
Marc Olivier Chouinard
b2d183099f mod_voicemail: Remove the Goodbye prompt when voicemail is disabled when trying to leave a message 2012-05-31 23:36:37 -04:00
Marc Olivier Chouinard
d7002351d7 mod_voicemail: Make sure vm_fsdb api create the user directory before trying to move file into it 2012-05-25 07:18:55 -04:00
Michael S Collins
7b54701d7c mod_voicemail: Improved feedback to user when chaning vm passwords. 2012-05-09 15:20:40 -07:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Brian West
1454cdf15a send the name and number in the right order 2012-04-13 15:33:42 -05:00
Anthony Minessale
b3fd3bfd68 FS-4069 --resolve 2012-04-10 12:39:00 -05:00
Anthony Minessale
3d283accf2 FS-4087 --resolve 2012-04-09 12:41:11 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Anthony Minessale
0a6dde7baa fire event with result of vm auth attempt 2012-02-10 13:24:02 -06:00
Michael S Collins
18289fa013 mod_voicemail: Change vm_announce_cid to be true/false and utilize vm_play_phone_number_macro 2012-02-07 10:22:35 -08:00
Anthony Minessale
d2c9fb5f7d FS-3878 --resolve 2012-02-06 14:12:22 -06:00
Michael S Collins
b21d479a7d Add new 'change password fail' macro. Same as vm-fail-auth right now until new sound prompts get recorded and distributed. 2012-01-27 15:05:14 -08:00