FOP-.30 vs. FOP2 anyone got them working yet?

TomS

Guru
Joined
Oct 18, 2007
Messages
240
Reaction score
6
I was looking at the FOP .30 release.
The instructions are still not there.

Has anyone created a GOOD How-To for either the FOP .30 or FOP2 for PiaF with Asterisk 1.6.2.6 from the latest CD?

This seems to be the last feature to complete for a system I am installing.

I had to go with Asterisk 1.6.x per Digium to support the AEX800 card.

Thanks
TomS
 
I wrote an install instructions for FOP2 beta which is basically the latest version of FOP2. Originally, I was going to upgrade to FOP 0.30 but it takes more work than upgrading to FOP2. FOP 0.30 split the install into client and server directories and is quite a mess. FOP2 works much better and allows more flexibility for the users and groups.
 
Last edited by a moderator:
Make sure you add the FreePBX modules for fop2admin, they will add the capabilities for restricting rights to users and/or groups plus configuring custom buttons.
 
I got the FOP .30 working for DUHDI AEX800

I have a 4 port Digium AEX800 card with 4 ports setup for trunks over POTS lines to an Avaya PBX.
I am running Asterisk 1.6 PiaF on a Dell 1850 with the Digium AEX800 card install. The 1850 has been changed to support PCIe.

I was trying to get the original FOP to work. Then I tried to get FOP2 to work. Then I gave FOP a try again.
I found that I had not killed the FOP2 program so it was interferring with the FOP reboot.

I am listing the /var/www/html/panel/op_buttons_additional.cfg file in case anyone else might be interested:

; do not edit this file, this is an auto-generated file by freepbx
; all modifications must be done from the web gui
 
; Panel Context: default
[SIP/531]
Position=2
Label="531 : Test Cisco"
Extension=531
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*531@from-internal
Panel_Context=default
Astdbkey=531
[SIP/533]
Position=3
Label="533 : Pat Felt"
Extension=533
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*533@from-internal
Panel_Context=default
Astdbkey=533
[SIP/534]
Position=4
Label="534 : Jeff Wheelwright"
Extension=534
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*534@from-internal
Panel_Context=default
Astdbkey=534
[SIP/535]
Position=5
Label="535 : Steve Murphy"
Extension=535
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*535@from-internal
Panel_Context=default
Astdbkey=535
[SIP/536]
Position=6
Label="536 : Alan Vesper"
Extension=536
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*536@from-internal
Panel_Context=default
Astdbkey=536
[SIP/550]
Position=7
Label="550 : Tom Schmitt"
Extension=550
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*550@from-internal
Panel_Context=default
Astdbkey=550
[SIP/551]
Position=8
Label="551 : Tom Softphone"
Extension=551
Context=from-internal
Icon=4
Voicemail_Context=device
VoiceMailExt=*551@from-internal
Panel_Context=default
Astdbkey=551
[SIP/554]
Position=9
Label="554 : Tom Aastra"
Extension=554
Context=from-internal
Icon=4
Voicemail_Context=default
VoiceMailExt=*554@from-internal
Panel_Context=default
Astdbkey=554
; Trunk buttons
[DAHDI/1]
Position=55
Label="DAHDI 801-606-9996"
Extension=-1
Icon=3
[DAHDI/2]
Position=56
Label="DAHDI 801-606-9997"
Extension=-1
Icon=3
[DAHDI/3]
Position=57
Label="DAHDI 801-606-69998"
Extension=-1
Icon=3
[DAHDI/4]
Position=58
Label="DAHDI 801-606-9999"
Extension=-1
Icon=3
[PARK71]
Position=50
Label="Parked (71)"
Extension=71
Context=parkedcalls
Icon=1
Panel_Context=default
[PARK72]
Position=51
Label="Parked (72)"
Extension=72
Context=parkedcalls
Icon=1
Panel_Context=default
[PARK73]
Position=52
Label="Parked (73)"
Extension=73
Context=parkedcalls
Icon=1
Panel_Context=default
[8000]
Position=46
Label="Normal-8000"
Extension=8000
Context=from-internal
Icon=6
Panel_Context=default
; trunk
[rectangle]
x=492
y=369
width=490
height=222
line_width=0
line_color=10ff10
fade_color1=10ff10
fade_color2=009900
rnd_border=2
alpha=20
layer=bottom
Panel_Context=default
; extension
[rectangle]
x=0
y=33
width=490
height=558
line_width=0
line_color=1010ff
fade_color1=1010ff
fade_color2=99cccc
rnd_border=2
alpha=20
layer=bottom
Panel_Context=default
; parking
[rectangle]
x=492
y=257
width=490
height=110
line_width=0
line_color=ffff10
fade_color1=ffff10
fade_color2=cc9933
rnd_border=2
alpha=20
layer=bottom
Panel_Context=default
; conference
[rectangle]
x=492
y=145
width=490
height=110
line_width=0
line_color=006666
fade_color1=006666
fade_color2=00a010
rnd_border=2
alpha=20
layer=bottom
Panel_Context=default
; queue
[rectangle]
x=492
y=33
width=490
height=110
line_width=0
line_color=ff1010
fade_color1=ff1010
fade_color2=a01000
rnd_border=2
alpha=20
layer=bottom
Panel_Context=default
[LEGEND]
x=494
y=369
text=Trunks
font_size=18
font_family=Arial
use_embed_fonts=1
Panel_Context=default
[LEGEND]
x=2
y=33
text=Extensions
font_size=18
font_family=Arial
use_embed_fonts=1
Panel_Context=default
[LEGEND]
x=494
y=257
text=Parking lots
font_size=18
font_family=Arial
use_embed_fonts=1
Panel_Context=default
[LEGEND]
x=494
y=145
text=Conferences
font_size=18
font_family=Arial
use_embed_fonts=1
Panel_Context=default
[LEGEND]
x=494
y=33
text=Queues
font_size=18
font_family=Arial
use_embed_fonts=1
Panel_Context=default

Don't forget to do ' amportal restart'
Thanks
TomS
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,259
Latest member
Fadeek86
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top