aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2010-05-05'queue reset stats' erroneously clears wrapuptime configuration.pabelanger1-1/+1
2010-05-04Add new possible value to autopause option to allow members to be autopaused ...mmichelson1-5/+54
2010-05-04Merged revisions 260923 via svnmerge from jpeeler1-7/+8
2010-05-03Add new admin features to meetme: Roll call, eject all, mute all, record in-c...jpeeler1-3/+158
2010-04-30Fix logic reversal error when queue callers join the queue.mmichelson1-1/+1
2010-04-28Merged revisions 259664 via svnmerge from jpeeler1-2/+2
2010-04-22Pass interactive = 0 and fix a compile error.eliel1-1/+1
2010-04-22Asterisk data retrieval API.eliel2-0/+482
2010-04-21Merged revisions 258432 via svnmerge from jpeeler1-2/+10
2010-04-21Added MixMonitorMute manager commandjmls1-1/+91
2010-04-20Merged revisions 258029 via svnmerge from jpeeler1-20/+39
2010-04-19Bad merge fixtilghman1-1/+1
2010-04-16Merged revisions 257686 via svnmerge from dhubbard1-5/+6
2010-04-12Remove silly debug message that is not useful.lmadsen1-1/+0
2010-04-09Merge Call completion support into trunk.mmichelson1-9/+98
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett4-32/+31
2010-04-03Using the Dial application f option when the call is forwarded will likely cr...rmudgett1-1/+1
2010-04-02Export MEETMEBOOKID and fix pin-less conferences with realtime conferencesrussell1-0/+13
2010-04-02Allow symbol export filtering to work properly on platforms that have symbol ...kpfleming2-20/+20
2010-03-31Recorded merge of revisions 255591 via svnmerge from tilghman1-20/+142
2010-03-31Add documentation clarifying when 't' and 'T' can be used.lmadsen1-2/+4
2010-03-29This patch adds custom device state handling for ConfBridge conferences,jsmith1-0/+8
2010-03-27We need to inclde sys/wait.h on OpenBSD to get WEXITSTATUS.seanbright1-1/+1
2010-03-24Allow configuration of minsecs and nextaftercmd per mailbox.jpeeler1-9/+192
2010-03-23Remove unused structure member in app_queue.seanbright1-2/+0
2010-03-20Include sys/wait.h on FreeBSD to get the WEXITSTATUS() macro.russell1-0/+3
2010-03-20Resolve compiler warnings on FreeBSD.russell2-4/+4
2010-03-18Change usage of pipe to comma in UserEvent docs.lmadsen1-1/+1
2010-03-16Mask out previous arguments on each nested invocation of Gosub.tilghman1-6/+17
2010-03-15Resolve a crash in SLATrunk when the specified trunk doesn't exist.seanbright1-1/+0
2010-03-12Don't override a user option with the global option.tilghman1-2/+0
2010-03-11Because ExecIf needs to reprocess arguments, it's best if we don't remove quo...tilghman1-2/+2
2010-03-11If the argument to the system application is quoted, ensure we remove the quo...tilghman1-2/+11
2010-03-11Add supporting code for app-directory pause option.alecdavis1-8/+30
2010-03-10Be less ambiguous in Record() app docs.lmadsen1-1/+1
2010-03-05Fix app_followme playing wrong sound files.jpeeler1-7/+7
2010-03-05Missing quote in ODBC query.tilghman1-1/+1
2010-03-03Removed cdrflags from ast_channel structure.rmudgett2-4/+0
2010-03-03Updated CHANGES file to mention res_fax and res_fax_spandsp.mnicholson1-1/+3
2010-03-02adds 'p' option to PickupChandvossel1-6/+60
2010-03-02Fix literal values wrapped in documentation.lmadsen1-2/+3
2010-03-02revert ability to exit echo appalecdavis1-20/+11
2010-03-02Fix several XML documentation validate errors.lmadsen2-49/+38
2010-03-02fix build by checking result of symlink in test_voicemail_vmsaynamejpeeler1-1/+4
2010-03-02Add new application VMSayName for use with voicemail.jpeeler1-3/+148
2010-03-02fixes ability to exit echo appalecdavis1-11/+20
2010-03-01Merged revisions 249671 via svnmerge from seanbright1-1/+1
2010-03-01Constify a bit of app_voicemail, to make ODBC and IMAP compile once again.tilghman1-10/+12
2010-02-28Fix unit test that Alec Davis broke.tilghman1-1/+4
2010-02-28make unit test check for NULL folder, which then defaults to INBOXalecdavis1-1/+2