summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-02-24Fix worker thread resource leak in SIP TCP/TLS.Richard Mudgett
2012-02-24Remove srtp_shutdown from res_srtpMatthew Jordan
2012-02-24Allow SRTP policies to be reloadedMatthew Jordan
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Fix blind transfer parking issues if the dialed extension is not recognized a...Richard Mudgett
2012-02-23Fix ACK routing for non-2xx responses.Mark Michelson
2012-02-23Blocked revisions 356431Paul Belanger
2012-02-23Multiple revisions 356290,356335,356337Paul Belanger
2012-02-23Fix some tests that didn't get opaquification changesTerry Wilson
2012-02-23Revert some apparently accidental spacing changes.Richard Mudgett
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-22Correct some set-but-unused variable warnings in the mISDN library.Kevin P. Fleming
2012-02-22Fix chan_misdn after the lastest opaquification changesTerry Wilson
2012-02-22Merged revisions 356215 via svnmerge from Matthew Jordan