Ticket #4513 (new Feature Requests)

Opened 1 year ago

Last modified 1 year ago

announcement - say digits

Reported by: john@erba.tv Assigned to:
Priority: trivial Milestone: Undetermined
Component: Third Party Module Version: 2.8-branch
Keywords: announcement say digits Cc:
Confirmation: Unreviewed SVN Revision (if applicable):
Backend Engine: Asterisk 1.6 Backend Engine Version: 1.6.2.11

Description

I have written a module that can accept caller input. I use that to request callers to input their data. I would find it useful to be able to have an announcement that instead of a static file can read back digits from a variable, something that generates config lines like this

[annoucement-1]
exten=>s,1,saydigits(${contact_tel})
exten=>s,n,goto(ivr-1,s,1)

and then goes to a destination (for example an ivr destination to ask for confirmation or reinput). Is this something which should be written as a separate module or an enhancement to existing announcement module?

Change History

09/14/10 16:43:18 changed by p_lindheimer

  • priority changed from minor to trivial.
  • milestone changed from 2.9 to Cut Line.

this sounds about as specific as #4514

it sounds like you are trying to piece together a pretty specific and interactive IVR for a unique application. It's great that FreePBX is flexible enough that you can almost do that all with modules, but similar to my comments in the other ticket, this really sounds like something that is likely better suited for some custom dialplan (or module or AGI script) work.