File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 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:
4
2
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
+ ```
6
7
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
+ ```
8
12
9
- Some usefull commands:
13
+ ### Some usefull commands:
10
14
11
15
To see all registered profile internal users
12
16
@@ -33,4 +37,12 @@ show module
33
37
To reload all xml after configure it
34
38
```
35
39
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
You can’t perform that action at this time.
0 commit comments