Commit Graph

1858 Commits (c5485ddb4fcf4ad005ec00f7064309c87fe00dd4)

Author SHA1 Message Date
Joshua Colp 59d02d37de Remove code that should not have gotten in.
14 years ago
Joshua Colp 385b30fbc6 Fix an issue where outgoing calls would fail to establish audio due to ICE negotiation failures.
14 years ago
Matthew Jordan 3e9b01481a Disable ICE support by default
14 years ago
Matthew Jordan b8d2a62206 pjproject: Fix for Solaris builds. Do not undef s_addr.
14 years ago
Matthew Jordan 55b8cd2ec9 Handle capability stanzas that fail to provide node or version information
14 years ago
Matthew Jordan a7a10088f3 Update documentation for MessageSend application/command's From field for XMPP
14 years ago
David M. Lee 2659db6d61 Fix DBDelTree error codes for AMI, CLI and AGI
14 years ago
Matthew Jordan d3d952c31b Check for presence of buddy in info/dinfo handlers
14 years ago
Matthew Jordan 8943656ccc Fix a variety of ref counting issues
14 years ago
Jonathan Rose 55095aed83 res_jabber: Remove CLI command 'jabber test'
14 years ago
Brent Eagles ad8f06037b Reset hangup flags on channels created through messages and cleanup globals
14 years ago
Joshua Colp 53d2e20963 Update documentation to make it explicit that "stream file" will not restart musiconhold.
14 years ago
Joshua Colp f8e894e031 Make res_http_websocket an optional dependency on supported platforms for chan_sip.
14 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.
14 years ago
Matthew Jordan 918a18ceb7 Revert change to res_rtp_asterisk committed in r373236 (1.8)
14 years ago
Joshua Colp b40fecd9ab Fix an issue with H.264 format attribute comparison and fix an issue with improper SDP being produced.
14 years ago
Brent Eagles f5699aebee res_rtp_asterisk: Make TURN and STUN server configurations consistent.
14 years ago
Matthew Jordan 3a7a20a284 When processing RFC 2833 DTMF, accomodate increasing timestamps in End events
14 years ago
Joshua Colp 42ebea2f2f Add support for DTLS-SRTP to res_rtp_asterisk and chan_sip.
14 years ago
Jonathan Rose 980d304089 res_xmpp: Fix a segfault caused by bodyless messages
14 years ago
Kinsey Moore 05cccdea8c Deprecate chan_gtalk, chan_jingle, and res_jabber
14 years ago
David M. Lee 95563e7890 res_rtp_asterisk: Eliminate "type-punned pointer" build warning.
14 years ago
David M. Lee a619858d62 Fix parallel make for res_asterisk_rtp.
14 years ago
Richard Mudgett fa3858d8a7 Fix coding guidelines issue with a recent commit.
14 years ago
Richard Mudgett 9be64d2286 Fix RTP/RTCP read error message confusion.
14 years ago
Mark Michelson 3f6a00ae36 Re-fix sending unnegotiated payloads during a P2P RTP bridge.
14 years ago
Michael L. Young 47c552b40f Fix breakage caused by last merge. Missing a variable for 11 and trunk.
14 years ago
Michael L. Young b9bdea7105 Fix Incrementing Sequence Number For Retransmitted DTMF End Packets
14 years ago
Mark Michelson 57881c8dd9 Prevent local RTP bridges from sending inappropriate formats to participants.
14 years ago
Mark Michelson ff4674440d Fix misuses of asprintf throughout the code.
14 years ago
Mark Michelson d131f3985a Use thread-local storage to store pj_thread_descs.
14 years ago
Matthew Jordan 85084f390a Fix typo in JabberSend that looked for '2' instead of '@' in recipient argument
14 years ago
Matthew Jordan 999d44a199 Update module support level on a variety of modules and compiler options
14 years ago
Joshua Colp bda007b5c2 Add some additional H.264 attributes, "max-smbps" and "max-fps", for passthrough.
14 years ago
Russell Bryant c9cf719b36 rtp: Ensure defaults are set without rtp.conf.
14 years ago
Mark Michelson eb9e645a27 Allow support for early media on AMI originates and call files.
14 years ago
Joshua Colp 15e41c7542 Reduce memory consumption significantly for users of the RTP engine API by storing only the payloads present and in use instead of every possible one.
14 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
14 years ago
Russell Bryant fd11146592 Add a "corosync ping" CLI command.
14 years ago
Jonathan Rose 79de3f7fe8 res_agi: Add message indicating need for \n character in verbose message
14 years ago
Joshua Colp 190d130cbe Build is underway so logging can go away.
14 years ago
Joshua Colp 0ef30a9071 Temporarily enable pj logging to console for debugging pjnath issue exposed by build slave.
14 years ago
Joshua Colp 4d6b524b61 Prevent multiple local candidates from being added with the same information and add support for disabling ICE on a per-peer basis.
14 years ago
Joshua Colp afaa23864b Export the ast_websocket_set_nonblock function for use by other modules.
14 years ago
Matthew Jordan 86ff5585fd Add the ability to specify technology specific documentation
14 years ago
Matthew Jordan 245f6538e7 Handle extremely out of order RFC 2833 DTMF
14 years ago
Joshua Colp 3a2757923c Use the bruteforce method to get debugging enabled for pjproject.
14 years ago
Joshua Colp bfa31f5676 Turn on debugging for pjproject so we can get a better idea of what is causing the generic CCSS test crash.
14 years ago
Kevin P. Fleming 79087cbbd5 Ensure that all ast_datastore_info structures are 'const'.
14 years ago
Joshua Colp 8401e81383 Fix a crash in pjnath when starting an ICE connectivity check and immediately destroying the ICE session.
14 years ago