aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile ↵russell1-4/+0
(issue #6250) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8100 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST mogorman1-1/+79
from bug 5451 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8069 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13make voicemail files group writable and uses amogorman1-30/+44
nicer function for creating dirs as described in 5929 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8068 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13Added forward context option from 5497mogorman1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell2-11/+5
- Use a cleaner syntax for declaring the allocation macros - Fix return value for ast_strdup/ast_strndup - remove safe_strdup from app_macro, since ast_strup does the same thing - fix a place in app_queue where ast_calloc+strncpy was used instead of ast_strdup. If you are helping out with these conversions, please watch out for other places where this is done. - add a note to the coding guidelines about the fix to app_queue git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8065 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13added two new features to meetme, autofill and mogorman1-17/+38
autopause. thanks twisted from 5577 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13allow app_directed_pickup to try to pickupmogorman1-54/+55
multiple channels at the same time. however it does not work in cases where dial was called with multiple devices. bug 5694. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13Somebody complained the that length of the dah wasn't quite up to spec...tilghman1-13/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8051 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 More memory wrapper cleanup. #6224bweschke6-24/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8045 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix ↵bweschke3-92/+54
mod in app_rpt.c git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8044 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Fix typos that caused voicemail not to compile.tilghman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12I will never touch VM again...mogorman1-2/+3
thanks qwell for spotting mistakes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12some error checking added into g and a optionmogorman1-16/+19
if there is no parens. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8030 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12More cosmetic changes. thanks qwell and everyonemogorman1-1/+2
else. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8024 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Minor revisions from bug 6090mogorman1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 Remove an unneccessary unlock and do away with the error msg about not ↵bweschke1-1/+0
being able to unlock the lock. #6201 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8020 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12fix breakage from new feature committed in r7995russell1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8019 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 More new memory wrapper work.bweschke3-14/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 More new memory wrapper work and initializing some memory allocations to ↵bweschke1-9/+6
zero where they weren't before. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8011 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 New memory wrapper changes.bweschke1-8/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 Use argument macro in app_voicemail #6221bweschke1-34/+41
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 Use argument macro in app_dictate #6222bweschke1-9/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8007 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Merged revisions 7999 via svnmerge fromtilghman1-2/+2
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8000 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Bug 6213 - Morse code apptilghman2-1/+190
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12typorussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7996 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12Added automatic folder feature described in 6090mogorman1-5/+41
with bounds checking. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7995 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11conversions to memory allocation wrappers (issue #6210)russell5-25/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11replace malloc+memset with a call to ast_calloc, also removing the errorrussell1-4/+1
message that is no longer necessary (issue #6205) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7985 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11fix temp greetings with odbc storage (issue #6078)russell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7978 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11added feature from 5750 with whitespace fixing.mogorman1-9/+32
allows for meetme show list to tell how long user has been in confrence and reports it to manager when user leaves confrence. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7975 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11Merged revisions 7957 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7957 | russell | 2006-01-10 22:12:44 -0500 (Tue, 10 Jan 2006) | 2 lines fix a little typo ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7958 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-11Merged revisions 7955 via svnmerge fromtilghman1-3/+7
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7956 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-09fix breakage introduced in revision 7863kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7897 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08Merge playback cleanups (bug #6163)markster1-17/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-07Fix segfault in greek syntax (bug #6142)markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7863 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-06allow limiting of queue members who will be delivered a given caller's call ↵kpfleming1-15/+43
by penalty setting git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7833 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Added feature from bug #5053, allowing for mogorman1-30/+69
app_authenticate to set a max number of digits also implemented the new argument and option parsing code. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7822 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05oops minor formatting fixes, and taking out mogorman1-16/+19
debug message. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7821 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-05Added feature from bug #5573 and updated app_readmogorman1-56/+75
to be able to use indication tones, and argument parsing code. Documented possible problems this might cause an older dialplans in UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04Whitespace and formatting changes. /Housekeepingoej1-47/+40
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7784 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-04 Fix the 'if' clause to be true under the right conditions. Bug #6126bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7770 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03update copyright headers for files changed this yearkpfleming3-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03Merged revisions 7743 via svnmerge fromtilghman1-9/+5
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7744 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-03Merged revisions 7740 via svnmerge from kpfleming2-27/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7740 | kpfleming | 2006-01-03 11:24:56 -0600 (Tue, 03 Jan 2006) | 4 lines revert incorrect fix for bug #6048 from revision 7709 put in correct (simpler) fix add doxygen docs for channel spy 'state' values ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7741 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-02Merged revisions 7709 via svnmerge fromtilghman1-5/+23
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7710 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-30update doxygen docs to specify authorsrussell68-12/+180
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29normalize a loop and avoid multiple strlen calls when completing voicemail usersrussell1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7668 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-29avoid multiple strlen calls in complete_queuerussell1-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7667 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27fix permissions of created recordings (issue #6067)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7662 f38db490-d61c-443f-a65b-d21fe96a405b