Recent content by mdoupe

  1. M

    Valet Park Questions

    That works great, thanks very much!
  2. M

    Valet Park Questions

    Ok, I guess the question I'm asking is: How do I create a button on a Yealink phone that will drop the caller into a parking lot and announce the parking lot number to the person that pressed the button?
  3. M

    Valet Park Questions

    park+*5900, park+5900, and 5900 all seem to function identically. So there's no way to solve either issue? Users are going to have to manually transfer to the valet park extension? This is going to be a big shift from our last two phone systems.
  4. M

    Valet Park Questions

    I am trying to set up valet parking on Yealink phones. I have enabled the valet parking rules, and can manually transfer a call to 5900, receiving the park extension in the process. 1. I am having difficulty putting this onto a key. I've set a key to "Call Park" with the value being "5900" and...
  5. M

    Changing Call Park Numbers

    Hi all, (Hopefully) simple question: If I want to change the call park numbers from 59xx to something else (say, 18xx), do I just change any reference to 59 in the 4 dialplans with "park" in the title? Thanks!
  6. M

    Importing Follow-Me info

    Thanks very much!
  7. M

    Importing Follow-Me info

    Following up on this, I think I am going to have to run some manual db queries for follow me. I've written a query to add a follow me and update the extension, but when I run it, the extension doesn't show up as "Enabled (1)" in the Follow Me app. If I click on the extension, and then click save...
  8. M

    External SIP profile not responding to provider's OPTIONS ping

    I've now learned about Event Guard. ;) I did not set up the ACL prior to the gateway, so I believe my SIP provider's IP was blocked in IPtables "sip-auth-ip" chain by Event Guard. sngrep and tcpdump see the traffic before iptables has a chance to do it's thing, so they were seeing the traffic...
  9. M

    External SIP profile not responding to provider's OPTIONS ping

    Hi all, hope someone can help with what should be a simple question. :) Our provider uses IP authentication for SIP trunks. I created a binding with them from their public IP to <our public IP>:5080 (which is forwarded in the firewall). I added a gateway with the suggested settings on the...
  10. M

    Importing Follow-Me info

    Hi all, When I export an extension, the follow me is just a "follow_me_uuid", I assume for somewhere else in the db. Is there a way to import/export follow-me entries? I don't see anything in member documentation.
  11. M

    Replicating the switch database between two nodes

    Alright, can you tell me if this is a bad plan? :) I'm going to have an active/passive cluster with two servers in different datacenters. Failover is going to be handled by keepalived (which I have working already). Postgres DB is replicated as per the documentation. Config files and stuff will...
  12. M

    Replicating the switch database between two nodes

    Got it, thanks! I thought the switch data was more permanent. Somewhat related, If I make a change on the current active FusionPBX server, like an extension change, how long does that change take to apply in the switch on the backup server? Is Fusion constantly monitoring for database changes...
  13. M

    Replicating the switch database between two nodes

    Hi all, I've followed the member guide "Logical Replication - Multi-Master" the FusionPBX database to replicate the FusionPBX database between two hosts, but now I am trying to do the same for the switch database and am running into trouble. Is there any documentation on how to go about this...