Changes between Version 7 and Version 8 of freeswitch
- Timestamp:
- Jan 31, 2013, 11:31:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
freeswitch
v7 v8 20 20 * /etc/freeswitch/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. 21 21 22 == SIP account Configuration 22 == SIP account Configuration == 23 23 24 There is one directory for sip / client configuration: 24 === Setting up a new account === 25 25 26 * /etc/freeswitch/directory/mfpl - each file in this directory represents one user account. If you want to add a new user account, copy existing file to a new name. You'll need to change the username, password, and all instances of the four digit number starting with 20 (it's used as your numeric extension and voicemail box). To find the next four digit number, you can run:27 26 As `root@paul.mayfirst.org`, do: 27 28 28 {{{ 29 grep number-alias /etc/freeswitch/directory/mfpl/* | egrep -o "[0-9]+" | sort -n 29 mf-new-mfpl-sip-account 30 30 }}} 31 31 32 After making a change, follow the tips directions below to run `reloadxml` from the fs_cli program. 32 It will prompt you for the new user's account name, e-mail address, and password. 33 === Modifying existing accounts === 33 34 34 When configuring your SIP client, you will need: {{{username@talk.mayfirst.org}}} plus your password. 35 Look in `/etc/freeswitch/directory/mfpl` on paul, adjust to taste. When done, as `root@paul.mayfirst.org`, run: 36 37 {{{ 38 fs_cli -x reloadxml 39 }}} 35 40 36 41 == Conference number == … … 38 43 You can dial in via PSTN (718-303-3204) and press 7 to enter a conference line (that is configured via /etc/freeswitch/autoload_configs/ivr_mfpl.xml). 39 44 40 You can reach the same conference by dialing 3000@talk.mayfirst.orgvia a SIP client.45 You can reach the same conference by dialing `3000@talk.mayfirst.org` via a SIP client. 41 46 42 47 == Tips ==