aboutsummaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2006-06-06 More cleanup.bweschke1-8/+1
2006-06-06move a declaration to the beginning of a blockrussell1-1/+1
2006-06-06 Don't leak memory.bweschke1-2/+5
2006-06-06allocate an int on the stack instead of with ast_callocrussell1-25/+12
2006-06-06All better now!bweschke1-1/+1
2006-06-06 If the recorded file is found, don't actually start to play it.bweschke1-0/+2
2006-06-06Merged revisions 32605 via svnmerge from tilghman1-1/+2
2006-06-06fix some compiler warnings about variables used before initializationkpfleming1-2/+2
2006-06-06 Introducing app_followme into /trunk! bweschke1-0/+1133
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+3
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...oej1-14/+22
2006-06-04- Typo in chan_sip (: missing)oej1-6/+3
2006-06-04Add formats in text form to dumpchan()oej1-5/+9
2006-06-04Merged revisions 31921 via svnmerge from kpfleming1-1/+1
2006-06-03Two missed casestilghman1-2/+2
2006-06-03Ooops, those characters weren't really periods (credit to John Olson)tilghman1-4/+4
2006-05-31Documentation changes for Qwellfile1-4/+4
2006-05-31Fix up meetme some more (thanks TonyM!!!)file1-32/+25
2006-05-31Make the user menu unmute/mute work again, including in combination with the ...file1-5/+15
2006-05-31cleanups for commit from issue #5657... set a cause code for a rejected forwa...kpfleming1-0/+3
2006-05-31 Add an option to app_dial, 'i', to instruct the application ignore any reque...bweschke1-8/+26
2006-05-30officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'kpfleming1-0/+16
2006-05-30Remove ourselves from the userlist a little bit earlierfile1-2/+2
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming5-5/+5
2006-05-29remove an explicit constant;rizzo1-1/+5
2006-05-25 A new way to try and deal with deadlocks that occur in app_queue at present...bweschke1-31/+145
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application docume...file1-4/+62
2006-05-25Merged revisions 30424 via svnmerge from bweschke1-1/+1
2006-05-25Deprecate SetCallerID (should have happened prior to release of 1.2)tilghman1-1/+7
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only s...file1-19/+25
2006-05-25Merged revisions 30373 via svnmerge from file1-1/+1
2006-05-25add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too russell1-13/+17
2006-05-25- mark some applications deprecated that already have replacementsrussell4-2/+60
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inrussell1-1/+9
2006-05-25 Properly initialize destination variables before we send them into pbx_subst...bweschke1-0/+3
2006-05-25 Making sure a char ptr is initialized before we strchr on it is a GOOD thing...bweschke1-2/+3
2006-05-25 Doxygen comment for Qwellbweschke1-0/+1
2006-05-25 Make sure we catch all the instances where a member didn't answer the call s...bweschke1-14/+32
2006-05-24Nothing to see here... move alongfile1-1/+1
2006-05-24Update some documentation (file internal brain bug #42)file1-2/+2
2006-05-24Merged revisions 30037 via svnmerge from mogorman1-1/+1
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+12
2006-05-24Merged revisions 29971 via svnmerge from kpfleming1-26/+24
2006-05-24Added incoming audio notch filtering, plus a bunch of command improvements, etc.jdixon1-442/+1468
2006-05-23 app_meetme Muting and Manager API enhancements #6731 (softins w/some minor ...bweschke1-76/+145
2006-05-22patch from bug 0007204 to make bug 5750 follow standardmogorman1-5/+5
2006-05-22Merged revisions 29555 via svnmerge from file1-1/+1
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-1/+16
2006-05-22Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)file1-4/+22
2006-05-22don't stop recording until hangup (no terminator) (issue #7168 reported by ju...file1-1/+4