(Solved) Transferring calls
Hi, I just purchased FOP2 a week or two ago and installed it to my current PBX in a Flash system. Enabled call events and blind transfers and now what? Maybe it's just me but I gave myself full privileges and try transferring a call, nothing happens.
How does this work? I am logged on as extension 200 for example... I'm seeing a call come in to ext 201, once it picks up. What do I press to transfer ext 201 to say... Extension 202?
Do I have to sign in as the extension that receives the calls in order to transfer it elsewhere on FOP2?
I'm very confused. :oops:
How does this work? I am logged on as extension 200 for example... I'm seeing a call come in to ext 201, once it picks up. What do I press to transfer ext 201 to say... Extension 202?
Do I have to sign in as the extension that receives the calls in order to transfer it elsewhere on FOP2?
I'm very confused. :oops:
Comments
you can only transfer your calls, not other peoples calls.
If that does not work, you will have to start fop2_serve in debug mode and look at the output while you attempt a transfer, it will give you a hint on what's going on.
service fop2 stop
cd /usr/local/fop2
script capture.log
./fop2_server -X 511
(log into fop2, take a call, try to transfer)
ctrl-c
exit
You will have a nice bind and confusing capture.log file to look for clues.
That worked! Thanks for your help