userdoc:tt_asterisk-fop2-install

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-install [2013/08/03 20:51]
abelbeck [Install FOP2 Add-On Package]
userdoc:tt_asterisk-fop2-install [2015/10/31 07:07]
droemel [Install FOP2 via Web Interface]
Line 1: Line 1:
 ====== Install FOP2 Add-On Package ====== ====== Install FOP2 Add-On Package ======
  
-The FOP2 Add-On Package requires hardware with 512 MB or more of RAM.+The FOP2 Add-On Package requires hardware with 512 MB or more of RAM.  FOP2 requires about 100 MB of RAM including AstLinux's RAM based ''/tmp/par-root/'' files.
  
-  * PC Engines Alix board, only 256 MB of RAM - too little for FOP2 and other services. +  * PC Engines Alix board, only 256 MB of RAM -too little for FOP2 and other services. 
-  * Soekris net5501 512 MB RAM - works surprisingly well except for the long startup time of 61 secs. +  * Soekris net5501 with 512 MB RAM -works surprisingly well except for the long startup time of 61 secs. 
-  * Dual Core Atom boards, Jetway, Lanner, etc. 1024+ RAM - works very nicely, startup time of 15 secs.+  * Dual Core Atom boards, Jetway, Lanner, etc. with 1024+ RAM -works very nicely, startup time of 15 secs.
  
 !!Note: AstLinux 1.1.3 or later is required!! !!Note: AstLinux 1.1.3 or later is required!!
Line 28: Line 28:
   write = all   write = all
   writetimeout = 1000   writetimeout = 1000
-  eventfilter=!Event: RTCPSent +  eventfilter=!Event: RTCP*
-  eventfilter=!Event: RTCPReceived+
   eventfilter=!Event: VarSet   eventfilter=!Event: VarSet
   eventfilter=!Event: Cdr   eventfilter=!Event: Cdr
 +  eventfilter=!Event: DTMF
 +  eventfilter=!Event: AGIExec
   eventfilter=!Event: ExtensionStatus   eventfilter=!Event: ExtensionStatus
   eventfilter=!Event: ChannelUpdate   eventfilter=!Event: ChannelUpdate
 +  eventfilter=!Event: ChallengeSent
 +  eventfilter=!Event: SuccessfulAuth
 +  eventfilter=!Event: HangupRequest
 +  eventfilter=!Event: SoftHangupRequest
 +  eventfilter=!Event: NewAccountCode
 +  eventfilter=!Event: MusicOnHold
 +  eventfilter=!Event: LocalBridge
  
 Also, Edit the ''/etc/asterisk/sip.conf'' file and enable callevents: Also, Edit the ''/etc/asterisk/sip.conf'' file and enable callevents:
Line 49: Line 57:
 and at the end of ''users.cfg'' add a line something like: and at the end of ''users.cfg'' add a line something like:
  
-  user=admin:astlinux:all+  user=1234:4242:dial,transfer,pickup,meetme,preferences
  
 Finally, you can now create buttons with the ''buttons.cfg'' file.  Apply ''buttons.cfg'' file changes with "Reload Asterisk FOP2": Finally, you can now create buttons with the ''buttons.cfg'' file.  Apply ''buttons.cfg'' file changes with "Reload Asterisk FOP2":
Line 55: Line 63:
 {{:userdoc:edit-tab-fop2-reload.jpg?nolink|Reload FOP2}} {{:userdoc:edit-tab-fop2-reload.jpg?nolink|Reload FOP2}}
  
-In the web interface, upper right corner, click **FOP2**:+In the web interface, upper right corner, click on **FOP2**:
  
 {{:userdoc:all-tabs-fop2-link.png?nolink|FOP2 Link}} {{:userdoc:all-tabs-fop2-link.png?nolink|FOP2 Link}}
Line 67: Line 75:
  
 will automatically stop any running daemon and remove the FOP2 code.  The ''/mnt/kd/fop2/'' directory is left alone, so later enabling (Upgrade/Install) fop2 picks up where you left off. will automatically stop any running daemon and remove the FOP2 code.  The ''/mnt/kd/fop2/'' directory is left alone, so later enabling (Upgrade/Install) fop2 picks up where you left off.
- 
- 
 ===== Install FOP2 via CLI ===== ===== Install FOP2 via CLI =====
  
Line 101: Line 107:
   callevents=yes   callevents=yes
  
-Next, start the fop2 sevice with the following CLI commands:+Next, start the fop2 service with the following CLI commands:
  
   asterisk -rx "manager reload"   asterisk -rx "manager reload"
Line 115: Line 121:
 Next, Edit the ''/etc/fop2/users.cfg'' file and at the end add a line something like: Next, Edit the ''/etc/fop2/users.cfg'' file and at the end add a line something like:
  
-  user=admin:astlinux:all+  user=1234:4242:dial,transfer,pickup,meetme,preferences
  
 Finally, you can now create buttons with the ''/etc/fop2/buttons.cfg'' file.  Apply ''buttons.cfg'' file changes with: Finally, you can now create buttons with the ''/etc/fop2/buttons.cfg'' file.  Apply ''buttons.cfg'' file changes with:
  • userdoc/tt_asterisk-fop2-install.txt
  • Last modified: 2015/10/31 07:09
  • by droemel