Search results

  1. D

    New Freeswitch Vulnerabilities

    Has anyone had trouble with Freeswitch 1.10.7 crashing? We have been seeing it drop audio one way on certain calls and crash after a few days, whereby it often just stops responding to SIP traffic but the process keeps running. Here are some of the open bugs that I thought might be affecting...
  2. D

    Questions regarding Kamailio/dSipRouter

    The more parts you have to your tech stack, the more likely things are to break. Take a look at my issues and PRs with getting MS Teams working with dSIPRouter without FusionPBX in the middle: https://github.com/dOpensource/dsiprouter/issues?q=author:danry25 Adding FusionPBX to the mix will...
  3. D

    Speech Recognition IVR with Pocketsphinx

    @KonradSC Try Mozilla DeepSpeech or Kaldi (faster, similar accuracy), I think they might perform better than pocketsphinx for this application.
  4. D

    SOLVED Click to Call widget for Fusionpbx

    I think they are looking for a Call Us button that opens up a WebRTC call when pressed, like the buttons this group offers: https://www.icommconnect.com/
  5. D

    PA System

    Here is that template, it is quite similar to the Snom 300 template. I will work on upstreaming my changes into the Snom 300 template perhaps, as there are only 3 edited lines and 2 new lines comparatively. Note that this hardcodes TCP registration. Open to recommendations for getting TLS...
  6. D

    PA System

    We have had good experiences with the Snom PA1, that being said it can be troublesome to get TLS working and we had to craft a custom provisioning template that I need to upstream into FusionPBX.
  7. D

    Getting booted from Thinq?

    Did thinQ ever improve their API? It seemed half baked (eg: could not look up available phone numbers, had to just blindly request phone numbers in a particular area code). A year or so ago thinQ ratedecks did not seem terribly competitive outside the toll free space. BulkVS dropping public...
  8. D

    Alternative hardware to grandstream?

    The Grandstream GRP series has some very useful features, but the firmware is beta quality, and certain models like the GRP2613 will lock up and freeze randomly on firmware 1.0.3.6. Factory resetting helps sometimes, and the GRP2612 and GRP2615 appear to be unaffected by this issue. THe GRP...
  9. D

    Linphone placing calls on hold

    Linphone Android seems to place the current active call on hold when a new call comes in over cellular. I saw this relevant issue but can't find any built in telephony manager that would control this. Ideally this would act like Zoiper's DND integration, where an active call in the app causes...
  10. D

    Looking to get out of some work

    A postgres query should be able to handle setting that, just make sure to scope it to the proper domain
  11. D

    Transcode Recorded Calls to Opus, Reducing Storage Needs

    Call recordings can be quite useful, though their size can be onerous when stored as a wave file (eg: .wav, as Freeswitch does by default). The script below reduced our stored recordings from the past year to 3.3% of their original size and updated the database so they continued to be...
  12. D

    Transfer Calls between ATA Ext and Deskphone

    I saw the same thing when provisioning an HT802, not sure what is broken in the template included in FusionPBX (but something definitely is). I have been using this template to provision the HT802: https://git.callpipe.com/fusionpbx/provisioning-files/-/blob/master/bullshit/HT802/{$mac}.xml
  13. D

    IBM Watson integration

    Any chance I could encourage you to make a pull request with your additions? There is value in having these types of additions in FusionPBX rather than as an out of tree patch :3
  14. D

    SOLVED Freeswitch not loosing Registration

    When you set a long registration expiry on a phone (say 3600 seconds), your telling the server that you won't contact it often, but your still probably online. The server will respect the expiry timer the phone set, and wait until it runs out to deregister the phone. The "issue" you saw was...
  15. D

    Azure Voicemail Transcription

    You shouldn't need to modify record_message.lua to use the custom API, I wrote the ReadTheDocs entry to be as straightforward as possible. Stand up the Mozilla DeepSpeech Frontend (first link in the Custom API guide), add the variables listed just below that, flush Memcache, reload the XML &...
  16. D

    Anyone using Opus?

    The last two releases of Opus have seen double digit performance improvements in transcoding, iirc Freeswitch & ffmpeg are compiled with fairly old versions of libopus.
  17. D

    Azure Voicemail Transcription

    We use Mozilla DeepSpeech in production with FusionPBX (I wrote the integration & documentation). There is a very active community in #machinelearning on Mozilla IRC that is working on tuning and improvements.
  18. D

    Poll: pfSense and VOIP

    The EdgeRouter's lack of (fully fleshed out) remote manageability is a bit of a turn off for me, compared to OpenWISP & Ubiquiti's Unifi suite. Makes debugging issues a fair bit harder :c
  19. D

    Poll: pfSense and VOIP

    pfSense and FusionPBX usually mix pretty nicely, and pfSense makes for a good prosumer router.
  20. D

    Transfer Calls between ATA Ext and Deskphone

    *1<extension> should transfer a call, last I tested it that worked for transferring calls to any extension inside a domain from a HT802. We have labels that list extensions and feature codes for users on analog ATAs & cordless Grandstream DP720 phones, I'd get complaints if *1 didn't work :P