Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:voip:freeswitch [2018/11/17 10:41] – [Modules] micmac1 | docs:guide-user:services:voip:freeswitch [2018/11/20 09:44] – [freeswitch-stable init configuration] better warning about write wear and added database storage option bobafetthotmail | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| </ | </ | ||
| - | ===== freeswitch-stable init command line switches | + | ===== freeswitch-stable init configuration |
| The file ''/ | The file ''/ | ||
| - | Last but not least, you can select whether the output streams that are sent to the init process (procd) shall be forwarded to the system logger, STDOUT and STDERR respectively. Defaults to enabled | + | <WRAP round important> |
| + | **WARNING: | ||
| + | |||
| + | If that is not possible they can also be kept in the device' | ||
| + | The downside of the //tmpfs// approach is that the databases will be lost when the device loses power or is restarted, also the RAM used by these databases will decrease the amount of available RAM of the system by a few MB. Please consider your options and requirements. | ||
| + | </ | ||
| + | |||
| + | Last but not least, you can select whether the output streams | ||
| ===== freeswitch-stable packages ===== | ===== freeswitch-stable packages ===== | ||
| Line 67: | Line 74: | ||
| Note: It may be advisable to disable the init autostart, to avoid FreeSWITCH beeing started twice when booting: | Note: It may be advisable to disable the init autostart, to avoid FreeSWITCH beeing started twice when booting: | ||
| - | '' | + | < |
| + | / | ||
| + | </ | ||
| The hotplug script can check the following extra conditions: | The hotplug script can check the following extra conditions: | ||
| Line 74: | Line 83: | ||
| * the system clock is accurate (needs '' | * the system clock is accurate (needs '' | ||
| - | If you add any of these conditions the hotplug script will only start FreeSWITCH if the condition is met. You can also specify the timeout after which it considers a condition | + | If you add any of these conditions the hotplug script will only start FreeSWITCH if the condition is met. You can also specify the timeout after which it considers a condition failed (defaults to 60 seconds). |
| Below a log excerpt from the hotplug script in action: | Below a log excerpt from the hotplug script in action: | ||
| - | '' | + | < |
| + | Sat Nov 17 11:24:43 2018 user.notice freeswitch-hotplug: | ||
| Sat Nov 17 11:24:43 2018 user.notice freeswitch-hotplug: | Sat Nov 17 11:24:43 2018 user.notice freeswitch-hotplug: | ||
| Sat Nov 17 11:24:43 2018 user.notice freeswitch-hotplug: | Sat Nov 17 11:24:43 2018 user.notice freeswitch-hotplug: | ||
| Line 86: | Line 96: | ||
| Sat Nov 17 11:24:53 2018 user.notice freeswitch-hotplug: | Sat Nov 17 11:24:53 2018 user.notice freeswitch-hotplug: | ||
| Sat Nov 17 11:24:53 2018 user.notice freeswitch-hotplug: | Sat Nov 17 11:24:53 2018 user.notice freeswitch-hotplug: | ||
| - | Sat Nov 17 11:24:54 2018 user.notice freeswitch-hotplug: | + | Sat Nov 17 11:24:54 2018 user.notice freeswitch-hotplug: |
| + | </ | ||
| Both extra conditions were configured. A device was already mounted at ''/ | Both extra conditions were configured. A device was already mounted at ''/ | ||