aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSaman Mahmoodi <mahmoudi.saman1@gmail.com>2021-02-16 17:00:28 +0330
committerSaman Mahmoodi <mahmoudi.saman1@gmail.com>2021-02-24 07:53:15 +0330
commit4739f747c8fbdeda94a400122651862cfdb522b7 (patch)
treec6beff585c2f88008a8c0795c62bdb7448e127e7 /README.md
parentc1fb92c004eb2bda1f214a3012fc661bd1797d7e (diff)
Fixing warnings and add last_dial to README.md
Bug-AGL: SPEC-3813 Signed-off-by: Saman Mahmoodi <mahmoudi.saman1@gmail.com> Change-Id: Ieb06aa4b7f81d50decbdc3614511516e2cf3785d
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d3aac6..920be61 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ Telephony service allows respective clients access to the Handsfree Profile via
| subscribe | subscribe to telephony events | *Request:* {"value": "callStateChanged"} |
| unsubscribe | unsubscribe to telephony events | *Request:* {"value": "callStateChanged"} |
| dial | dial respective number | *Request:* {"value": "15035551212"} |
+| last_dial | dial last dialed number | |
| send_tones | send tone through the active call | *Request:* {"value": "1"} |
| hangup | hangup an active call or reject incoming call | |
| answer | answer incoming call | |