Search results

  1. PBXMePlz

    SOLVED Polycom VVX Transfer to *99[ext] loops back call

    So this one has me scratching my head a little. I setup a new FusionPBX box, it's not brand new, I've made some changes but none that should cause this (from what I can tell). It's possible maybe something with SRTP, but I don't think so. I'm honestly not sure at this point. Dialing *99[ext]...
  2. PBXMePlz

    Been playing with two factor auth :)

    Did you ever officially post a link to script/code? Might look at implementing this. Google Auth well, and at this point is what I use to lock down login to everything. Also do you know if it rights to auth.log with the same failure event for the Fusionpbx.conf fail2ban filter?
  3. PBXMePlz

    Multi-Server Setup?

    Hey All, Is there some sort of article one can review regarding multi-server setup? I was reading FusionPBX Docs, and there's information on failover and replication, but I'm not sure that's quite what I'm interested in. What I'm more looking at is separating out functions into separate...
  4. PBXMePlz

    IVR to Feature Code + Timeout Action

    Do you have a separate thread regarding this? You want to avoid thread hijacking if you can.
  5. PBXMePlz

    IVR to Feature Code + Timeout Action

    I haven't messed with Call Center Queue much if any; can't you timeout to a ring group with a message that then times out to Voicemail?
  6. PBXMePlz

    SOLVED Asterisk vs FreeSwitch

    I want to jump in on this discussion if I can as well. I know some time ago someone was talking about 2600Hz Kazoo; I don't know if anyone has looked at that since then. It is Freeswitch at its core I believe. The install looks like much more of a bear than FusionPBX though. As much as I do...
  7. PBXMePlz

    Call Parking and CID - Grandstream Call Park

    Unfortunately not, looking back I'm not 100% certain it ever worked for the park functionality, it does work for BLF though. EDIT: investigations showed that the information is not present in a NOTIFY packet, so, it likely is not an issue with phone brands, possibly an issue with Freeswitch.
  8. PBXMePlz

    Internal Calls Not Working on Pickup - TLS/SRTP Issue?

    Turns out this statement isn't true. The GRP2615 can call Zoiper and the call goes through; Zoiper cannot call the GRP2615, it doesn't even ring. I'm guessing this is probably some interesting combination of ports, TLS, etc happening. The GRP2615 was able to be provisioned, so FusionPBX is...
  9. PBXMePlz

    Internal Calls Not Working on Pickup - TLS/SRTP Issue?

    This is the most relevant section I could find regarding the issue. At this point in the log, the call is answered and dropped (goes to voicemail). 2021-07-26 17:15:15.358697 [NOTICE] switch_cpp.cpp:703 Channel [sofia/internal/103@[domain]:5061] has been answered 2021-07-26 17:15:15.358697...
  10. PBXMePlz

    Internal Calls Not Working on Pickup - TLS/SRTP Issue?

    Yes both are setup as TLS for protocol, both are using 5061 for the port; this is actually happening between a GS Wave, Zoiper and GRP2615, doesn't seem to matter the combo yet.
  11. PBXMePlz

    Secure SIP? TLS? SRTP? Who needs it anyway?

    ok fair point. OpenVPN is pretty easy too all things considered. And that's exactly the issue I suppose I'm having right now. Softphone to handset, or softphone to different softphone. Would definitely explain this issue.
  12. PBXMePlz

    Secure SIP? TLS? SRTP? Who needs it anyway?

    My plan was to start providing security by default, and unsecure as the exception. Because why not? Also and unrelated, but more for context here, turns out the Zoiper thing needed its CID re-entered under the extension for some reason, and then outbound calls started working on that extension...
  13. PBXMePlz

    Internal Calls Not Working on Pickup - TLS/SRTP Issue?

    When I dial local extensions, the call goes through but upon picking up the call the phone provides varying responses depending on the phone "488 Not acceptable", "no response"; The log could probably be helpful here but I'm struggling to pull out exactly what I'm looking for. No obvious errors...
  14. PBXMePlz

    Secure SIP? TLS? SRTP? Who needs it anyway?

    Anyone have like a general walk through on setting up TLS and ensuring proper configuration of endpoints? Part of me feels like I have it figured out, but it would be nice to confirm traffic encryption (I guess I could run a sniffer). Then there's the fact that some endpoints (see Zoiper), seem...
  15. PBXMePlz

    Moving FusionPBX to New Hardware

    Here's a couple scripts that I'd say I got maybe 90% done and when tested were working. The goal was to have the backup on a cron, and the restore can be run on a separate machine. Likely going a slightly different direction so hopefully this helps someone. It requires rclone, which is rather...
  16. PBXMePlz

    Domain Specific SIP Profile

    The transport under Devices is already TCP...so am I barking up the wrong tree here even? Also this is unrelated to the topic at hand, but something maybe worth considering at some point would be like a new server setup list, consisting possibly of just a large index on different things that...
  17. PBXMePlz

    Domain Specific SIP Profile

    To be clear when you guys say switch to TCP, are you referring to the Device options by account, or it that only for registration? How might I switch a domain specific to TCP? I will look this up but it might be easiest to maintain the answer within this thread as well. I ask largely because I...
  18. PBXMePlz

    Domain Specific SIP Profile

    So this was super helpful! Unfortunately my original thoughts turned out to be incorrect so now I'm thinking it must be an MTU issue. When pinging and adjusting packet size, packets fragment after 1472, which seems a little small from the default 1500, but not super small. It's actually the same...
  19. PBXMePlz

    Domain Specific SIP Profile

    hmmmm...my domain name isn't too long, but now I want to shorten it, even a few characters repeated a few times adds up, especially in a packet. I'm fairly certain the issue is that the ISP was handing a LAN IP to the modem. I've seen this before in Fixed Wireless networks, but it was a cable...
  20. PBXMePlz

    Domain Specific SIP Profile

    Hey all! I have this weird issue with phones that I think is network related. The issue: sometimes a phone won't ring (not always the same phone), and a reboot fixes the problem. Sometimes BLFs on a specific phone won't function. Whole things screams of SIP ALG, but that's already been disabled...