plivo 4.25.1 → 4.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f443da345e9dd7008e4da7feb9fb380aa600d2d
4
- data.tar.gz: f0a9c52fc349c4741cb0efd72bff4d1ffa72d35d
3
+ metadata.gz: 28692b913ed5944eadc3dc9cb233f821ac357681
4
+ data.tar.gz: 6f4ae15fc412b3eef3c09fe9588e5b65d4e0ccc1
5
5
  SHA512:
6
- metadata.gz: f2bf6055224a1feb6411d683ed13100681b0350e60ab3d76869a8d7cd97dacddbacb16522e8ba6daa685c80792d7d0d13c33f0bf14cf6ca3613eec4638625d8f
7
- data.tar.gz: c8c2e8e68cd4c71a4a416f70883b99e3ee73aa2a6ebe4cc3a518382f55f48353dfb89d19b0c3e144c2046c2d3f906a9e82738db5bb9d02341e2e0ed30807919c
6
+ metadata.gz: a63734b4798e92b7cd8805783fd696d884fed366c15707f182da49562f192f600740f11997aa16132aaa5cbc115476cfb995532e310f480834e8e4f078f05722
7
+ data.tar.gz: 8c0564708aceb0ce7d2658fa39075b4c53c2549e3d8f21d3141b66091326551883042c7138eb8c39a0aeb15eb1c28ee93039ddb89011a14c73d2f5a1cc6acf0a
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Change Log
2
+ ## [4.26.0](https://github.com/plivo/plivo-ruby/tree/v4.26.0) (2022-03-24)
3
+ **Feature - DialElement**
4
+ - `confirmTimeout` parameter added to [The Dial element](https://www.plivo.com/docs/voice/xml/dial/)
2
5
 
3
6
  ## [4.25.1](https://github.com/plivo/plivo-ruby/tree/v4.25.1) (2022-02-02)
4
7
  **Bugfix - Recording**
data/README.md CHANGED
@@ -9,7 +9,7 @@ The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby a
9
9
  Add this line to your application's Gemfile:
10
10
 
11
11
  ```ruby
12
- gem 'plivo', '>= 4.25.1'
12
+ gem 'plivo', '>= 4.26.0'
13
13
  ```
14
14
 
15
15
  And then execute:
data/lib/plivo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.25.1".freeze
2
+ VERSION = "4.26.0".freeze
3
3
  end
@@ -3,7 +3,7 @@ module Plivo
3
3
  class Dial < Element
4
4
  @nestables = %w[Number User]
5
5
  @valid_attributes = %w[action method timeout hangupOnStar
6
- timeLimit callerId callerName confirmSound
6
+ timeLimit callerId callerName confirmSound confirmTimeout
7
7
  dialMusic confirmKey redirect
8
8
  callbackUrl callbackMethod digitsMatch digitsMatchBLeg
9
9
  sipHeaders]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plivo
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.25.1
4
+ version: 4.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The Plivo SDKs Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-02 00:00:00.000000000 Z
11
+ date: 2022-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday