summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-04-16Add IPv6 address support to security events framework.Michael L. Young
2012-04-12Convert SRV lookup message to debug levelPaul Belanger
2012-04-12Add option to invoke the extensions.conf stdexten using the legacy macro method.Richard Mudgett
2012-04-10Fix crash caused by unloading or reloading of res_http_postMatthew Jordan
2012-04-06Don't add an empty MESSAGE_DATA(key) header if it doesn't already exist.Richard Mudgett
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-03Allow the Hangup manager action to match channels by regexMark Murawki
2012-03-30Fix logger deadlock on Asterisk shutdown.Richard Mudgett
2012-03-29Fix potential race condition during call pickup.Mark Michelson
2012-03-29Misc changes to make astobj2 enhancement diffs easier to follow.Richard Mudgett
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-29undoing 360785 due to merging mistakeJonathan Rose
2012-03-29Introducing the log message unique call identifiers featureJonathan Rose
2012-03-27Add global ao2 array container.Richard Mudgett
2012-03-27Attempt to be more helpful when using a bad ao2 object pointer.Richard Mudgett
2012-03-26Convert ast_verb() to ast_debug() and increase log levelPaul Belanger
2012-03-24Multiple revisions 360356-360357Russell Bryant
2012-03-24Make number not available presentation also set screening to network provided.Richard Mudgett
2012-03-22Adds F option to Bridge applicationJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2012-03-16Simplify some code in ast_app_run_sub().Richard Mudgett
2012-03-16Revert the pre-dial addition.Mark Michelson
2012-03-15Fix warning from commit r359705 (predial options for app_dial)Mark Murawki
2012-03-15Fix remotely exploitable stack overflow in HTTP managerMatthew Jordan
2012-03-15Add options PreDial options 'b' and 'B' to app_dialMark Murawki
2012-03-14udptl: Ensure fec[] in udptl_build_packet() is initialized.Russell Bryant
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Fix incorrect jitter buffer overflow due to missed resynchronizationsMatthew Jordan
2012-03-14Fix Dial m and r options and forked calls generating warnings for voice frames.Richard Mudgett
2012-03-14Fix bogus reads/writes of console log levels in asterisk.c Russell Bryant
2012-03-14Fix inaccurate sizeof() in sched.c.Russell Bryant
2012-03-14Fix incorrect sizeof() usage in features.c.Russell Bryant
2012-03-14Fix incorrect sizeof() on a pointer in MD5Final().Russell Bryant
2012-03-14Don't use a buffer after it goes out of scope.Russell Bryant
2012-03-13Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-13Fix crash caused by opaquification change -r356042.Richard Mudgett
2012-03-13Use struct copy instead of memcpy().Richard Mudgett
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-03-05Eliminate double close of file descriptor in manager.cJonathan Rose
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2012-03-02Remove ISDN hold restriction for non-bridged calls.Richard Mudgett
2012-03-02Fix race condition that can cause important control frames (such as a hangup)...Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-03-01Prevent outbound SIP NOTIFY packets from displaying a port of 0Kinsey Moore
2012-02-29Update stringfield documentation for removed second va_list in favor of va_copy.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson