diff options
author | Saman Mahmoodi <mahmoudi.saman1@gmail.com> | 2021-02-16 17:00:28 +0330 |
---|---|---|
committer | Saman Mahmoodi <mahmoudi.saman1@gmail.com> | 2021-02-24 07:53:15 +0330 |
commit | 4739f747c8fbdeda94a400122651862cfdb522b7 (patch) | |
tree | c6beff585c2f88008a8c0795c62bdb7448e127e7 /README.md | |
parent | c1fb92c004eb2bda1f214a3012fc661bd1797d7e (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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | | |