summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2012-04-20Add original party id and reason support.Richard Mudgett
2012-04-19Convert some strncpys to ast_copy_stringTerry Wilson
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-18Add ability to ignore layer 1 alarms for BRI PTMP lines.Richard Mudgett
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-17Turn off warning message when bind address is set to any.Michael L. Young
2012-04-16Fix negative return handling in channel driversMatthew Jordan
2012-04-16Add IPv6 address support to security events framework.Michael L. Young
2012-04-12Make trunkfreq take effect when setKinsey Moore
2012-04-10Prevent invalid access of free'd memory if DAHDI channel during an MWI eventRichard Mudgett
2012-04-09Prevent invalid access of free'd memory if DAHDI channel during an MWI eventMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Fix a typo in the warning messages for an ignored media streamMatthew Jordan
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-02Stop sending out RTCP if RTP is inactiveKinsey Moore
2012-03-29Improve accuracy of identifying information sent in dialog-info SIP NOTIFY re...Mark Michelson
2012-03-28Fix setting CDR variables in the hangup extensionTerry Wilson
2012-03-27Make a debug message regarding subscription changes more accurate.Mark Michelson
2012-03-24chan_iax2: Use OBJ_NODATA to be a bit more explicit.Russell Bryant
2012-03-24Make number not available presentation also set screening to network provided.Richard Mudgett
2012-03-23Add missing initialization of update_redirecting in chan_sip.cRichard Mudgett
2012-03-21Ensure Asterisk sends a BYE when pending on the final response to a re-INVITEMatthew Jordan
2012-03-20chan_iax2: Correct spelling of 'Port' header in IAX2 PeerStatus AMI EventsSean Bright
2012-03-16Missed lastinvite CSeq int to uint32_t changeAlec L Davis
2012-03-15Remove unused variable ‘srch’Paul Belanger
2012-03-15Remove some dead code found in _sip_show_peers()Paul Belanger
2012-03-15chan_iax2: Fix use of uninitialized sockaddr_in in try_transfer().Russell Bryant
2012-03-15chan_gtalk: Fix potential use of uninitialized variable.Russell Bryant
2012-03-14Fix deadlock potential with some ast_indicate/ast_indicate_data calls.Richard Mudgett
2012-03-14Fix invalid reads/writes due to incorrect sizeof().Russell Bryant
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-03-13Add ability for chan_dahdi ISDN to block connected line updates per span.Richard Mudgett
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson