Commit Graph

1174 Commits (d889f4c1919f03e882b8cd99e9fd82f8ef3cf6d8)

Author SHA1 Message Date
Mark Michelson c3db30de46 Use a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper.
17 years ago
Jeff Peeler b024a9452d Remove unnecessary code in ast_read as issue 16058 has been fully solved now.
17 years ago
Tilghman Lesher 82b871e683 Err, and use the new menuselect define, too.
17 years ago
Tilghman Lesher 567afe6154 Restore FreeBSD to able-to-compile-ish-mode
17 years ago
Olle Johansson 80c7326a6c Remove debugging that indeed should have been gone before commit. Sorry.
17 years ago
Olle Johansson 3bf13e6d9c Report error when writing to functions returns error in AMI setvar action
17 years ago
Tilghman Lesher 74cbaac8ad Buildbot pointed out an error (thanks, buildbot!)
17 years ago
Tilghman Lesher ae335a79b2 Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.
17 years ago
Tilghman Lesher f4e9f1a724 Make the build of the Asterisk expression parser match that of the AEL parser.
17 years ago
Alec L Davis 8760ab77f9 Add Dialed Number Identifier (DNID) field to cdr.
17 years ago
Alec L Davis 8f672dd98b Update CDR variables as pbx starts
17 years ago
Sean Bright 1926da52e7 Plug a memory leak when reading configs with their comments.
17 years ago
David Vossel 6c6a857e1c add silence gen to wait apps
17 years ago
Tilghman Lesher 2056583d61 -1 is interpreted as an error, intead of the maximum mask.
17 years ago
Matthew Nicholson c3da049d25 Properly calculate the remaining space in the output string when reducing format strings.
17 years ago
Russell Bryant e91967f383 Change a NOTICE log message to DEBUG where it belongs.
17 years ago
Tilghman Lesher 6dd970ce9b Bounds checking for input string
17 years ago
Tilghman Lesher 5971279916 Regression in issue #15421 - Pattern matching
17 years ago
Tilghman Lesher 2418c3fe1e Add a flag to disable the Background behavior, for AGI users.
17 years ago
Jeff Peeler 8291fb5083 Correct CDR dispositions for BUSY/FAILED
17 years ago
Tilghman Lesher b31263e5b9 Use context from which Macro is executed, not macro context, if applicable.
17 years ago
Russell Bryant b11d227e7e Fix breakage of the "module load <module>" CLI command.
17 years ago
Russell Bryant 4dfd9d4800 Set a module load priority for format modules.
17 years ago
David Vossel 75b2fba708 hex escape control and non 7-bit clean characters in uri_encode
17 years ago
Russell Bryant a10f93404d Only do frame payload check for HOLD frames.
17 years ago
Matthias Nick 5bcec8ad6c Warning message gets displayed only once
17 years ago
Jeff Peeler 7f062697d5 Send ack (response/message) after receiving manager action userevent
17 years ago
David Vossel 5c0d5badd6 ast_outaddrfor doesn't do htons() on port, looks odd in strace.
17 years ago
Terry Wilson c2c8cea691 Fix compiling without devmode
17 years ago
Russell Bryant 42d9c2c466 Fix a warning pointed out by buildbot.
17 years ago
Jeff Peeler 8d6faec4b6 log channel name in dev mode as well
17 years ago
Jeff Peeler 9405b9e2b7 Fix crash with invalid frame data
17 years ago
David Vossel 031d3b8d1f WaitExten m option with no parameters generates frame with zero datalen but non-null data ptr
17 years ago
Matthew Nicholson 64c5037988 Ignore unknown formats in ast_format_str_reduce() and return an error if no know formats are found.
17 years ago
Matthew Nicholson 6a680d9b28 Remove duplicate entries from voicemail format lists. This prevents app_voicemail from entering an infinite loop when the same format is specified twice in the format list.
17 years ago
David Vossel 4f89878b7f fixes crash caused by RTP comfort noise payload greater than 24 bytes
17 years ago
Tilghman Lesher 85cce5cb4b After a frame duplication failure, unlock the channel before returning.
17 years ago
Michiel van Baak 9d6f7502ac Update copyright year in visible output. (cli)
17 years ago
David Brooks 933ad675be Solaris doesn't like NULL going to ast_log
17 years ago
Tilghman Lesher e04cade814 If two pattern classes start with the same digit and have the same number of characters, they will compare equal.
17 years ago
Leif Madsen 446f9a0e47 Update WARNING message.
17 years ago
David Vossel 8939eece6a fixes audiohook write crash occuring in chan_spy whisper mode.
17 years ago
Joshua Colp 3e10834b22 Fix a bug caused by a partially invalid frame (from the jitterbuffer) passing through the Asterisk core.
17 years ago
Matthew Nicholson aa51d30173 Properly handle '=' while decoding base64 messages and null terminate strings returned from BASE64_DECODE.
17 years ago
David Vossel 15d78bc88b fixes crash in astfd.c
17 years ago
Tilghman Lesher 50c0fedbc0 Manager output is not always NULL-terminated, so force a NULL at the end of the filestream.
17 years ago
Russell Bryant 40dfab583e Revert 225169, as this doesn't account for the possibility of a list of frames.
17 years ago
Russell Bryant 758ed8d437 Isolate the frame returned from ast_translate().
17 years ago
Tilghman Lesher 6e8a455534 Fix documentation for ast_softhangup() and correct the misuse thereof.
17 years ago
Russell Bryant 9d65850202 Isolate frames returned from a DSP instance or codec translator.
17 years ago