[libnet-sip-perl] 01/07: Merge tag 'upstream/0.687'

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 commit to branch master
in repository libnet-sip-perl.

commit 90eebb2cd08fd1d604d8cb6dc396c10a56e45c1a
Merge: 9da2e3d a953215
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Feb 22 17:25:31 2014 +0000

    Merge tag 'upstream/0.687'
    
    Upstream version 0.687
    
    # gpg: Signature made Sat 22 Feb 2014 17:22:00 GMT using RSA key ID 96CC0909
    # gpg: Good signature from "Daniel Lintott <daniel at serverb.co.uk>"
    # gpg:                 aka "Daniel Lintott <daniel at gns3.serverb.co.uk>"
    # gpg:                 aka "Daniel Lintott <maint at gns3.serverb.co.uk>"
    
    Conflicts:
    	samples/test_registrar_and_proxy.pl

 Changes                                |   15 +
 META.yml                               |    2 +-
 bin/answer_machine.pl                  |  174 ++--
 bin/nathelper.pl                       |   58 +-
 bin/stateless_proxy.pl                 |  503 ++++++------
 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 +++--
 61 files changed, 8951 insertions(+), 8760 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