test: show CalledLinePresentation property
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 13 Jan 2011 01:00:01 +0000 (23:00 -0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 13 Jan 2011 16:04:36 +0000 (10:04 -0600)
test/test-call-settings

index 3258da7..f49ad0b 100755 (executable)
@@ -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'])