Commit Graph

1977 Commits (ff4371e45d6d7d57f33a47ce71fe1a569d7de7f4)

Author SHA1 Message Date
Matthew Jordan 0336f4b606 res_rtp_asterisk: Fix crash when RTCP is not available during SSRC change
12 years ago
Kinsey Moore 75ec0df0a0 Reduce log level of a non-pubsub error message
12 years ago
Kinsey Moore 69ab5a7cd1 Fix STUN crash when using IPv6 any address
12 years ago
Kinsey Moore 7652756518 res_rtp_multicast: Ensure SSRC is set properly
12 years ago
Matthew Jordan ecdd1e76eb res_rtp_asterisk: Correct erroneous lost packet information in RTCP reports
12 years ago
Richard Mudgett d8b4adb590 Fix incorrect usages of ast_realloc().
12 years ago
Kinsey Moore e688096e2b Prevent XMPP timeout on blank responses
12 years ago
Kinsey Moore 08be45178a Commit the remainder of r398523
12 years ago
Kinsey Moore 2d902e728f Fix Jabber/XMPP distributed MWI
12 years ago
Kevin Harwell 71857a4a5e Fix various memory leaks
12 years ago
Kevin Harwell b41873d7e9 Memory leak fix
12 years ago
Joshua Colp 71ce810908 Make libuuid an optional dependency for res_rtp_asterisk instead of a requirement.
12 years ago
Michael L. Young 3b731ff2d0 Properly indicate failure to open an audio stream in res_agi
12 years ago
Matthew Jordan 2ffb648a20 Fix memory/ref counting leaks in a variety of locations
12 years ago
David M. Lee 7e0ebaa2e0 Fix segfault for certain invalid WebSocket input.
12 years ago
Kinsey Moore 457d5c39dc Use srtp_shutdown when available
12 years ago
Kinsey Moore 6b5b35b756 Revert r388529 for now
12 years ago
Kinsey Moore c3a0ce8338 Close libsrtp properly
12 years ago
Michael L. Young 08c2a533f2 Fix The Payload Being Set On CN Packets And Do Not Set Marker Bit
12 years ago
David M. Lee 1a3c5aaa6c Minor fixups to Doxygen comments.
12 years ago
Matthew Jordan a1d8e4fbd6 Clear the DTMF sending digit tracking on off nominal paths
12 years ago
Matthew Jordan a3a58d9d44 Prevent res_timing_pthread from blocking callers
12 years ago
Alec L Davis f49c09b8e5 Distributed Device State broken at sites using res_xmpp or res_jabber where Secuity Advisory AST-2012-015 is inplace
12 years ago
Alec L Davis 2814d40134 Distributed Device State broken at sites using res_xmpp or res_jabber where Secuity Advisory AST-2012-015 is inplace
12 years ago
David M. Lee 918addee55 Fix the svn:keywords property on several files.
12 years ago
Matthew Jordan 70c792d035 Calculate the timestamp for outbound RTP if we don't have timing information
12 years ago
Jason Parker d8216bd9ee Add dependency on libuuid, for res_rtp_asterisk
12 years ago
Matthew Jordan 3a73c367f9 Use LDAP memory management functions instead of Asterisk's
12 years ago
Kinsey Moore d014e51a18 Fix white noise on SRTP decryption
12 years ago
Matthew Jordan 916a397fc3 AST-2013-001: Prevent buffer overflow through H.264 format negotiation
12 years ago
Sean Bright a52a841d8e Properly delimit post data in res_config_curl.
12 years ago
Joshua Colp c379172cae Fix a bug where resources were not found due to hashing on the priority itself.
12 years ago
Joshua Colp 7031ad62e8 Fix a crash when res_xmpp is configured using a username without a domain.
12 years ago
Matthew Jordan 5b1533ca7b Add a 'secret' probation strictrtp mode to handle delayed changes in RTP source
12 years ago
Joshua Colp a78bb96d94 While the ICE negotiation is occurring leave strictrtp in an open state, media can and will come from different places.
12 years ago
Joshua Colp f6b368216a Fix a bug with ICE and strictrtp where media could get dropped.
12 years ago
Michael L. Young 2d451c64f7 Fix FastAGI To Properly Check For A Connection
12 years ago
Matthew Jordan cb3dd02781 Fix crash in res_xmpp when deleting pubsub node from CLI
13 years ago
Jason Parker e7e730f973 Fix how we build pjproject.
13 years ago
Jason Parker d9d5028b01 Ignore warnings caused by PJ_TODO()s in pjproject.
13 years ago
Jason Parker 47f8394517 Fix a few compiler warnings.
13 years ago
Jason Parker d865240168 Add support for parallel builds of pjproject.
13 years ago
Jason Parker ff0d016390 Always check for libm, regardless of configure options.
13 years ago
Jason Parker e02189ffa1 Remove a cross-compile workaround.
13 years ago
Matthew Jordan 2a458061b1 Fix memory leak in res_calendar_icalendar
13 years ago
Jonathan Rose c7d22a6af6 res_fax_spandsp: fix t38 transmission bug caused by not returning success
13 years ago
Matthew Jordan fb72636fd8 Let documentation reference links specify which module they're linking to
13 years ago
Matthew Jordan 28bdf7d292 Add module tags to documentation for res_jabber/res_xmpp
13 years ago
Matthew Jordan af1666f1cf Reset RTP timestamp; sequence number on SSRC change
13 years ago
Joshua Colp cef6475eb0 Retain XMPP filters across reconnections so external modules continue to function as expected.
13 years ago
Jonathan Rose d566b201ae res_srtp: Prevent a crash from occurring due to srtp_create failures in srtp_create
13 years ago
Kinsey Moore 8653377baf Fix pjproject compilation in certain circumstances
13 years ago
Joshua Colp c4587d7170 Don't pass STUN packets through the SRTP unprotect function.
13 years ago
Joshua Colp 17467a6926 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Matthew Jordan 3778ed7fc1 Prevent crashes in res_xmpp when receiving large messages
13 years ago
Matthew Jordan eda6664de0 Prevent exhaustion of system resources through exploitation of event cache
13 years ago
Matthew Jordan 5ebec60090 Resolve crashes due to large stack allocations when using TCP
13 years ago
Mark Michelson bdd5921950 Fix crash that can occur if CLI registration fails for an aliased command.
13 years ago
Kinsey Moore b2c2a84e17 Ensure ReceiveFax provides a CED tone via T.38
13 years ago
Jonathan Rose e875e4b2c0 res_srtp: Fix a crash caused by srtp_dealloc on an already dealloced session
13 years ago
David M. Lee 4c924bdce1 Added missing newlines to websocket ast_logs.
13 years ago
Jonathan Rose c0c552de2c monitor: prevent attempts to move/remove recordings skipped with 'i' and 'o'.
13 years ago
Joshua Colp fb74294b92 Remove a fixed size limitation for producing SDP and change how ICE support is disabled by default.
13 years ago
Mark Michelson 0e7a64e55e Fix a "set but not used" warning on newer gccs.
13 years ago
Mark Michelson a65fbf8012 Multiple revisions 375993-375994
13 years ago
Matthew Jordan f0cd27e027 Refactor ast_timer_ack to return an error and handle the error in timer users
13 years ago
Matthew Jordan e4afa2c0e2 Only deref a reserved gateway session if we actually reserved one
13 years ago
Joshua Colp 05be2e8bee Fix an issue with res_http_websocket where the chan_sip WebSocket handler could not be registered.
13 years ago
Matthew Jordan 7cedfef4fd Properly extract the Body information of an EWS calendar item
13 years ago
Joshua Colp 59d02d37de Remove code that should not have gotten in.
13 years ago
Joshua Colp 385b30fbc6 Fix an issue where outgoing calls would fail to establish audio due to ICE negotiation failures.
13 years ago
Matthew Jordan 3e9b01481a Disable ICE support by default
13 years ago
Matthew Jordan b8d2a62206 pjproject: Fix for Solaris builds. Do not undef s_addr.
13 years ago
Matthew Jordan 55b8cd2ec9 Handle capability stanzas that fail to provide node or version information
13 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
13 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
13 years ago
Matthew Jordan d3d952c31b Check for presence of buddy in info/dinfo handlers
13 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
13 years ago
Jonathan Rose 55095aed83 res_jabber: Remove CLI command 'jabber test'
13 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
13 years ago
Joshua Colp 53d2e20963 Update documentation to make it explicit that "stream file" will not restart musiconhold.
13 years ago
Joshua Colp f8e894e031 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
13 years ago
Joshua Colp d6ece969ba Fix an issue where a caller to ast_write on a MulticastRTP channel would determine it failed when in reality it did not.
13 years ago
Matthew Jordan 918a18ceb7 Revert change to res_rtp_asterisk committed in r373236 (1.8)
13 years ago
Joshua Colp b40fecd9ab Fix an issue with H.264 format attribute comparison and fix an issue with improper SDP being produced.
13 years ago
Brent Eagles f5699aebee res_rtp_asterisk: Make TURN and STUN server configurations consistent.
13 years ago
Matthew Jordan 3a7a20a284 When processing RFC 2833 DTMF, accomodate increasing timestamps in End events
13 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
13 years ago
Jonathan Rose 980d304089 res_xmpp: Fix a segfault caused by bodyless messages
13 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
13 years ago
David M. Lee 95563e7890 res_rtp_asterisk: Eliminate "type-punned pointer" build warning.
13 years ago
David M. Lee a619858d62 Fix parallel make for res_asterisk_rtp.
13 years ago
Richard Mudgett fa3858d8a7 Fix coding guidelines issue with a recent commit.
13 years ago
Richard Mudgett 9be64d2286 Fix RTP/RTCP read error message confusion.
13 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
13 years ago
Michael L. Young 47c552b40f Fix breakage caused by last merge. Missing a variable for 11 and trunk.
13 years ago
Michael L. Young b9bdea7105 Fix Incrementing Sequence Number For Retransmitted DTMF End Packets
13 years ago
Mark Michelson 57881c8dd9 Prevent local RTP bridges from sending inappropriate formats to participants.
13 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
13 years ago
Mark Michelson d131f3985a Use thread-local storage to store pj_thread_descs.
13 years ago