summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-27Copy CDR variables when set during a bridgeTerry Wilson
2012-02-27Remove possible segfaults from res_odbc by adding locks around usage of odbc ...Jonathan Rose
2012-02-27Make ast_netsock_set_qos() delegate to ast_set_qos().Sean Bright
2012-02-27Correct typo in deprecation comment.Sean Bright
2012-02-27Prefer ast_set_qos() over ast_netsock_set_qos()Sean Bright
2012-02-27Remove trailing whitespaceSean Bright
2012-02-26Add support change gatekeeper mode or ip per ooh323 reload commandAlexandr Anikin
2012-02-25Fix crash in app_voicemail during close_mailboxMatthew Jordan
2012-02-24astobj2.h comment tweaks.Richard Mudgett
2012-02-24astobj2.h documentation updates.Richard Mudgett