Search results

  1. J

    Call Limit--Send to Voicemail

    With that change, it looks like it's immediately triggering the hangup. Are you sure that ! is not just a shortcut for "hangup"? Here's the relevant log portion: fcb0e60c-57bc-4f54-9698-184748269e48 EXECUTE [depth=0] sofia/external/972XXXXXXX@sip.telnyx.com limit(hash inbound...
  2. J

    Call Limit--Send to Voicemail

    Thanks for the suggestion. Unfortunately, it still seems to be going through the dialplan multiple times. So it's going through the dialplan and hitting this EXECUTE ... limit(hash inbound <domain UUID> 1 transfer:*99100 XML test.mydomain.com about 66 times over several seconds. The last...
  3. J

    Call Limit--Send to Voicemail

    Should have been a space between ${max_calls} and the last bit. My copy/paste messed up, sorry. The lack of the space is not the problem though--it's correct in my dialplan, but still isn't working.
  4. J

    Call Limit--Send to Voicemail

    We use the call_limit dialplan in conjunction with the max_calls variable in domain_variables dialplan. This works by ringing busy after the limit is reached. However, we'd rather handle this by sending to voicemail instead of ringing busy. I've tried changing the action/limit data in the...
  5. J

    Let's Encrypt Auto Renewal

    I don't know how typical my dehydrated install is since I've modified it for the API integration, but I believe there is a domains.txt in the /etc/dehydrated folder that is used to tell dehydrated which domains to request. I wonder if you could tweak that script to just add those domains to...
  6. J

    Direct Dial doesn't work in IVR

    I don't have any experience with changing this in the SIP profiles. Usually the defaults "just work" on most phones. I'd be careful changing the profiles. For softphones, we primarily use Groundwire, Grandstream Wave Lite, and sometimes, Zoiper, and we've never had to change DTMF settings...
  7. J

    Extension call forward based on time condition

    Well, if you do not need it to be time-based but rather under user control, then just put a button on their phone to forward the extension. You can either do *72101 and then another button, *73 for unforward, or else pre-load 101 in the forwarding, and then just have one button to toggle: *74...
  8. J

    Let's Encrypt Auto Renewal

    If your firewall is blocking the domain verification process, that might be resolved by the API script I mentioned above. Basically, it takes the verification code and inserts it into the DNS record on your DNS provider. You have to use this method with wildcard certs, but you have the option...
  9. J

    Extension call forward based on time condition

    Two suggestions: If you can manage how calls get to ext 108, then re-route them instead to always go to the time condition. For example, if they are coming from a DID/destination or a menu option or even a speed dial button, then point them to the time condition. It won't help with...
  10. J

    Direct Dial doesn't work in IVR

    Usually, there is a way to set the DTMF options to one of three settings: inband, RFC-2833, or SIP info. It maybe that the default setting isn't working with your config. I would try switching it and see if that helps. On Zoiper mobile (iOS) it's under Settings, Accounts, Features.
  11. J

    Let's Encrypt Auto Renewal

    The default Dehydrated script should work as-is (non-wildcard) to automatically create the cron job. It runs daily and checks to see if it's time to renew. At about day 60, it will trigger the renewal. While under root, look in crontab -e. Dehydrated should have created an entry in there...
  12. J

    Let's Encrypt Auto Renewal

    Actually, that's not quite true, I have a wildcard cert, using Dehydrated and it auto-renews. The key is that your DNS provider needs to allow an API to add/remove records and then look for a script to do this for your provider (or write one for yourself based on other providers). Then in the...
  13. J

    changing time condition time from 12 to 24

    Not sure. Sorry. It is actually saving the selection. Not sure why the display isn't working. You'll probably need to do some troubleshooting.
  14. J

    changing time condition time from 12 to 24

    Well, I looked at the code for the time conditions page and the bad news is that it's hard-coded this way. The good news is that it shouldn't be all THAT difficult for you to change, if you want to give it a try. It's in app/time_conditions/ and the file is time_condition_edit.php. Make a...
  15. J

    changing time condition time from 12 to 24

    I'm assuming you mean the "Time of Day" condition. I don't see any options to change the way it displays. But note that, when it stores the info in the dialplan, it is stored as "minute-of-day" with the minute number as the data. However, the "Date & Time" condition does seem to display as...
  16. J

    SOLVED Do I need multiple SIP profiles on the phone to know where the inbound call is coming from?

    You can even throw in distinctive ring, for calls from different sources, but usually the visual indicator is enough.
  17. J

    SOLVED Do I need multiple SIP profiles on the phone to know where the inbound call is coming from?

    Regarding the multiple line keys: We've never had a use-case for more than three or four SIP accounts on a single phone--and even that was unusual. Our use case for that many keys is for BLFs and speed dials. However, we regularly have situations where a customer wants several line appearances...
  18. J

    SOLVED Do I need multiple SIP profiles on the phone to know where the inbound call is coming from?

    Unless you just want three line appearances, no I would only create a single extension and add it to your phone. Then, as you say, direct your main number and DID to it. As you say, internal calls will be identifiable by the three digit caller ID. To further distinguish calls coming from your...
  19. J

    SOLVED ALGO 8186 Speaker with Fusionpbx

    We took over one of these at a new customer and switched it to our server. But it’s had problems with needing to be restarted several times because it just stops working. We’re about to replace it with a Fanvil equivalent.
  20. J

    Fanvil Zero Touch Auto Provisioning

    Thanks, I’ve been around, but mostly DM with people asking questions. If memory serves, my business partner signed up for it with them. I don’t recall it being an arduous process. We primarily sell Grandstream phones and like their GDMS management service. As we understand, Fanvil has a...