summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2012-09-10Deprecate chan_gtalk, chan_jingle, and res_jabberKinsey Moore
2012-09-10res_rtp_asterisk: Eliminate "type-punned pointer" build warning.David M. Lee
2012-09-07Fix parallel make for res_asterisk_rtp.David M. Lee
2012-09-05Multiple revisions 372327-372328Richard Mudgett
2012-09-05Re-fix sending unnegotiated payloads during a P2P RTP bridge.Mark Michelson
2012-09-05Fix breakage caused by last merge. Missing a variable for 11 and trunk.Michael L. Young
2012-09-05Fix Incrementing Sequence Number For Retransmitted DTMF End PacketsMichael L. Young
2012-08-31Prevent local RTP bridges from sending inappropriate formats to participants.Mark Michelson
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-20Use thread-local storage to store pj_thread_descs.Mark Michelson
2012-08-18Fix typo in JabberSend that looked for '2' instead of '@' in recipient argumentMatthew Jordan
2012-08-18Update module support level on a variety of modules and compiler optionsMatthew Jordan
2012-08-17rtp: Ensure defaults are set without rtp.conf.Russell Bryant
2012-08-17Add some additional H.264 attributes, "max-smbps" and "max-fps", for passthro...Joshua Colp
2012-08-08Allow support for early media on AMI originates and call files.Mark Michelson
2012-08-07Reduce memory consumption significantly for users of the RTP engine API by st...Joshua Colp
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Add a "corosync ping" CLI command.Russell Bryant
2012-07-25res_agi: Add message indicating need for \n character in verbose messageJonathan Rose
2012-07-24Build is underway so logging can go away.Joshua Colp
2012-07-24Temporarily enable pj logging to console for debugging pjnath issue exposed b...Joshua Colp
2012-07-22Prevent multiple local candidates from being added with the same information ...Joshua Colp
2012-07-20Export the ast_websocket_set_nonblock function for use by other modules.Joshua Colp
2012-07-19Add the ability to specify technology specific documentationMatthew Jordan
2012-07-19Handle extremely out of order RFC 2833 DTMFMatthew Jordan
2012-07-19Use the bruteforce method to get debugging enabled for pjproject.Joshua Colp
2012-07-19Turn on debugging for pjproject so we can get a better idea of what is causin...Joshua Colp
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-07-18Fix a crash in pjnath when starting an ICE connectivity check and immediately...Joshua Colp
2012-07-17Add pubsub unsubscription support so subscriptions do not linger for MWI and ...Joshua Colp
2012-07-17Fix a crash as a result of propagating MWI or device state over XMPP when the...Joshua Colp
2012-07-16Fix an issue where a service discovery request could crash Asterisk.Joshua Colp
2012-07-16Fix a bug where some XMPP servers would reject authentication. We need to use...Joshua Colp
2012-07-16Add missing namespace for old non-SASL based authentication.Joshua Colp
2012-07-16Fix an issue where specifying the resource in the username would cause authen...Joshua Colp
2012-07-16Add support for SIP over WebSocket.Joshua Colp
2012-07-13Reduce memory consumption and add the H.264 and H.263 modules I shamefully ne...Joshua Colp
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-07-10Add required items for Google video support.Joshua Colp
2012-07-09Fix an issue where media would not flow for situations where the legacy STUN ...Joshua Colp
2012-07-09Add additional namespaces for Google Talk which are used for the gmail client.Joshua Colp
2012-07-07Add a new unified Jingle, Google Jingle, and Google Talk channel driver writt...Joshua Colp
2012-07-06Import revision 4196 from pjproject trunk. Fix a crash issue when starting IC...Joshua Colp
2012-07-05Add 'stun show status' commandMatthew Jordan
2012-07-02Add a cleaned up drop-in replacement for res_jabber called res_xmpp. This pro...Joshua Colp
2012-07-02Ensure the timer heap is protected by a lock.Joshua Colp
2012-07-01Enable IPv6 support in pjproject.Joshua Colp
2012-07-01Don't try to send connectivity checks on RTCP if RTCP is no longer present an...Joshua Colp
2012-07-01Add support for ICE/STUN/TURN in res_rtp_asterisk and chan_sip.Joshua Colp