summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Blocked revisions 359054Russell Bryant
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-13Add missing channel_internal.hTerry Wilson
2012-03-13Add ability for chan_dahdi ISDN to block connected line updates per span.Richard Mudgett
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-13Fix IMAP storage compilation after opaquification changesTerry 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-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-10Transition app_page to using app_confbridge internally for the conference bri...Joshua Colp
2012-03-08Resolve a few more cases of variable shadowing.Sean Bright
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-08Add some underscores in a few of our llist macros to reduce name collisions.Sean Bright
2012-03-08Make transfer not ignore port information with SIP.Jonathan Rose
2012-03-08Add --enable-dev-mode=strict to configure.Sean Bright
2012-03-08Whitespace only change to the MakefileSean Bright
2012-03-07Handle numeric columns for eventtype properly in cel_odbcTerry Wilson
2012-03-07Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().Richard Mudgett
2012-03-07Return g729 and g723.1 frames with the number of samples set properly.Sean Bright
2012-03-07Set snarkiness = 0 in cdr_adaptive_odbc.conf.sampleTerry Wilson
2012-03-07Add detection for ODBC WCHAR fieldsTerry Wilson
2012-03-06Fix ring cadance setup for outgoing calls on FXS ports.Richard Mudgett
2012-03-06Add dialtone_detect option for analog incoming calls.Richard Mudgett
2012-03-05Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.Richard Mudgett
2012-03-05Make usage of DECLARE_STRINGFIELD_SETTERS_FOR() not look so odd.Richard Mudgett
2012-03-05Setup DSP when SS7 call is connected or early media is available.Richard Mudgett
2012-03-05Eliminate double close of file descriptor in manager.cJonathan Rose
2012-03-05Defer sending the connected line reinvite if a reinvite is already in progress.Joshua Colp
2012-03-05Ensure Asterisk acknowledges ACKs to 4xx on Replaces errorsKinsey Moore
2012-03-05Tab to spaces and text change.Sean Bright
2012-03-02Fix unused-but-set-variable warningsTerry Wilson
2012-03-02Correct some set-but-unused variable warnings in the mISDN library.Terry Wilson
2012-03-02Make chan_usbradio compile under dev modeTerry Wilson
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-02Adds a transfer callee on hangup option (like with Dial option F) to queues.Jonathan Rose
2012-03-02Remove bad usage of goto in ChanSpy next_channel().Richard Mudgett
2012-03-02Beef up the IAX2 sample configuration a bit and fix some formatting issues.Sean Bright
2012-03-02Fix channel reference leak in ChanSpy.Richard Mudgett
2012-03-02Fix compile error from latest channel opaquification change.Richard Mudgett
2012-03-02The default value for mohinterpret is the empty string, so when resetting toSean Bright
2012-03-02Fix race condition that can cause important control frames (such as a hangup)...Mark Michelson
2012-03-02Fix compilation error due to typo during channel opaquification.Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson