summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
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
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-02-28Trailing whitespace cleanup.Kevin P. Fleming
2012-02-28Add ability to clone ao2 containers.Richard Mudgett
2012-02-28Fix ast_channel allocation init setting priority to -1 instead of 1.Richard Mudgett
2012-02-27Fix callerid of Originated calls.Richard Mudgett
2012-02-27Address comments from Mark MichelsonSean Bright
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-27Convert netsock.h over to use ast_sockaddrs rather than sockaddr_in and updateSean Bright
2012-02-27Copy CDR variables when set during a bridgeTerry Wilson
2012-02-27Make ast_netsock_set_qos() delegate to ast_set_qos().Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-27Remove trailing whitespaceSean Bright