Skip to content

Commit d343769

Browse files
committed
README.md updated
1 parent d295b80 commit d343769

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,30 @@ services:
5050
- mysql
5151
```
5252

53+
And then
54+
55+
```shell
56+
sail up -d
57+
```
58+
59+
To publish the asterisk configuration for i.e. `/etc/asterisk`
60+
61+
```shell
62+
sail artisan asterisk:install
63+
```
64+
65+
You will see the directory for asterisk configurations and modify according to your requirement.
66+
67+
```
68+
asterisk
69+
70+
└───config
71+
│ asterisk.conf
72+
│ modules.conf
73+
│ res_odbc.conf
74+
│ ...
75+
```
76+
5377
## License
5478

5579
Laravel Asterisk is open-sourced software licensed under the [MIT license](LICENSE.md).

0 commit comments

Comments
 (0)