Search results

  1. J

    Fanvil Zero Touch Auto Provisioning

    We tested with a couple of phones and it did work—at least enough to point the phones over to our provisioning server. However, since we don’t sell these phones, I don’t have experience with any kind of volume on it.
  2. J

    Working SMS Integration

    SMS to HTTP is likely what you want. The URL it is asking for there is likely equivalent to the "webhook URL" that is used by other carriers. But I would start with outbound. In most cases, it is easier, because you can test it using cURL without doing any reprogramming. To make inbound work...
  3. J

    Working SMS Integration

    Sorry, we don't use that company. It's a lot to read, but earlier in this thread, I did give some pointers on what to do to add more carriers. That should still be valid information.
  4. J

    Click to call

    Thanks! This is still working with pretty current version of FusionPBX. I did tweak the icon name to say "Click to Call" but otherwise, "it just works"!
  5. J

    Phones Not Ringing

    It doesn't queue, but there are options to set the ringback tone/music, play an intro greeting, and extend the ring cycle quite a bit. You can even direct to another ring group after it times out, if you like. We have a couple of small call center customers (4-6 phones) where we just use ring...
  6. J

    Phones Not Ringing

    So when a call comes in, the network receives 4 invites plus 12 BLF signals (3 BLF X 4 phones) at once, and then the invites generate an ACK, not sure about the BLFs. I would certainly consider it as a possible problem. Another symptom that we've seen is that sometimes the call is answered on...
  7. J

    Provisioning Grandstream Devices

    There are two places to push provisioning changes from within FusionPBX without reboots: Devices and Registrations. On Device page, there's a provision button at the top. On Registrations, just tick the one(s) you want to re-provision and click Provision at the top. Device page provision...
  8. J

    Phones Not Ringing

    Have you tried just sending the calls to a ring-all ring group, not call center and make sure they ring through? We do not use call center, so I can't help much there, but we have had issues at sites where their network infrastructure was poor, with too many simultaneous phones ringing (even...
  9. J

    Provisioning Grandstream Devices

    I'll second the comments of @ad5ou. We are using GDMS to redirect to FusionPBX provisioning in exactly that way. To me, doing the full-on provisioning in GDMS would create too much extra work to copy account info across from FusionPBX, so I don't recommend it. Of course, you do need to have...
  10. J

    What's the current state of sms?

    Another use-case we've found is for customers like insurance agents where their clients need to send in pictures from a phone. They can easily send them by MMS to my customer's main number and then the customer receives it in their email. Also, with the version that is on Github, set...
  11. J

    Working SMS Integration

    Here is the entire Telnyx block from the sms_email.php file. This one is currently working: if ($carrier == "telnyx") { if (gettype($media)=="array" && count($media)>0) { $email_txt = 'To: ' . $to . '<br>Msg: ' . $body . '<br>MMS Message received, see...
  12. J

    SMS - app.lua:48 attempt to call a nil value

    I suspect you mean in /usr/share/freeswitch/scripts/app/sms/index.lua. And thanks for the info on v2 compatibility. I originally wrote the Telnyx add-on under v1, and never bothered to go back and update to v2. FYI, on the inbound side, I believe someone mentioned that there may also be...
  13. J

    Working SMS Integration

    Looks like you are missing a line at the bottom. It's the "$email_message .=" line. ... unlink($fileatt); // delete a file after attachment sent. } $email_message .= "--{$mime_boundary}--\n"; } } ...
  14. J

    Working SMS Integration

    I'm assuming this is not for Telnyx, since that is fully tested? I'm not sure how much I can help, but here goes: It sound like you have something not quite right in file sms_email.php, in the "if ($carrier == "<your_carrier_name>") block. I would look closely at the way you are setting the...
  15. J

    Voicemail Transcription with Azure

    An alternative solution, suggested to me by someone official, was to set this line in your crontab (crontab -e) */15 * * * * rm /var/cache/fusionpbx/app.voicemail.azure.access_token It just deletes the token from cache every 15 minutes. As Konrad suggested, it would be better to create an...
  16. J

    Can't dial ring group number from IVR

    If you are trying to dial this by turning on Direct Dial in the IVR, I don't believe that will work for ring groups. Looks like Direct Dial is more limited, maybe to just extensions? If you are creating options In the IVR Menu and this is failing: under Advanced, check the Digit Length...
  17. J

    FusionPBX SMS Integration with Bandwidth

    Good. Yes, sms_email.php changes would be the next step then.
  18. J

    FusionPBX SMS Integration with Bandwidth

    Did you try commenting out the other "error_log" line temporarily?
  19. J

    FusionPBX SMS Integration with Bandwidth

    Ok, so the URL for the attachment is probably coming through intact. It's just getting truncated in the log. There is a buffer length problem with the logging, and I've just never had the motivation to go solve it. But you can probably add the following line to the if ($debug) block in your...
  20. J

    softphone recommendations

    For Groundwire/Acrobits, it's here: https://www.acrobits.net/cloud-softphone/pricing/ I believe that you can also do white label/branded versions of Zoiper and maybe Bria, but I haven't looked into it.