[libnet-sip-perl] 03/11: Merge tag 'upstream/0.690'

gregor herrmann gregoa at debian.org
Sun Oct 30 17:51:04 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-sip-perl.

commit e249e576241284d700c60cdd74b45eebbd6ce3cc
Merge: 1611ae5 c41c6ed
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 30 18:31:46 2016 +0100

    Merge tag 'upstream/0.690'
    
    Upstream version 0.690

 Changes                                |   8 +-
 MANIFEST                               |   3 +-
 META.json                              |  54 ++++++
 META.yml                               |  48 +++---
 Makefile.PL                            |   1 +
 README                                 |  12 +-
 lib/Net/SIP.pm                         |   2 +-
 lib/Net/SIP.pod                        |  20 +--
 lib/Net/SIP/DTMF.pm                    |   2 +-
 lib/Net/SIP/Debug.pod                  |  30 ++--
 lib/Net/SIP/Dispatcher.pm              |  80 +++++----
 lib/Net/SIP/Dispatcher.pod             |   2 +-
 lib/Net/SIP/Dispatcher/Eventloop.pm    |   4 +-
 lib/Net/SIP/Dropper/ByIPPort.pm        |   2 +-
 lib/Net/SIP/Endpoint.pm                |   2 +-
 lib/Net/SIP/Endpoint/Context.pod       |  10 +-
 lib/Net/SIP/Leg.pm                     |  74 ++++----
 lib/Net/SIP/Leg.pod                    |   2 +-
 lib/Net/SIP/NATHelper/Base.pm          |  11 +-
 lib/Net/SIP/NATHelper/Base.pod         |   2 +-
 lib/Net/SIP/NATHelper/Client.pm        |   4 +-
 lib/Net/SIP/Packet.pm                  |  37 +++-
 lib/Net/SIP/Packet.pod                 |   6 +-
 lib/Net/SIP/Redirect.pod               |   4 +-
 lib/Net/SIP/SDP.pm                     |  32 ++--
 lib/Net/SIP/Simple.pm                  |  13 +-
 lib/Net/SIP/Simple/Call.pm             |  15 +-
 lib/Net/SIP/Simple/Call.pod            |   2 +-
 lib/Net/SIP/Simple/RTP.pm              |  23 ++-
 lib/Net/SIP/Simple/RTP.pod             |   8 +-
 lib/Net/SIP/StatelessProxy.pm          |  30 ++--
 lib/Net/SIP/Util.pm                    | 303 ++++++++++++++++++++++++++++++---
 lib/Net/SIP/Util.pod                   |  61 +++++++
 samples/invite_and_send.pl             |   2 +-
 t/02_listen_and_invite.t               |  68 ++++----
 t/04_call_with_rtp.t                   |  68 +++++---
 t/05_call_with_stateless_proxy.t       | 166 +++++++++---------
 t/06_call_with_reinvite.t              |  74 ++++----
 t/07_call_on_hold.t                    |  74 ++++----
 t/08_register_with_auth.t              |  38 +++--
 t/11_invite_timeout.t                  |  68 ++++----
 t/12_maddr.t                           |  71 ++++----
 t/17_call_with_reinvite_and_auth.t     |  56 +++---
 t/18_register_with_auth_step_by_step.t |  37 ++--
 t/19_call_with_dtmf.t                  |  56 +++---
 t/testlib.pl                           |  55 ++++--
 46 files changed, 1139 insertions(+), 601 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-sip-perl.git



More information about the Pkg-perl-cvs-commits mailing list