Search results

  1. S

    Lua script for call forwarding to external number

    Yea I know... I think there is something set from DID -> IVR -> LUA that is conflicting when trying to send the call back out. Here are some CDR logs for some more leads. Thanks a lot for helping :) I am trying to avoid creating Ring Groups and filtering them for external call forwards.
  2. S

    Lua script for call forwarding to external number

    Indeed. It's a 404 because of the UNALLOCATED_NUMBER error. I've set all the required info to convert this to an outbound call, but I just can't drop that error! Somehow, somewhere, the number I am calling in on, is being sent out as the effective caller id number. Any thoughts?
  3. S

    Lua script for call forwarding to external number

    Thanks for the reply :) The sipharmony_api lua is fine. It's just a simple script that I punt events and data to my rest api. I have a lot of scripts working. Just wrapped up adding the option to send an SMS as a configurable IVR option to the web app a couple of days ago. Here is a snippet...
  4. S

    Lua script for call forwarding to external number

    Hey everyone! I am trying to write a lua script that I plan to use with dialplan tools. The script is a simple call forward to an external phone number. The issues I am having is "UNALLOCATED_NUMBER" error. I know what it means, just don't know how to fix it! Any help would be awesome :)...
  5. S

    DjangoPBX Applications Repository

    This is really cool man. Love the name too! I like that you're adding a REST api too. Hopefully it's not just a db wrapper lol!