Skip to content
Snippets Groups Projects
  1. Aug 17, 2021
  2. Aug 16, 2021
  3. Aug 11, 2021
    • Joshua C. Colp's avatar
      policy: Deprecate modules and add versions to others. · 93870e7b
      Joshua C. Colp authored
      app_meetme is deprecated in 19, to be removed in 21.
      app_osplookup is deprecated in 19, to be removed in 21.
      chan_alsa is deprecated in 19, to be removed in 21.
      chan_mgcp is deprecated in 19, to be removed in 21.
      chan_skinny is deprecated in 19, to be removed in 21.
      res_pktccops is deprecated in 19, to be removed in 21.
      app_macro was deprecated in 16, to be removed in 21.
      chan_sip was deprecated in 17, to be removed in 21.
      res_monitor was deprecated in 16, to be removed in 21.
      
      ASTERISK-29548
      ASTERISK-29549
      ASTERISK-29550
      ASTERISK-29551
      ASTERISK-29552
      ASTERISK-29553
      ASTERISK-29558
      ASTERISK-29567
      ASTERISK-29572
      
      Change-Id: Ic3bee31a10d42c4b3bbc913d893f7b2a28a27131
      93870e7b
  4. Aug 09, 2021
    • Naveen Albert's avatar
      func_frame_drop: New function · 6a89266b
      Naveen Albert authored
      Adds function to selectively drop specified frames
      in the TX or RX direction on a channel, including
      control frames.
      
      ASTERISK-29478
      
      Change-Id: I8147c9d55d74e2e48861edba6b22f930920541ec
      6a89266b
  5. Aug 06, 2021
    • Alexander Traud's avatar
      aelparse: Accept an included context with timings. · 8a6c9c3a
      Alexander Traud authored
      With Asterisk 1.6.0, in the main parser for the configuration file
      extensions.conf, the separator was changed from vertical bar to comma.
      However, the first separator was not changed in aelparse; it still had
      to be a vertical bar, and no comma was allowed.
      
      Additionally, this change allows the vertical bar for the first and
      last parameter again, even in the main parser, because the vertical bar
      was still accepted for the other parameters.
      
      ASTERISK-29540
      
      Change-Id: I882e17c73adf4bf2f20f9046390860d04a9f8d81
      8a6c9c3a
    • Kevin Harwell's avatar
      format_ogg_speex: Implement a "not supported" write handler · 049c7c13
      Kevin Harwell authored
      This format did not specify a "write" handler, so when attempting to write
      to it (ast_writestream) a crash would occur.
      
      This patch adds a default handler that simply issues a "not supported"
      warning, thus no longer crashing.
      
      ASTERISK-29539
      
      Change-Id: I8f6ddc7cc3b15da30803be3b1cf68e2ba0fbce91
      049c7c13
  6. Aug 04, 2021
    • Naveen Albert's avatar
      cdr_adaptive_odbc: Prevent filter warnings · b5709e61
      Naveen Albert authored
      Previously, if CDR filters were used so that
      not all CDR records used all sections defined
      in cdr_adaptive_odbc.conf, then warnings will
      always be emitted (if each CDR record is unique
      to a particular section, n-1 warnings to be
      specific).
      
      This turns the offending warning log into
      a verbose message like the other one, since
      this behavior is intentional and not
      indicative of anything wrong.
      
      ASTERISK-29494
      
      Change-Id: Ifd314fa9298722bc99494d5ca2658a5caa94a5f8
      b5709e61
  7. Aug 03, 2021
    • Naveen Albert's avatar
      app_queue: Allow streaming multiple announcement files · 0e023e6c
      Naveen Albert authored
      Allows multiple files comprising an agent announcement
      to be played by separating on the ampersand, similar
      to the multi-file support in other Asterisk applications.
      
      ASTERISK-29528
      
      Change-Id: Iec600d8cd5ba14aa1e4e37f906accb356cd7891a
      0e023e6c
    • Igor Goncharovsky's avatar
      res_pjsip_header_funcs: Add PJSIP_HEADERS() ability to read header by pattern · 4f437ea1
      Igor Goncharovsky authored
      PJSIP currently does not provide a function to replace SIP_HEADERS() function to get a list of headers from INVITE request.
      It may be used to get all X- headers in case the actual set and names of headers unknown.
      
      ASTERISK-29389
      
      Change-Id: Ic09d395de71a0021e0d6c5c29e1e19d689079f8b
      4f437ea1
    • Rijnhard Hessel's avatar
      res_statsd: handle non-standard meter type safely · 728a52fb
      Rijnhard Hessel authored
      Meter types are not well supported,
      lacking support in telegraf, datadog and the official statsd servers.
      We deprecate meters and provide a compliant fallback for any existing usages.
      
      A flag has been introduced to allow meters to fallback to counters.
      
      
      ASTERISK-29513
      
      Change-Id: I5fcb385983a1b88f03696ff30a26b55c546a1dd7
      728a52fb
  8. Aug 02, 2021
    • Naveen Albert's avatar
      app_dtmfstore: New application to store digits · fa7d147e
      Naveen Albert authored
      Adds application to asynchronously collect digits
      dialed on a channel in the TX or RX direction
      using a framehook and stores them in a specified
      variable, up to a configurable number of digits.
      
      ASTERISK-29477
      
      Change-Id: I51aa93fc9507f7636ac44806c4420ce690423e6f
      fa7d147e
    • under's avatar
      codec_builtin.c: G729 audio gets corrupted by Asterisk due to smoother · de3f5350
      under authored
      If Asterisk gets G.729 6-byte VAD frames inbound, then at outbound Asterisk sends this G.729 stream with non-continuous timestamps.
      This makes the audio stream not-playable at the receiver side.
      Linphone isn't able to play such an audio - lots of disruptions are heard.
      Also I had complains of bad audio from users which use other types of phones.
      
      After debugging, I found this is a regression connected with RTP Smoother (main/smoother.c).
      
      Smoother has a special code to handle G.729 VAD frames (search for AST_SMOOTHER_FLAG_G729 in smoother.c).
      
      However, this flag is never set in Asterisk-12 and newer.
      Previously it has been set (see Asterisk-11).
      
      ASTERISK-29526 #close
      
      Change-Id: I6f51ecb1a3ecd9c6d59ec5a6811a27446e17065d
      de3f5350
    • Sean Bright's avatar
      res_http_media_cache: Cleanup audio format lookup in HTTP requests · 6428124b
      Sean Bright authored
      Asterisk first looks at the end of the URL to determine the file
      extension of the returned audio, which in many cases will not work
      because the URL may end with a query string or a URL fragment. If that
      fails, Asterisk then looks at the Content-Type header and then finally
      parses the URL to get the extension.
      
      The order has been changed such that we look at the Content-Type
      header first, followed by looking for the extension of the parsed
      URL. We no longer look at the end of the URL, which was error prone.
      
      ASTERISK-29527 #close
      
      Change-Id: I1e3f83b339ef2b80661704717c23568536511032
      6428124b
    • Joshua C. Colp's avatar
      docs: Remove embedded macro in WaitForCond XML documentation. · d0f189a5
      Joshua C. Colp authored
      Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c
      d0f189a5
    • Ben Ford's avatar
      Update AMI and ARI versions for Asterisk 20. · db7b0255
      Ben Ford authored
      Bumped AMI and ARI versions for the next major Asterisk version (20).
      
      Change-Id: I2e65794f206d443178ab6895767fb53f04cc3e6a
      db7b0255
  9. Jul 22, 2021
    • Kevin Harwell's avatar
      AST-2021-009 - pjproject-bundled: Avoid crash during handshake for TLS · e8cda4b3
      Kevin Harwell authored
      If an SSL socket parent/listener was destroyed during the handshake,
      depending on timing, it was possible for the handling callback to
      attempt access of it after the fact thus causing a crash.
      
      ASTERISK-29415 #close
      
      Change-Id: I105dacdcd130ea7fdd4cf2010ccf35b5eaf1432d
      e8cda4b3
    • Kevin Harwell's avatar
      AST-2021-008 - chan_iax2: remote crash on unsupported media format · 1b62831f
      Kevin Harwell authored
      If chan_iax2 received a packet with an unsupported media format, for
      example vp9, then it would set the frame's format to NULL. This could
      then result in a crash later when an attempt was made to access the
      format.
      
      This patch makes it so chan_iax2 now ignores/drops frames received
      with unsupported media format types.
      
      ASTERISK-29392 #close
      
      Change-Id: Ifa869a90dafe33eed8fd9463574fe6f1c0ad3eb1
      1b62831f
    • Joshua C. Colp's avatar
      AST-2021-007 - res_pjsip_session: Don't offer if no channel exists. · ec16d2ec
      Joshua C. Colp authored
      If a re-INVITE is received after we have sent a BYE request then it
      is possible for no channel to be present on the session. If this
      occurs we allow PJSIP to produce the offer instead. Since the call
      is being hung up if it produces an incorrect offer it doesn't
      actually matter. This also ensures that code which produces SDP
      does not need to handle if a channel is not present.
      
      ASTERISK-29381
      
      Change-Id: I673cb88c432f38f69b2e0851d55cc57a62236042
      ec16d2ec
  10. Jul 21, 2021
  11. Jul 20, 2021
    • Andre Barbosa's avatar
      res_stasis_playback: Check for chan hangup on play_on_channels · f4d3f021
      Andre Barbosa authored
      Verify `ast_check_hangup` before looping to the next sound file.
      If the call is already hangup we just break the cycle.
      It also ensures that the PlaybackFinished event is sent if the call was hangup.
      
      This is also use-full when we are playing a big list of file for a channel that is hangup.
      Before this patch Asterisk will give a warning for every sound not played and fire a PlaybackStart for every sound file on the list tried to be played.
      
      With the patch we just break the playback cycle when the chan is hangup.
      
      ASTERISK-29501 #close
      
      Change-Id: Ic4e1c01b974c9a1f2d9678c9d6b380bcfc69feb8
      f4d3f021
  12. Jul 19, 2021
    • Sean Bright's avatar
      res_http_media_cache.c: Fix merge errors from 18 -> master · d5bb27a0
      Sean Bright authored
      ASTERISK-27871 #close
      
      Change-Id: I6624f2d3a57f76a89bb372ef54a124929a0338d7
      d5bb27a0
    • Sean Bright's avatar
      res_pjsip_stir_shaken: RFC 8225 compliance and error message cleanup. · 237285a9
      Sean Bright authored
      From RFC 8225 Section 5.2.1:
      
          The "dest" claim is a JSON object with the claim name of "dest"
          and MUST have at least one identity claim object.  The "dest"
          claim value is an array containing one or more identity claim JSON
          objects representing the destination identities of any type
          (currently "tn" or "uri").  If the "dest" claim value array
          contains both "tn" and "uri" claim names, the JSON object should
          list the "tn" array first and the "uri" array second.  Within the
          "tn" and "uri" arrays, the identity strings should be put in
          lexicographical order, including the scheme-specific portion of
          the URI characters.
      
      Additionally, make it clear that there was a failure to sign the JWT
      payload and not necessarily a memory allocation failure.
      
      Change-Id: Ia8733b861aef6edfaa9c2136e97b447a01578dc9
      237285a9
    • Sean Bright's avatar
      res_http_media_cache.c: Parse media URLs to find extensions. · d5683268
      Sean Bright authored
      Use cURL's URL parsing API, falling back to the urlparser library, to
      parse playback URLs in order to find their file extensions.
      
      For backwards compatibility, we first look at the full URL, then at
      any Content-Type header, and finally at just the path portion of the
      URL.
      
      ASTERISK-27871 #close
      
      Change-Id: I16d0682f6d794be96539261b3e48f237909139cb
      d5683268
  13. Jul 16, 2021
  14. Jul 15, 2021
  15. Jul 08, 2021
Loading