summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2006-04-07-Fixing some debugging messages in history and consoleOlle Johansson
2006-04-07Add history events for re-invitesOlle Johansson
2006-04-07make history easier to readOlle Johansson
2006-04-07Add some more information to SIP historyOlle Johansson
2006-04-07Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c Olle Johansson
2006-04-07Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!Olle Johansson
2006-04-07change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one ofRussell Bryant
2006-04-07- sip_alloc failures are also caused by too few available file descriptors, s...Olle Johansson
2006-04-07- Add cause code for format errorOlle Johansson
2006-04-07Import of revistion 18250 from 1.2Olle Johansson
2006-04-07sorry litle mistakeChristian Richter
2006-04-07git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06...Christian Richter
2006-04-07fixed a bridging-endless-loop also fixed the rdnis is not exported issueChristian Richter
2006-04-07Issue #6674: Set the URI correctly on BYEs when we have an incoming callOlle Johansson
2006-04-07Issue #6580 - Unify directory definitions to one section of Makefile (casper)Olle Johansson
2006-04-06Merged revisions 18087 via svnmerge from Kevin P. Fleming