[Pkg-voip-commits] [janus] branch master updated (fd39222 -> 96623b9)

Jonas Smedegaard dr at jones.dk
Fri Jul 28 17:26:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository janus.

      from  fd39222   Prepare for release: Update changelog and copyright hints.
      adds  3f11325   Bumbed to version 0.2.4
      adds  4aec293   Added the possibility to specify an outbound proxy in the SIP plugin
      adds  1bd4456   Some REGISTER-related fixes in the SIP plugin, and improved SIP demo UI/options
      adds  45412a5   More meaningful errors in some demos when trying to join a non-existing room
      adds  4d769df   Fixed UI for the table in the demos page
      adds  39fb903   Update remove video resolution in demos dynamically
      adds  892e86a   Allow binding to 0.0.0.0 in HTTP transport plugin (fixes #923, see #924)
      adds  98c302e   Use the authuser part when registering in the SIP plugin, if provided
      adds  8d29c45   Better verbosity when trying to do a REGISTER in the SIP plugin
      adds  45fd83d   Fixed typos in SIP plugin docs
      adds  56e6171   Made event handlers media statistics timer configurable (was one per second before)
      adds  41d0a0c   Clarified in the docs that janus.js depends on the webrtc-adapter shim (see #926)
      adds  0cacc82   Allow prompting for server/secret in admin.html (prompt for secret by default)
      adds  948f3cb   Give ICE 5 seconds before considering failed a definitive state
      adds  ef4a07b   Merge pull request #927 from meetecho/icefailed-timer
      adds  0ee763b   Fixed broken authentication when sending INVITE in SIP plugin
      adds  d54a093   Small fixes to devices test demo
      adds  e742bfd   Added support for offerless INVITEs to the SIP plugin
      adds  15c85ca   Merge branch 'master' into offerless-invites
      adds  4579bf5   Make sure an 'accepted' event has the transaction ID of the 'accept' that originated it, when doing offerless INVITEs
      adds  b845ab8   Merge branch 'master' into offerless-invites
      adds  55263c0   Merge pull request #929 from meetecho/offerless-invites
      adds  7d20a36   Fixed some getStats related stuff for Firefox and Safari
      adds  cad85c9   Merge pull request #930 from meetecho/js-stats
      adds  0ffa40d   Removed duplicate sctmap attribute from SDP when negotiating data channels
      adds  5c4867b   Fixed leftover code in janus[.nojquery].js
      adds  1d54077   Added support for INFO and MESSAGE to the SIP plugin
      adds  b9d0523   Added configurable bundlePolicy setting to janus[.nojquery].js
      adds  5f0f022   Fixed rare race condition at startup in TextRoom plugin (fixes #935)
      adds  241a77a   fix for ES5 browsers
      adds  dc3729a   Merge pull request #937 from tgabi333/patch-3
      adds  6264eb8   fix for ES5 browsers
      adds  6b52d47   Merge pull request #938 from tgabi333/patch-4
      adds  b7ca79c   Protect access to SIP plugin hashtables
      adds  6b98835   Bugfix missing variable timePassed
      adds  4e0430f   Merge pull request #934 from okayawright/patch-1
      adds  d4f8751   Implemented early media (183) support in the SIP plugin
      adds  fb4741a   Merge pull request #936 from meetecho/early-media
      adds  06f63c8   Merge branch 'master' of github.com:meetecho/janus-gateway
      adds  eb82b0f   Don't set default bundlePolicy to max-bundle (seems to break video on Firefox 56)
      adds  01cef9a   Allow to override build date
      adds  4bcae79   Merge pull request #943 from bmwiedemann/date
      adds  d5aa39e   Fixed issue with usernames containing a semicolon in Sofia SIP (needs patched library)
      adds  d268c9b   Fixed rare crash when looping on interfaces in HTTP transport (fixes #945)
      adds  d4b242c   Make sure only registered users can place a call in the SIP plugin
      adds  ba442fc   Fixed missing capping of REMB feedback if it was using the audio SSRC
      adds  1f40218   Fixed occasional crash when fixing SDP attributes
      adds  e0f539b   Fixed getBitrate calls for older versions of Chrome
      adds  6211d03   Fixed broken guests in SIP plugin, and added way for them to send authenticated INVITEs
      adds  5526602   Fixed typo and enriched plugin specific queries in SIP plugin
      adds  9e9237a   Fixed end-of-candidates issue with Edge (see https://github.com/webrtc/adapter/issues/605)
      adds  9957ada   Add the end-of-candidates SDP attribute on the server side, not in JavaScript
      adds  2a5a488   Added libresls support
      adds  2520c94   Add crypt_lib = "LibreSSL" to dtls.c if LibreSSL is defined.
      adds  2cc1b4c   Merge pull request #954 from aduskett/master
      adds  88bc04a   Better lock management when processing requests in plugins
      adds  19de78a   Added LibreSSL detection in configure.ac
      adds  ad2c131   Added local and remote candidates to event handlers (fixes #959)
      adds  58582be   Moved removal of session from hashtable in VideoRoom
      adds  a3ba26a   rtp: simplify janus_rtp_switching_context_reset
      adds  309c93c   Merge pull request #953 from tmatth/cleanup/reset_rtp
      adds  1d8bc41   Change lws_get_peer_addresses with lws_get_peer_simple to avoid slow reverse-DNS requests.
      adds  c838109   Check for lws_get_peer_simple availability and fallback to libwebsockets_get_peer_addresses eventually.
      adds  9c32cd6   Fix macros checking.
      adds  59f9d20   Merge pull request #957 from meetecho/fix_lws_rdns
      adds  c5e92af   Made several small fixes to address Coverify static analysis
      adds  5f5b80d   Some more post-static analysis fixes
      adds  f47580f   Made Access-Control-Allow-Origin response configurable in HTTP plugin
      adds  623d0ce   Only send a FIR/PLI for new subscribers when the PeerConnection is up
      adds  748764e   Fixed CORS management in HTTP transport plugin, and made it more compact
      adds  ae7b795   Use a safer and more conservative starting MTU value for DTLS
      adds  09cf7de   New upstream version 0.2.4
       new  36ad49b   Updated version 0.2.4 from 'upstream/0.2.4'
       new  a93156d   Tidy rules file: List dh plugins together.
       new  d04abc1   Unfuzz patches.
       new  18b4042   Advertise DEP3 format in patch headers.
       new  96623b9   Prepare for release: Update changelog.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 -
 Makefile.am                                        |   8 +-
 README.md                                          |   2 +-
 apierror.c                                         |   1 -
 conf/janus.cfg.sample.in                           |  10 +-
 conf/janus.eventhandler.sampleevh.cfg.sample       |   3 +-
 conf/janus.transport.http.cfg.sample.in            |  14 +-
 config.c                                           |  31 +-
 configure.ac                                       |  17 +-
 debian/changelog                                   |  11 +
 .../patches/1001_try_enable_docs_by_default.patch  |   5 +-
 debian/patches/2001_use_snakeoil_cert.patch        |   5 +-
 debian/patches/2003_use_packaged_javascript.patch  |   9 +-
 debian/rules                                       |   2 +-
 docs/janus-doxygen.cfg                             |   2 +-
 dtls-bio.c                                         |  20 +-
 dtls.c                                             |  31 +-
 events.c                                           |   1 +
 events/janus_sampleevh.c                           |   5 +-
 html/admin.js                                      | 199 +++++-
 html/audiobridgetest.js                            |  12 +-
 html/demos.html                                    |  16 +-
 html/devicetest.js                                 |  12 +-
 html/echotest.js                                   |  16 +-
 html/janus.js                                      | 141 ++--
 html/janus.nojquery.js                             | 142 ++--
 html/siptest.html                                  |  15 +-
 html/siptest.js                                    |  68 +-
 html/textroomtest.js                               |  12 +-
 html/videocalltest.js                              |  16 +-
 html/videoroomtest.js                              |  27 +-
 ice.c                                              | 242 +++++--
 ice.h                                              |  64 +-
 ip-utils.c                                         |   3 +-
 janus.c                                            |  32 +-
 janus.ggo                                          |   1 +
 mainpage.dox                                       |  10 +-
 plugins/janus_audiobridge.c                        |  28 +-
 plugins/janus_echotest.c                           |  20 +-
 plugins/janus_recordplay.c                         |  39 +-
 plugins/janus_sip.c                                | 776 ++++++++++++++++-----
 plugins/janus_streaming.c                          |  90 ++-
 plugins/janus_textroom.c                           |  25 +-
 plugins/janus_videocall.c                          |  28 +-
 plugins/janus_videoroom.c                          |  61 +-
 plugins/janus_voicemail.c                          |   6 +-
 postprocessing/pp-g711.c                           |   1 +
 postprocessing/pp-webm.c                           |   2 +-
 rtcp.c                                             |  34 +-
 rtcp.h                                             |   8 +-
 rtp.c                                              |  18 +-
 sdp-utils.c                                        |  10 +-
 sdp.c                                              |  11 +
 transports/janus_http.c                            | 184 +++--
 transports/janus_pfunix.c                          |   3 +-
 transports/janus_rabbitmq.c                        |   2 +-
 transports/janus_websockets.c                      |   4 +
 57 files changed, 1673 insertions(+), 883 deletions(-)
 delete mode 100644 .gitignore

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list