[sip/billing] Ajout de commentaires (et on appel hangup via AMI et pas l'AGI qui est bloqué)

This commit is contained in:
Valentin Samir 2013-12-29 13:45:20 +01:00
parent 21bca74028
commit 40eec6687a
2 changed files with 22 additions and 2 deletions

View file

@ -455,6 +455,8 @@ class AGI(object):
self.command("exec", app, *params)
def dial(self, to):
self.launch_app("dial", to)
def answer(self):
self.launch_app("Answer")
def goto(self, arg):
self.launch_app("goto", arg)