summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2006-06-11Merged revisions 33510 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33480 via svnmerge from Russell Bryant
2006-06-11Merged revisions 33466 via svnmerge from Russell Bryant
2006-06-11don't leak a frame when breaking out of the loop on a timeoutRussell Bryant
2006-06-11don't leak a frame when exiting when the user presses '#'Russell Bryant
2006-06-11don't leak a frame when breaking out of the main loop of this appRussell Bryant
2006-06-09get rid of some more compiler warnings (thanks tholo for making me fix the lp...Kevin P. Fleming
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-09Don't double check existence of a variable (issue #7300 reported by foamdino)Joshua Colp
2006-06-09Merged revisions 33294 via svnmerge from Joshua Colp
2006-06-09Add more missing newlines (issue #7323 reported by darkskiez)Joshua Colp
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.Olle Johansson
2006-06-08Doxygen updateOlle Johansson
2006-06-07fix a typo in an option name in config parsingRussell Bryant
2006-06-07simplify the loop that iterates through the categories in followme.conf andRussell Bryant
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,Russell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
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