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/04 07:35]
droemel [Install FOP2 Add-On Package]
userdoc:tt_asterisk-fop2-install [2015/10/31 07:07]
droemel [Install FOP2 via Web Interface]
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 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 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