Michael Jerris
822dfe104e
mod_voicemail: add 'vm-enabled' param (default true)
2010-04-26 05:52:12 -04:00
Michael Jerris
8e718ddeea
add last talking time per member to conference xml list
2010-04-26 05:28:56 -04:00
Michael Jerris
d0a74dd5c4
mod_spy: add support for loopback endpoint (MODAPP-416)
2010-04-26 04:30:10 -04:00
Michael Jerris
737d338f2a
mod_fifo: allow multiple dtmf to exit fifo, set fifo_caller_exit_key to specify which (MODAPP-420)
2010-04-26 02:58:40 -04:00
Michael Jerris
add3ded40a
cleanup C reserved identifer violation (JANITOR-3)
2010-04-26 01:30:51 -04:00
Mathieu Rene
e9829d1ed8
Add SAF_SUPPORT_NOMEDIA to nibblebill
2010-04-21 16:41:08 -04:00
Rupa Schomaker
9a74958b22
nibblebill - free properly if using custom_sql
2010-04-19 14:42:41 -05:00
Rupa Schomaker
ca9dfc3c5e
nibblebill - free allocated memory at shutdown
2010-04-19 13:18:20 -05:00
Rupa Schomaker
3a53af9012
evesdrop - aquire/release db connection for channel query only
2010-04-19 08:51:42 -05:00
Anthony Minessale
d265cbfce4
expand last patch to do hold as well and rename the command to uuid_phone_event
2010-04-16 10:01:00 -05:00
Anthony Minessale
33c05ead16
add uuid_autoanswer command
2010-04-16 09:35:41 -05:00
Michael Jerris
7074b07603
add event for Valet Parking action exit
2010-04-15 03:20:06 -04:00
Marc Olivier Chouinard
0f29f46172
mod_voicemail: Fix vm_prefs profile lock (MODAPP-417)
2010-04-14 21:36:41 -04:00
Anthony Minessale
c3db645220
add event data to valet parking hold event
2010-04-14 18:29:26 -05:00
Anthony Minessale
63120a7452
make break uuid_break and add cascade flag
2010-04-14 12:51:28 -05:00
Anthony Minessale
0e3202d204
MODAPP-419
2010-04-12 11:12:09 -05:00
Anthony Minessale
7f82a41a85
Merge branch 'master' of git.freeswitch.org:freeswitch
2010-04-12 11:09:02 -05:00
Rupa Schomaker
4988ef87a7
MODAPP-418
2010-04-10 13:23:13 -05:00
Anthony Minessale
536ea60d60
missed a spot
2010-04-07 19:09:16 -05:00
Anthony Minessale
e36972bc7a
add in hostname to sql stmts
2010-04-07 01:46:00 -05:00
Travis Cross
db26c65ea7
Tightened up .gitignore such that we are no longer ignoring files that are actually in the tree.
...
Check for files that we are accidentally ignoring:
git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"
Check for files that we might want to ignore:
git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
2010-04-05 23:17:43 +00:00
Rupa Schomaker
2495ed2b9a
update description
2010-04-02 07:35:52 -05:00
Raymond Chandler
b0692630b1
fix mod_enum build when udns is already on the base system
2010-04-02 00:19:02 +00:00
Anthony Minessale
80a93da4ed
handle some errors on missing db handle conditions
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17136 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-30 03:13:49 +00:00
Michael Jerris
167824ec9d
add action='user_call' to xml_curl lookups for the user endpoint
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17115 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-26 20:09:44 +00:00
Anthony Minessale
c0f0a6c311
wait for video before recording in mod_fsv but have a 30 sec timeout
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17104 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-25 19:08:00 +00:00
Anthony Minessale
8e09dab3ac
wait for video before recording in mod_fsv
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17103 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-25 19:06:18 +00:00
Rupa Schomaker
256274ac33
MODAPP-412 - improve rate limit support
...
add switch_core_hash_delete_multi
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-24 16:11:24 +00:00
Rupa Schomaker
8f273eed5f
MODAPP-409 Support custom sql with var expansion
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17081 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-23 17:11:30 +00:00
Jeff Lenk
507d26e37b
fix wrong path
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17077 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-23 16:12:11 +00:00
Brian West
ef998869b3
add vm_auto_play=false var if you do not wish the vm to auto-play new messages
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17055 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-19 23:56:07 +00:00
Anthony Minessale
4006ffa332
qualify the whole string is digits in test
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17053 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-19 23:23:04 +00:00
Anthony Minessale
90bb25c185
fix potential buffer overflow in mod_lcr
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17051 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-19 21:45:33 +00:00
Anthony Minessale
8838c4d024
finish up vm changes
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17047 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 22:12:51 +00:00
Michael Collins
25e36f8000
Update VALET_APP_SYNTAX to include 'auto' option
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17046 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 21:34:20 +00:00
Anthony Minessale
db6f9857b0
declinatio mortuus obfirmo!
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17045 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 21:31:31 +00:00
Anthony Minessale
37b413bff1
change syntax of new vm_read
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17042 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 18:24:19 +00:00
Michael Jerris
9765dabe98
silence loud logs
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 17:00:01 +00:00
Tihomir Culjaga
f42a4b741d
ahh within the header ... stupid typo
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17037 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-18 00:12:48 +00:00
Tihomir Culjaga
63e68375b8
cosmetics - changed header of mod_rad_auth.c
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17034 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-17 21:40:09 +00:00
Anthony Minessale
47056440a7
FSCORE-574
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17023 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-17 13:59:27 +00:00
Rupa Schomaker
68a7622647
bump json lib to 0.9
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17020 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-17 02:35:03 +00:00
Brian West
1a1cfdc907
here ya go
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17019 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-16 23:55:19 +00:00
Brian West
27eed1b0e2
FSCORE-468
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17015 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-16 19:07:06 +00:00
Anthony Minessale
fa2a84c8c7
update vm_list to include timestamps
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17014 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-16 18:28:33 +00:00
Tihomir Culjaga
af8ba3c200
radius authentification module module
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17012 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-16 16:52:01 +00:00
Anthony Minessale
453d038d76
fix vm to preserve correct read timestamp
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16994 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-15 20:40:49 +00:00
Anthony Minessale
b1ddb70cf1
add fsctl min_idle_cpu and min-idle-cpu feature to refuse calls after the system fallse below a certian percentage of idle cpu
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16962 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-10 20:21:34 +00:00
Brian West
4233ee17fe
doh
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16958 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-09 21:30:54 +00:00
Mathieu Rene
4ba5ad3d26
MODAPP-407
...
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-09 19:16:10 +00:00