[test-results] [Bamboo] Asterisk - trunk - Linux - x86_64 build 208 has FAILED (2 tests failed, 1 failures were new). Change made by qwell, bbryant and dvossel

Bamboo bamboo at asterisk.org
Wed Sep 8 18:55:22 CDT 2010


-------------- next part --------------
-----------------------------------------------------------
AST-TRUNK-208 failed.
-----------------------------------------------------------
Code has been updated by qwell, bbryant, dvossel.
2/119 tests failed.

http://bamboo.asterisk.org/browse/AST-TRUNK-208/        


--------------
Code Changes
--------------
dvossel (285565):

>Merged revisions 285564 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>................
>  r285564 | dvossel | 2010-09-08 16:48:37 -0500 (Wed, 08 Sep 2010) | 60 lines
>  
>  Merged revisions 285563 via svnmerge from 
>  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
>  
>  ........
>    r285563 | dvossel | 2010-09-08 16:47:29 -0500 (Wed, 08 Sep 2010) | 54 lines
>    
>    Fixes interoperability problems with session timer behavior in Asterisk.
>    
>    CHANGES:
>    1. Never put "timer" in "Require" header.  This is not to our benefit
>    and RFC 4028 section 7.1 even warns against it.  It is possible for one
>    endpoint to perform session-timer refreshes while the other endpoint does
>    not support them.  If in this case the end point performing the refreshing
>    puts "timer" in the Require field during a refresh, the dialog will
>    likely get terminated by the other end.
>    
>    2. Change the behavior of 'session-timer=accept' in sip.conf (which is
>    the default behavior of Asterisk with no session timer configuration
>    specified) to only run session-timers as result of an incoming INVITE
>    request if the INVITE contains an "Session-Expires" header... Asterisk is
>    currently treating having the "timer" option in the "Supported" header as
>    a request for session timers by the UAC.  I do not agree with this.  Session
>    timers should only be negotiated in "accept" mode when the incoming INVITE
>    supplies a "Session-Expires" header, otherwise RFC 4028 says we should
>    treat a request containing no "Session-Expires" header as a session with
>    no expiration.
>    
>    Below I have outlined some situations and what Asterisk's behavior is.
>    The table reflects the behavior changes implemented by this patch.
>    
>    SITUATIONS:
>    -Asterisk as UAS
>    1. Incoming INVITE: NO  "Session-Expires"
>    2. Incoming INVITE: HAS "Session-Expires"
>    
>    -Asterisk as UAC
>    3. Outgoing INVITE: NO  "Session-Expires". 200 Ok Response HAS "Session-Expires" header
>    4. Outgoing INVITE: NO  "Session-Expires". 200 Ok Response NO  "Session-Expires" header
>    5. Outgoing INVITE: HAS "Session-Expires".
>    
>    Active   - Asterisk will have an active refresh timer regardless if the other endpoint does.
>    Inactive - Asterisk does not have an active refresh timer regardless if the other endpoint does.
>    XXXXXXX  - Not possible for mode.
>    ______________________________________
>    |SITUATIONS | 'session-timer' MODES  |
>    |___________|________________________|
>    |           | originate  |  accept   |
>    |-----------|------------|-----------|
>    |1.         |   Active   | Inactive  |
>    |2.         |   Active   |  Active   |
>    |3.         | XXXXXXXX   | Active    |
>    |4.         | XXXXXXXX   | Inactive  |
>    |5.         |   Active   | XXXXXXXX  |
>    --------------------------------------
>    
>    
>    (closes issue #17005)
>    Reported by: alexrecarey
>  ........
>................
>

dvossel (285569):

>Merged revisions 285568 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>................
>  r285568 | dvossel | 2010-09-08 17:14:19 -0500 (Wed, 08 Sep 2010) | 16 lines
>  
>  Merged revisions 285567 via svnmerge from 
>  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
>  
>  ................
>    r285567 | dvossel | 2010-09-08 17:11:28 -0500 (Wed, 08 Sep 2010) | 9 lines
>    
>    Merged revisions 285566 via svnmerge from 
>    https://origsvn.digium.com/svn/asterisk/branches/1.4
>    
>    ........
>      r285566 | dvossel | 2010-09-08 17:07:31 -0500 (Wed, 08 Sep 2010) | 2 lines
>      
>      In retrans_pkt, do not unlock pvt until the end of the function on a transmit failure.
>    ........
>  ................
>................
>

bbryant (285534):

>Merged revisions 285533 via svnmerge from 
>https://origsvn.digium.com/svn/asterisk/branches/1.8
>
>................
>  r285533 | bbryant | 2010-09-08 16:58:43 -0400 (Wed, 08 Sep 2010) | 15 lines
>  
>  Merged revisions 285532 via svnmerge from 
>  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
>  
>  ........
>    r285532 | bbryant | 2010-09-08 16:56:12 -0400 (Wed, 08 Sep 2010) | 8 lines
>    
>    Fixes a bug with MeetMe where after announcing the amount of time left in a conference, if music on hold was playing, it doesn't restart.
>    
>    (closes issue #17408)
>    Reported by: sysreq
>    Patches: 
>          asterisk-issue-17408_fixed.patch uploaded by sysreq (license 1009)
>    Tested by: sysreq
>  ........
>................
>


--------------
Tests
--------------
Failed Tests (2)
   - AsteriskTestSuite: Sip one legged transfer v6 (New)
   - AsteriskTestSuite: Callparking (Existing)


--------------
Error Summary
--------------
   src/rpe.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/codecs/gsm/src/inc/private.h
   ./inc/private.h:cannot open source file
   src/long_term.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/codecs/gsm/src/inc/private.h
   src/gsm_create.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/decode.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/codecs/gsm/src/inc/private.h
   src/gsm_decode.c:cannot open source file
   src/add.c:cannot open source file
   ./inc/private.h:cannot open source file
   src/short_term.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/codecs/gsm/src/inc/private.h
   ./inc/private.h:cannot open source file
   src/preprocess.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/codecs/gsm/src/inc/private.h
   hash/hash_buf.c:cannot open source file
   hash/hash_log2.c:cannot open source file
   hash/hash_page.c:cannot open source file
   hash/hash_func.c:cannot open source file
   hash/hash.c:cannot open source file
   hash/hash_bigkey.c:cannot open source file
   recno/rec_close.c:cannot open source file
   recno/rec_open.c:cannot open source file
   recno/rec_get.c:cannot open source file
   recno/rec_search.c:cannot open source file
   recno/rec_utils.c:cannot open source file
   recno/rec_seq.c:cannot open source file
   recno/rec_delete.c:cannot open source file
   recno/rec_put.c:cannot open source file
   mpool/mpool.c:cannot open source file
   db/db.c:cannot open source file
   btree/bt_page.c:cannot open source file
   btree/bt_close.c:cannot open source file
   btree/bt_open.c:cannot open source file
   btree/bt_utils.c:cannot open source file
   btree/bt_put.c:cannot open source file
   btree/bt_delete.c:cannot open source file
   btree/bt_get.c:cannot open source file
   btree/bt_seq.c:cannot open source file
   btree/bt_split.c:cannot open source file
   btree/bt_search.c:cannot open source file
   btree/bt_conv.c:cannot open source file
   btree/bt_overflow.c:cannot open source file
   np/strlcat.c:cannot open source file
   np/vis.c:cannot open source file
   np/fgetln.c:cannot open source file
   np/unvis.c:cannot open source file
   np/strlcpy.c:cannot open source file
   stdtime/localtime.c:cannot open source file
   snmp/agent.c:cannot open source file
   ael/pval.c:cannot open source file
   ais/evt.c:cannot open source file
   ais/clm.c:cannot open source file
   ooh323c/src/ooCalls.c:cannot open source file
   ooh323c/src/ooDateTime.c:cannot open source file
   ooh323c/src/ooSocket.c:cannot open source file
   ooh323c/src/ooStackCmds.c:cannot open source file
   ooh323c/src/ooh323ep.c:cannot open source file
   ooh323c/src/perutil.c:cannot open source file
   ooh323c/src/ooCmdChannel.c:cannot open source file
   ooh323c/src/ooCapability.c:cannot open source file
   ooh323c/src/errmgmt.c:cannot open source file
   ooh323c/src/ooports.c:cannot open source file
   ooh323c/src/ooLogChan.c:cannot open source file
   ooh323c/src/context.c:cannot open source file
   ooh323c/src/printHandler.c:cannot open source file
   ooh323c/src/ooh245.c:cannot open source file
   ooh323c/src/ooUtils.c:cannot open source file
   ooh323c/src/ooGkClient.c:cannot open source file
   ooh323c/src/dlist.c:cannot open source file
   ooh323c/src/h323/H323-MESSAGESEnc.c:cannot open source file
   ooh323c/src/h323/H235-SECURITY-MESSAGESDec.c:cannot open source file
   ooh323c/src/h323/H323-MESSAGESDec.c:cannot open source file
   ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.c:cannot open source file
   ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.c:cannot open source file
   ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.c:cannot open source file
   ooh323c/src/ooTimer.c:cannot open source file
   ooh323c/src/ootrace.c:cannot open source file
   ooh323c/src/decode.c:cannot open source file
   ooh323c/src/oochannels.c:cannot open source file
   ooh323c/src/ooq931.c:cannot open source file
   ooh323c/src/encode.c:cannot open source file
   ooh323c/src/ooh323.c:cannot open source file
   ooh323c/src/memheap.c:cannot open source file
   ooh323c/src/eventHandler.c:cannot open source file
   mp3/common.c:cannot open source file
   mp3/dct64_i386.c:cannot open source file
   mp3/decode_ntom.c:cannot open source file
   mp3/tabinit.c:cannot open source file
   mp3/layer3.c:cannot open source file
   mp3/interface.c:cannot open source file
   geninfo: WARNING: no data found for /srv/bamboo/xml-data/build-dir/AST-TRUNK/channels/xpmr/xpmr.c
   sip/srtp.c:cannot open source file
   sip/reqresp_parser.c:cannot open source file
   sip/config_parser.c:cannot open source file
   sip/dialplan_functions.c:cannot open source file
   sip/sdp_crypto.c:cannot open source file
   genhtml: WARNING: negative counts found in tracefile ../asterisk.info


--
This message is automatically generated by Atlassian Bamboo

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/test-results/attachments/20100908/28d2418e/attachment-0001.htm 


More information about the Test-results mailing list