Skip to content
Snippets Groups Projects
  1. Aug 01, 2017
    • George Joseph's avatar
      bundled_pjproject: Improve SSL/TLS error handling · ac6d98b2
      George Joseph authored
      OpenSSL has 2 levels or error processing.  It's possible for the
      top layer to return SSL_ERROR_SYSCALL but the lower layer return
      no error, in which case processing should continue.  Only the top
      layer was being examined though so connections were being torn
      down when they didn't need to be.  This patch adds the examination
      of the lower level codes, and if they return no errors, allows
      processing to continue.
      
      ASTERISK-27001
      Reported-by: Ian Gilmour
      patches:
      	pjproject-2.6.patch submitted by Ian Gilmour (license 6889)
      
      Updated-by: George Joseph and Sauw Ming (Teluu)
      
      Merged to upstream pjproject on 7/27/2017 (commit 5631)
      
      Change-Id: I23844ca0c68ef1ee550f14d46f6dae57d33b7bd2
      ac6d98b2
    • Torrey Searle's avatar
      chan_pjsip: add a new function PJSIP_DTMF_MODE · 65c56089
      Torrey Searle authored
      This function is a replica of SIPDtmfMode, allowing the DTMF mode of a
      PJSIP call to be modified on a per-call basis
      
      ASTERISK-27085 #close
      
      Change-Id: I20eef5da3e5d1d3e58b304416bc79683f87e7612
      65c56089
  2. Jul 26, 2017
  3. Jul 25, 2017
  4. Jul 24, 2017
  5. Jul 21, 2017
    • Richard Mudgett's avatar
      app_voicemail.c: Allow mailbox entry on authentication retry prompt. · 92293075
      Richard Mudgett authored
      The following testsuite voicemail tests were failing to re-enter the
      mailbox after the first login attempt.
      
      tests/apps/voicemail/authenticate_invalid_mailbox
      tests/apps/voicemail/authenticate_invalid_password
      
      The tests were noting the start of the vm-incorrect-mailbox prompt and
      immediately sending the mailbox for the next login attempt.  Since the
      invalid message playback had to complete before the digits were
      recognized, the test passed for the wrong reason and added approximately
      20 seconds to the test times.
      
      * Allow the vm-incorrect-mailbox prompt to get interrupted by the mailbox
      digits like the initial vm-login prompt so the tests are able to enter the
      intended mailbox.
      
      Change-Id: I1dc53fe917bfe03a4587b2c4cd24c94696a69df8
      92293075
    • Matthew Fredrickson's avatar
      format.h: Fix a few minor errors in comments. · 2697e451
      Matthew Fredrickson authored
      A few minor problems were found in comments in format.h.  This patch fixes them.
      
      Change-Id: I07f0bdb47b93359b361c4c3d8ecc87cd3199dd94
      2697e451
    • Rusty Newton's avatar
      say.c: Fix file locations for second, seconds, minute, minutes files · 19b080b5
      Rusty Newton authored
      The seconds and minutes files have always existed in the base language
      directory of the Core package. So say.c has always been calling the wrong
      location (under digits/) for those two files and in the case of second and
      minute they didn't exist in the Core packages at all.
      
      The 1.6 sounds release moves the second and minute files into Core from
      Extra for the languages that already had them. A future release will include
      the second and minute files for languages that didn't already have them.
      
      This patch just changes all the target locations for second, seconds,
      minute, and minutes that were under the digits subdir to be under the root of
      sounds instead. Which is where the sounds will be for some languages after 1.6
      sounds and for all languages after a future release.
      
      ASTERISK-25810 #close
      
      Change-Id: I05d9d4bee6a7237030530a46e7eb3df15f13f702
      Reported-by: Nicolas Riendeau
      19b080b5
    • Rusty Newton's avatar
      Sounds: Update Makefile for Extra sounds 1.5.1 release · a2f6028a
      Rusty Newton authored
      Incrementing version for the Extra sounds release. 1.5.1 Extra sounds
      removes two prompts that were moved into the Core packages in the 1.6 Core
      sounds release.
      
      ASTERISK-27142 #close
      
      Change-Id: I82f017812b0ea9599e19dd4635afd55611f13ee7
      a2f6028a
    • George Joseph's avatar
      Update make_ari_stubs in master to make the version 16 · 063c9a93
      George Joseph authored
      Ready for next major version
      
      Change-Id: If9dc99b3b78768529e69a297d8f87e23582ca6d0
      063c9a93
    • George Joseph's avatar
      Restore the incorrectly deleted spandspflow2pcap.log · ba52a36f
      George Joseph authored
      Change-Id: Iafe78cf0fb1e7064223d4dea279eeb776c8fa8e5
      ba52a36f
    • George Joseph's avatar
  6. Jul 20, 2017
  7. Jul 19, 2017
  8. Jul 18, 2017
  9. Jul 17, 2017
Loading