summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-29Add IPv6 support to FastAGI.Sean Bright
2012-02-29Fix copying of CDR(accountcode) to local channels.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Adding transport=udp to sample sip.conf - Also changes version of Asterisk 1....Jonathan Rose
2012-02-28Add additional character type types to supported data types for cdr_adaptive_...Jonathan Rose
2012-02-28Correctly reset the dialplan priority.Tilghman Lesher
2012-02-28Use more reasonable cause code when rejecting incoming call waiting calls.Richard Mudgett
2012-02-28revision 357386 -- oops, accidentally made it 10.3 to 10.4 instead of 10.2 to...Jonathan Rose
2012-02-28Fix REF_DEBUG compile errors.Richard Mudgett
2012-02-28Moves UPGRADE.txt notes from r357356 to a new section specific to 1.8.12Jonathan Rose
2012-02-28Adds UPGRADE.txt notes to r357266 indicating changes to transport optionJonathan Rose
2012-02-28Documentation update. There is no AST_SOCKADDR_UNSPEC.Sean Bright
2012-02-28Remove dupliate 'i' option table entry in app_page.c.Richard Mudgett
2012-02-28Add a security event for the case where fake authentication challenge is sent.Mark Michelson
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-28Changes transport option in sip.conf so that using multiple instances doesn't...Jonathan Rose
2012-02-28Astobj2 locking enhancement.Richard Mudgett
2012-02-28Make COMPILE_DOUBLE magic actually work.Kevin P. Fleming
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-27Converts locking for odbc containers from ast_mutex_lock to ao2_locks.Jonathan Rose
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-27Adds an option to sip.conf that prevents diversion headers from being added.Jonathan Rose
2012-02-27There isn't much point in saving off and restoring a value that we never use ...Sean Bright