Search results

  1. Adrian Fretwell

    Two step verification

    Thank you for that, and I agree about the spam problem. I sometimes find 2FA difficult, because I work in places that don't allow mobile phones, and I don't always have an email account setup on the laptop I may be using at the time. I do generally have a soft phone though, so I can call...
  2. Adrian Fretwell

    Two step verification

    I was forced to enable two step verification this morning when logging in here. I see there is an option to disable it, but if I do , will it just force me to enable it again?
  3. Adrian Fretwell

    Mod_python3 freezes after running two scripts at the same time

    I wanted to use python in preference to Lua whilst developing DjangoPBX. But I found the interface buggy, I could never track it down but there seemed to be some memory corruption between successive calls to Python within the FreeSWITCH module. I did submit some pull requests to FreeSWITCH...
  4. Adrian Fretwell

    UK Voice Sounds

    We bought the ones we use many years ago, the vendors are still going, link below: https://www.westany.com/united_kingdom_voice_prompts/
  5. Adrian Fretwell

    Webrtc Client

    I have no plans currently. But there is no reason why it can't be done. You can configure the bindings in the SIP profiles and adjust the firewall rules accordingly, the only caveat is that there is no hook currently for a successful webrtc registration to place a whitelist rule into the...
  6. Adrian Fretwell

    Proxmox virtualisation choices

    @AGIDI Thankyou we have run on XCP-Ng for years with no problems, but are seriously considering moving to Proxmox, I just haven't managed to work through the find detail yet. I wondered if an LXC Container would be better for FreeSWITCH than a VM.
  7. Adrian Fretwell

    Proxmox virtualisation choices

    Does anyone have a view on virtual machine vs LXC containers?
  8. Adrian Fretwell

    call tranfers from extensins using *99 or 99, calls just drops.

    In your Dialplan screen: Remove the data=" and the expression=" text. Remove the "/> from the end of each line. Finally the set actions should come before the Transfer action. PS: Please post questions only once.
  9. Adrian Fretwell

    Proxmox virtualisation choices

    Hello One & All, I know many people/organisations choose to use Proxmox for their virtualisation. I find Proxmox interesting because it offers the choice of running an LXC container as a lightweight alternative to fully virtualised KVM machines. If you use Proxmox, how you virtualise your...
  10. Adrian Fretwell

    freeSWITCH-403 forbidden sip/2.0 (Intermittent 403 Forbidden Errors with SIP WebRTC Client on FreeSWITCH)

    Hi @manikanta , I'm sorry I do not know the answer. Are you absolutely sure it is WebRTC related? The 403, would suggest that FreeSWITCH received the response to the WWW-Authenticate OK, but either (username or password was incorrect) or FreeSWITCH was unable to retrieve the directory...
  11. Adrian Fretwell

    Recreating 1471 functionality

    In your inbound route put the caller ID into a hash store: Then create a dialplan entry called last_caller with a destination number of 1471, see screenshot below:
  12. Adrian Fretwell

    Anybody using this in production

    Thank you for the information, I have not seen MirtaPBX and I will drop you a PM. I haven't used Asterisk for a long time, I have compiled it from source many times in the distant past and also played with distributions like Trixbox. When we ran just purely a SIP trunking platform I used...
  13. Adrian Fretwell

    Hallo everyone

    Hi Alan, you are very welcome.
  14. Adrian Fretwell

    Anybody using this in production

    Hi @gflow I wanted to give others time to respond before jumping in, but as no one has... The DjangoPBX software is still at the Alpha stage of testing, so I imagine it would only be a few brave individuals that will have deployed into production. I have a couple of instances in production...
  15. Adrian Fretwell

    FusionPBX Outbound calls dropped at 30 seconds

    Default command line sngrep with no switches should provide the detail you require.
  16. Adrian Fretwell

    FusionPBX Outbound calls dropped at 30 seconds

    Sounds like the ACK following the 200 OK is going missing. See if you can get a packet capture of a call to prove this. sngrep is a very useful tool.
  17. Adrian Fretwell

    Add a user to more than one domain

    I believe the database structure only allows for a user to be allocated to one domain. There is a one to many relationship between Domains and Users. One Domain can have many users but a User can have only one Domain.
  18. Adrian Fretwell

    502 Bad Gateway

    Having said the above, I notice that there is a line in the installer that changes the Nginx user: sed -i "s/www-data/django-pbx/g" /etc/nginx/nginx.conf I looked at a couple of working test installs done last week and they all have www-data as the Nginx user in the nginx.conf file. I ran...
  19. Adrian Fretwell

    502 Bad Gateway

    Probably need to did into this a little deeper. There should be no problem with Nginx running as the www-data user. uWSGI creates the socket with user django-pbx and group www-data so there should be no permissions issue. As @jcre says we need to confirm the operating system, and if it is a...
  20. Adrian Fretwell

    IP Allowed Addresses

    It doesn't really mater, I would upgrade and then do this immediately after.