summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-24chan_sip: fix problem directmediapermit/deny uses the wrong addressJonathan Rose
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-22Fix race condition for CEL LINKEDID_END eventTerry Wilson
2012-05-21Made ast_queue_hangup() and ast_queue_hangup_with_cause() lock instead of try...Richard Mudgett
2012-05-21Revert revision 367163.Mark Michelson
2012-05-21Add "send to voicemail" Digium phone functionality to Asterisk.Mark Michelson
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-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-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-10* Made ast_change_name() hold the channels container lock while changing the ...Richard Mudgett
2012-05-10Run predial routine on local;2 channel where you would expect.Richard Mudgett
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-05-07Change comment to use local channel name designators in features.cRichard Mudgett
2012-05-07Fix channel opaquification slip-up in r365477Matthew Jordan
2012-05-07Support VoiceMail d() option when extension does not exist in channel's contextMatthew Jordan
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-02Multiple revisions 365006,365068Terry Wilson
2012-05-02Only log a failure to get read/write samples from factories if it didn't happenMatthew Jordan
2012-05-01Fixed __ao2_ref() validating user_data twice.Richard Mudgett
2012-05-01Prevent a potential crash when using manager hooks.Jason Parker
2012-05-01Fix bad check in voicemail functions for ast_inboxcount2_funcJonathan Rose
2012-04-30Merged revisions 364635 via svnmerge from Mark Murawki
2012-04-28md5: supress some compiler warnings.Russell Bryant
2012-04-28features: Add FEATURE() and FEATUREMAP() functions.Russell Bryant
2012-04-27Multiple revisions 364365,364369Terry Wilson
2012-04-26Fix DTMF atxfer running h exten after the wrong bridge ends.Richard Mudgett
2012-04-26Add more constness to the end_buf pointer in the netconsoleTerry Wilson
2012-04-25Make it possible to change the minimum DTMF duration in asterisk.confOlle Johansson
2012-04-25Formatting fixesOlle Johansson
2012-04-25Formatting fixesOlle Johansson
2012-04-25Fix recalled party B feature flags for a failed DTMF atxfer.Richard Mudgett
2012-04-25Hangup affected channel in error paths of bridge_call_thread().Richard Mudgett
2012-04-24OpenBSD doesn't have rawmemchr, use strchrTerry Wilson
2012-04-23On some platforms, O_RDONLY is not a flag to be checked, but merely the absen...Tilghman Lesher
2012-04-23AST-2012-004: Fix an error that allows AMI users to run shell commands sans a...Jonathan Rose
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-04-20Move debug message in ast_rtp_instance_early_bridge_make_compatible().Richard Mudgett
2012-04-20Add missing payload type to events APIMichael L. Young
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett