[sip/billing] Ajout de commentaires (et on appel hangup via AMI et pas l'AGI qui est bloqué)
This commit is contained in:
parent
21bca74028
commit
40eec6687a
2 changed files with 22 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue