aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-06-30Move Asterisk-addons modules into the main Asterisk source tree.russell1-0/+25
2009-06-29Allow trunk to once again compile under MALLOC_DEBUGtilghman1-2/+6
2009-06-27Only update total silence counter after a counter reset.russell1-1/+9
2009-06-26Merged revisions 203785 via svnmerge from russell1-0/+7
2009-06-26Add timestamp to response to "Ping" manager action.mmichelson1-1/+2
2009-06-26Make invalid hints report Unavailable instead of Idle.russell2-13/+30
2009-06-26Improve T.38 negotiation by exchanging session parameters between application...file3-2/+25
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell13-85/+1168
2009-06-26Add functions to map syslog facilities and priorities constants to strings.seanbright1-30/+56
2009-06-26Add checks in configure for non-POSIX syslog facilities.seanbright1-58/+77
2009-06-26One more formatting nit ... use spaces for inline indentation.russell1-2/+2
2009-06-26Convert spaces to tabs for indentation.russell1-33/+34
2009-06-25Move syslog utility functions into a separate file so they can be re-used.seanbright2-97/+141
2009-06-25fixes a few redundant conditionsdvossel2-7/+5
2009-06-25Merged revisions 203380 via svnmerge from twilson1-3/+2
2009-06-25Merged revisions 203375 via svnmerge from russell1-1/+10
2009-06-25Merged revisions 203311 via svnmerge from twilson1-1/+3
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.seanbright1-12/+12
2009-06-23If we delete the info, lets also delete the linesrbrindley1-5/+24
2009-06-23Ignore voicemail messages that are just silence.russell1-19/+16
2009-06-22Merged revisions 202496 via svnmerge from russell1-14/+25
2009-06-22attempting to load running modulesdvossel1-4/+7
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.russell1-2/+5
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...file1-0/+12
2009-06-19Merged revisions 201828 via svnmerge from tilghman1-1/+3
2009-06-18fixes some memory leaks and redundant conditionsdvossel3-5/+4
2009-06-18Trunk implementation of setting an alternate RTP source.mmichelson1-0/+16
2009-06-17Merged revisions 201450 via svnmerge from mmichelson1-1/+5
2009-06-16Merged revisions 200991 via svnmerge from kpfleming5-169/+253
2009-06-16Don't claim a char * is a mansession object.russell1-1/+1
2009-06-15More 'static' qualifiers on module global variables.kpfleming12-24/+24
2009-06-15Redesigned 'optional API' support.kpfleming1-3/+1
2009-06-12Merged revisions 200360 via svnmerge from mmichelson1-0/+10
2009-06-11Release the allocated channel decreasing the reference counter.eliel1-9/+2
2009-06-10Fixes the argument order in definition of new_find_extension().dbrooks1-1/+1
2009-06-10Use ast_channel_unref to instead of ast_free on a newly created channel.mmichelson1-5/+2
2009-06-09module load prioritydvossel1-62/+130
2009-06-05Merged revisions 199297 via svnmerge from dvossel1-20/+15
2009-06-04Merged revisions 199022 via svnmerge from seanbright2-9/+89
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel1-0/+1
2009-06-02Generic call forward api, ast_call_forward()dvossel2-5/+102
2009-06-02Fix a bug where we were passing in address information that should remain unm...file1-1/+3
2009-06-01Add the ability to execute connected line interception macros.mmichelson4-10/+124
2009-06-01Do not add say.o in a separate line.eliel1-5/+1
2009-06-01Fixed an issue in the threadstorage cli functions resulting from the constifi...dvossel1-2/+2
2009-05-31Filter the say.o object, it is being added later.eliel1-1/+1
2009-05-31Constification and remove some unused code.russell1-50/+5
2009-05-31Constify the ast_frame arg to ast_queue_frame().russell1-3/+3
2009-05-29Simplify the Makefile and avoid needing to specify each object file.eliel1-13/+3
2009-05-29Merged revisions 198068 via svnmerge from mnicholson2-2/+11