Commit Graph

375 Commits (d348c9aa1ea5771b51ad9883420cb41a1fc27b3e)

Author SHA1 Message Date
Eliel C. Sardanons a1b89a6a50 Implement AstData API data providers as part of the GSOC 2010 project,
15 years ago
Tilghman Lesher 8fe8d98dba Uh, yeah.
15 years ago
Tilghman Lesher a3342f0c67 Send DialPlanComplete as a response, not as a separate event.
15 years ago
Tilghman Lesher 7037dd6680 Merged revisions 270583 via svnmerge from
15 years ago
Leif Madsen c672763af8 Fix some doxygen warnings.
15 years ago
Tilghman Lesher 815d7bfe44 Let ExtensionState resolve dynamic hints.
15 years ago
Mark Michelson 10d65ad6b1 Fix potential invalid reads that could occur in pbx.c
15 years ago
Russell Bryant a0d74cef66 Use memmove() instead of memcpy() for a case where the buffers overlap.
16 years ago
Mark Michelson 630b8027c3 Merged revisions 243486 via svnmerge from
16 years ago
Olle Johansson 7c61a7105f Change api for pbx_builtin_setvar to actually return error code if a function can't be written to.
16 years ago
Alec L Davis c7be027151 Update CDR variables as pbx starts
16 years ago
Jeff Peeler 8fd9401e3d Initialize data on the stack so that Park doesn't interpret random arguments.
16 years ago
Sean Bright 9e02292e5c Avoid a crash on Solaris when running 'core show functions.'
16 years ago
Sean Bright e612d87695 Convert a few places to use ast_calloc_with_stringfields where applicable.
16 years ago
Tilghman Lesher 3eb8f0a8dc Similarly, ensure that matchcid is duplicated correctly when merging contexts.
16 years ago
Tilghman Lesher 20e57b12e8 Ensure that the callerid is NULL when the parent is effectively NULL.
16 years ago
Tilghman Lesher 87ea570ef1 Oops, another tag error
16 years ago
Tilghman Lesher b01df91513 Oops, missed a closing tag
16 years ago
Tilghman Lesher ecbe7eff7a Add the TESTTIME() dialplan function, which permits testing GotoIfTime.
16 years ago
Tilghman Lesher d80a38310a Blank callerid and NULL callerid should not compare equal.
16 years ago
David Vossel bebe42f3a7 fixes subscriptions being lost after 'module reload'
16 years ago
Tilghman Lesher 7acf8196d0 Merged revisions 237493 via svnmerge from
16 years ago
Tilghman Lesher 386b847075 Merged revisions 237405 via svnmerge from
16 years ago
Tilghman Lesher e4c1fc1e4a Merged revisions 235421 via svnmerge from
16 years ago
Tilghman Lesher d32c333f7c Trim leading/trailing spaces from the filename, to deal with common user error.
16 years ago
David Vossel 176c8a0185 Merged revisions 231853 via svnmerge from
16 years ago
David Brooks bac499e521 Merged revisions 229498 via svnmerge from
16 years ago
Tilghman Lesher 4c8319190b Merged revisions 229360 via svnmerge from
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Tilghman Lesher 496282194c Merged revisions 225105 via svnmerge from
16 years ago
Tilghman Lesher c74a2d0b45 Create an API for adding an optional time unit onto the ends of time periods.
16 years ago
David Vossel 9456ab2724 Deadlock in channel masquerade handling
16 years ago
Tilghman Lesher 1cf5422dc8 Merged revisions 220288 via svnmerge from
16 years ago
David Brooks 077b44c43f Merged revisions 218867 via svnmerge from
16 years ago
Tilghman Lesher 1ca9bc4e1e Check the origination priority for more matches, not the current priority.
16 years ago
Tilghman Lesher ad69df830d Enable turning off the application delimiter warning with the 'dontwarn' option.
16 years ago
Olle Johansson 98f18d56b8 Merged revisions 216430 via svnmerge from
16 years ago
Tilghman Lesher c1b4f0c4c9 Merged revisions 213970 via svnmerge from
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Matthew Nicholson a638000451 Fix a CEL related regression with hints updating by subscribing to AST_DEVICE_STATE instead of AST_DEVICE_STATE_CHANGED.
16 years ago
David Vossel e39a252b1e Merged revisions 205409 via svnmerge from
16 years ago
David Vossel 48c9a85d91 Merged revisions 204681 via svnmerge from
16 years ago
Russell Bryant cce4fad522 Make invalid hints report Unavailable instead of Idle.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
David Brooks df649a8671 Fixes the argument order in definition of new_find_extension().
16 years ago
Sean Bright 3abe8a963e Add new ast_complete_applications function so that we can use it with the
16 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
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