summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/gsmselftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Server-Code/gsmselftest.py')
-rw-r--r--Code/Server-Code/gsmselftest.py11
1 files changed, 7 insertions, 4 deletions
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