This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Steffen Ullrich,
    
This is a computer-generated test report for Net-SIP-0.36, created
automatically by CPAN::Reporter, version 0.48, and sent to the CPAN 
Testers mailing list.  If you have received this email directly, it is 
because the person testing your distribution chose to send a copy to your 
CPAN email address; there may be a delay before the official report is
received and processed by CPAN Testers.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module   Need Have
    -------- ---- ----
    Net::DNS 0.56 0.61

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    PATH = 
/arpa/af/d/drhyde/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/games:/usr/pkg/X11R6/bin
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 1
    PERL5_CPAN_IS_RUNNING = 1
    SHELL = /usr/pkg/bin/bash
    TERM = vt100

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /arpa/af/d/drhyde/perl-5.9.5/bin/perl5.9.5
    UID:  $<  = 40631
    EUID: $>  = 40631
    GID:  $(  = 500 500
    EGID: $)  = 500 500

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.91_53
    Cwd                 3.25   
    ExtUtils::CBuilder  0.19   
    ExtUtils::Command   1.13   
    ExtUtils::Install   1.41_01
    ExtUtils::MakeMaker 6.36   
    ExtUtils::Manifest  1.51_01
    ExtUtils::ParseXS   2.18   
    File::Spec          3.25   
    Module::Build       0.2808 
    Module::Signature   n/a    
    Test::Harness       2.64   
    Test::More          0.70   
    version             0.7203 

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/pkg/bin/make test':

