Search results

  1. R

    On-call schedule handling

    Thanks for the update. I don't know how the schedule is going to be but it could be something like Monday-Wednesday-Friday = On-call Tuesday-Thrusday = Not On-call Every other weekend On-call. I was planning on using the automated business hours, and was thinking of setting up the Call Flow...
  2. R

    On-call schedule handling

    So was just searching Bing for this, and it created this lua script, do you think if I modify it for FSPBX, in stead of FusionPBX, it work. --[[ FusionPBX / FreeSWITCH Lua Script Purpose: Change Call Flow status based on a daily schedule in a text file. Author: Senior Dev...
  3. R

    On-call schedule handling

    So was asked about setting up an on-call schedule for a number, to there on certain days 1 person receives the transcription as sms and on others days another person get the text message. I have the voicemail transcription part working, just wondering the best route to go with the scheduling...
  4. R

    Mailgun Alternatives

    Do you do a lot of faxing? Have you thought about giving the users that need to fax, "fax" access to the FXPBX? You can set-up users to just have fax access, and then when they login, they Click "send New Fax", select their fax number, and put in the recipient's fax number and Drag & Drop the...
  5. R

    BLF for *5901

    Glad you got it working. I know it was the same for me, I was trying to figure it out, and all of a sudden it started working. But I don't know the exact change I made to make it work.
  6. R

    BLF for *5901

    Hmm that matches mine. What model phones are you using? I know different brands require different settings. I think when I was originally setting up my system, I had the wrong button type setup. I had it set as "BLF", which mostly worked, but changed it to "Call Park" to fully work correctly.
  7. R

    BLF for *5901

    what's your "valet_park" dial plan show? I can try to compare to mine, to see if something is different. I know it took me a little but to get all the settings right for it to work.
  8. R

    BLF for *5901

    Here is what I have for my yealink phones to make the indicator change status. "park+*5901@192.168.1.100" I use my local IP address, as I don't have any outside connections, but this may need to be what is set for your domain.
  9. R

    Issue when sending fax from FXPBX

    The update appears to have fixed this issue.
  10. R

    Issue when sending fax from FXPBX

    I was just testing the sending a Fax from within FSPBX, which worked great, and was very easy to do. Found out though, on the confirmation email the number of pages in the subject line is incorrect. I sent a test email from 1 of our fax numbers to the other. The subject line for the recevied...
  11. R

    call transcriptions and summaries

    Are these transcriptions being emails to the customer? If so you can go to the [Status]/[Logs] section and filter by email, this would give you the number of emails sent. This will also tell you what type of email it was, i.e. voicemail, or recording. In the [Status]/[Extension Statistics] you...
  12. R

    call transcriptions and summaries

    We do voicemail transcriptions that get texted to customers for after-hour calls. We charge a flat-rate monthly fee per number they want the message sent sent to. We have a couple customers who receive a large amount of calls, and their monthly is higher than others, but it's calculated to make...
  13. R

    CDRs - status - some thoughts

    Thanks for the info. it makes sense, and is why I never really worried about it. I can look at the logs and see who was calling in, if I need to get that info.
  14. R

    FS PBX Messaging Module Now Available in Version 1.5.0

    Thank you, that did it. I was trying to find that line before posting, but didn't search well enough.
  15. R

    FS PBX Messaging Module Now Available in Version 1.5.0

    Just updated and all my messages says "Queued", including my voice-to-text messages, that were working right before the update. Here is what the Horizon log shows for the failed job. I changed all the Auth keys. Illuminate\Broadcasting\BroadcastException: Pusher error: cURL error 7: Failed to...
  16. R

    CDRs - status - some thoughts

    Our Call History does this as well. If a call is forwarded to an outside extension, it only shows the forwarded part, which we change the Caller ID to the DID, the call history never shows the incoming calls CallerID, only the DID going to the outside extension..
  17. R

    FS PBX Messaging Module Now Available in Version 1.5.0

    I like this option. Our system sends 30-50 automated speech-to-text messages a day, and we receive 4-5 faxes a day as well. It's crazy, but some places just refuse to give up their fax.
  18. R

    Instructions for setting up ISP fail-over, not server fail-over

    Thanks,that's what I was thinking, but I checked and remembered our trunks use credentials not IP, so it should be able to reconnect to the trunk on IP failover. I was looking at the logs this morning wrong, and it did in fact change over, we just didn't get any calls during the hour the primary...
  19. R

    Instructions for setting up ISP fail-over, not server fail-over

    It does, I will do that. For some reason, I was thinking there would be issues with the SIP provider, but just realized the SIP provider doesn't contact the Server, the Server contacts the SIP provider, so it shouldn't matter what External IP the server has.
  20. R

    Instructions for setting up ISP fail-over, not server fail-over

    We use a Unifi UDM SE, and our Primary internet is provided by ISP 1, with a static IP, and we have a fail-over internet set-up from ISP 2, with a static IP. Our internet from ISP 1, does go up and down, more than it should, but where we are, it's the only non-cell based option. We don't use a...