Recent content by Dast

  1. Dast

    Stereo call recordings

    Thanks for the reply. After searching the latest fusion source, I see there are some commits regarding stereo recordings that I am missing. I will work towards upgrading to the latest version, which should ultimately solve this issue for me. In the meantime, I have added the...
  2. Dast

    Stereo call recordings

    I am trying to get stereo call recordings, where each parties audio is in a separate channel of the recording. I added `set RECORD_STEREO=true` to my dialplan (in the `domain-variables` rule) which has not made a difference, call recordings are still saved as mono channel. What am I missing?
  3. Dast

    Grandstream WP8x6 template

    Hi all, Not sure if this belongs here or in the grandstream forum. I'm attempting to deploy a Grandstream WP816, using the WP86 provision template. However the template mentions a known bug where the device in Fusionpbx must be disabled to prevent the device from constantly rebooting, as noted...
  4. Dast

    FusionPBX Messages + Telnyx (SMS Send / Receive) Config

    Check your chatplan.xml, it might have something commented out. I don't recall the file path, but something like this might help find it; find / -name chatplan
  5. Dast

    Advanced IVR

    I thought they had an open source version? https://github.com/jambonz
  6. Dast

    Advanced IVR

    Just figured I would link a similar project that might be helpful; https://www.jambonz.org/ I'm not affiliated with them.
  7. Dast

    Lua script for call routing

    I've confirmed that the session variables are being set and accessible after the lua script, from the log at group 0 order 55, this runs and correctly includes a variable that's set from the lua script. However the conditions to check the value of "call_router_action" never triggers. If I...
  8. Dast

    Lua script for call routing

    Hi all, I am writing a lua script that I'll be using with dialplan tools. The script is simple and makes a curl request, if a response is provided then I set some session variables, to be used later. Observing the console it seems my session variables are set fine from within the lua script...
  9. Dast

    Ring group CDR not showing answering extension

    The custom built one? No, it's not public.
  10. Dast

    Ring group CDR not showing answering extension

    A custom built one based on sipml5 - here's a demo https://www.doubango.org/sipml5/call.htm
  11. Dast

    Ring group CDR not showing answering extension

    Consider this solved. The real issue was the SIP client being used - it's a webRTC client based on SIP.js. Switching to another sip js lib solved the issue. The problem is that these clients register with a randomly generated extension ID, as seen below. Highlighted in green, this should be the...
  12. Dast

    Ring group CDR not showing answering extension

    Hiya I have a ring group that calls a mix of extensions, and external numbers. The issue is with the CDR, it does not show the extension that answered the call. The following screenshot shows an example. 900* is the ring group. The call was answered by an extension, but it's not shown, the...
  13. Dast

    SMS Integration

    Hi all, Does DjangoPBX currently support SMS, or SIMPLE chat messages? I could not find any info on this in the git repo or website.
  14. Dast

    Valet Parking destination as header

    A custom softphone was developed and is being used. It integrates with the clients CRM to display the caller's profile/details when a call is answered. When a call is parked, it effectively provides a BLF button to retrieve that specific call. The initial problem was that when doing a blind...