userdoc:tt_asterisk-fop2-configure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
userdoc:tt_asterisk-fop2-configure [2013/08/04 09:07]
abelbeck
userdoc:tt_asterisk-fop2-configure [2013/08/04 13:34]
abelbeck [Configure FOP2 Buttons]
Line 3: Line 3:
 !!Note: AstLinux 1.1.3 or later is required!! !!Note: AstLinux 1.1.3 or later is required!!
  
-The FOP2 website has a good documentation about the configuration:+The buttons should be edited in the provided ''buttons.cfg'' file''/etc/fop2/buttons.cfg''
  
-**[[http://www.fop2.com/documentation-configuration-buttons.php|Buttons]]**: first look at the provided ''buttons.cfg'' sample file to get familiar with the syntax. All parameters are explained at the FOP2 website.+{{:userdoc:edit-tab-fop2-files.jpg?nolink|FOP2 Files}}
  
-**[[http://www.fop2.com/documentation-configuration-server.php#UserPasswordPermissions|Users + Permissions]]**: the users and permissions should be edited in the provided ''user.cfg'' file. All actions with the toolbar are **extension** related! You need to be logged in with your correct extension.+!!Note ->!! All actions with the toolbar are **extension** related!  You need to be logged in with your correct extension to associate your phone with the FOP2 toolbar.
  
-- **[[http://www.fop2.com/documentation-configuration-server.php|Server]]**: the most part of ''fop2.cfg'' file has already quite good default values after the AstLinux package installation.+Starting with a simple example, let's create a basic configuration...
  
-For any questions regarding the configuration of FOP2 please look first at the [[http://www.fop2.com/documentation.php|documentation pages]] on the FOP2 webpage, and then in the [[http://www.fop2.com/forum/|FOP2 forum]]. Especially read the [[http://www.fop2.com/forum/viewforum.php?f=2|release notes]]. FOP2 can be quite complex :-).+  ; Extensions 
 +  [SIP/1011] 
 +  type=extension 
 +  extension=1011 
 +  context=from-local 
 +  label=Network Room 
 +  mailbox=1011@default 
 +  email=network@example.com 
 +   
 +  [SIP/1016] 
 +  type=extension 
 +  extension=1016 
 +  context=from-local 
 +  label=Office 
 +  mailbox=1016@default 
 +  email=office@example.com 
 +   
 +  ; Trunks 
 +  [SIP/vitel-inbound] 
 +  type=trunk 
 +  label=SIP Inbound 
 +  context=from-vitelity 
 +   
 +  [SIP/vitel-outbound] 
 +  type=trunk 
 +  label=SIP Outbound 
 +   
 +  ; Parking Lot 
 +  [PARK/default] 
 +  label=Park 
 +  type=park 
 +  extension=700 
 +  context=parkedcalls 
 + 
 +The resulting Panel looks as follows when logged in as extension **1016**: 
 + 
 +{{:userdoc:fop2-configure-buttons-example.jpg?nolink|Panel}} 
 + 
 +This example is a good starting point, though you can do much, much more. 
 + 
 +!!Tip ->!! In your Asterisk dialplan, if you include the voicemail context for ''Voicemail()'' and ''VoicemailMain()'' arguments, (often ''@default'') the Panel will display feedback while the user is accessing voicemail. 
 + 
 +At this point it would be good to view some of the video tutorials to see what can be done.  **[[:userdoc:tt_asterisk-fop2-tutorials|FOP2 Video Tutorials]]** 
 +===== Further FOP2 Documentation ===== 
 + 
 +The FOP2 website has documentation about the configuration, though is it focused on FreePBX and using it's MySQL schema for a structured source of data.  You must read carefully to determine what applies to AstLinux. 
 + 
 +**[[http://www.fop2.com/documentation-configuration-buttons.php|Buttons]]** 
 + 
 +For detailed questions regarding the configuration of FOP2 please look first at the [[http://www.fop2.com/documentation.php|documentation pages]] on the FOP2 webpage, and then in the [[http://www.fop2.com/forum/|FOP2 forum]]. Especially read the [[http://www.fop2.com/forum/viewforum.php?f=2|release notes]]. FOP2 can be quite complex :-).
  
-The Visual Phonebook feature does not work in the AstLinux installation, because it requires a MySQL database. 
  • userdoc/tt_asterisk-fop2-configure.txt
  • Last modified: 2013/08/04 13:35
  • by abelbeck