Commit Graph

2370 Commits (82e4b252303f7922e9a00dd92f677a2ecc241add)

Author SHA1 Message Date
Kevin P. Fleming 4c0265664e Merged revisions 200991 via svnmerge from
16 years ago
Russell Bryant 3c23511069 Don't claim a char * is a mansession object.
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
16 years ago
Mark Michelson afcbf2e14f Merged revisions 200360 via svnmerge from
16 years ago
Eliel C. Sardanons dabfa94fdc Release the allocated channel decreasing the reference counter.
16 years ago
David Brooks df649a8671 Fixes the argument order in definition of new_find_extension().
16 years ago
Mark Michelson 554456f0fc Use ast_channel_unref to instead of ast_free on a newly created channel.
16 years ago
David Vossel d532cbcd8a module load priority
16 years ago
David Vossel d1d9beadc9 Merged revisions 199297 via svnmerge from
16 years ago
Sean Bright befad10893 Merged revisions 199022 via svnmerge from
16 years ago
David Vossel c42344b319 ast_call_forward() todo notes and originate flag copy.
16 years ago
David Vossel 3830c415c7 Generic call forward api, ast_call_forward()
16 years ago
Joshua Colp 4900d37d71 Fix a bug where we were passing in address information that should remain unmodified to a function that may modify it.
16 years ago
Mark Michelson 298d745fb4 Add the ability to execute connected line interception macros.
16 years ago
Eliel C. Sardanons 5d8d1545d8 Do not add say.o in a separate line.
16 years ago
David Vossel ab73b6e556 Fixed an issue in the threadstorage cli functions resulting from the constification of struct ast_cli_args in r196072.
16 years ago
Eliel C. Sardanons 7ef2d7bca7 Filter the say.o object, it is being added later.
16 years ago
Russell Bryant 1630c85861 Constification and remove some unused code.
16 years ago
Russell Bryant 8580871fd4 Constify the ast_frame arg to ast_queue_frame().
16 years ago
Eliel C. Sardanons 43dcf1001b Simplify the Makefile and avoid needing to specify each object file.
16 years ago
Matthew Nicholson c8b0c41ed8 Merged revisions 198068 via svnmerge from
16 years ago
Joshua Colp c35e305c82 Fix a memory leak of the write buffer when writing a file.
16 years ago
Sean Bright f51bb019bb Update references to bugs.digium.com and reviewboard.digium.com to the new URLs.
16 years ago
Kevin P. Fleming e4dafd3d0b Ensure that accidental calls to ast_string_field_free_memory() on embedded stringfield pools are safe.
16 years ago
Tilghman Lesher 98ce0e5b6c Eliminate several needless checks and fix a few memory leaks
16 years ago
Joshua Colp ea89db8ce0 Fix an incorrect call to ast_string_field_free_memory which caused a crash in the logger.
16 years ago
Mark Michelson a7fd763ecc Merged revisions 197537 via svnmerge from
16 years ago
Joshua Colp e960f0da90 Fix a bug in stringfields where it did not actually free the pools of memory.
16 years ago
Tilghman Lesher ec99151d74 Revert commit 192032. This define is needed on Mac OS X.
16 years ago
Russell Bryant f6bdacebe4 Don't do a pointer comparison before setting the remote address.
16 years ago
Sean Bright e27e8615ed Reset the terminal to the correct fg/bg after XML documenation is rendered.
16 years ago
Sean Bright 68d44ce5ff Add ActionID to CoreShowChannel event.
16 years ago
Sean Bright bbd9f040e1 Include startup and reload date in the CoreStatus manager message.
16 years ago
Sean Bright 3abe8a963e Add new ast_complete_applications function so that we can use it with the
16 years ago
Sean Bright 3982b8c71b Call ast_stun_init() when we're initializing to get the 'stun debug set'
16 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
16 years ago
Tilghman Lesher 3c7db3b7e8 Two more minor fixes due to constification
16 years ago
Sean Bright fcda626f3c Fix build under dev mode and remove some casts that are no longer necessary as
16 years ago
Eliel C. Sardanons bb838bc67a Avoid using prototypes when not necessary (it is already defined in the header
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Mark Michelson 1e3ac401f4 Pass connected line updates along during a bridge.
16 years ago
Matthew Nicholson d02ad6b5f7 Merged revisions 195881 via svnmerge from
16 years ago
Joshua Colp b4c24d2da1 Merged revisions 195688 via svnmerge from
16 years ago
Eliel C. Sardanons e45d681d15 Fix the CLI command 'manager show command' documentation and functionality.
16 years ago
Eliel C. Sardanons 9e5da09a6b Rollback commit 195367.
16 years ago
Eliel C. Sardanons 311c997896 Avoid autocompleting passed the action name argument in the CLI command.
16 years ago
Tilghman Lesher 92ace48782 Move the spawn of astcanary down, until after the call to daemon(3).
16 years ago
Joshua Colp 80bdf0f520 Merged revisions 195206 via svnmerge from
16 years ago
Eliel C. Sardanons d24179825f Warn about the use of the application WaitExten() within a Macro().
16 years ago