You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,25 @@ Currently, the following packages are available:
60
60
* [MI](docs/mi.md) - contains information about supported MI communication types and required parameters for each type.
61
61
* [Event Interface](docs/event.md) - lists the supported event transport protocols and provides information about the required parameters for each protocol.
62
62
63
+
## Scripts
64
+
65
+
After installing the package, you can use the provided [opensips-mi](scripts/opensips-mi) script to run MI commands. This script takes the following arguments:
66
+
- `-t` or `--type` - the type of the MI communication ()`http` or `datagram`)
67
+
- `-i` or `--ip` - the IP address of the OpenSIPS server.
0 commit comments