Search results

  1. J

    Autoprovision Cisco5xx - Specific Model 504G

    http://192.168.0.130/admin/resync?%5B--uid%20user%20--pwd%20password%5Dhttp%3A%2F%2Fmydomain.com%2Fapp%2Fprovision%2F%3Fmac%3D%24MA Make sure to replace: IP address with your phone's IP user with your user password with your password domain - make sure you leave in the "%3A%2F%2F" before it...
  2. J

    Autoprovision Cisco5xx - Specific Model 504G

    Two things: When you add/update the Profile Rule, are you restarting the phone afterwards or otherwise triggering it to provision itself? The resync command I gave you earlier will both set the Profile Rule AND cause the phone to reach out for provisioning. Earlier, where I advised you to try...
  3. J

    Autoprovision Cisco5xx - Specific Model 504G

    Check for any activity from that phone in your nginx access.log or error.log. If you are not seeing activity, then the problem is not the provisioning template, but some other issue. Try the command @DigitalDaz suggested, since that targets http activity. (sngrep targets SIP messages, but in...
  4. J

    Autoprovision Cisco5xx - Specific Model 504G

    Provided that your provisioning template is valid and that device is configured in FusionPBX, it should work. But the syntax is a bit different for the SPA phones. Here's how I provision SPA devices: Determine the IP address (192.168.0.130 in this example), then browse to...
  5. J

    Working SMS Integration

    Disclaimer: I do not use that carrier and didn't write that section of code that handles Plivo, so I can't vouch for it. It looks like you could manually add a default setting for plivo_access_key and plivo_secret_key (category=sms, type=text), and populate them with the auth ID and auth token...
  6. J

    softphone recommendations

    I know this is an old thread, but I thought I would throw in my $0.02: GS Wave (now renamed as Wave Lite) was doing the disconnect when leaving WiFi, until I realized that there is a "WiFi only" setting under advanced settings. I believe that it defaults to "on". Acrobits Groundwire is, so far...
  7. J

    Working SMS Integration

    Yes, as @yukon said, please start a new thread for this.
  8. J

    Working SMS Integration

    Sorry. Just realized I didn't "reply" to yours message, so you might not see my response.
  9. J

    Working SMS Integration

    Probably not. If they have, they haven't shared it back with the project. While I realize this is a very long thread, you may wish to review the whole thing. I think there is probably enough information for you to be able to add a new carrier. Pretty much, everyone has added their own...
  10. J

    Working SMS Integration

    It's pretty much a group effort--I've done some work on it as have others who have posted on this thread. Unfortunately, I am on PHP 7.1, so if that is the problem, I can't really do much at the moment to troubleshoot this. That said, SMS doesn't use PHP for outbound--only for inbound, so I...
  11. J

    Several issues with FusionPBX 4.4

    So do you have the same result when you are on other WiFi networks (not your home or office)?
  12. J

    Several issues with FusionPBX 4.4

    True. I’ll just point out that with a VPN, IF he’s getting DNS from the office, and it’s overriding his external IP for the server with an internal address, as he mentioned early in this thread, there could be a routing problem that is causing this. But I’m not real familiar with rport, so...
  13. J

    Several issues with FusionPBX 4.4

    It looks like the request via WiFi is passing the LAN IP address. Unless you have routing set up in your firewall to pass that subnet traffic back via the VPN connection from your server, this won't work. I strongly suspect that a desk phone on your home network would have the same problem.
  14. J

    Several issues with FusionPBX 4.4

    @tkintenn, Are you able to register a deskphone from your home network (either wired or WiFi)? My point in asking is to determine if this is a softphone issue, or a networking issue (either NAT or SIP ALG as @ad5ou mentioned, something with the VPN, or some other problem) that affects all...
  15. J

    Several issues with FusionPBX 4.4

    You have several differences that could contribute to this: The VPN will affect it, no doubt, depending on how you have the routing set up at your office. We use an Adtran firewall with VLANs for various parts of the network, and (for example) if I am connected via VPN, I can't browse one of...
  16. J

    Several issues with FusionPBX 4.4

    Actually, two things may need to be adjusted: A few months back, we turned on "multiple registrations". This is mentioned here in the context of SLA. While we weren't happy with how SLA works, it had the side benefit of helping with the problem of accidental multiple registrations. However...
  17. J

    Several issues with FusionPBX 4.4

    Sorry this is way late, but we've had much better success with Groundwire than with Grandstream Wave when it comes to inbound calls. It's not free and the setup isn't as nice, because you can't use the QR setup like in Wave, but once set up, it's very solid. The way they handle inbound call...
  18. J

    Working SMS Integration

    Our primary SMS carrier is Telnyx. For Telnyx, this is a typical response on an inbound message: 2020/02/11 17:16:03 [error] 6441#6441: *51203 FastCGI sent in stderr: "PHP message: [SMS] REQUEST: stdClass Object ( [sms_id] => 1e4dd539-0b67-4c90-a33e-b3f79dc7248d [direction] => inbound...
  19. J

    Working SMS Integration

    I mentioned this in a PM, but in case someone else has the same question: The /var/log/nginx/access.log will only register the POST. More details can be found in the /var/log/nginx/error.log file. Most steps in the operation are logged there, along with any errors. Also, if set up properly...
  20. J

    Working SMS Integration

    For those who would like to add MMS support for other carriers: The route_and_send_sms function in sms_hook_common will accept, as a fourth parameter, an array named "media" that looks like this: [media] => Array ( [0] => stdClass Object (...