Changes between Version 1 and Version 2 of freeswitch
- Timestamp:
- Nov 18, 2012, 1:45:37 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
freeswitch
v1 v2 1 = = Freeswitch Details ==1 = Freeswitch Details = 2 2 3 === Basic Configuration === 3 == Installation == 4 5 freeswitch is not in debian, however, an apt repository is provided by the freeswitch developers and is configured on paul.mayfirst.org in /etc/apt/sources.list.d/additional.list. 6 7 We installed the freeswitch-meta-vanilla package plus freeswitch-init, freeswitch-sounds and freeswitch-sounds-en-us-callie. 8 9 Next, we copied /usr/share/freeconference/conf/vanilla to /etc/freeconference/. 10 11 12 == Basic Configuration == 4 13 5 14 There are three directories where incoming calls are handled: … … 10 19 * conf/autoload_configs/ivr*: these files define interactive voice response menues (ivr_mfpl.xml). This is how you define a automated attendent with a menu of options. 11 20 12 == = Tips ===21 == Tips == 13 22 14 23 If you login as {{{root@paul.mayfirst.org}}} and then type screen -x you can attach to a running screen session.