PERL_DL_NONLAZY=1 /arpa/af/d/drhyde/perl-5.9.5/bin/perl5.9.5 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_load.........................ok
t/02_listen_and_invite............# call created
# got ringing
# call established
# call cleaned up
ok
t/03_forward_stateless............ok
t/04_call_with_rtp................# UAS on 127.0.0.1:55419
# UAC on 127.0.0.1:5060
# call created
# call established
# call cleaned up
# received 100/100 packets
ok
t/05_call_with_stateless_proxy....# UAS on 127.0.0.1:55412 
# UAC on 127.0.0.1:55413 
# PROXY on 127.0.0.1:55411 127.0.0.1:55410 
# proxy >> OK
# ready
# <<
# uas >> OK
# <<
# uas >> ready
# <<
# uac >> OK
# ready
# <<
# uac >> O> udp:127.0.0.1:55411 REQ(INVITE) SDP: audio=127.0.0.1:4662/2
# <<
# proxy >> I< 127.0.0.1:55413 REQ(INVITE) SDP: audio=127.0.0.1:4662/2
# O> udp:127.0.0.1:55412 REQ(INVITE) SDP: audio=127.0.0.1:4662/2
# I< 127.0.0.1:55412 RSP(INVITE,100) NO SDP
# O> 127.0.0.1:55413 RSP(INVITE,100) NO SDP
# <<
# uas >> I< 127.0.0.1:55410 REQ(INVITE) SDP: audio=127.0.0.1:4662/2
# O> 127.0.0.1:55410 RSP(INVITE,100) NO SDP
# call created
# INVITE [EMAIL PROTECTED] SIP/2.0
# via: SIP/2.0/UDP 
127.0.0.1:55410;branch=z9hG4bK7227bc992ff7041b8c249eca36a82f0e284d29bb7d6190109f7f791798118bc4
# record-route: <sip:127.0.0.1:55410;lr>
# record-route: <sip:127.0.0.1:55411;lr>
# via: SIP/2.0/UDP 
127.0.0.1:55413;branch=z9hG4bK9e952db4cc7461110107c18208a29df3284d29bb7d6190109f7f791798118bc4;received=127.0.0.1:55411
# call-id: 45d469e812ac9fddbe4235dd0a245de8
# cseq: 1 INVITE
# from: [EMAIL PROTECTED];tag=843f2b0049f2da55f2dc7883d9097daa
# content-type: application/sdp
# Content-length: 119
# max-forwards: 69
# contact: [EMAIL PROTECTED];tag=843f2b0049f2da55f2dc7883d9097daa
# to: [EMAIL PROTECTED];tag=e8b306c755de8f8d86cd261f9054a42b
# 
# v=0
# o=anonymous 1190500928 1190500928 IN IP4 127.0.0.1
# s=session
# c=IN IP4 127.0.0.1
# t=0 0
# m=audio 4662 RTP/AVP 0
# O> 127.0.0.1:55410 RSP(INVITE,200) SDP: audio=127.0.0.1:2278/2
# <<
# uac >> I< 127.0.0.1:55411 RSP(INVITE,100) NO SDP
# I< 127.0.0.1:55411 RSP(INVITE,200) SDP: audio=127.0.0.1:2278/2
# O> 127.0.0.1:55411 REQ(ACK) NO SDP
# call established
# <<
# uac >> RTP done
# <<
# uas >> I< 127.0.0.1:55410 REQ(ACK) NO SDP
# call established
# I< 127.0.0.1:55410 REQ(BYE) NO SDP
# O> 127.0.0.1:55410 RSP(BYE,200) NO SDP
# call cleaned up
# received 100/100 packets
# RTP ok
# END
# <<
# uac >> O> udp:127.0.0.1:55411 REQ(BYE) NO SDP
# I< 127.0.0.1:55411 RSP(BYE,200) NO SDP
# END
# <<
# proxy >> OK
# <<
# uas >> OK
# <<
# proxy >> ready
# <<
# uas >> ready
# <<
# uac >> OK
# <<
# uac >> ready
# O> udp:127.0.0.1:55411 REQ(INVITE) SDP: audio=127.0.0.1:6146/2
# <<
# proxy >> I< 127.0.0.1:55413 REQ(INVITE) SDP: audio=127.0.0.1:6146/2
# O> udp:127.0.0.1:55412 REQ(INVITE) SDP: audio=127.0.0.1:5264/2
# I< 127.0.0.1:55412 RSP(INVITE,100) NO SDP
# O> 127.0.0.1:55413 RSP(INVITE,100) NO SDP
# I< 127.0.0.1:55412 RSP(INVITE,200) SDP: audio=127.0.0.1:7672/2
# O> 127.0.0.1:55413 RSP(INVITE,200) SDP: audio=127.0.0.1:3896/2
# <<
# uas >> I< 127.0.0.1:55410 REQ(INVITE) SDP: audio=127.0.0.1:5264/2
# O> 127.0.0.1:55410 RSP(INVITE,100) NO SDP
# call created
# INVITE [EMAIL PROTECTED] SIP/2.0
# via: SIP/2.0/UDP 
127.0.0.1:55410;branch=z9hG4bK7227bc992ff7041b8c249eca36a82f0e65145a78c0a458974450f587ec95257b
# record-route: <sip:127.0.0.1:55410;lr>
# record-route: <sip:127.0.0.1:55411;lr>
# via: SIP/2.0/UDP 
127.0.0.1:55413;branch=z9hG4bK9e952db4cc7461110107c18208a29df365145a78c0a458974450f587ec95257b;received=127.0.0.1:55411
# call-id: ab5791aa6f3c4f91c6695e7aeaeaaa82
# cseq: 1 INVITE
# from: [EMAIL PROTECTED];tag=6fc9ec5432178ff61891b7afc83f32ad
# content-type: application/sdp
# Content-length: 119
# max-forwards: 69
# contact: [EMAIL PROTECTED];tag=6fc9ec5432178ff61891b7afc83f32ad
# to: [EMAIL PROTECTED];tag=e3c485f1960f60cb793cd96997923374
# 
# v=0
# o=anonymous 1190500931 1190500931 IN IP4 127.0.0.1
# s=session
# c=IN IP4 127.0.0.1
# t=0 0
# m=audio 5264 RTP/AVP 0
# O> 127.0.0.1:55410 RSP(INVITE,200) SDP: audio=127.0.0.1:7672/2
# <<
# uac >> I< 127.0.0.1:55411 RSP(INVITE,100) NO SDP
# I< 127.0.0.1:55411 RSP(INVITE,200) SDP: audio=127.0.0.1:3896/2
# O> 127.0.0.1:55411 REQ(ACK) NO SDP
# call established
# <<
# uac >> RTP done
# <<
# uas >> I< 127.0.0.1:55410 REQ(ACK) NO SDP
# call established
# I< 127.0.0.1:55410 REQ(BYE) NO SDP
# O> 127.0.0.1:55410 RSP(BYE,200) NO SDP
# call cleaned up
# received 100/100 packets
# RTP ok
# END
# <<
# uac >> O> udp:127.0.0.1:55411 REQ(BYE) NO SDP
# I< 127.0.0.1:55411 RSP(BYE,200) NO SDP
# END
# <<
# nathelper >> OK
# <<
# proxy >> OK
# ready
# <<
# uas >> OK
# <<
# uas >> ready
# <<
# uac >> OK
# <<
# uac >> ready
# O> udp:127.0.0.1:55411 REQ(INVITE) SDP: audio=127.0.0.1:2416/2
# <<
# proxy >> I< 127.0.0.1:55413 REQ(INVITE) SDP: audio=127.0.0.1:2416/2
# <<
# proxy >> O> udp:127.0.0.1:55412 REQ(INVITE) SDP: audio=127.0.0.1:4546/2
# <<
# uas >> I< 127.0.0.1:55410 REQ(INVITE) SDP: audio=127.0.0.1:4546/2
# <<
# uas >> O> 127.0.0.1:55410 RSP(INVITE,100) NO SDP
# call created
# INVITE [EMAIL PROTECTED] SIP/2.0
# via: SIP/2.0/UDP 
127.0.0.1:55410;branch=z9hG4bK7227bc992ff7041b8c249eca36a82f0e19af39af9cc84257518b6dd5e1ff93e1
# record-route: <sip:127.0.0.1:55410;lr>
# record-route: <sip:127.0.0.1:55411;lr>
# via: SIP/2.0/UDP 
127.0.0.1:55413;branch=z9hG4bK9e952db4cc7461110107c18208a29df319af39af9cc84257518b6dd5e1ff93e1;received=127.0.0.1:55411
# call-id: 474c8f5efce0317fa9845d13b1039b3e
# cseq: 1 INVITE
# from: [EMAIL PROTECTED];tag=0ef6a8aded937f951f7a676c92e5adc0
# content-type: application/sdp
# Content-length: 119
# max-forwards: 69
# contact: [EMAIL PROTECTED];tag=0ef6a8aded937f951f7a676c92e5adc0
# to: [EMAIL PROTECTED];tag=be196afd79b7ac9a9343d346723e5a8d
# 
# v=0
# o=anonymous 1190500933 1190500933 IN IP4 127.0.0.1
# s=session
# c=IN IP4 127.0.0.1
# t=0 0
# m=audio 4546 RTP/AVP 0
# O> 127.0.0.1:55410 RSP(INVITE,200) SDP: audio=127.0.0.1:2136/2
# <<
# uac >> I< 127.0.0.1:55411 RSP(INVITE,100) NO SDP
# <<
# uac >> I< 127.0.0.1:55411 RSP(INVITE,200) SDP: audio=127.0.0.1:8636/2
# <<
# uac >> O> 127.0.0.1:55411 REQ(ACK) NO SDP
# <<
# uac >> call established
# <<
# uac >> RTP done
# <<
# uas >> I< 127.0.0.1:55410 REQ(ACK) NO SDP
# call established
# I< 127.0.0.1:55410 REQ(BYE) NO SDP
# O> 127.0.0.1:55410 RSP(BYE,200) NO SDP
# call cleaned up
# received 100/100 packets
# RTP ok
# END
# <<
# uac >> O> udp:127.0.0.1:55411 REQ(BYE) NO SDP
# I< 127.0.0.1:55411 RSP(BYE,200) NO SDP
# END
# <<
ok
t/06_call_with_reinvite...........# uas >> OK
# Listening
# <<
# uac >> OK
# <<
# uac >> Started
# <<
# uas >> Call accepted
# <<
# uac >> Start RTP
# <<
# uac >> RTP#50#
# <<
# uas >> got rtp packet#50
# Starting ReInvite
# <<
# uac >> Got ReInvite
# <<
# uas >> Start RTP
# <<
# uas >> RTP#50#
# <<
# uac >> got rtp packet#50
# <<
# uac >> Send BYE
# <<
# uas >> Got RTP
# <<
# uas >> Received BYE
# <<
# uac >> BYE done
# <<
ok
t/07_call_on_hold.................# uas >> OK
# <<
# uas >> Listening
# <<
# uac >> OK
# <<
# uac >> Started
# <<
# uas >> Call accepted
# <<
# uac >> Start RTP
# <<
# uac >> RTP#50#
# <<
# uas >> got rtp packet#50
# <<
# uas >> Starting ReInvite
# <<
# uac >> Got ReInvite
# <<
# uas >> Start RTP
# <<
# uas >> RTP#50#
# <<
# uac >> got rtp packet#50
# <<
# uac >> Send BYE
# <<
# uas >> Received BYE after 0 bytes read
# <<
# uac >> BYE done
# <<
ok
t/08_register_with_auth...........# registrar >> OK
# <<
# registrar >> Listening
# <<
# uac >> OK
# <<
# uac >> Started
# <<
# uac >> Registered wolf (REALM.example.com)
# <<
# uac >> Registered 007 (REALM.example.com)
# <<
# uac >> Registered noauth ()
# <<
ok
All tests successful.
Files=8, Tests=128, 25 wallclock secs (10.37 cusr +  1.77 csys = 12.13 CPU)


--

Summary of my perl5 (revision 5 version 9 subversion 5) configuration:
  Platform:
    osname=netbsd, osvers=2.1.0_stable, archname=alpha-netbsd
    uname='netbsd sdf 2.1.0_stable netbsd 2.1.0_stable (sdf) #0: fri mar 30 
02:24:32 utc 2007 [EMAIL PROTECTED]:varsysarchalphacompilesdf alpha '
    config_args='-Dusedevel -Dprefix=/arpa/af/d/drhyde/perl-5.9.5 -de'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -I/usr/pkg/include'
    ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lbind -lgdbm -lm -lcrypt -lutil -lc -lposix
    perllibs=-lbind -lm -lcrypt -lutil -lc -lposix
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  
-L/usr/pkg/lib'

Reply via email to