@agora-build/dialf 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,7 @@ dialf daemon # run dialfd in the foreground
50
50
  dialf devices # list connected phones
51
51
  dialf sims <device> # list SIMs (default tagged)
52
52
  dialf call dial <device> <number> [--sim <sub_id>] # place a call (default SIM if omitted)
53
- dialf call pickup <device> # answer the ringing call
53
+ dialf call answer <device> # answer the ringing call
54
54
  dialf call hangup <device> # end the active call
55
55
  dialf call reject <device> [--drop] # decline ringing call (--drop = answer+hangup, no voicemail)
56
56
  dialf call list <device> # read the call log (JSON)
@@ -58,7 +58,8 @@ dialf voicemail off|on <device> [--sim N] # toggle carrier voicemail (MMI)
58
58
  dialf mmi <device> <code> [--sim N] # (advanced) raw MMI/USSD code
59
59
  dialf sms send <device> <to> <body>
60
60
  dialf sms list <device>
61
- dialf run <job.yaml> [--device <id>]
61
+ dialf run <job.yaml> [--device <id>] # run a job once
62
+ dialf run <job.yaml> --autoanswer <numbers> # serve a job for inbound calls (Ctrl-C reverts)
62
63
  dialf play <file>
63
64
  ```
64
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/dialf",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "DialF — autonomous phone pick/call daemon (dialfd) + CLI",
5
5
  "bin": {
6
6
  "dialf": "bin/dialf.js"