summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2009-01-09Added a comment to logger.c about where to put includesMatthew Nicholson
2009-01-09Use ast_safe_system() in logger.c instead of system()Matthew Nicholson
2009-01-07Merged revisions 167566 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167554 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167545 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167541 via svnmerge from Russell Bryant
2009-01-07Merged revisions 167432 via svnmerge from Russell Bryant
2009-01-06Merged revisions 167299 via svnmerge from Mark Michelson
2009-01-03When parsing environment variable ASTERISK_PROMPT, make sure to proceed to th...Jeff Peeler
2008-12-31Don't forget to free typenameTerry Wilson
2008-12-31That was weird...Tilghman Lesher
2008-12-31Merged revisions 166953 via svnmerge from Tilghman Lesher
2008-12-23Merged revisions 166093 via svnmerge from Steve Murphy
2008-12-23Merged revisions 166568 via svnmerge from Mark Michelson
2008-12-23Merged revisions 166509 via svnmerge from Tilghman Lesher
2008-12-22Remove some error messages. This is the default handler that is valid to use.Russell Bryant
2008-12-22Merged revisions 166297 via svnmerge from Russell Bryant
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-22Record the previous port in the temporary address structure so that the compa...Joshua Colp
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cMark Michelson
2008-12-19Get rid of an extra space.Mark Michelson
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITMark Michelson
2008-12-18Merged revisions 165796 via svnmerge from Russell Bryant
2008-12-18(closes issue #13993)Jeff Peeler
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.Russell Bryant
2008-12-18Merged revisions 165591 via svnmerge from Joshua Colp
2008-12-18Remove duplicate code from the ast_str API. We now use __AST_STR_* toEliel C. Sardanons
2008-12-16Add timezone to the possible fields in a timespec.Tilghman Lesher
2008-12-16Merged revisions 164881 via svnmerge from Russell Bryant
2008-12-16Fix build issues on Linux after sysinfo related changesRussell Bryant
2008-12-16Merged revisions 164806 via svnmerge from Russell Bryant
2008-12-16introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinf...Michiel van Baak
2008-12-16(closes issue #14076)Steve Murphy
2008-12-16Merged revisions 164736 via svnmerge from Russell Bryant
2008-12-16Merged revisions 164634 via svnmerge from Steve Murphy
2008-12-15Make sure we handle a uint32_t payload in ast_frdup()Russell Bryant
2008-12-15Use ast_seekstream to return the file stream back to the beginning instead of...Joshua Colp
2008-12-15Update to work with new ast_str changes.Joshua Colp
2008-12-15Merged revisions 164201 via svnmerge from Russell Bryant
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12Merged revisions 163761 via svnmerge from Tilghman Lesher
2008-12-12Rename a number of tcptls_session variables. There are no functional changes...Russell Bryant
2008-12-12Since chan_sip is callback devicestate driven do not pass in actual states, p...Joshua Colp
2008-12-12Merged revisions 163448 via svnmerge from Russell Bryant
2008-12-11Merged revisions 163383 via svnmerge from Tilghman Lesher
2008-12-11Add an appropriate goto if ast_call failsMark Michelson
2008-12-11Fix the "failed" extension for outgoing calls. Russell Bryant
2008-12-11Reduce indentation level of ast_feature_request_and_dialMark Michelson
2008-12-11Merged revisions 163092 via svnmerge from Russell Bryant
2008-12-10Previously missing line, now the substitution works correctlyTilghman Lesher