Anthony Minessale
|
94b9cc0f9f
|
add voicemail_formatted_caller_id_number param for templates in vm
|
2011-11-10 14:39:28 -06:00 |
|
Anthony Minessale
|
4e9861f79e
|
add missing colon
|
2011-11-10 10:23:28 -06:00 |
|
Anthony Minessale
|
54b4b088d9
|
fix wrong message count with saved urgent messages
|
2011-11-04 16:58:35 -05:00 |
|
Anthony Minessale
|
9848bf4857
|
tweak on last commit
|
2011-11-02 11:32:02 -05:00 |
|
Anthony Minessale
|
3051480d42
|
add variable vm_auth_only or option auth_only to voicemail app so you can use it as a pin checker
|
2011-11-02 11:22:58 -05:00 |
|
Anthony Minessale
|
923a104b58
|
FS-3637 --resolve
|
2011-10-25 13:13:16 -05:00 |
|
Anthony Minessale
|
256a6264d4
|
prevent sql injection by using sqlite formatter on various code that generates sql stmts with switch_snprintf
|
2011-09-29 08:28:12 -05:00 |
|
Anthony Minessale
|
c4464c65fd
|
FS-3551 please update to this revision or greater and retest gathering the same logs with loglevel debug and global siptrace on
|
2011-09-16 12:05:10 -05:00 |
|
Anthony Minessale
|
2fb0f8e24f
|
only unlink if file exists
|
2011-09-12 16:38:48 -05:00 |
|
Jeff Lenk
|
aff4bcbe12
|
FS-3080 --resolve better fix for voicemail email key match
|
2011-09-07 10:50:30 -05:00 |
|
Jeff Lenk
|
698a50298a
|
Revert "FS-3080 --resolve only allow when not playing message"
This reverts commit d2daa44d8cfeb65277d61f9f8070f72d748051fe.
Working on a better fix
|
2011-09-06 11:51:29 -05:00 |
|
Mathieu Rene
|
8974f9d62e
|
mod_voicemail: use vm_email as notification address if vm_notify_email isn't set (that behavior was in voicemail_leave_main but not in deliver_vm)
|
2011-09-05 17:34:39 +02:00 |
|
Jeff Lenk
|
d2daa44d8c
|
FS-3080 --resolve only allow when not playing message
|
2011-08-19 14:29:23 -05:00 |
|
Anthony Minessale
|
fab8293651
|
stop at first profile if can't find one
|
2011-08-17 19:21:36 -05:00 |
|
Anthony Minessale
|
7531fed8d8
|
break event parsing for mod_voicemail into its own internal queue (by Moc)
|
2011-08-17 11:27:20 -05:00 |
|
Anthony Minessale
|
316414b9ec
|
erase files before recording in VM to make append impossible and write to tmp copy when recording greetings/name so it's not installed until finalized
|
2011-08-16 13:26:13 -05:00 |
|
Daniel Swarbrick
|
77c5000dad
|
add message_len to output of vm_list api command
|
2011-08-04 20:17:15 +02:00 |
|
Daniel Swarbrick
|
b952b2b2d9
|
remove pointless update_mwi() in vm_list api command
|
2011-08-04 19:53:18 +02:00 |
|
Marc Olivier Chouinard
|
a3279a384c
|
mod_voicemail: Make the vm_fsdb_auth api use the new db-password-override value
|
2011-07-09 16:29:03 -04:00 |
|
Marc Olivier Chouinard
|
a9db642a36
|
mod_voicemail: Add 2 new profile settings, db-password-override and allow-empty-password-auth. By default, they have value of their previous behavior. If db-password-override=true, the db password will only be used if present, if not present fallback to the xml config file vm-password. If allow-empty-password-auth=false, it will disable login via a authentication method if there is no password set in the user account (This wont affect voicemail_authorize=true login).
|
2011-07-09 16:13:36 -04:00 |
|
Marc Olivier Chouinard
|
c06e8fdf49
|
mod_voicemail: Add simple mwi update on vm_fsdb_purge api cmd
|
2011-07-08 20:35:09 -04:00 |
|
Marc Olivier Chouinard
|
fae0b7b313
|
mod_voicemail: Add vm_fsdb_msg_forward api call
|
2011-07-08 20:15:21 -04:00 |
|
Anthony Minessale
|
8592b6d91e
|
FS-3382 --resolve
|
2011-06-29 18:33:27 -05:00 |
|
Marc Olivier Chouinard
|
adffe07f75
|
mod_voicemail: Fix SQL error on forward when filename length become greater than 255. FS-2959
|
2011-04-23 23:52:03 -04:00 |
|
Anthony Minessale
|
73279f01bf
|
FS-3166 --resolve
|
2011-04-22 16:43:29 -05:00 |
|
Marc Olivier Chouinard
|
bfdfac5e8a
|
mod_voicemail: Adding a new voicemail fsdb api vm_fsdb_auth_login that does basic login authentication for a user
|
2011-04-16 14:44:28 -04:00 |
|
Anthony Minessale
|
9c7d50b4e8
|
fix 32/64 format
|
2011-04-14 17:50:48 -05:00 |
|
Marc Olivier Chouinard
|
1f4cb48880
|
mod_voicemail: Implement 10 new standard api function call that allow you to control fs voicemail storage system. The goal is to have a standard API set for any additional storage system we wish the voicemail to run off. Current list of added api name are : vm_fsdb_msg_count, vm_fsdb_msg_list, vm_fsdb_msg_get, vm_fsdb_msg_delete, vm_fsdb_msg_undelete, vm_fsdb_msg_purge, vm_fsdb_msg_save, vm_fsdb_pref_greeting_set, vm_fsdb_pref_recname_set, vm_fsdb_pref_password_set.
|
2011-04-14 15:21:13 -04:00 |
|
Anthony Minessale
|
5eb9c3f4a7
|
FS-3164
|
2011-03-18 11:57:16 -05:00 |
|
Anthony Minessale
|
3d3e634f4b
|
beat ray up for this one
|
2011-02-18 15:21:02 -06:00 |
|
Anthony Minessale
|
ed7e1f3954
|
vm-skip-instructions param in xml directory to disable instructions how to record a file
|
2011-02-18 10:48:14 -06:00 |
|
Raymond Chandler
|
0f8fb4b1fd
|
add ability to jump to a specific message
|
2011-02-17 14:12:42 -05:00 |
|
Mike Jerris
|
0e841a5f14
|
FS-3040/FS-1742: use 1 sql query for message count in a way that is portable and doesn't segfault
|
2011-02-08 10:36:12 -06:00 |
|
Anthony Minessale
|
a93623618b
|
3 regresions from this now, rolling it back
|
2011-02-07 16:33:45 -06:00 |
|
Anthony Minessale
|
8c12162a9d
|
FS-3040
|
2011-02-07 12:53:31 -06:00 |
|
cypromis
|
12c13e115b
|
more formatting mistakes *sigh*
|
2011-02-07 16:01:20 +01:00 |
|
cypromis
|
cf83f9c381
|
seems whitespaces are unpopular on some linux/gcc combinations
|
2011-02-07 15:32:26 +01:00 |
|
cypromis
|
080c5ae981
|
FS-1742 - Make Voicemail use 1 SQL query instead of 4 to get the message count use in MWI - Now also working on your more favourite and less favourite databases
|
2011-02-07 14:04:44 +01:00 |
|
Anthony Minessale
|
4ae8282e6c
|
fix possible bad pointer in global vars (please test)
|
2011-02-02 15:43:26 -06:00 |
|
Travis Cross
|
de49305ad5
|
let vmain-key and operator-key be set empty
The defaults for these keys are empty. This change allows them to be
set empty in the XML config without error.
|
2011-01-18 04:24:04 +00:00 |
|
Michael Jerris
|
54421f5910
|
mod_voicemail: add events for record/change greeting and record name
|
2011-01-11 13:12:23 -05:00 |
|
Brian West
|
83ce26b226
|
FS-2972
|
2011-01-10 09:56:03 -06:00 |
|
Brian West
|
3734f4cd44
|
bump copyright date and fix some email and typos from diego.
|
2011-01-05 10:09:04 -06:00 |
|
Anthony Minessale
|
03d29a772b
|
add fwd and rev message scroll keys as default and return to same message when doing a message forward
|
2010-10-26 09:45:11 -05:00 |
|
Marc Olivier Chouinard
|
df5b3498ed
|
mod_voicemail: FS-1776 Add support for per user operator exten override param vm-operator-extension
|
2010-10-14 22:36:51 -04:00 |
|
Anthony Minessale
|
57cd1c9850
|
fix regression
|
2010-10-11 12:31:50 -05:00 |
|
Anthony Minessale
|
8a7f8cd22e
|
fix carbon copy delete after emailing paradox
|
2010-10-08 11:05:29 -05:00 |
|
Marc Olivier Chouinard
|
3bd09b34c5
|
mod_voicemail: Simple correction to the app description of voicemail
|
2010-10-07 01:07:12 -04:00 |
|
Anthony Minessale
|
e7b9790733
|
BOUNTY-23
|
2010-09-24 16:01:05 -05:00 |
|
Anthony Minessale
|
cfa30468e8
|
sprinkle digit_timeout into switch_ivr_read and switch_ivr_play_and_get_digits and the higher level variants
|
2010-09-23 18:37:45 -05:00 |
|