Skip to content

Commit

Permalink
Merge pull request jfernandz#38 from spike77453/master
Browse files Browse the repository at this point in the history
Added iaxregistry method to manager
  • Loading branch information
rdegges authored Jun 25, 2018
2 parents ad0033a + 3f5919a commit bd61a40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions asterisk/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,11 @@ def sipshowregistry(self):
response = self.send_action(cdict)
return response

def iaxregistry(self):
cdict = {'Action': 'IAXregistry'}
response = self.send_action(cdict)
return response

def reload(self, module):
""" Reloads config for a given module """

Expand Down

0 comments on commit bd61a40

Please sign in to comment.