aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-04-11typokpfleming1-1/+1
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...file2-77/+202
2006-04-11 Minor cleanups and error handling for app_dial #6935 (casper)bweschke1-30/+38
2006-04-11remove an unused functionrizzo2-26/+0
2006-04-11as discussed with kevin, moverizzo2-14/+14
2006-04-11use proper typekpfleming1-1/+1
2006-04-11 Provide the ability to read extension number after name #6938 (delink)bweschke1-5/+33
2006-04-11normalize code preparing for loader changesrizzo9-32/+18
2006-04-11remove unused fieldsrizzo1-5/+0
2006-04-11normalize code in preparation to module changesrizzo6-23/+16
2006-04-11staticize a function, and normalize code in preparation to module changes.rizzo1-5/+4
2006-04-11mISDN Messages must be freed with free_msg \!\!crichter1-2/+2
2006-04-11- First stab at removing debug and ignore variables thatoej1-82/+93
2006-04-11Add new documentation files to index file 00README.1st and to doxygenoej2-0/+14
2006-04-11Bugs 6883, 6930: compiler warningstilghman1-8/+8
2006-04-11Data stores do not need a lock. As well change the way they are removed from ...file3-22/+10
2006-04-11Merged revisions 19008 via svnmerge from bweschke2-5/+3
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...file8-1/+1481
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming6-30/+12
2006-04-10Fixup fixup - add some debugging and error handlingoej1-1/+8
2006-04-10Resolve conflicts, prepare for next batch of conflicts oej1-24/+26
2006-04-10Merged revisions 18866 via svnmerge from bweschke1-1/+1
2006-04-10fixed some issues, that appear at higher loadcrichter2-4/+9
2006-04-10we send nearly everytime a RELEASE, only if we for sure know, that it's a TE ...crichter1-2/+1
2006-04-10Making sure that cancel destroy is only executed once...oej1-11/+16
2006-04-10Small fixoej1-1/+4
2006-04-10- staticize gettag() complete_sip_peer() get_calleridname() arguments;rizzo1-34/+21
2006-04-10- constification of some functions (args and return values): rizzo1-38/+39
2006-04-10- localize 'struct cfalias' into the only function using it; rizzo1-65/+52
2006-04-10constify get_sdp*() and friends.rizzo1-14/+13
2006-04-10constify get_header(), which let me find out and fix one bug (overwritingrizzo1-52/+54
2006-04-10- describe how sip packets are stored internally;rizzo1-22/+43
2006-04-10struct sip_request cleanup:rizzo1-5/+2
2006-04-10more cleanup: remove useless braces, replace "if" with "?",rizzo1-29/+15
2006-04-10Re-instate removed commentoej1-0/+1
2006-04-10another batch of minor code simplificationsrizzo1-28/+42
2006-04-10Bug 6829 - asprintf for Solaristilghman2-0/+36
2006-04-10remove a couple more unnecessary "out of memory" error messagesrussell1-7/+2
2006-04-10use ast_*alloc and don't create duplicated error messages.russell1-43/+25
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying arussell1-9/+9
2006-04-10run the module through indent to fix the formatting issues that violate therussell1-353/+398
2006-04-10fix typo in the provided indent commandrussell1-1/+1
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofrussell1-1/+2
2006-04-09a bunch of trivial code normalizations (removal of unnecessaryrizzo1-115/+76
2006-04-09rename FR_SET_BUF to AST_FRAME_SET_BUFFERrizzo14-14/+22
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)oej1-14/+9
2006-04-09Issue 6919 - clarify error messageoej1-6/+5
2006-04-08update module license key text and update loader to accept itkpfleming2-8/+13
2006-04-08a few cleanups from the last commitkpfleming9-18/+18
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming161-334/+329