summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-11use proper typeKevin P. Fleming
2006-04-11 Provide the ability to read extension number after name #6938 (delink)BJ Weschke
2006-04-11normalize code preparing for loader changesLuigi Rizzo
2006-04-11remove unused fieldsLuigi Rizzo
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-11staticize a function, and normalize code in preparation to module changes.Luigi Rizzo
2006-04-11mISDN Messages must be freed with free_msg \!\!Christian Richter
2006-04-11- First stab at removing debug and ignore variables thatOlle Johansson
2006-04-11Add new documentation files to index file 00README.1st and to doxygenOlle Johansson
2006-04-11Bugs 6883, 6930: compiler warningsTilghman Lesher
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...Joshua Colp
2006-04-11Merged revisions 19008 via svnmerge from BJ Weschke
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)Kevin P. Fleming
2006-04-10Fixup fixup - add some debugging and error handlingOlle Johansson
2006-04-10Resolve conflicts, prepare for next batch of conflicts Olle Johansson
2006-04-10Merged revisions 18866 via svnmerge from BJ Weschke
2006-04-10fixed some issues, that appear at higher loadChristian Richter
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...Christian Richter
2006-04-10Making sure that cancel destroy is only executed once...Olle Johansson
2006-04-10Small fixOlle Johansson
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;Luigi Rizzo
2006-04-10- constification of some functions (args and return values): Luigi Rizzo
2006-04-10- localize 'struct cfalias' into the only function using it; Luigi Rizzo
2006-04-10constify get_sdp*() and friends.Luigi Rizzo
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingLuigi Rizzo
2006-04-10- describe how sip packets are stored internally;Luigi Rizzo
2006-04-10struct sip_request cleanup:Luigi Rizzo
2006-04-10more cleanup: remove useless braces, replace "if" with "?",Luigi Rizzo
2006-04-10Re-instate removed commentOlle Johansson
2006-04-10another batch of minor code simplificationsLuigi Rizzo
2006-04-10Bug 6829 - asprintf for SolarisTilghman Lesher
2006-04-10remove a couple more unnecessary "out of memory" error messagesRussell Bryant
2006-04-10use ast_*alloc and don't create duplicated error messages.Russell Bryant
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying aRussell Bryant
2006-04-10run the module through indent to fix the formatting issues that violate theRussell Bryant
2006-04-10fix typo in the provided indent commandRussell Bryant
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofRussell Bryant
2006-04-09a bunch of trivial code normalizations (removal of unnecessaryLuigi Rizzo
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERLuigi Rizzo
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)Olle Johansson
2006-04-09Issue 6919 - clarify error messageOlle Johansson
2006-04-08update module license key text and update loader to accept itKevin P. Fleming
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)Kevin P. Fleming
2006-04-08Merged revisions 18494 via svnmerge from Tilghman Lesher
2006-04-08fix bug in smdi config parsing (issue #6908)Russell Bryant
2006-04-08remove traces of "look", something that does not exist in the treeRussell Bryant
2006-04-07Merged revisions 18436 via svnmerge from Tilghman Lesher