BIP KB:
How To Solve Parking Call Problem In FOP2 Flash Operator Panel 2 for Asterisk Voice Servers
Article By basem
FOP2 (Flash Operator Panel 2) is a web based control panel for Asterisk voice servers that shows you detailed PBX activity, like who is talking and to whom, call durations, held calls, queued calls, etc. It lets you control your phone and perform transfers, launch call spying and whisper, monitor queue activity and more. All from your web browser, without the need to install anything on the client side. This version shows 2 lines per phone and held call status, so you can see exactly what is going on.
In this tutorial you will learn how to fix the following problem. The flash operator panel "fop2" administrator try's to park a call by blind transfer but the call hangs up. To solve this we must do the following :
STEP 1- Edit fop2 File In Asterisk
sudo vim /etc/asterisk/extensions_override_fop2.conf and replace [fop2-park] section with this :- [fop2-park] exten => _X.,1,Set(ARRAY(RETURN_EXTENSION,RETURN_CONTEXT,PARKBUTTON)=${CUT(EXTEN,:,1)},${CUT(EXTEN,:,2)},${CUT(EXTEN,:,3)}) exten => _X.,2,GotoIf($["${PARKBUTTON}" = "PARK/DEFAULT"]?5) exten => _X.,3,GotoIf($["${PARKBUTTON}" = ""]?5) exten => _X.,4,Set(PARKINGLOT=${PARKBUTTON:5}) exten => _X.,5,Park(default,${RETURN_CONTEXT},${RETURN_EXTENSION},1,s)
STEP 2- Edit The Parking Lot Name
* from http://yourip/admin/config.php edit parking lot name to be :- default * submit changes then apply config
STEP 3- Test parking
1- go to http://yourip/fop2/ login with any fop2 users extensions
2- make a call from any extensions to the extensions you login with in fop2
3- highlight the parking lot, then push 'blind transfer' button ... look it works fine :D
I hope this short tutorial on how to solve parking call problem in FOP2 (Flash Operator Panel 2) for Asterisk voice servers was helpful. If you have any questions and or comments simply add it to the form below and I will be happy to assist you.
![]() |
If you are looking for a great VOIP (Voice Over IP) solution Check out Elastix Linux VPS cloud server ready to install and deploy. All servers are pre installed with the latest Elastix OS which includes Call Manager Control Panel. 2 Core with 2GB RAM Private Servers yours for as low as $20.00/m . |
Tags: Asterisk, Elastix, Elastix Linux VPS, FOP2, Parking Call
Spin Up A VPS Server In No Time Flat
Simple Setup
Full Root Access
Straightforward Pricing
DEPLOY A SECURE VPS SERVER TODAY!Leave a Reply
Feedbacks
![]() This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0 International License. |