[Pkg-voip-commits] [resiprocate] branch debian-wheezy-backports updated (f20165a -> 9eea46d)

Daniel Pocock pocock at moszumanska.debian.org
Mon Mar 31 07:28:58 UTC 2014


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

pocock pushed a change to branch debian-wheezy-backports
in repository resiprocate.

      from  f20165a   Update for v1.9.2-2~bpo70+1
      adds  4d096de   Imported Upstream version 1.9.3
      adds  0c1c882   Merge tag 'upstream/1.9.3'
      adds  ada602e   Update for v1.9.3-1
      adds  95c7d06   Specify libsipxtapi 3.3.0~test14-1 or greater is required
      adds  cd8ec8c   Imported Upstream version 1.9.4
      adds  01c68fb   Merge tag 'upstream/1.9.4'
      adds  364fb70   Update for v1.9.4-1
      adds  a0d8e0b   Add patch testUA-sipXtapi
      adds  e219825   Add patch MOHParkServer-sipXtapi
      adds  659110a   Imported Upstream version 1.9.5
      adds  2b72f18   Merge tag 'upstream/1.9.5'
      adds  498bf0f   Update for v1.9.5-1
      adds  0c71c2c   Update sipXtapi minimum version
      adds  904b537   Revise sipXtapi dependency
      adds  15313a7   Suppress false positive from Lintian
      adds  a11986f   Update for v1.9.5-2
      adds  24fff4a   Correct sample PluginDirectory configuration entry
       new  9eea46d   Update for v1.9.5-2~bpo70+1

The 1 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:
 ChangeLog                                          |  21 ++
 configure                                          |  20 +-
 configure.ac                                       |   2 +-
 debian/changelog                                   |   6 +
 debian/conf/repro.config                           |   2 +-
 debian/control                                     |   4 +-
 debian/patches/01-testUA-sipXtapi                  |   9 +
 debian/patches/02-MOHParkServer-sipXtapi           |  11 +
 debian/patches/series                              |   2 +
 debian/repro.lintian-overrides                     |   2 +
 reTurn/client/TurnAsyncSocket.cxx                  |   9 +
 reflow/Makefile.am                                 |   1 +
 reflow/Makefile.in                                 |   4 +-
 resip/dum/DialogUsageManager.cxx                   |   4 +
 resip/dum/InviteSession.cxx                        |   1 +
 resip/dum/InviteSessionHandler.hxx                 |   2 +
 resip/recon/Conversation.hxx                       |  10 +
 resip/recon/ConversationManager.cxx                |  53 ++++-
 resip/recon/ConversationManager.hxx                |  20 +-
 resip/recon/ConversationManagerCmds.hxx            |  12 +-
 resip/recon/MOHParkServer/Makefile.am              |   5 -
 resip/recon/MOHParkServer/Makefile.in              |   3 +-
 resip/recon/Makefile.am                            |   3 +
 resip/recon/Makefile.in                            |  10 +-
 resip/recon/MediaInterface.cxx                     |  11 +-
 resip/recon/MediaResourceParticipant.cxx           |  49 ++++-
 resip/recon/RemoteParticipant.cxx                  | 110 ++++++++--
 resip/recon/RemoteParticipant.hxx                  |   4 +
 .../recon/SipXHelper.cxx                           |  99 ++++-----
 .../SipXHelper.hxx}                                |  23 +-
 resip/recon/UserAgentMasterProfile.cxx             |   6 +-
 resip/recon/recon_10_0.vcxproj                     |   4 +-
 resip/recon/test/Makefile.am                       |   6 -
 resip/recon/test/Makefile.in                       |   4 +-
 resip/stack/DtmfPayloadContents.cxx                | 241 +++++++++++++++++++++
 resip/stack/DtmfPayloadContents.hxx                | 137 ++++++++++++
 resip/stack/Makefile.am                            |   2 +
 resip/stack/Makefile.in                            |  78 +++----
 resip/stack/SdpContents.cxx                        |   3 +-
 resip/stack/SdpContents.hxx                        |   2 +
 resip/stack/resiprocate_10_0.vcxproj               |   4 +-
 resip/stack/test/Makefile.am                       |   3 +
 resip/stack/test/Makefile.in                       |  48 ++--
 resip/stack/test/testDtmfPayload.cxx               | 122 +++++++++++
 resiprocate.spec                                   |   4 +-
 45 files changed, 983 insertions(+), 193 deletions(-)
 create mode 100644 debian/patches/01-testUA-sipXtapi
 create mode 100644 debian/patches/02-MOHParkServer-sipXtapi
 create mode 100644 debian/patches/series
 copy repro/plugins/pyroute/PyRouteProcessor.cxx => resip/recon/SipXHelper.cxx (50%)
 copy resip/{stack/WsConnectionValidator.hxx => recon/SipXHelper.hxx} (82%)
 create mode 100644 resip/stack/DtmfPayloadContents.cxx
 create mode 100644 resip/stack/DtmfPayloadContents.hxx
 create mode 100644 resip/stack/test/testDtmfPayload.cxx

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



More information about the Pkg-voip-commits mailing list