Recent content by rabbidiesel

  1. R

    Interface with door release

    Hi, What phones do you have? I have setup something like this in a few places using a Yealink phone and a Wed Relay. The phone has a button that can call a specific local ip address that is the web relay. The relay will then open the door for a specific amount of time. This has nothing...
  2. R

    Multiple SIP Profiles: How does it work?

    Hi, To configure FusionPBX to use an additional SIP profile on port 5070, follow these steps: Create a New SIP Profile: Navigate to Advanced → SIP Profiles. Open the existing internal profile (typically on port 5060). Click Copy to duplicate the profile. Rename the new profile to something...
  3. R

    Debian 11 and 12 install script broken?

    Hi, I would first try updating Debian before installing F-PBX. apt update and then apt upgrade. Good Luck
  4. R

    SOLVED IVR an time condition

    Hi, the way I do this is that I send the call from Destinations to the Time Condition. As the other 2 responses mentions, don’t use Hour of Day, use the time of day. Let me know if you need a little more help with this.
  5. R

    Multiple VM Greetings

    it will take a little workaround, but it is doable. What I do is send the call to a ring group, and the ring group has the recording. You can technically do this with an IVR as well. From the IVR or Ring Group, you would send the call to the VM. Just make sure that the greeting on the VM box is...
  6. R

    Switching calls between softphone to deskphone

    Transferring to yourself is not a guarantee. You could end up sending the call to your voicemail.
  7. R

    Switching calls between softphone to deskphone

    A slightly backwards way would be to park the call and then pick it up somewhere else. Blind transfer the call to *5950 and then pick up the call on another phone by dialing *5950. Good Luck.
  8. R

    Ring group name displaying on handset

    If you can't find it, it will need to be enabled. Go to Advanced, Group Manager, press Permissions under Superadmin, search for ring_group_cid_name_prefix, and enable it. You should protect it so that in the future it doesn't get disabled. Good Luck.
  9. R

    Outgoing calls route Time and day

    Hi, @mevans1974, you don’t seem to have a toll_allow on the outbound route. If you look under the pictures I originally sent, you will see that the second item on the outbound route is a condition with a type of toll_allow. Please try adding that and let me know. Best Reguards,
  10. R

    Outgoing calls route Time and day

    @mevans1974 I am guessing that you are asking were the minute-of-day is in the dropdown, or how I was able to get it in there. I typed it in manually. First select anything from the "Type" dropdown and then you will be able to type it in manually. Then I made a copy of my original limiting...
  11. R

    Outgoing calls route Time and day

    Hi, I have actually just set up something like this for a school where they want the boys to only make calls at specific time. You will have to make a separate outbound route for each time. First you will need toll_allow. As you can see from the pictures I attached , you can put whatever...
  12. R

    SOLVED there are a lot of strange sip accounts, where are they coming from? how to prevent these intruders

    Hi, You don't have to worry about these registration attempts. Because your system is open to the web, there are bots trying to get access. What Event Guard does is see that these attempts are illegitimate, and it block the IP. Now what you are seeing is the list of blocked IP’s. The reason...
  13. R

    911 Outbound Route lua Email

    Hi, I just tested using ${sip_from_display} and it worked. Can someone explain to me where the ${email_to} and ${email_from} pull the info from? Thanx,
  14. R

    Time Condition on Call Forward

    Hi, I have a client who requested a way that call forwarding or Follow Me could be based on TC. Any Good Ideas? thanx
  15. R

    Convert yesterdays wavs to mp3

    Hi, first, I use the maintenance script to make sure the I don’t have any recordings over 90 days. That’s my policy. So when I went ahead and did this manually, I only had to do it 90 times. What I did is change “yesterday” to “2 days ago” in the 4 spots on the script, then I ran the script...