All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] test: show CalledLinePresentation property
@ 2011-01-13  1:00 Lucas De Marchi
  2011-01-13 16:05 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Lucas De Marchi @ 2011-01-13  1:00 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

---
 test/test-call-settings |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/test-call-settings b/test/test-call-settings
index 3258da7..f49ad0b 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'])
-- 
1.7.3.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-13 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-13  1:00 [PATCH] test: show CalledLinePresentation property Lucas De Marchi
2011-01-13 16:05 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.