Commit Graph

7686 Commits (94e5209dba4eafc507445c8eef208cc38d8601c7)
 

Author SHA1 Message Date
Luigi Rizzo 94e5209dba remove unused variable (discovered by the compiler)
19 years ago
Joshua Colp d7f01e051b No need to do this in here any longer since the linkedlists macro is fixed
19 years ago
Joshua Colp 2f854fabc6 Merged revisions 19303 via svnmerge from
19 years ago
Kevin P. Fleming 77e998a20d Merged revisions 19301 via svnmerge from
19 years ago
Kevin P. Fleming df365777e7 typo
19 years ago
Joshua Colp afcefc4a68 Convert chan_iax2 to use linked lists for multithreading, and add dynamic threads. These are used when all pool threads are in use, and will stick around until load dies down. The theory is that during high load you'll have more threads available, and during low load you'll only have the normal pool threads sticking around.
19 years ago
BJ Weschke 0b438958df Minor cleanups and error handling for app_dial #6935 (casper)
19 years ago
Luigi Rizzo 08d6fd6e17 remove an unused function
19 years ago
Luigi Rizzo e785b81c5d as discussed with kevin, move
19 years ago
Kevin P. Fleming 63de32ac00 use proper type
19 years ago
BJ Weschke d2480538d2 Provide the ability to read extension number after name #6938 (delink)
19 years ago
Luigi Rizzo 7ba1b92a04 normalize code preparing for loader changes
19 years ago
Luigi Rizzo 68b136c263 remove unused fields
19 years ago
Luigi Rizzo 7507309732 normalize code in preparation to module changes
19 years ago
Luigi Rizzo 6b2d947b62 staticize a function, and normalize code in preparation to module changes.
19 years ago
Christian Richter baab6e1c27 mISDN Messages must be freed with free_msg \!\!
19 years ago
Olle Johansson 8318cddd8e - First stab at removing debug and ignore variables that
19 years ago
Olle Johansson 91d7e66454 Add new documentation files to index file 00README.1st and to doxygen
19 years ago
Tilghman Lesher a55f8848bf Bugs 6883, 6930: compiler warnings
19 years ago
Joshua Colp 0f1321d423 Data stores do not need a lock. As well change the way they are removed from the channel when it is destroyed (thanks Russell Wussell) and finally... because C++ is silly... change our list macro info thing to be "entry" instead of "list".
19 years ago
BJ Weschke 44b98afdcd Merged revisions 19008 via svnmerge from
19 years ago
Joshua Colp e4811a8248 Presenting a revised data stores and oh my, a generic speech recognition API! I wonder what we can do with this now...
19 years ago
Kevin P. Fleming cf15740eaf remove support for BYEXTENSION (which nobody even knows about anymore)
19 years ago
Olle Johansson 26198e8826 Fixup fixup - add some debugging and error handling
19 years ago
Olle Johansson 8b1543974f Resolve conflicts, prepare for next batch of conflicts
19 years ago
BJ Weschke 70e407c5be Merged revisions 18866 via svnmerge from
19 years ago
Christian Richter 52cf26255a fixed some issues, that appear at higher load
19 years ago
Christian Richter cb6f278393 we send nearly everytime a RELEASE, only if we for sure know, that it's a TE and we did create the call we don't to hear the Inband Info
19 years ago
Olle Johansson fed57c1eb2 Making sure that cancel destroy is only executed once...
19 years ago
Olle Johansson f74538df11 Small fix
19 years ago
Luigi Rizzo c3b3feab76 - staticize gettag() complete_sip_peer() get_calleridname() arguments;
19 years ago
Luigi Rizzo 8731b6386d - constification of some functions (args and return values):
19 years ago
Luigi Rizzo 7e5e2ffb5f - localize 'struct cfalias' into the only function using it;
19 years ago
Luigi Rizzo 25e9168fea constify get_sdp*() and friends.
19 years ago
Luigi Rizzo 87890e75ba constify get_header(), which let me find out and fix one bug (overwriting
19 years ago
Luigi Rizzo 47df1e2020 - describe how sip packets are stored internally;
19 years ago
Luigi Rizzo 20d1876617 struct sip_request cleanup:
19 years ago
Luigi Rizzo 104c2b0a3a more cleanup: remove useless braces, replace "if" with "?",
19 years ago
Olle Johansson 9b4e335439 Re-instate removed comment
19 years ago
Luigi Rizzo e081b42cd6 another batch of minor code simplifications
19 years ago
Tilghman Lesher 2cd46d59ea Bug 6829 - asprintf for Solaris
19 years ago
Russell Bryant f7c5aee2ad remove a couple more unnecessary "out of memory" error messages
19 years ago
Russell Bryant 7878538953 use ast_*alloc and don't create duplicated error messages.
19 years ago
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
19 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
19 years ago
Russell Bryant d146e7b92c fix typo in the provided indent command
19 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
19 years ago
Luigi Rizzo e468d9011d a bunch of trivial code normalizations (removal of unnecessary
19 years ago
Luigi Rizzo 957fff010c rename FR_SET_BUF to AST_FRAME_SET_BUFFER
19 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
19 years ago