diff --git a/test/test-call-settings b/test/test-call-settings index 3258da73..f49ad0bf 100755 --- a/test/test-call-settings +++ b/test/test-call-settings @@ -48,6 +48,8 @@ if __name__ == "__main__": (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'])