Skip to content

Commit bd5e4c0

Browse files
author
Ihor
authored
Update action.py
Fix send variables to asterisk
1 parent 31309d8 commit bd5e4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asterisk/ami/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __getitem__(self, item):
2929

3030
class SimpleAction(Action):
3131
def __init__(self, name, **kwargs):
32-
super(SimpleAction, self).__init__(name=name, keys=kwargs)
32+
super(SimpleAction, self).__init__(name=name, keys=kwargs, variables=kwargs['Variable'])
3333

3434

3535
class LoginAction(Action):

0 commit comments

Comments
 (0)