Skip to content
Snippets Groups Projects
Commit 895255d2 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

dringctrl: add getCallList() support and naming changes

- --gcl option return getCallList() results
- changed application path (naming error)
- changed application name (naming error)
- fixed dtmf option

Refs #67053

Change-Id: Icaa3b15a37890eaa295eaac0876626135a3f8a70
parent 90204008
Branches
Tags
No related merge requests found
......@@ -442,6 +442,11 @@ class DRingCtrl(Thread):
# Call management
#
def getAllCalls(self):
"""Return all calls handled by the daemon"""
return [str(x) for x in self.callmanager.getCallList()]
def getCallDetails(self, callid):
"""Return informations on this call if exists"""
......
......@@ -167,7 +167,7 @@ if __name__ == "__main__":
ctrl.UnHold(args.unhold)
if args.dtmf:
sflphone.Dtmf(dtmf)
ctrl.Dtmf(dtmf)
"""
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment