summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-06-26Add functions to map syslog facilities and priorities constants to strings.Sean Bright
2009-06-26Add checks in configure for non-POSIX syslog facilities.Sean Bright
2009-06-26One more formatting nit ... use spaces for inline indentation.Russell Bryant
2009-06-26Convert spaces to tabs for indentation.Russell Bryant
2009-06-25Move syslog utility functions into a separate file so they can be re-used.Sean Bright
2009-06-25fixes a few redundant conditionsDavid Vossel
2009-06-25Merged revisions 203380 via svnmerge from Terry Wilson
2009-06-25Merged revisions 203375 via svnmerge from Russell Bryant
2009-06-25Merged revisions 203311 via svnmerge from Terry Wilson
2009-06-25Pass a logmsg to ast_log_vsyslog instead of separate arguments.Sean Bright
2009-06-23If we delete the info, lets also delete the linesRyan Brindley
2009-06-23Ignore voicemail messages that are just silence.Russell Bryant
2009-06-22Merged revisions 202496 via svnmerge from Russell Bryant
2009-06-22attempting to load running modulesDavid Vossel
2009-06-20Remove unnecessary usleep() from a couple of module unload callbacks.Russell Bryant
2009-06-19Add support for allowing an RTP engine to decide on whether it is possible fo...Joshua Colp
2009-06-19Merged revisions 201828 via svnmerge from Tilghman Lesher
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-18Trunk implementation of setting an alternate RTP source.Mark Michelson
2009-06-17Merged revisions 201450 via svnmerge from Mark Michelson
2009-06-16Merged revisions 200991 via svnmerge from Kevin P. Fleming
2009-06-16Don't claim a char * is a mansession object.Russell Bryant
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-12Merged revisions 200360 via svnmerge from Mark Michelson
2009-06-11Release the allocated channel decreasing the reference counter.Eliel C. Sardanons
2009-06-10Fixes the argument order in definition of new_find_extension().David Brooks
2009-06-10Use ast_channel_unref to instead of ast_free on a newly created channel.Mark Michelson
2009-06-09module load priorityDavid Vossel
2009-06-05Merged revisions 199297 via svnmerge from David Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-06-03ast_call_forward() todo notes and originate flag copy.David Vossel
2009-06-02Generic call forward api, ast_call_forward()David Vossel
2009-06-02Fix a bug where we were passing in address information that should remain unm...Joshua Colp
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-06-01Do not add say.o in a separate line.Eliel C. Sardanons
2009-06-01Fixed an issue in the threadstorage cli functions resulting from the constifi...David Vossel
2009-05-31Filter the say.o object, it is being added later.Eliel C. Sardanons
2009-05-31Constification and remove some unused code.Russell Bryant
2009-05-31Constify the ast_frame arg to ast_queue_frame().Russell Bryant
2009-05-29Simplify the Makefile and avoid needing to specify each object file.Eliel C. Sardanons
2009-05-29Merged revisions 198068 via svnmerge from Matthew Nicholson
2009-05-29Fix a memory leak of the write buffer when writing a file.Joshua Colp
2009-05-28Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.Sean Bright
2009-05-28Ensure that accidental calls to ast_string_field_free_memory() on embedded st...Kevin P. Fleming
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-28Fix an incorrect call to ast_string_field_free_memory which caused a crash in...Joshua Colp
2009-05-28Merged revisions 197537 via svnmerge from Mark Michelson
2009-05-28Fix a bug in stringfields where it did not actually free the pools of memory.Joshua Colp
2009-05-27Revert commit 192032. This define is needed on Mac OS X.Tilghman Lesher