Browse Source

Improved markdown formatting and descriptions (#269)

* Update users.md

* Update training.md

* Update restore.md

* Update call_detail_record.md
Anthony 5 months ago
parent
commit
9c47dda0fa

+ 14 - 56
source/accounts/users.md

@@ -4,72 +4,30 @@
 
 Define the users information to login to the web interface.
 
--   
+-   **Username:**
+    User id to be used to login.
 
-    Username
+-   **Password:** Secret password used to login.
 
-    :   User id to be used to login.
+-   **Language:**
+    Per user language to override the domain or global language.
 
--   
+-   **Time Zone:** Per user time zone only needed if it needs to be different from
+    the global time zone.
 
-    Password
+-   **Status:** Set the user's presence.
 
-    :   Secret password used to login.
+-   **Contact:** Assign a contact to this user account. View
 
--   
+-   **Groups:** The group the user is assigned.
 
-    Language
+-   **Domain:** The domain the user is assigned to.
 
-    :   Per user language to override the domain or global language.
+-   **API Key:** Generates an API Key
 
--   
+-   **Message Key:** Generates a Key to use with Messages Application.
 
-    Time Zone
-
-    :   Per user time zone only needed if it needs to be different from
-        the global time zone.
-
--   
-
-    Status
-
-    :   Set the user\'s presence.
-
--   
-
-    Contact
-
-    :   Assign a contact to this user account. View
-
--   
-
-    Groups
-
-    :   The group the user is assigned.
-
--   
-
-    Domain
-
-    :   The domain the user is assigned to.
-
--   
-
-    API Key
-
-    :   Generates an API Key
-
--   
-
-    Message Key
-
-    :   Generates a Key to use with Messages Application.
-
--   
-
-    Enable
-
-    :   Whether the user is enabled.
+-   **Enable:** Whether the user is enabled.
 
 ## [Users Default Settings](/en/latest/advanced/default_settings.html#id31)
 

+ 5 - 7
source/applications/call_detail_record.md

@@ -93,7 +93,7 @@ carefully.
 300\") \| crontab
 ```
 
-- Once you\'ve made these changes you can save the file. You could restart
+- Once you've made these changes you can save the file. You could restart
 your server, or you could reloadxml and then restart the xml[cdr]{#cdr}
 module. Either is ok, it is up to you. Then your changes will have taken
 effect and you should no longer lose your menu bar when looking at CDR
@@ -110,17 +110,15 @@ For more detailed configuration go to the XML editor (Menu -\> Advanced
 -\> XML Editor) and in autoload configs look at
 xml[cdr.conf.xml]{#cdr.conf.xml}
 
->Note:   
->By default only the a-leg of the call is logged therefore if you make a   
->recording of the b-leg you won\'t be able to retrieve it using the Call   
+>**Note:** By default only the a-leg of the call is logged therefore if you make      
+>a recording of the b-leg you won\'t be able to retrieve it using the Call    
 >Detail Records. If you want the b-leg as well you need to change   
 >log-b-leg=true in this config and in the default settings.
 
 ## Harddrive space usage
 
->Note:   
->Recordings also take up space and may be manually deleted if you want   
->the space back these are kept in (source install)   
+>**Note:** Recordings also take up space and may be manually deleted   
+>if you want the space back these are kept in (source install)   
 >/usr/local/freeswitch/recordings/{Domian[Name]{#name}}/archive or   
 >(package install) /var/lib/freeswitch/recordings/{Domain Name}/archive   
 >and inside that by year, month and day.

+ 10 - 13
source/getting_started/restore.md

@@ -1,19 +1,14 @@
 # Restore
 
-| 
+<br>
 
-It\'s always good to have a restore method of a backup in place. Here
-are the steps to a basic restore method with FusionPBX.
+It's always good to have a restore method of a backup in place.    
+Here are the steps to a basic restore method with FusionPBX.
 
-:::: note
-::: title
-Note
-:::
-
-It is important to know if your installation is from package or source
-as the paths are different for FreeSWITCH. Always test the backups and
-restore methods on test machines first.
-::::
+>**Note:**
+>It is important to know if your installation is from package or source   
+>as the paths are different for FreeSWITCH. Always test the backups and   
+>restore methods on test machines first.
 
 -   To create the script use an editor such as vi or nano.
 -   Copy/Paste from the code block below and save the file as
@@ -24,8 +19,9 @@ restore methods on test machines first.
 -   edit the script as needed and run this script from the server you
     are restoring on.
 
-<!-- -->
+<br>
 
+```
     #!/bin/sh
     now=$(date +%Y-%m-%d)
     ssh_server=x.x.x.x
@@ -65,3 +61,4 @@ restore methods on test machines first.
     #restart freeswitch
     service freeswitch restart
     echo "Restore Complete";
+```

+ 42 - 53
source/getting_started/training.md

@@ -1,63 +1,52 @@
 # Training
 
-FusionPBX offers different levels of training. We love helping people
-and companies succeed.
+FusionPBX offers training that cateres to a wide range of individual skill levels, 
+starting from basic setup, up to advanced features and configuration of complex multi-tenant systems. 
+We love working with people and endeavor to help companies succeed.
 
--   Small family business.
--   Someone who loves to tinker with technology.
+-   Small businesses.
+-   Tech enthusiasts.
 -   Major companies all around the world.
 
-## Free
+## Free Training Material
 
-FusionPBX has content available in this document and videos on YouTube
-to help get you started.
-
--   Free Self help is available for you right here at docs.fusionpbx.com
+-   Free documentation is available right here at docs.fusionpbx.com
 -   Videos at <https://youtube.com/fusionpbx>
 
-## [Paid Training and technical support](https://www.fusionpbx.com/training.php)
-
-FusionPBX offers an Admin class, Advanced class, and an affordable
-Continuing Education class. If you want to accelerate your understanding
-of how to use FusionPBX and unleash your full potential these classes
-are for you.
-
--   
-
-    [Admin Class](https://www.fusionpbx.com/training.php)
-
-    :   -   Webex meeting and in person
-        -   Access to Class Documentation
-        -   Recorded video of the class for you to keep
-        -   Interactive question and answer with the FusionPBX founder
-            and trainer
-        -   Covers the basics and some advanced topics with FusionPBX
-        -   Plus much more\...
-
--   
-
-    [Advanced Class](https://www.fusionpbx.com/training.php)
-
-    :   -   Webex meeting and in person
-        -   Access to Class Documentation
-        -   Recorded video of the class for you to keep
-        -   Interactive question and answer with the FusionPBX founder
-            and trainer
-        -   Covers advanced topics and methods
-        -   Plus much more\...
-
--   
-
-    [Continuing Education](https://www.fusionpbx.com/training.php)
-
-    :   -   Quarterly Webex meeting on changes with FusionPBX
-        -   Option to take the advanced or admin over again (included in
-            the membership)
-        -   Report bugs or ask questions that might not have come up
-            until now
-        -   Get a closer more in-depth look into FusionPBX
-        -   Know how to use new features when they are added
-        -   Know how to upgrade to the next release version
-        -   Plus much more\...
+## [Member Training](https://www.fusionpbx.com/training.php)
+
+FusionPBX offers an Admin class, Advanced class and quarterly Continuing Education meeting.    
+If you want to accelerate your understanding and capabilities with FusionPBX.   
+Unleash your full potential with these classes.
+
+  **[Admin Class](https://www.fusionpbx.com/training.php)**
+
+   -   Webex meeting and in person
+   -   Access to Class Documentation
+   -   Covers the basics and some advanced topics with FusionPBX
+   -   Interactive question and answer with the FusionPBX founder
+       and team
+   -   Recorded video of the class for you to keep
+   -   Plus much more...
+
+  **[Advanced Class](https://www.fusionpbx.com/training.php)**
+
+   -   Webex meeting and in person
+   -   Access to Class Documentation
+   -   Covers advanced topics and methods
+   -   Interactive question and answer with the FusionPBX founder
+       and team
+   -   Recorded video of the class for you to keep
+   -   Plus much more...
+
+  **[Continuing Education](https://www.fusionpbx.com/training.php)**
+
+  -   Get a more in-depth look into FusionPBX news & updates
+  -   Option to take the advanced or admin over again (included in
+      the membership)
+  -   Learn more about new features when they're added
+  -   Learn how to upgrade to latest releases
+  -   Interact with the FusionPBX team during our Q&A period
+  -   Plus much more...
 
 ### [Come join us! We look forward to meeting you!](https://www.fusionpbx.com/training.php)