Search results

  1. V

    email messed call from queue

    I already tried with them as well but it returns 0 or 1, here is an example: $mail->Body = "Missed Call from: " . strlen($xml->variables->CC-Member-CID-Number); and result is: Missed Call from: 1 I also made a couple more tests. Strange this is if I change the first if like this: if...
  2. V

    email messed call from queue

    Sorry for bringing this back from the dead. I tried jsteel's code and it does work. First thing is that I receive the email for each missed call in call center twice but I have no clue why. Then I am trying to modify it a bit so I can receive in the body of the email the number of the caller so...
  3. V

    FusionPBX: Position in Queue

    Does this still work on version 4.4.3? I cant find the call center xml file that includes <action application="callcenter" data="xxxxxxxxxxxxxxxxxxx" Could you give us a help how to install it for noobs? :)
  4. V

    Change Agent status through user dashboard

    Thank you for your answers. @brb5548 @JamesBorne I am talking about the user dashboard, not the Account Settings. See the picture attached: As you see on the picture under status both queues appear as "Logged Out" but in reality this agent is already available (Logged In) in both queues and...
  5. V

    Change Agent status through user dashboard

    Hi everyone, we are testing FusionPBX and trying to set it up for the needs of our company. We are coming from an older Elastix version so the configuration of gateways/ivr/extesions ecc. is pretty easy. Following the documentations we setup a call center with agents that can login and logout...