Skip to content
Snippets Groups Projects
  1. Nov 04, 2016
    • Matt Jordan's avatar
      res_stasis: Set a video source mode on Stasis created bridges · 7a449b68
      Matt Jordan authored
      When a bridge is created via ARI (through res_stasis), no video source
      mode is set by default. As a result, any endpoint sending video media
      won't ever see any video reflected back to it.
      
      This patch defaults a bridge to a 'follow the talker' video mode.
      Further work can be done to add routes that allow for the video mode to
      be controlled through the /bridges resource.
      
      Change-Id: I7e9d530a5d7a97a4524a9ee4e468e1a6b3443866
      7a449b68
    • Kevin Harwell's avatar
      Revert "chan_sip: Fix lastrtprx always updated" · bf01ff53
      Kevin Harwell authored
      This reverts commit 93332cb1.
      
      Unfortunately, the aforementioned commit caused a regression (incoming calls
      would eventually disconnect). Thus it is being removed.
      
      ASTERISK-26523 #close
      ASTERISK-25270
      
      Change-Id: Ibf5586adc303073a8eac667a4cbfdb6be184a64d
      bf01ff53
  2. Nov 03, 2016
  3. Nov 02, 2016
  4. Nov 01, 2016
  5. Oct 31, 2016
  6. Oct 30, 2016
    • Corey Farrell's avatar
      vector: Prevent NULL argument to memcpy. · 273debd2
      Corey Farrell authored
      Headers declare that memcpy does not accept NULL argument for the first
      two parameters.  Add a conditional block to prevent memcpy and ast_free
      from running on vectors with NULL element array.
      
      ASTERISK-26526 #close
      
      Change-Id: I988a476bb5fcfcbd3f6d6c6b3e7769e4f9629b71
      273debd2
  7. Oct 29, 2016
    • Corey Farrell's avatar
      astobj2: Declare private variable data_size for AO2_DEBUG only. · ad60927a
      Corey Farrell authored
      Every ao2 object contains storage for a private variable data_size,
      though the value is never read if AO2_DEBUG is disabled.  This change
      makes the variable conditional, reducing memory usage.
      
      ASTERISK-26524 #close
      
      Change-Id: If859929e507676ebc58b0f84247a4231e11da07f
      ad60927a
  8. Oct 28, 2016
  9. Oct 27, 2016
    • zuul's avatar
    • Tzafrir Cohen's avatar
      chan_dahdi: remove by_name support · 0646b48e
      Tzafrir Cohen authored
      Support for referring to DAHDI channels by logical names was added in
      (FIXME: when? Asterisk 11? 1.8?) and was intended to be part of support
      of refering to channels by name.
      
      While technically usable, it has never been properly supported in
      dahdi-tools, as using it would require many changes at the Asterisk
      level. Instead logical mapping was added at the kernel level.
      
      Thus it seems that refering to DAHDI channels by name is not really used
      by anyone, and therefore should probably be removed.
      
      Change-Id: I7d50bbfd9d957586f5cd06570244ef87bd54b485
      0646b48e
Loading