Skip to content

Commit

Permalink
Merge pull request jfernandz#36 from Sp1tF1r3/master
Browse files Browse the repository at this point in the history
add sipshowregistry
  • Loading branch information
ar13pit authored Jul 20, 2017
2 parents 44ccd89 + dacb257 commit ad0033a
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 @@ -670,6 +670,11 @@ def sipshowpeer(self, peer):
response = self.send_action(cdict)
return response

def sipshowregistry(self):
cdict = {'Action': 'SIPShowregistry'}
response = self.send_action(cdict)
return response

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

Expand Down

0 comments on commit ad0033a

Please sign in to comment.