aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-22Merged revisions 29464 via svnmerge from file1-1/+1
2006-05-22add DEBUG_CHANNEL_LOCKS to menuselectrussell1-0/+2
2006-05-22Add PICKUPMARK support to app_directed_pickup (issue #7104 reported by thaeger)file1-4/+22
2006-05-22don't stop recording until hangup (no terminator) (issue #7168 reported by ju...file1-1/+4
2006-05-22 Add UniqueID to the leave manager event.bweschke1-2/+2
2006-05-22added callcounters for incoming and outgoing callscrichter4-0/+181
2006-05-22Merged revisions 29398 via svnmerge from tilghman1-1/+1
2006-05-22Blocked revisions 29394 via svnmergetilghman0-0/+0
2006-05-22Escaping commas within fields isn't always desireable.tilghman2-2/+20
2006-05-22remove code duplication generating some ast_verbose messages .rizzo1-9/+12
2006-05-22use functional form of time()rizzo1-5/+5
2006-05-22use the functional form of time(), and mark XXX a couple of placesrizzo1-27/+19
2006-05-22more constificationsrizzo1-16/+16
2006-05-22various constification of function arguments to prevent erroneousrizzo1-8/+8
2006-05-22the msg argument of the various transmi_response*() functions is const.rizzo1-6/+6
2006-05-22mark const the 'header' argument of gettagrizzo1-2/+2
2006-05-22mark const the source of copy_requestrizzo1-2/+2
2006-05-22fix indentation to make a table more readablerizzo1-14/+14
2006-05-22simplify register_peer_exten() removing some duplicated code.rizzo1-15/+15
2006-05-22use strsep() to trim away ;xxx from SIP messages.rizzo1-41/+16
2006-05-22use a more compact method to trim the trailing ;... from SIP lines.rizzo1-9/+5
2006-05-22annotate const parameters of copy_header()rizzo1-2/+2
2006-05-22src is const in parse_copy()rizzo1-2/+2
2006-05-22minor logic simplification in get_sip_pvt_byid_locked()rizzo1-13/+12
2006-05-22simplify logic in function create_addr()rizzo1-13/+7
2006-05-22simplify logic in realtime_peer(), removing an unnecessaryrizzo1-7/+5
2006-05-21strcmp() is the right function to use here, not strncmp().rizzo1-6/+3
2006-05-21Merged revisions 29196 via svnmerge from bweschke1-3/+10
2006-05-21put a bunch of defines in enums, and convert comments to doxygen formatrussell1-137/+168
2006-05-21remove a CLI command that has been marked deprecated since before Asterisk 1.0russell1-18/+2
2006-05-21remove an unused variable, and while at itrizzo1-6/+6
2006-05-20remove unused variablerussell1-1/+0
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell13-1133/+2178
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-3/+4
2006-05-20add some code optimizations, see the report for an explanation russell4-26/+27
2006-05-20- add a UserEvent action that allows a manager client to "broadcast" an eventrussell3-28/+56
2006-05-20Merged revisions 28968 via svnmerge from kpfleming1-1/+4
2006-05-20git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28967 f38db490-d61c-443f...russell0-0/+0
2006-05-20remove an unused variable, and default the user to asterisk if not specifiedrussell1-5/+3
2006-05-20various fixes regarding coding guidelines issuesrussell1-48/+24
2006-05-20fix up another place where the code made assumptions about how space forrussell1-7/+6
2006-05-20Merged revisions 28896 via svnmerge from kpfleming1-445/+445
2006-05-20if a hostname is not specified, connect over a unix socket instead ofrussell1-5/+6
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell2-4/+9
2006-05-20defaults.h must be listed as a dependency after the cleantest because if itrussell1-1/+1
2006-05-19attributes need trailing CR-LFkpfleming1-2/+2
2006-05-19allow chan_h323 to build (issue #7006, casper)russell1-1/+3
2006-05-19let's use the proper variable here, instead of segfaulting (don't know how th...kpfleming1-1/+1
2006-05-19Make the new behavior where the timestamp is checked on the call file beforerussell2-6/+40
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellrussell1-5/+11