summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-06-06oops.Russell Bryant
2006-06-06move a variable declaration to the beginning of a blockRussell Bryant
2006-06-06use sizeof to determine the size of a bufferRussell Bryant
2006-06-06use sizeof to get the size of a bufferRussell Bryant
2006-06-06 More updates.BJ Weschke
2006-06-06make a global list head staticRussell Bryant
2006-06-06 More cleanup.BJ Weschke
2006-06-06move a declaration to the beginning of a blockRussell Bryant
2006-06-06 Don't leak memory.BJ Weschke
2006-06-06allocate an int on the stack instead of with ast_callocRussell Bryant
2006-06-06All better now!BJ Weschke
2006-06-06 If the recorded file is found, don't actually start to play it.BJ Weschke
2006-06-06Merged revisions 32605 via svnmerge from Tilghman Lesher
2006-06-06fix some compiler warnings about variables used before initializationKevin P. Fleming
2006-06-06 Introducing app_followme into /trunk! BJ Weschke
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-05- Add headers to e-mail with caller ID name and number to simplify automatic ...Olle Johansson
2006-06-04- Typo in chan_sip (: missing)Olle Johansson
2006-06-04Add formats in text form to dumpchan()Olle Johansson
2006-06-04Merged revisions 31921 via svnmerge from Kevin P. Fleming
2006-06-03Two missed casesTilghman Lesher
2006-06-03Ooops, those characters weren't really periods (credit to John Olson)Tilghman Lesher
2006-05-31Documentation changes for QwellJoshua Colp
2006-05-31Fix up meetme some more (thanks TonyM!!!)Joshua Colp
2006-05-31Make the user menu unmute/mute work again, including in combination with the ...Joshua Colp
2006-05-31cleanups for commit from issue #5657... set a cause code for a rejected forwa...Kevin P. Fleming
2006-05-31 Add an option to app_dial, 'i', to instruct the application ignore any reque...BJ Weschke
2006-05-30officially deprecate the 'roundrobin' queue strategy in favor of 'rrmemory'Kevin P. Fleming
2006-05-30Remove ourselves from the userlist a little bit earlierJoshua Colp
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-29remove an explicit constant;Luigi Rizzo
2006-05-25 A new way to try and deal with deadlocks that occur in app_queue at present...BJ Weschke
2006-05-25Merge in branch that adds new features to MeetMeAdmin. See application docume...Joshua Colp
2006-05-25Merged revisions 30424 via svnmerge from BJ Weschke
2006-05-25Deprecate SetCallerID (should have happened prior to release of 1.2)Tilghman Lesher
2006-05-25Remove possibility of sending duplicate MeetmeJoin manager events, and only s...Joshua Colp
2006-05-25Merged revisions 30373 via svnmerge from Joshua Colp
2006-05-25add the ability to be able to echo DTMF_BEGIN/END, HTML, and IMAGE frames, too Russell Bryant
2006-05-25- mark some applications deprecated that already have replacementsRussell Bryant
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inRussell Bryant
2006-05-25 Properly initialize destination variables before we send them into pbx_subst...BJ Weschke
2006-05-25 Making sure a char ptr is initialized before we strchr on it is a GOOD thing...BJ Weschke
2006-05-25 Doxygen comment for QwellBJ Weschke
2006-05-25 Make sure we catch all the instances where a member didn't answer the call s...BJ Weschke
2006-05-24Nothing to see here... move alongJoshua Colp
2006-05-24Update some documentation (file internal brain bug #42)Joshua Colp
2006-05-24Merged revisions 30037 via svnmerge from Matt O'Gorman
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...Joshua Colp
2006-05-24Merged revisions 29971 via svnmerge from Kevin P. Fleming
2006-05-24Added incoming audio notch filtering, plus a bunch of command improvements, etc.Jim Dixon