summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-07moh files will now be distributed in native format, not mp3, so...Kevin P. Fleming
2006-06-07ok, now it knows how to auto-download and installKevin P. Fleming
2006-06-07don't force the sounds to download... only when neededKevin P. Fleming
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install t...Kevin P. Fleming
2006-06-07prepare for using sound files from out of the source treeKevin P. Fleming
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 the build with astmm enabledRussell Bryant
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,Russell Bryant
2006-06-07put the proper filename into the ignore propertyKevin P. Fleming
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
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-07Merged revisions 32818 via svnmerge from Russell Bryant
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...Christian Richter
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didRussell Bryant
2006-06-06Add q.921 state information. (#7260)Matthew Fredrickson
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-06fixes some issues with description loggin on presenceMatt O'Gorman
2006-06-06fix a potential segfaultMatt O'Gorman
2006-06-06add missing includeRussell Bryant
2006-06-06allow presence events to be handled before the Matt O'Gorman
2006-06-06fixed autoregister bug.Matt O'Gorman
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-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsOlle Johansson
2006-06-06Merged revisions 32582 via svnmerge from Tilghman Lesher
2006-06-06Merged revisions 32566 via svnmerge from Kevin P. Fleming
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromRussell Bryant
2006-06-06added select before write to avoid deadlock on full buffer. added some define...Christian Richter
2006-06-06 Introducing app_followme into /trunk! BJ Weschke
2006-06-06fix a channel deadlock in ast_answerRussell Bryant
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zapRussell Bryant
2006-06-06fix some typos in the stringfields documentationRussell Bryant
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling theRussell Bryant
2006-06-05use module names, not file names, in menuselectKevin P. Fleming
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming