Skip to content

Commit f68af41

Browse files
committed
adding more shortcuts
1 parent 58700f5 commit f68af41

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

Notes/shortcuts.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
### Important URL and Article References:
2-
3-
1. http://omid-mohajerani.blogspot.com/2014/07/learning-freeswitch-as-asterisk-man.html
1+
### After installing FreeSWITCH:
42

5-
2. https://saevolgo.blogspot.com/2012/07/freeswitch-with-sip-users-in-mysql-mod.html
3+
You could run freeswitch as service in background
4+
```sh
5+
sudo /usr/local/freeswitch/bin/freeswitch -nc
6+
```
67

7-
3. https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli
8+
You may run freeswitch cli
9+
```sh
10+
/usr/local/freeswitch/bin/fs_cli
11+
```
812

9-
Some usefull commands:
13+
### Some usefull commands:
1014

1115
To see all registered profile internal users
1216

@@ -33,4 +37,12 @@ show module
3337
To reload all xml after configure it
3438
```
3539
reloadxml
36-
```
40+
```
41+
42+
### Important URL and Article References:
43+
44+
1. http://omid-mohajerani.blogspot.com/2014/07/learning-freeswitch-as-asterisk-man.html
45+
46+
2. https://saevolgo.blogspot.com/2012/07/freeswitch-with-sip-users-in-mysql-mod.html
47+
48+
3. https://freeswitch.org/confluence/display/FREESWITCH/Command-Line+Interface+fs_cli

0 commit comments

Comments
 (0)