Search results

  1. A

    Fax server not sending outbound

    We set up fax service regularly for clients and had issues in the past but have resolved them. Could you provide a copy of your Dialplan for outgoing faxes. Could you also provide the settings you have in place for Fax under Default Settings.
  2. A

    OVH hosting

    We have used them for close to 12 years now. Started with some VPS servers, but switched everything to dedicated bare metal as we grew. Only had downtime once, and it was due to a cut fibre optic cable (outside their control) - lasted about 2 hours, and that was about 10 years ago. Currently...
  3. A

    Open source VoIP chat app sneak peek

    Looks amazing!! Can't wait for you to share so we can take it for a spin!
  4. A

    Outbound Caller ID

    Are you able to share the Dialpan you're using for the forward?
  5. A

    Outbound Caller ID shows admin

    Could you provide a copy of your Dialplan?
  6. A

    Track when user downloads call recording

    Using Fusion 5.3.2 Has anyone here implemented a way to track when a user downloads a call recording? I checked Transactions and there's no tracking there. I have a request to create a report of users who have downloaded call recordings, including what date and time they triggered the...
  7. A

    Outgoing calls route Time and day

    We've added a Time Zone table based on Area Code to our instance which covers Canada and the US. We call al lua script (timezone.lua) when the toll_allow "timezone" is present on the user's extension. We did this because we wanted to be able to control by Area Code within each Time Zone. If the...
  8. A

    SOLVED Resetting Call Center Agent Statistics regularly (every night?)

    We run a nightly script that resets all Call Centers. Happy to share if you are still interested in something automated?
  9. A

    No recorded call after extension-to-extension transfer

    I'm hoping someone may have experienced this already and knows how to remedy it... here's my example: Extension 123 places an outbound call to 4165551212 4165551212 answers the call and speaks with Ext 123 Ext 123 then initiates a 3-way call by adding in Ext 456 Ext 123 is now connected with...
  10. A

    Number translation

    You will need to create 2 Outbound Routes because you will need to reference 2 destination_number conditions: ^0?(\d{10})$ This one will accept both of the following and strip the leading zero 2238222826 02238222826 ^0?(\d{11})$ This one will accept both of the following and strip the...
  11. A

    Who is calling me?

    You can use the CID Name Prefix option in the Ring Group you have set up. All calls to the Ring Group will have the prefix displayed on screen with the Caller ID info, but calls direct to the bookkeeper will not. Example attached...
  12. A

    Inbound Routing based on Area Code

    Hoping someone may implemented something like this already... I want to be able to direct calls to specific Call Centre Queues based on the Caller's Area Code. e.g., > A call comes in to Destination 416-555-1212 from caller 514-555-1212 and it gets passed to Call Centre Queue CCQ_01 because...
  13. A

    enable/disable/record outage mesage to be played before IVR from any phone

    You should look at putting a Call Flow in place. You can then use a Feature Code to easily Activate/Deactivate it. Once you create the Call Flow, have your Inbound Destination pointed to the Call Flow as the Action. Let me know if you need more info or any assistance. Happy to help.
  14. A

    Hello from Victoria, Australia

    Hi Summer, If you are experiencing call drop at 3:20 try switching the Transport from UDP to TCP (or TCP to UDP - whichever is the reverse). We've seen this in the past and that resolved the issue for us.
  15. A

    Looking for UK sip supplier suggestion

    In that case, my company offers SIP trunks for UK termination. I'd be happy to set you up with a test trunk to try us out. We allow for you to control CLI through the PBX.
  16. A

    Looking for UK sip supplier suggestion

    You could use a single Gateway, then set up an Outbound Route for each customer with the Toll Allow feature enabled. Would give you control over the CLI as well as the Outbound permission for each customer.
  17. A

    regex - how to get the syntax correct

    I use this link to do tests on my regex... http://regexstorm.net/tester The Table tab at the bottom shows you what your input gets replaced with to confirm you're passing what you expected to pass to the gateway.
  18. A

    4 digit call

    In your Outbound Dialplan (image 1)add: Tag = condition Type = ${toll_allow} Data = Outbound You can make it any word you want, we just used international for our rule In each Extension (image 2) you would then enter the word you used (again, ours is the word Outbound) for the Extensions you...
  19. A

    4 digit call

    Would it help you if I were to provide some screen shots of how we set it up?
  20. A

    Secretarial numbers.

    You could accomplish this with a custom dialplan rule for the extension that redirects to the secretary's extension any time the manager's extension is dialed. The secretary would just need their own custom diaplan for dialing 606 or their calls will get redirected back to them. Essentially...