Skip to content

Commit 37ac11b

Browse files
romkazorettoreleandrotognoli
authored andcommitted
Update event.py
Add some transfer Events to register_parser
1 parent 19293f5 commit 37ac11b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asterisk/ami/event.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ def __call__(self, key, value):
6464
raise NotImplementedError()
6565

6666

67-
@Event.register_parser('ChanVariable', 'DestChanVariable')
67+
@Event.register_parser('ChanVariable', 'DestChanVariable', 'TargetChanVariable', 'OrigTransfererChanVariable',
68+
'SecondTransfererChanVariable', 'TransfereeChanVariable', 'TransferTargetChanVariable')
6869
class KeyValueParser(EventKeyParser):
6970
def __call__(self, key, value):
7071
if key not in self.keys:

0 commit comments

Comments
 (0)