Search results

  1. M

    redirect incomming call to CiscoIAD

    Issue resolved. It was a typo on my part. I just couldnt figure out how to delete this post.
  2. M

    redirect incomming call to CiscoIAD

    I have an analog Cisco IAD that I need to redirect a phone number to. The fusionpbx is hosted on the cloud and the IAD is at colo. I have created a destination for that DID which points to a bridge with the following: "sofia/external/sip:$1@<public_IP>:5060" When I dial the number from my...
  3. M

    password reset with multiple domains

    I am locked out of the admin account on a box that is running multiple domains. I know that I can reset the password by renaming the config.php file getting the DB password and recreating it. My question is would this affect other sub accounts and or any configs currently on the system?
  4. M

    timezone per domain

    Hello, I am running a multi-tenant FusionPBX. Most of the tenants ie domain are in the same timezone. I recently got a new client that is in a different timezone. Is there a way to specify the timezone for just that domain? I have checked and cant seem any way of doing this.
  5. M

    Homer setup for monitoring

    Hello, I think I am going to stick to Homer. I know it will be an overkill for this, but could use it for other stuff later on. I am Homer on a separate box. I have installed the agent on the fusionpbx server. How do I point the FusionPBX server to the Homer server? I guess I am missing...
  6. M

    Homer setup for monitoring

    I am having a random call drop issues on fusionpbx. I cant seem to pinpoint what is triggering the calls to drop and cant reproduce it. I am looking at installing Homer or some other tool to monitor the calls. That way once it happens again I can search for that particular call and analyze...
  7. M

    dial out and play recording

    I am not seeing it on the Extension settings or on my available apps. Could you please provide a link or an example to reference? thanks,
  8. M

    dial out and play recording

    I have an extension that will be used to dial out and play a recording. Not sure how to set this up so that when the called party answers they get a recording. Any suggestions?
  9. M

    API Guide

    Is there an Official API guide for fusionpbx? I am looking to do basic things like add/delete and update users extensions. I have found some people doing something similar, but not sure if that is official supported and if so what other capabilities can I do with the API? Not sure where to...
  10. M

    require pin solution

    I am working with a client that they have several phones in a public area. They would like to limit calling on these extensions only by requiring a pin. I went ahead and wrote a Lua script that reads a list of extensions from a DB and if it matches then require a pin. This seems to work, but...
  11. M

    AWS load balancer in front of FusionPBX

    I am looking at doing a software load balancer on AWS with a setup script on S3. The FusionPBX should get rebuilt automatically if there is an issue. The frontend should be easy enough to setup. As far as the recordings, I can store them all in an S3 bucket and just point all the servers to...
  12. M

    clear cached registrations

    Got it thx. Is there a global setting for this, or is it just per extension?
  13. M

    clear cached registrations

    Hello, I have a couple of Zopier premium clients running on FusionPBX 4.5.31. For some reason just with the Zoiper clients the registration does not clear and I end up with several hundred registrations for the same client over time. Client starts off with 1 and before registration expires it...
  14. M

    allow port 5060 and 7000 for registrations

    Resolved issue. Telnet uses TCP which worked, but my registration was happening on udp. I opened up udp on the firewall and it worked. thanks
  15. M

    allow port 5060 and 7000 for registrations

    I would agree with you it is something blocking me from connecting on port 7000, but what is weird is that I am able to telnet into that port. This means it is open from a firewall's perspective but somehow it is not hitting freeswitch. I have already checked fail2ban and that IP is not being...
  16. M

    allow port 5060 and 7000 for registrations

    I have iptables open on port 7000. I am seeing the packets come into the box, just not into freeswitch. When I do a telnet to port 7000 something is responding, so the ports are open. When I do an "iptables -L" port 7000 shows up. All I have done is just cloned the internal profile and ONLY...
  17. M

    allow port 5060 and 7000 for registrations

    I have a need to allow not just 5060 but 7000 as well for sip registration. I have cloned the internal sip profile and changed the port from 5060 to 7000. I restarted the profile and it says it is running. I am able to see the port is open on it, and sngrep shows registration attempts on that...
  18. M

    Wired characters inserted into invite

    On the phones I am not putting the callerID, just the extension. If I change the callerid on the GUI to a different number it works as expected, but for some reason these particular numbers keep adding [] to the end. And it is happening on a handful of numbers. So same extension set callerid...
  19. M

    dashboard empty

    That worked perfectly. Thanks
  20. M

    Move to new server

    I have an old FusionPBX that has been running for years without any issues. It is running on a cloud provider with Debian 8 and Freeswitch 1.6. I am moving cloud providers and have built a new Debian 10 box on a the new provider. I would like to move all the domains and configs for each...