test: show CalledLinePresentation property

This commit is contained in:
Lucas De Marchi 2011-01-12 23:00:01 -02:00 committed by Denis Kenzior
parent febb9014ca
commit 07acb249dc
1 changed files with 2 additions and 0 deletions

View File

@ -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'])