| Tests: | 4 passed |
|---|---|
| Duration: | 2 minutes |
| Changes: | Who: Russell Bryant Why: Add support for displaying support level and replacement. Who: seanbright Why: After toggling the currently selected item, move down to the next item in the list. |
| Tests: | 28 passed |
|---|---|
| Duration: | 13 minutes |
| Changes: | Who: Russell Bryant Why: Add support for displaying support level and replacement. Who: seanbright Why: After toggling the currently selected item, move down to the next item in the list. |
| Tests: | 4 passed |
|---|---|
| Duration: | 2 minutes |
| Changes: | Who: Russell Bryant Why: Add support for displaying support level and replacement. Who: seanbright Why: After toggling the currently selected item, move down to the next item in the list. |
| Tests: | 3 of 44 failed |
|---|---|
| Duration: | 15 minutes |
| Changes: | No changes |
| Tests: | 8 passed |
|---|---|
| Duration: | 3 minutes |
| Changes: | No changes |
| Tests: | 1 of 39 failed |
|---|---|
| Duration: | 17 minutes |
| Changes: | No changes |
| Tests: | 8 passed |
|---|---|
| Duration: | 3 minutes |
| Changes: | No changes |
| Tests: | 4 of 56 failed |
|---|---|
| Duration: | 18 minutes |
| Changes: | Who: Leif Madsen Why: Use autotagged externals Who: Leif Madsen Why: creating autotag for asterisk 1.6.2.20 |
| Tests: | No tests found |
|---|---|
| Duration: | 985 minutes |
| Changes: | No changes |
| Tests: | 24 of 186 failed |
|---|---|
| Duration: | 39 minutes |
| Changes: | Who: Matthew Jordan Why: Fix dumb mistake |
| Tests: | 35 of 145 failed |
|---|---|
| Duration: | 1 minute |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 7 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 103 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base ComponentStateReplicator constructor args. |
| Tests: | Testless build |
|---|---|
| Duration: | 38 minutes |
| Changes: | Who: Brent Eagles Why: Change name of library for pjproject"s resample lib. Who: Brent Eagles Why: Allowing test timeouts to be overridden in the target"s CMakeLists.txt file. |
| Tests: | Testless build |
|---|---|
| Duration: | 31 minutes |
| Changes: | Who: Ken Hunt Why: Fixes for configuration registration with ServiceLocator. |
| Tests: | Testless build |
|---|---|
| Duration: | 43 minutes |
| Changes: | Who: Brent Eagles Why: Fix build error on Windows. |
| Tests: | Testless build |
|---|---|
| Duration: | 39 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 72 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base ComponentStateReplicator constructor args. |
| Tests: | Testless build |
|---|---|
| Duration: | 57 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base ComponentStateReplicator constructor args. |
| Tests: | No tests found |
|---|---|
| Duration: | 30 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base ComponentStateReplicator constructor args. |
| Tests: | Testless build |
|---|---|
| Duration: | 39 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 616 minutes |
| Changes: | Who: Brent Eagles Why: Remove underscore at the end of a define that interfered with proper building of release mode on Windows. |
| Tests: | Testless build |
|---|---|
| Duration: | 658 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base ComponentStateReplicator constructor args. |
| Tests: | Testless build |
|---|---|
| Duration: | 649 minutes |
| Changes: | Who: Ken Hunt Why: Cleanup unit test exception handling. Let the test framework handle exceptions. |
| Tests: | Testless build |
|---|---|
| Duration: | 150 minutes |
| Changes: | Who: Ken Hunt Why: Changes to base class ComponentStateReplicator and some logging during configuration. |
| Tests: | Testless build |
|---|---|
| Duration: | 57 minutes |
| Changes: | Who: Brent Eagles Why: Added an accessor to the Service Management interface to get a sequence of the locator parameter objects that were added. |
| Tests: | Testless build |
|---|---|
| Duration: | 892 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 83 minutes |
| Changes: | Who: Brent Eagles Why: Fix enum name ambiguity build issue. |
| Tests: | Testless build |
|---|---|
| Duration: | 39 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 10 minutes |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 639 minutes |
| Changes: | No changes |
| Tests: | No tests found |
|---|---|
| Duration: | 11 minutes |
| Changes: | No changes |
| Tests: | 2 of 146 failed |
|---|---|
| Duration: | 87 minutes |
| Changes: | No changes |
| Tests: | 5 of 151 failed |
|---|---|
| Duration: | 49 minutes |
| Changes: | No changes |
| Tests: | 165 passed |
|---|---|
| Duration: | 35 minutes |
| Changes: | No changes |
| Tests: | 158 passed |
|---|---|
| Duration: | 42 minutes |
| Changes: | No changes |
| Tests: | 161 passed |
|---|---|
| Duration: | 43 minutes |
| Changes: | No changes |
| Tests: | 163 passed |
|---|---|
| Duration: | 43 minutes |
| Changes: | No changes |
| Tests: | 75 passed |
|---|---|
| Duration: | 984 minutes |
| Changes: | No changes |
| Tests: | 192 passed |
|---|---|
| Duration: | 65 minutes |
| Changes: | No changes |
| Tests: | 196 passed |
|---|---|
| Duration: | 61 minutes |
| Changes: | No changes |
| Tests: | 8 of 174 failed |
|---|---|
| Duration: | 92 minutes |
| Changes: | Who: Terry Wilson Why: Don"t resolve numeric hosts or contact unresolved hosts If a SIP dial string contains a numeric hostname that is not a peer name, don"t try to resolve it as it is unlikely that someone really means Dial(SIP/0.0.4.26) when Dial(SIP/1050) is called. Also, make sure that create_addr returns -1 if an address isn"t resolved so that we don"t attempt to send SIP requests to an address that doesn"t resolve. (closes issue ASTERISK-17146, ASTERISK-17716) Review: https://reviewboard.asterisk.org/r/1532/ ........ Merged revisions 341314 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341315 from http://svn.asterisk.org/svn/asterisk/branches/10 Who: Terry Wilson Why: Don"t use is_int() since it doesn"t link well on all platforms Just create an normal API function in strings.h that does the same thing just to be safe. ASTERISK-17146 ........ Merged revisions 341379 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341380 from http://svn.asterisk.org/svn/asterisk/branches/10 Who: rmudgett Why: More parking issues. * Fix potential deadlocks in SIP and IAX blind transfer to parking. * Fix SIP, IAX, DAHDI analog, and MGCP channel drivers to respect the parkext_exclusive option with transfers (Park(,,,,,exclusive_lot) parameter). Created ast_park_call_exten() and ast_masq_park_call_exten() to maintian API compatibility. * Made masq_park_call() handle a failed ast_channel_masquerade() setup. * Reduced excessive struct parkeduser.peername[] size. ........ Merged revisions 341254 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341255 from http://svn.asterisk.org/svn/asterisk/branches/10 Who: schmidts Why: Don"t sent in-dialog requests like UPDATE when Asterisk has not yet received a Contact URI from a UAS ........ Merged revisions 341366 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 341377 from http://svn.asterisk.org/svn/asterisk/branches/10 |
| Tests: | Testless build |
|---|---|
| Duration: | 48 seconds |
| Changes: | Who: dsessions Why: tweak1 (version b987ce2b24c44dcaa813faac1a88f403255993a4) |
| Tests: | Testless build |
|---|---|
| Duration: | 1 minute |
| Changes: | No changes |
| Tests: | Testless build |
|---|---|
| Duration: | 1 minute |
| Changes: | Who: dsessions Why: tweak (version 7ba8396155f09fbe28cbb1bf58b87f993b192127) Who: dsessions Why: tweak1 (version b987ce2b24c44dcaa813faac1a88f403255993a4) |
| Tests: | 1 passed |
|---|---|
| Duration: | 47 seconds |
| Changes: | Who: rmudgett Why: Asterisk is getting a "No D-channels available!" warning message every 4 seconds. For PTP links, libpri generated the PRI_EVENT_DCHAN_DOWN event every time it failed to bring layer 2 up because the physical layer is down. For PTP links, made generate the PRI_EVENT_DCHAN_UP/PRI_EVENT_DCHAN_DOWN only when it enters/exits the Q.921 superstate consisting of states 7(Q921_MULTI_FRAME_ESTABLISHED) and 8(Q921_TIMER_RECOVERY). Also changed the PTP link restart delay to be link specific instead of D channel specific because the GR-303 PTP switch types have more than one Q.921 link. (closes issue #17270) Reported by: jmls |
| Tests: | 1 passed |
|---|---|
| Duration: | 2 minutes |
| Changes: | Who: rmudgett Why: Option needed for Q931_IE_TIME_DATE to be optional in CONNECT message. The NEC SV8300 rejects the Q931_IE_TIME_DATE for Q.SIG. Add option to specify if and how much of the current time is put in Q931_IE_TIME_DATE. * Send date/time ie never. * Send date/time ie date only. * Send date/time ie date and hour. * Send date/time ie date, hour, and minute. * Send date/time ie date, hour, minute, and second. * Send date/time ie default: Libpri will send date and hhmm only when in NT PTMP mode to support ISDN phones. (closes issue #19221) Reported by: kenner JIRA SWP-3396 |
| Tests: | No tests found |
|---|---|
| Duration: | 19 seconds |
| Changes: | No changes |
| Tests: | 1 passed |
|---|---|
| Duration: | 1 minute |
| Changes: | Who: rmudgett Why: Asterisk is getting a "No D-channels available!" warning message every 4 seconds. For PTP links, libpri generated the PRI_EVENT_DCHAN_DOWN event every time it failed to bring layer 2 up because the physical layer is down. For PTP links, made generate the PRI_EVENT_DCHAN_UP/PRI_EVENT_DCHAN_DOWN only when it enters/exits the Q.921 superstate consisting of states 7(Q921_MULTI_FRAME_ESTABLISHED) and 8(Q921_TIMER_RECOVERY). Also changed the PTP link restart delay to be link specific instead of D channel specific because the GR-303 PTP switch types have more than one Q.921 link. (closes issue #17270) Reported by: jmls |