Search results

  1. Adrian Fretwell

    Billsec not equal to record time

    I'm glad you worked it out, we see this quite a lot where early media is involved the recording will often have the ringing tone before the call is actually answered.
  2. Adrian Fretwell

    Call Detail Records is not showing all cdrs

    I believe there is a limit setting in default settings that controls how many records are shown.
  3. Adrian Fretwell

    *2 to record.

    Is this just on certain models? Where do we find that function?
  4. Adrian Fretwell

    strip first digit inbound caller id from provider

    You can use regex: https://freeswitch.org/confluence/display/FREESWITCH/mod_dptools%3A+regex
  5. Adrian Fretwell

    strip first digit inbound caller id from provider

    Have a look at this thread: https://www.pbxforums.com/threads/stripping-0s-from-caller-id-numbers.715/
  6. Adrian Fretwell

    Call Recordings

    I would start by looking at CPU loading and check for any I/O blocking.
  7. Adrian Fretwell

    How is everyone handling global CLI blocking in Multi-tenant?

    My first thought would be to move the call_block dial plan into the global context, but doing this may require some work with the SQL in /usr/share/freeswitch/scripts/app/call_block/index.lua. Maybe the answer is to write a global call block lua script that does not reference the domain. Of...
  8. Adrian Fretwell

    SIP REFER on externally forwarded call

    Many carriers will not accept REFER. We always respond to a REFER method with 405 "Method Not Allowed". The B2BUA is the way to go.
  9. Adrian Fretwell

    Recommendation for WiFi Phone

    We have used the WP810 quite successfully. For seamless roaming I think you need a good managed wifi network.
  10. Adrian Fretwell

    Iptables SIP Rate-Limiting

    Fail2ban does offer a lot of additional protection but you will still, generally speaking, need rate limits for protection against a flood of OPTIONS pings or STUN requests or similar, depending on what you run. Can't remember the syntax off the top of my head but you can rate limit against...
  11. Adrian Fretwell

    Calls Dropping

    Get a packet capture, and diagnose the actual issue, then we can look at solutions or workarounds. You can use tcpdump or sngrep to help with the capture. Problems like these are often caused by a NAT related issue. Describe your system topology, is your PBX behind a NAT? are your phones...
  12. Adrian Fretwell

    VitalPBX - More serious evaluation

    I think it would be cool! A free FusionPBX demo would be useful to so many who can't make up their minds to jump in.
  13. Adrian Fretwell

    VitalPBX - More serious evaluation

    @Scubadave112 I feel that I must do you the courtesy of responding because you have taken the trouble to write so much. I spend much of my time on this forum just helping others. By helping others with issues in using or getting started with FusionPBX, I am also indirectly helping the...
  14. Adrian Fretwell

    VitalPBX - More serious evaluation

    Maybe we don't want to use PHP. Maybe we don't want to waste time coding and maintaining an application framework when many good ones are already available. So what is the Ironcube installation all about then? Mostly, but not the member Apps. I have a lot of respect for Mark and what he has...
  15. Adrian Fretwell

    VitalPBX - More serious evaluation

    I largely agree with DigitalDaz, open source is the key, then you can't be held to ransom. It is a shame that FusionPBX has deviated from the open source route with it's member only applications. We are experimenting with our own GUI wrap around FreeSWITCH, it's not difficult, the only problem...
  16. Adrian Fretwell

    Save XML changes to Dialplan Gui

    There is a fourm on here called "The Bounty Room". You can go to fusionpbx.com, create an account and then you may be able to put in a feature request. I have lost track of what you can and can't do without paying for membership.
  17. Adrian Fretwell

    Save XML changes to Dialplan Gui

    I believe you can switch from GUI to XML, but not back again. I think the only time the GUI (dialplan_detail records) are re-generated is when Upgrade->app_defaults is run. And then this only replaces missing dialplans by parsing the XML files located in...
  18. Adrian Fretwell

    GSM & Opus codec

    Have a look under Advanced->modules and see what codecs you have installed/running.
  19. Adrian Fretwell

    How to check voicemail from external call?

    Yes, we have seen a fair few voicemail boxes hacked in the past.