From d513d1141e13e8f29cf7c17cfb266c95e2daed68 Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Fri, 18 Nov 2011 23:29:26 +0100 Subject: edit truth table for manual command --- Code/Server-Code/gsmselftest.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'Code/Server-Code/gsmselftest.py') diff --git a/Code/Server-Code/gsmselftest.py b/Code/Server-Code/gsmselftest.py index e5ca4ee..55f1415 100644 --- a/Code/Server-Code/gsmselftest.py +++ b/Code/Server-Code/gsmselftest.py @@ -241,12 +241,12 @@ def smartTest(): if callFrom != callTo: testDest(callFrom, callTo, 1) - #checking unsuccess call, to make sure that destination are really unreachable + #checking unsuccess call, to make sure that the result are valid for dest in smartResultList: #check unsuccess call and did the test have already tried, 2 means has been check if int(dest[2]) == 486 or int(dest[2]) == 999 or int(dest[2]) == 998 or int(dest[2]) == 801 or int(dest[2]) == 802: - if int(dest[3]) != 2 and dest[1] != 'sip': + if int(dest[3]) != 2: testDestination = True testFromRZ = False testCaller = True @@ -269,8 +269,11 @@ def smartTest(): if testFromRZ != True: callFrom = 'sip' callTo = dest[1] - testDest(callFrom, callTo, 2) - rem.append(dest) + if callFrom != callTo: + testDest(callFrom, callTo, 2) + rem.append(dest) + else: + continue #check unsuccess call because caller handler having problem #destination handler having problem, we should make test also to the caller -- cgit v1.2.3-55-g7522