aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-2/+2
2007-11-01This commits the performance mods that give the priority processing engine in...murf8-21/+15
2007-11-01Merged revisions 88026 via svnmerge from file1-2/+2
2007-11-01Janitor: use ast_free to pair calls of ast_malloc and ast_calloctilghman1-1/+1
2007-11-01Merged revisions 87970 via svnmerge from file1-3/+3
2007-10-31Add volume adjustment in.file1-0/+5
2007-10-31Restore operation of the option that only writes when the channel is bridged.file1-17/+21
2007-10-31Add volume adjustment to spy audiohook in app_chanspy.file1-0/+13
2007-10-30If no '?' is found in the arguments, don't attempt to continue.tilghman1-0/+5
2007-10-29If a caller is listen-only, then don't bother with doing talker detection.russell1-2/+2
2007-10-29Adding the more flexible QUEUE_MEMBER function to replace the QUEUE_MEMBER_CO...mmichelson1-2/+80
2007-10-29Make sure we set flags to a 0 value before trying to use it. Pointed out by ...qwell1-1/+1
2007-10-29Remove duplicate stdlib.h include.file1-1/+0
2007-10-26Added queue strategy "linear". This strategy is useful for those who always w...mmichelson1-12/+71
2007-10-25Add support for a muted user to request to talk. The '2' option in the userrussell1-6/+46
2007-10-24Adding the general option "shared_lastcall" to queues so that a member's wrap...mmichelson1-5/+38
2007-10-22Convert some spaces to tabs and make it so the CLI command is only registeredrussell1-15/+10
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell8-26/+26
2007-10-22Merged revisions 86754 via svnmerge from file1-1/+1
2007-10-22Merged revisions 86694 via svnmerge from mmichelson1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell8-26/+26
2007-10-19Fixed a buffer size issue.transnexus1-2/+2
2007-10-18Merged revisions 86328 via svnmerge from mmichelson1-2/+2
2007-10-18Changed some spaces to tabsmmichelson1-4/+4
2007-10-17Merged revisions 86202 via svnmerge from mmichelson1-1/+1
2007-10-17Enhancements to realtime (closes issue #9609)tilghman1-27/+190
2007-10-16Removed the monitor-join option. If one wishes to mix audio, they should inst...mmichelson1-5/+0
2007-10-16Fixing the build.mmichelson1-5/+4
2007-10-16Fixing app_read so that if a timeout of less than 1 ms is specified,mmichelson1-1/+7
2007-10-16Merged revisions 85958 via svnmerge from mmichelson1-1/+21
2007-10-16Merged revisions 85896 via svnmerge from russell1-3/+0
2007-10-16Fix IMAP compilation error.mmichelson1-1/+1
2007-10-15Merged revisions 85720 via svnmerge from russell1-2/+9
2007-10-15Another major doc directory update from IgorG. This patch includesrussell1-1/+1
2007-10-12Allow for the position announcement to be turned off if desired.mmichelson1-18/+26
2007-10-11Make sure we propogate ANI2 to the outbound channelmattf1-0/+1
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell3-182/+207
2007-10-10Merged revisions 85276 via svnmerge from mmichelson1-194/+23
2007-10-10Merged revisions 85242 via svnmerge from file1-0/+1
2007-10-09Patch to add one-touch parking for queues.mmichelson1-0/+10
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman5-7/+0
2007-10-04A two-in-one patch from the bugtrackermmichelson1-1/+12
2007-10-04Merged revisions 84692 via svnmerge from mmichelson1-1/+2
2007-10-04Merged revisions 84637 via svnmerge from file1-1/+1
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell2-2/+2
2007-10-01Merged revisions 84166 via svnmerge from russell1-1/+3
2007-10-01Merged revisions 84158 via svnmerge from file1-5/+8
2007-09-24interface_exists_global was never returning 1. Most likely an error from my m...mmichelson1-0/+1
2007-09-22Add the MeetmeList and Reload manager commands, which supplement the need to ...tilghman1-0/+78
2007-09-21Fix some areas where we were still using '|' for an argument delimiter (close...tilghman1-28/+42