(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:

Comments

  • once you are talking to someone, click on the target extension and then the transfer button.

    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.
  • once you are talking to someone, click on the target extension and then the transfer button. you can only transfer your calls, not other peoples calls.

    That worked! Thanks for your help
Sign In or Register to comment.