summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-06-01Help mitigate potential reinvite glare scenarios.Mark Michelson
2012-06-01Add documentation to function CHANNEL for options echocan_mode and buffersMichael L. Young
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-30Use the DEADLOCK_AVOIDANCE() macro instead.Richard Mudgett
2012-05-30Fix deadlock when executing CLI "pri show channels" and "ss7 show channels" ...Richard Mudgett
2012-05-29Coverity Report: Fix issues for error type REVERSE_INULL (deprecated modules)Richard Mudgett
2012-05-29AST-2012-008: Fix remote crash vulnerability in chan_skinnyMatthew Jordan
2012-05-25AST-2012-007: Fix IAX receiving HOLD without suggested MOH class crash.Richard Mudgett
2012-05-25Fix pvt_sip for inbound call to use peer's allowtransfer settingMichael L. Young
2012-05-24Fix Dial I option ignored if dial forked and one fork redirects.Richard Mudgett
2012-05-24chan_sip: fix problem directmediapermit/deny uses the wrong addressJonathan Rose
2012-05-24Blocked revisions 366591Jonathan Rose
2012-05-24Fix crash in ConfBridge when user announcement is played for more than 2 usersMatthew Jordan
2012-05-24Made use IAX frame cache only for cacheable frame types.Richard Mudgett
2012-05-23Fix WaitExten(x,m(musicclass)) string termination.Richard Mudgett
2012-05-23logger: Fix a potential callid reference leak discovered in developmentJonathan Rose
2012-05-23Only call SSL_CTX_free if DO_SSL is defined.Mark Michelson
2012-05-23Re-add LastMsgsSent value for SIP peersMatthew Jordan
2012-05-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-22Resolve crash in subscribing for MWI notificationsTerry Wilson
2012-05-21Made ast_queue_hangup() and ast_queue_hangup_with_cause() lock instead of try...Richard Mudgett
2012-05-21Make chan_iax2 reject cause code indications correctlyKinsey Moore
2012-05-21Revert revision 367163.Mark Michelson
2012-05-21Add "send to voicemail" Digium phone functionality to Asterisk.Mark Michelson
2012-05-21Minor documentation changeTerry Wilson
2012-05-18app_queue: Per Member ringinuse option and deprecation of ignorebusyJonathan Rose
2012-05-18Address MISSING_BREAK static analysis reports some more.Mark Michelson
2012-05-18Fix memory leak of SSL_CTX structures in TLS core.Mark Michelson
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-18chan_sip: Fix a small TEST_FRAMEWORK related error that prevents compilingJonathan Rose
2012-05-18Reorder and renumber tests appropriatelyKinsey Moore
2012-05-17Make the new SIP_CAUSE backend behave more like the original SIP_CAUSEKinsey Moore
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-17Blocked revisions 366792Jonathan Rose
2012-05-17Fix checking bounds of array index after using it; improper sizeofMatthew Jordan
2012-05-16Remove missed idx parameter to some ao2 global holder macros.Richard Mudgett
2012-05-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-05-15Correct misuse of ast_strip_quoted() when getting a Diversion header's reason...Mark Michelson
2012-05-15The predial routine must be run on the local;1 channel.Richard Mudgett
2012-05-15Add predial support to FollowMe.Richard Mudgett
2012-05-14Make chan_local use the API call instead of inlining its own version.Richard Mudgett
2012-05-14Fix two more coverity constant expression result findings.Mark Michelson
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-14Fix broken reinvite glare scenario.Mark Michelson
2012-05-14Macro AST_PKG_CONFIG_CHECK to use chkconfigTzafrir Cohen
2012-05-12format_mp3: Fix a possible crash in mp3_read().Russell Bryant
2012-05-10* Made ast_change_name() hold the channels container lock while changing the ...Richard Mudgett
2012-05-10Tweak app_dial predial documentation.Richard Mudgett