Skip to content
Snippets Groups Projects
  1. Jun 23, 2018
  2. Jun 22, 2018
  3. Jun 21, 2018
  4. Jun 20, 2018
  5. Jun 19, 2018
  6. Jun 18, 2018
  7. Jun 15, 2018
    • Matthew Fredrickson's avatar
      menuselect/menuselect_curses: Resolves sprintf usage error · 8732d623
      Matthew Fredrickson authored
      Acccording to the man page for sprintf, using the same buffer for
      output as one used as an input yields undefined behavior.
      This patch should work around this problem.
      
      ASTERISK-27903
      Reported-by: Alexander Traud
      
      Change-Id: I2213dcb454aff26457e2e4cc9c6821276463ae3a
      8732d623
    • Sam Wierema's avatar
      app_mp3: remove 10 seconds of silence after mp3 playback · 4c7ab734
      Sam Wierema authored
      This patch changes the way asterisk polls output from mpg123, instead
      of waiting for 10 seconds(when playing an http url) it now uses a
      timeout of one second and iterates 10 times using this same timeout.
      
      The main difference is that for every timeout asterisk receives it now
      checks if mpg123 is still running before poll again.
      
      ASTERISK-27752
      
      Change-Id: Ib7df8462e3e380cb328011890ad9270d9e9b4620
      4c7ab734
  8. Jun 14, 2018
Loading