summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2012-11-13chan_sip: Add SubscribeContext field to SIPshowpeer AMI responseJonathan Rose
2012-11-11Remove a fixed size limitation for producing SDP and change how ICE support i...Joshua Colp
2012-11-08chan_dahdi/SS7: Made reject incoming call for an in-alarm or blocked channel.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix a bug where our Motif ICE candidates were not quite proper, and make us m...Joshua Colp
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-11-02Fix for chan_skinny leaving RTP ports openDamien Wedhorn
2012-11-02Things don't need to be that const.Richard Mudgett
2012-11-02Multiple revisions 375519-375524Richard Mudgett
2012-11-02Fix Wrong Result In Debug Message For SDP Origin ProcessingMichael L. Young
2012-11-01chan_sip: Fix a bug causing SIP reloads to remove all entries from the registryJonathan Rose
2012-10-29Prevent resetting of NATted realtime peer address on reload.Mark Michelson
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson
2012-10-29chan_dahdi: Fix segfault dereferencing a NULL tech_pvt.Richard Mudgett
2012-10-17Change a few warnings to debug and the inverse.Walter Doekes
2012-10-16Fixes to the fd-oriented SIP TCP reads.Walter Doekes
2012-10-16Don't do SIP contact/route DNS if we're not using the result.Walter Doekes
2012-10-16Update sip_request_call SIP dial string documentation.Walter Doekes
2012-10-16Remove a log message that was left in accidentally from call-id logging devel...Joshua Colp
2012-10-15Fix some potential misuses of ast_str in the code.Mark Michelson
2012-10-15Fix underscreen buttons warnings apeared while transfer processIgor Goncharovskiy
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-12Do not use a FILE handle when doing SIP TCP reads.Mark Michelson
2012-10-11Fix a bug where audio on Google Voice would not work due to ignoring candidates.Joshua Colp
2012-10-11Fix an issue where outgoing calls would fail to establish audio due to ICE ne...Joshua Colp
2012-10-11Don't make chan_sip export global symbols.Mark Michelson
2012-10-11Consider the Google Talk content stanza name (jin:content) valid.Joshua Colp
2012-10-09Improve logging for DTLS-SRTP failure situations.Joshua Colp
2012-10-05Merged revisions 374515-374535 fromRichard Mudgett
2012-10-04Add support for applying direct media ACLs between differing channel technolo...Joshua Colp
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-10-01Doxygen CleanupAndrew Latham
2012-09-29Fix ref leak when adding ICE candidates to an SDPMatthew Jordan
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-09-27Make res_http_websocket an optional dependency on supported platforms for cha...Joshua Colp
2012-09-27Fix an issue where Local channels dialed by app_queue are considered in use i...Joshua Colp
2012-09-26Move handling of 408 response so there is no misleading warning message.Mark Michelson
2012-09-25Remove dead code and documentation for nonexistent feature.Mark Michelson
2012-09-25Fix T.38 support when used with chan_local in between.Joshua Colp
2012-09-25Allow for redirecting reasons to be set to arbitrary strings.Mark Michelson
2012-09-25Properly handle UAC/UAS roles for SIP session timersTerry Wilson
2012-09-25chan_sip: Set Quality of Service for video rtp instanceJonathan Rose
2012-09-24Be consistent, send From: "Anonymous" <sip:anonymous@anonymous.invalid>Richard Mudgett
2012-09-24Fix potential reentrancy problems in chan_sip.Richard Mudgett
2012-09-24Fix a deadlock caused by a race condition between removing a hint and reloadi...Joshua Colp
2012-09-24Fix an issue with H.264 format attribute comparison and fix an issue with imp...Joshua Colp
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21iax2-provision: Fix improper return on failed cache retrievalJonathan Rose
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-09-20Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.Joshua Colp