summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2012-06-01Help mitigate potential reinvite glare scenarios.Mark Michelson
2012-05-31Coverity Report: Fix issues for error type REVERSE_INULL (core modules)Richard Mudgett
2012-05-30Fix deadlock when executing CLI "pri show channels" and "ss7 show channels" ...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-24chan_sip: fix problem directmediapermit/deny uses the wrong addressJonathan Rose
2012-05-24Made use IAX frame cache only for cacheable frame types.Richard Mudgett
2012-05-23Re-add LastMsgsSent value for SIP peersMatthew Jordan
2012-05-22Resolve crash in subscribing for MWI notificationsTerry Wilson
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-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-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-05-17Fix checking bounds of array index after using it; improper sizeofMatthew Jordan
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-14Make chan_local use the API call instead of inlining its own version.Richard Mudgett
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-05-14Fix broken reinvite glare scenario.Mark Michelson
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-10Close the proper tcptls_session when session creation fails.Mark Michelson
2012-05-09Prevent sip_pvt refleak when an ast_channel outlasts its corresponding sip_pvt.Mark Michelson
2012-05-08Send more accurate identification information in dialog-info SIP NOTIFYs.Mark Michelson
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-04Fix local channel chains optimizing themselves out of a call.Richard Mudgett
2012-05-02Multiple revisions 365006,365068Terry Wilson
2012-05-02Save the address on which a MESSAGE was received, so it can be used in MESSAGE()Jason Parker
2012-05-01Remove a function that has been marked unused since Asterisk 1.6.0.Mark Michelson
2012-05-01* Fix error path resouce leak in local_request().Richard Mudgett
2012-04-30Revert revision 360862.Mark Michelson
2012-04-28Add support for lightweight NAT keepalive.Joshua Colp
2012-04-27Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.Mark Michelson
2012-04-27Allow SIP pvts involved in Replaces transfers to fall out of reference soonerKinsey Moore
2012-04-27Allow for reloading SRTP crypto keys within the same SIP dialogMatthew Jordan
2012-04-26Fix reference leaks involving SIP Replaces transfersKinsey Moore
2012-04-26chan_sip: [general] maxforwards, not checked for a value greater than 255Alec L Davis
2012-04-25Make DAHDISendCallreroutingFacility wait 5 seconds for a reply before disconn...Richard Mudgett
2012-04-25Clear ISDN channel resetting state if the peer continues to use it.Richard Mudgett
2012-04-23AST-2012-006: Fix crash in UPDATE handling when no channel owner existsMatthew Jordan
2012-04-23AST-2012-005: Fix remotely exploitable heap overflow in keypad button handlingMatthew Jordan
2012-04-20Use ast_channel_lock_both() where it was inlined before.Richard Mudgett