[libnet-sip-perl] 01/06: Merge tag 'upstream/0.802'
gregor herrmann
gregoa at debian.org
Sat Nov 26 17:54:29 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 ba14d2531b5b83c823dfcee3371b79906669d70e
Merge: f0cf0c3 a0847c4
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Nov 26 18:30:14 2016 +0100
Merge tag 'upstream/0.802'
Upstream version 0.802
Changes | 28 ++
MANIFEST | 4 +
META.json | 3 +-
META.yml | 3 +-
Makefile.PL | 5 +-
TODO | 2 +-
lib/Net/SIP.pm | 2 +-
lib/Net/SIP/Dispatcher.pm | 599 +++++++++++++++++++++++----------
lib/Net/SIP/Dispatcher.pod | 21 +-
lib/Net/SIP/Dispatcher/Eventloop.pm | 6 +-
lib/Net/SIP/Dropper/ByIPPort.pm | 2 +-
lib/Net/SIP/Endpoint.pm | 6 +-
lib/Net/SIP/Endpoint.pod | 7 +-
lib/Net/SIP/Endpoint/Context.pm | 8 +-
lib/Net/SIP/Leg.pm | 195 ++++++-----
lib/Net/SIP/Leg.pod | 32 +-
lib/Net/SIP/Simple.pm | 106 ++++--
lib/Net/SIP/Simple.pod | 5 +
lib/Net/SIP/SocketPool.pm | 218 ++++++++++--
lib/Net/SIP/StatelessProxy.pm | 114 ++++---
lib/Net/SIP/Util.pm | 178 ++++++----
lib/Net/SIP/Util.pod | 38 ++-
t/02_listen_and_invite.t | 27 +-
t/04_call_with_rtp.t | 36 +-
t/05_call_with_stateless_proxy.t | 27 +-
t/06_call_with_reinvite.t | 24 +-
t/07_call_on_hold.t | 24 +-
t/08_register_with_auth.t | 30 +-
t/11_invite_timeout.t | 25 +-
t/12_maddr.t | 32 +-
t/13_maddr_proxy.t | 3 +-
t/15_block_invite.t | 3 +-
t/16_drop_invite.t | 8 +-
t/17_call_with_reinvite_and_auth.t | 30 +-
t/18_register_with_auth_step_by_step.t | 32 +-
t/19_call_with_dtmf.t | 41 ++-
t/certs/ca.pem | 20 ++
t/certs/caller.sip.test.pem | 48 +++
t/certs/listen.sip.test.pem | 48 +++
t/certs/proxy.sip.test.pem | 48 +++
t/testlib.pl | 91 +++--
41 files changed, 1556 insertions(+), 623 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