summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2012-03-12Massive changes in chan_unistim channel driver. Include many fixes in channel...Igor Goncharovskiy
2012-03-08Eliminate a bunch of shadow warnings.Sean Bright
2012-03-08Make transfer not ignore port information with SIP.Jonathan Rose
2012-03-07Change directly setting _softhangup in sig_ss7.c to use ast_softhangup_nolock().Richard Mudgett
2012-03-06Fix ring cadance setup for outgoing calls on FXS ports.Richard Mudgett
2012-03-06Add dialtone_detect option for analog incoming calls.Richard Mudgett
2012-03-05Drop SS7 call if not connected yet when INCOMPLETE/BUSY/CONGESTION.Richard Mudgett
2012-03-05Setup DSP when SS7 call is connected or early media is available.Richard Mudgett
2012-03-05Defer sending the connected line reinvite if a reinvite is already in progress.Joshua Colp
2012-03-05Ensure Asterisk acknowledges ACKs to 4xx on Replaces errorsKinsey Moore
2012-03-02Fix unused-but-set-variable warningsTerry Wilson
2012-03-02Make chan_usbradio compile under dev modeTerry Wilson
2012-03-02Remove ISDN hold restriction for non-bridged calls.Richard Mudgett
2012-03-02Fix compile error from latest channel opaquification change.Richard Mudgett
2012-03-02The default value for mohinterpret is the empty string, so when resetting toSean Bright
2012-03-02Fix compilation error due to typo during channel opaquification.Mark Michelson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Use more reasonable cause code when rejecting incoming call waiting calls.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