[Pkg-voip-commits] [janus] 03/07: Merge tag 'upstream/0.2.3'

Jonas Smedegaard dr at jones.dk
Mon Jun 12 19:00:03 UTC 2017


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

js pushed a commit to branch master
in repository janus.

commit 7617f14f5acbc75ebb6cc1a73281fd2592e523bf
Merge: 1cf2670 713c163
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jun 12 16:34:31 2017 +0200

    Merge tag 'upstream/0.2.3'
    
    Upstream version 0.2.3
    
    # gpg: Signature made Mon Jun 12 16:34:28 2017 CEST
    # gpg:                using RSA key 2C7C3146C1A00121
    # gpg: Good signature from "Jonas Smedegaard <dr at jones.dk>"
    # gpg:                 aka "Jonas Smedegaard <jonas at homebase.dk>"
    # gpg:                 aka "Jonas Smedegaard <js at debian.org>"
    # gpg:                 aka "[jpeg image of size 4165]"

 CONTRIBUTING.md                                    |   30 -
 Makefile.am                                        |   44 +-
 README.md                                          |   55 +-
 bower.json                                         |    7 +-
 conf/janus.cfg.sample.in                           |   18 +-
 conf/janus.plugin.audiobridge.cfg.sample           |    5 +-
 conf/janus.plugin.streaming.cfg.sample.in          |    5 +
 conf/janus.plugin.videoroom.cfg.sample             |    7 +-
 ...sample => janus.plugin.voicemail.cfg.sample.in} |    2 +-
 conf/janus.transport.pfunix.cfg.sample             |    9 +-
 conf/janus.transport.rabbitmq.cfg.sample           |    7 +
 config.c                                           |   14 +-
 configure.ac                                       |  180 ++-
 docs/footer.html                                   |    4 +-
 docs/janus-doxygen.cfg                             |    2 +-
 dtls.c                                             |   14 +-
 events.c                                           |    5 +-
 html/audiobridgetest.html                          |    2 +-
 html/devicetest.html                               |   20 +-
 html/devicetest.js                                 |   44 +-
 html/echotest.html                                 |    4 +-
 html/echotest.js                                   |    2 +-
 html/janus.js                                      |   65 +-
 html/janus.nojquery.js                             |   59 +-
 html/recordplaytest.html                           |    2 +-
 html/screensharingtest.html                        |    2 +-
 html/screensharingtest.js                          |    4 +-
 html/siptest.html                                  |    2 +-
 html/siptest.js                                    |   22 +-
 html/streamingtest.html                            |    2 +-
 html/textroomtest.html                             |    2 +-
 html/up_arrow.png                                  |  Bin 0 -> 2611 bytes
 html/videocalltest.html                            |    2 +-
 html/videoroomtest.html                            |    2 +-
 html/voicemailtest.html                            |    2 +-
 ice.c                                              |  318 +++--
 ice.h                                              |   24 +-
 ip-utils.c                                         |  184 ++-
 ip-utils.h                                         |  115 +-
 janus.1                                            |    3 +
 janus.c                                            |  169 +--
 mainpage.dox                                       |   27 +-
 plugins/janus_audiobridge.c                        |  293 +++-
 plugins/janus_echotest.c                           |   51 +-
 plugins/janus_recordplay.c                         |  174 +--
 plugins/janus_sip.c                                |  307 ++--
 plugins/janus_streaming.c                          |  614 +++++---
 plugins/janus_textroom.c                           |   12 +-
 plugins/janus_videocall.c                          |   26 +-
 plugins/janus_videoroom.c                          | 1477 ++++++--------------
 plugins/janus_voicemail.c                          |    3 +-
 record.c                                           |   16 +-
 rtcp.c                                             |   37 +-
 rtcp.h                                             |    6 +
 sctp.c                                             |    9 +-
 sdp-utils.c                                        |  743 +++++++++-
 sdp-utils.h                                        |  143 +-
 transports/janus_http.c                            |  149 +-
 transports/janus_mqtt.c                            |   12 +-
 transports/janus_pfunix.c                          |   45 +-
 transports/janus_rabbitmq.c                        |   80 +-
 transports/janus_websockets.c                      |    2 +-
 turnrest.c                                         |   15 +-
 utils.c                                            |   75 +-
 utils.h                                            |   18 -
 version.h                                          |   19 +
 66 files changed, 3515 insertions(+), 2297 deletions(-)

-- 
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