summaryrefslogtreecommitdiffstats
path: root/client/ivamApi.py
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-06 00:54:58 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-06 00:54:58 +0000
commit2076ab0ce49b934ce287ff9a863d4b8885946dec (patch)
tree320b63fcda72bc7baefe94ed9c1ef7d98e99120d /client/ivamApi.py
parent444b524c3a26d8dd83fae2a074d3d13b10ba17f7 (diff)
ulaw files, more python work
git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@16 dbf6933d-3bce-0310-9bcc-ed052ba35b35
Diffstat (limited to 'client/ivamApi.py')
-rw-r--r--client/ivamApi.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/client/ivamApi.py b/client/ivamApi.py
index 3cf5651..3fc86b3 100644
--- a/client/ivamApi.py
+++ b/client/ivamApi.py
@@ -1,7 +1,7 @@
class Processor:
- def onConnect(self, c):
+ def onConnect(self, c, callerNumber, ringNumber):
pass
def onHangup(self, c):
@@ -30,10 +30,7 @@ class Connector:
def stopPlayback(self):
pass
- def softStopPlayback(self):
- pass
-
- def recordClip(self, fname, gzip = 0):
+ def recordClip(self, fname, gzip = False):
pass
def stopRecording(self):
@@ -42,3 +39,5 @@ class Connector:
def timeout(self, t):
pass
+ def hangup(self, t):
+ pass