summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/30-07-2011/ControllerClass.py
diff options
context:
space:
mode:
authortt412011-07-28 23:05:16 +0200
committertt412011-07-28 23:05:16 +0200
commit09edf25fd4c88ca82c5ba6b5aaad0aaaa091abe2 (patch)
tree5c44640cf3c0b0ed73d3bd610c11ff47d35ffaa7 /For Weekly Test/30-07-2011/ControllerClass.py
parentrename GSM Handler (diff)
downloadgsm-selftest-09edf25fd4c88ca82c5ba6b5aaad0aaaa091abe2.tar.gz
gsm-selftest-09edf25fd4c88ca82c5ba6b5aaad0aaaa091abe2.tar.xz
gsm-selftest-09edf25fd4c88ca82c5ba6b5aaad0aaaa091abe2.zip
Change SIP handler name
Diffstat (limited to 'For Weekly Test/30-07-2011/ControllerClass.py')
-rw-r--r--For Weekly Test/30-07-2011/ControllerClass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/30-07-2011/ControllerClass.py b/For Weekly Test/30-07-2011/ControllerClass.py
index b410fc0..f19e5df 100644
--- a/For Weekly Test/30-07-2011/ControllerClass.py
+++ b/For Weekly Test/30-07-2011/ControllerClass.py
@@ -146,7 +146,7 @@ class test:
else:
self.portCaller = 50099
- subprocess.Popen(args=["gnome-terminal", '--command=python sipHandler.py '+self.callFrom+ ' ' +str(self.portCaller)])
+ subprocess.Popen(args=["gnome-terminal", '--command=python SIPHandler.py '+self.callFrom+ ' ' +str(self.portCaller)])
def initReceiver(self):
logger.logEvent('init Receiver')
@@ -184,7 +184,7 @@ class test:
else:
self.portDest = 50100
- subprocess.Popen(args=['gnome-terminal', '--command=python sipHandler.py '+self.dest+ ' ' +str(self.portDest)])
+ subprocess.Popen(args=['gnome-terminal', '--command=python SIPHandler.py '+self.dest+ ' ' +str(self.portDest)])
def initTerminate(self):
self.caller.sendData('TERMINATE CONNECTION')