mirror of
https://github.com/sailfishos/ofono
synced 2025-12-02 23:51:10 +08:00
doc: rename CalledLine* properties
This commit is contained in:
committed by
Denis Kenzior
parent
53b5935455
commit
0853c2d28e
@@ -42,7 +42,7 @@ Properties string CallingLinePresentation [readonly]
|
|||||||
"enabled",
|
"enabled",
|
||||||
"unknown"
|
"unknown"
|
||||||
|
|
||||||
string CalledLinePresentation [readonly]
|
string ConnectedLinePresentation [readonly]
|
||||||
|
|
||||||
Contains the value of the connected line identification
|
Contains the value of the connected line identification
|
||||||
presentation property. The value indicates the state
|
presentation property. The value indicates the state
|
||||||
@@ -54,7 +54,7 @@ Properties string CallingLinePresentation [readonly]
|
|||||||
"enabled",
|
"enabled",
|
||||||
"unknown"
|
"unknown"
|
||||||
|
|
||||||
string CalledLineRestriction [readonly]
|
string ConnectedLineRestriction [readonly]
|
||||||
|
|
||||||
Contains the value of the connected line identification
|
Contains the value of the connected line identification
|
||||||
restriction property. The value indicates the state of
|
restriction property. The value indicates the state of
|
||||||
|
|||||||
@@ -89,9 +89,9 @@ The first return argument and the corresponding second return argument are:
|
|||||||
dict cf_dict)
|
dict cf_dict)
|
||||||
"CallWaiting" (string ss_op, dict cw_dict)
|
"CallWaiting" (string ss_op, dict cw_dict)
|
||||||
"CallingLinePresentation" (string ss_op, string status)
|
"CallingLinePresentation" (string ss_op, string status)
|
||||||
"CalledLinePresentation" (string ss_op, string status)
|
"ConnectedLinePresentation" (string ss_op, string status)
|
||||||
"CallingLineRestriction" (string ss_op, string clir_status)
|
"CallingLineRestriction" (string ss_op, string clir_status)
|
||||||
"CalledLineRestriction" (string ss_op, string status)
|
"ConnectedLineRestriction" (string ss_op, string status)
|
||||||
|
|
||||||
ss_op contains the supplementary service operation:
|
ss_op contains the supplementary service operation:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user