test: use new names for CalledLine* properties

This commit is contained in:
Lucas De Marchi 2010-12-29 00:41:02 -02:00 committed by Denis Kenzior
parent 0853c2d28e
commit 9990c77237
1 changed files with 4 additions and 4 deletions

View File

@ -42,14 +42,14 @@ if __name__ == "__main__":
print "Current Property values:"
print "Network Status of Call Waiting - Voice: %s" %\
(properties['VoiceCallWaiting'])
print "Network Status of Called Line Restriction: %s" %\
(properties['CalledLineRestriction'])
print "Network Status of Connected Line Restriction: %s" %\
(properties['ConnectedLineRestriction'])
print "Network Status of Calling Line Restriction: %s" %\
(properties['CallingLineRestriction'])
print "Network Status of Calling Line Presentation: %s" %\
(properties['CallingLinePresentation'])
print "Network Status of Called Line Presentation: %s" %\
(properties['CalledLinePresentation'])
print "Network Status of Connected Line Presentation: %s" %\
(properties['ConnectedLinePresentation'])
print "Hide my Caller Id: %s" % (properties['HideCallerId'])
try: