Skip to content

Commit 47f848b

Browse files
committed
Merge pull request #19 from plivo/add_param_dial_xml
Added digitsMatchBLeg parameter to Dial XML
2 parents 863074d + 3dab8c5 commit 47f848b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2014-06-02 Adds digitsMatchBLeg parameter to Dial XML
12
2014-01-14 Adds support for PhoneNumber API & Adds beep parameter for Wait element
23
2013-09-25 Missing minSilence for <Wait>
34
2013-09-25 Added relayDTMF to <Conference> and async to <DTMF>

plivoxml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class Dial(Element):
183183
valid_attributes = ('action','method','timeout','hangupOnStar',
184184
'timeLimit','callerId', 'callerName', 'confirmSound',
185185
'dialMusic', 'confirmKey', 'redirect',
186-
'callbackUrl', 'callbackMethod', 'digitsMatch',
186+
'callbackUrl', 'callbackMethod', 'digitsMatch', 'digitsMatchBLeg',
187187
'sipHeaders')
188188

189189
def __init__(self, **attributes):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name = "plivo",
1010
py_modules = ['plivo', "plivoxml"],
11-
version = "0.11.0",
11+
version = "0.11.1",
1212
description = "Plivo Python library",
1313
author = "Plivo Team",
1414
author_email = "hello@plivo.com",

0 commit comments

Comments
 (0)