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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ After installing the package, you can use the provided [opensips-mi](opensips/mi
77
77
- `-f` or `--fifo-file` - the path to the FIFO file.
78
78
- `-fb` or `--fifo-fallback` - the path to the FIFO fallback file.
79
79
- `-fd` or `--fifo-reply-dir` - the directory where the FIFO reply files are stored.
80
+
- `--env-file` - the path to the environment file that contains the MI parameters (by default, the script will look forthe `.env` filein the current directory); lower priority than the command line arguments.
80
81
81
82
#### Usage
82
83
```bash
@@ -98,6 +99,7 @@ You can use the provided [opensips-event](opensips/event/__main__.py) script to
98
99
- `-lp` or `--listen-port` - the port to listen on.
99
100
- `-e` or `--expire` - the expiration timefor the subscription.
100
101
- the event name to subscribe for.
102
+
- `--env-file` - the path to the environment file that contains the MI parameters (by default, the script will look forthe `.env` filein the current directory); lower priority than the command line arguments.
0 commit comments