[libnet-sip-perl] branch master updated (9da2e3d -> e623866)

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Feb 22 17:50:09 UTC 2014


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

dlintott-guest pushed a change to branch master
in repository libnet-sip-perl.

      from  9da2e3d   Update changelog.
      adds  a953215   Imported Upstream version 0.687
       new  90eebb2   Merge tag 'upstream/0.687'
       new  5ead4e6   Add myself to uploaders
       new  4a96cfd   Update upstream copyright year
       new  d0a0ada   Drop trailing slash from metacpan urls
       new  4a8eb36   Bump standards version to 3.9.5
       new  97e418a   Update changelog
       new  e623866   Release changelog

The 7 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:
 Changes                                |   15 +
 META.yml                               |    2 +-
 bin/answer_machine.pl                  |  174 ++--
 bin/nathelper.pl                       |   58 +-
 bin/stateless_proxy.pl                 |  503 ++++++------
 debian/changelog                       |   10 +
 debian/control                         |    7 +-
 debian/copyright                       |    3 +-
 debian/watch                           |    2 +-
 lib/Net/SIP.pm                         |  120 +--
 lib/Net/SIP/Authorize.pm               |  410 +++++-----
 lib/Net/SIP/Blocker.pm                 |   72 +-
 lib/Net/SIP/DTMF.pm                    |  542 ++++++-------
 lib/Net/SIP/Debug.pm                   |  324 ++++----
 lib/Net/SIP/Dispatcher.pm              | 1372 ++++++++++++++++----------------
 lib/Net/SIP/Dispatcher/Eventloop.pm    |  264 +++---
 lib/Net/SIP/Dropper.pm                 |   76 +-
 lib/Net/SIP/Dropper/ByField.pm         |   70 +-
 lib/Net/SIP/Dropper/ByIPPort.pm        |  228 +++---
 lib/Net/SIP/Endpoint.pm                |  350 ++++----
 lib/Net/SIP/Endpoint/Context.pm        |  814 +++++++++----------
 lib/Net/SIP/Leg.pm                     |  658 +++++++--------
 lib/Net/SIP/NATHelper/Base.pm          | 1105 +++++++++++++------------
 lib/Net/SIP/NATHelper/Client.pm        |   64 +-
 lib/Net/SIP/NATHelper/Local.pm         |   80 +-
 lib/Net/SIP/NATHelper/Server.pm        |  282 +++----
 lib/Net/SIP/Packet.pm                  |  856 ++++++++++----------
 lib/Net/SIP/ReceiveChain.pm            |   50 +-
 lib/Net/SIP/Redirect.pm                |   60 +-
 lib/Net/SIP/Registrar.pm               |  262 +++---
 lib/Net/SIP/Request.pm                 |  468 +++++------
 lib/Net/SIP/Response.pm                |    4 +-
 lib/Net/SIP/SDP.pm                     |  694 ++++++++--------
 lib/Net/SIP/Simple.pm                  |  674 ++++++++--------
 lib/Net/SIP/Simple/Call.pm             |  970 +++++++++++-----------
 lib/Net/SIP/Simple/RTP.pm              |  658 +++++++--------
 lib/Net/SIP/StatelessProxy.pm          |  962 +++++++++++-----------
 lib/Net/SIP/StatelessProxy.pod         |   19 +
 lib/Net/SIP/Util.pm                    |  392 ++++-----
 samples/3pcc.pl                        |  427 +++++-----
 samples/bench/call.pl                  |  132 ++-
 samples/bench/listen.pl                |   31 +-
 samples/dtmf.pl                        |   21 +-
 samples/invite_and_recv.pl             |  115 ++-
 samples/invite_and_send.pl             |  140 ++--
 samples/register_and_redirect.pl       |   15 +-
 samples/test_registrar_and_proxy.pl    |   20 +
 t/02_listen_and_invite.t               |  158 ++--
 t/03_forward_stateless.t               |  104 ++-
 t/04_call_with_rtp.t                   |  192 ++---
 t/05_call_with_stateless_proxy.t       |  332 ++++----
 t/06_call_with_reinvite.t              |  238 +++---
 t/07_call_on_hold.t                    |  238 +++---
 t/08_register_with_auth.t              |  130 +--
 t/11_invite_timeout.t                  |  144 ++--
 t/12_maddr.t                           |  122 +--
 t/13_maddr_proxy.t                     |   14 +-
 t/14_bugfix_0.51.t                     |  155 ++--
 t/15_block_invite.t                    |  242 +++---
 t/16_drop_invite.t                     |  140 ++--
 t/17_call_with_reinvite_and_auth.t     |   93 ++-
 t/18_register_with_auth_step_by_step.t |  162 ++--
 t/19_call_with_dtmf.t                  |  216 ++---
 t/testlib.pl                           |  296 +++----
 tools/generate-dtmf.pl                 |  182 +++--
 65 files changed, 8968 insertions(+), 8765 deletions(-)
 create mode 100644 samples/test_registrar_and_proxy.pl

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