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 |
|
Jeff Lenk
|
0cc28f37fb
|
FSCORE-676 Buffer too small
|
2010-09-23 08:15:55 -05:00 |
|
Anthony Minessale
|
5f012813ef
|
add quotes to vm_cc command generated internally to escape spaces in the caller id name
|
2010-09-13 10:41:37 -05:00 |
|
Anthony Minessale
|
f30a1cc688
|
fix vm_inject to a group and change syntax for sending to a whole domain to domain= for clarity sake
|
2010-09-10 12:55:50 -05:00 |
|
Marc Olivier Chouinard
|
83aeda7956
|
mod_voicemail: Allow to forward a message or send it via email key during the playback of the recording, not just when the menu is playing.
|
2010-09-09 23:40:14 -04:00 |
|
Anthony Minessale
|
b5205c0bc0
|
MODAPP-447
|
2010-08-20 17:48:14 -05:00 |
|
Jeff Lenk
|
a87429ac87
|
Add initial support for VS2010
|
2010-06-28 15:49:19 -05:00 |
|
Anthony Minessale
|
d942d9f4c2
|
make eavesdrop indicate display of who you are listening to
|
2010-06-18 09:08:51 -05:00 |
|
Anthony Minessale
|
3d5350045d
|
send display of caller who left message during vm playback
|
2010-06-17 15:04:09 -05:00 |
|
Brian West
|
a0c78de27d
|
don't use operator key when no operator ext is configured
|
2010-06-02 15:17:12 -05:00 |
|
Anthony Minessale
|
98a5a30ac2
|
make voicemails use the uuid of the channel who recorded it when applicable
|
2010-05-19 16:06:21 -05:00 |
|
Brian West
|
f254787c02
|
fix issue where file isn't in database and move zstr check into switch_file_exists
|
2010-05-06 16:25:41 -05:00 |
|
Anthony Minessale
|
9699e00270
|
MODAPP-403
|
2010-04-26 18:17:39 -05:00 |
|
Michael Jerris
|
822dfe104e
|
mod_voicemail: add 'vm-enabled' param (default true)
|
2010-04-26 05:52:12 -04:00 |
|