aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)AuthorFilesLines
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
2005-12-27Bug 5237 - Optional filename argumenttilghman1-9/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7656 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Bug 5382 - Allow VM_CATEGORY in voicemail emailstilghman1-14/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7649 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27Reduce warnings on signedness conversionstilghman1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7643 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Merged revisions 7634 via svnmerge from russell4-15/+15
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7634 | russell | 2005-12-26 13:19:12 -0500 (Mon, 26 Dec 2005) | 2 lines cast time_t to an int in printf/scanf (issue #5635) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7635 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-26Add "local channel" variation so that we don't read/write to the same markster1-6/+20
channel... (bug #6058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25Fix multiple free of a frame (bug #6058)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7620 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-25Bug 5727 - reduce duplicate codetilghman1-94/+64
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7619 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Bug 5759 - Remove unused datetime code (current DateTime app is in ↵tilghman2-101/+1
app_sayunixtime) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23Merged revisions 7608 via svnmerge fromtilghman1-1/+0
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7609 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22 Another app documentation tweak.bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-22Merged revisions 7601 via svnmerge fromtilghman1-3/+3
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7602 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21Bug 5734 - add status variables indicating the success or failure of the ↵tilghman1-7/+20
realtime apps git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7573 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-21add Log application for generating custom log messages from the dialplan ↵russell1-3/+63
(issue #5287) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7570 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20New version, including half/semi-half duplex modes and system announcementsjdixon1-21/+121
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7566 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Avoid multiple free markster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7565 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-10/+17
old local rtp stuff... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Don't bother decode on muted participantsmarkster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7548 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Major peformance improvements to meetmemarkster1-59/+168
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7547 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Fix choppy audio with > 20ms audio frames (bug #5697)markster1-5/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7542 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-20Fix segfault on directed pickup when no CDR is available (bug #5998)markster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7541 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revisions 7517 via svnmerge fromtilghman1-1/+1
/branches/1.2 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7518 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Properly move these functions over to the funcs directory (since they no ↵tilghman2-346/+1
longer contain apps) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15Make sure the functions CUT and SORT are built.tilghman1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7494 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13reduce some duplicated code when doing a strdup (issue #5986)russell1-12/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7472 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7448 | kpfleming | 2005-12-12 22:25:14 -0600 (Mon, 12 Dec 2005) | 2 lines use the stream's current point when pausing/unpausing, instead of elapsed time (which doesn't work when the stream has been skipped forward or backward) (issue #5897) ........ r7449 | kpfleming | 2005-12-12 22:43:38 -0600 (Mon, 12 Dec 2005) | 2 lines only report AGENT_IDLE for callback mode agents when they are actually idle (issue #5902) ........ r7451 | kpfleming | 2005-12-12 23:14:27 -0600 (Mon, 12 Dec 2005) | 2 lines ensure that hangups while incoming calls are in early state are handled properly (issue #5919) ........ r7453 | kpfleming | 2005-12-12 23:53:00 -0600 (Mon, 12 Dec 2005) | 2 lines restore ability of caller to hangup calls that are still ringing (issue #5839) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7457 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-12Merged revisions 7433,7435 via svnmerge from kpfleming1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7433 | tilghman | 2005-12-12 11:19:29 -0600 (Mon, 12 Dec 2005) | 2 lines Typo ........ r7435 | kpfleming | 2005-12-12 11:30:59 -0600 (Mon, 12 Dec 2005) | 2 lines set all the child file descriptors to non-blocking so that we don't hang if the child fails to send a newline-terminated command or error message ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7436 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-11Merged revisions 7404,7406,7425,7427,7429-7430 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7404 | tilghman | 2005-12-08 18:32:08 -0500 (Thu, 08 Dec 2005) | 2 lines Documenting two keywords that were previously missing ........ r7406 | tilghman | 2005-12-08 18:45:36 -0500 (Thu, 08 Dec 2005) | 2 lines Bug 5960 ........ r7425 | bweschke | 2005-12-10 13:10:50 -0500 (Sat, 10 Dec 2005) | 4 lines Bug #5877 Make sure the digit string from E&M wink DNIS collection is properly null terminated as it grows. ........ r7427 | tilghman | 2005-12-10 20:15:15 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5967 ........ r7429 | tilghman | 2005-12-10 20:26:51 -0500 (Sat, 10 Dec 2005) | 2 lines Bug 5965 - major bug in AST_LIST_REMOVE ........ r7430 | russell | 2005-12-11 01:08:56 -0500 (Sun, 11 Dec 2005) | 2 lines silence a couple of compiler warnings about pointer signedness ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7431 f38db490-d61c-443f-a65b-d21fe96a405b