View previous topic :: View next topic |
Author |
Message |
asannucci at gmail.com Guest
|
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Aug 11, 2009 2:59 pm Post subject: [Freeswitch-users] Ivr and variables |
|
|
What value is in the variable ${some} ?
-MC
On Mon, Aug 10, 2009 at 1:43 PM, bakko <asannucci@gmail.com (asannucci@gmail.com)> wrote:
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
asannucci at gmail.com Guest
|
Posted: Tue Aug 11, 2009 4:13 pm Post subject: [Freeswitch-users] Ivr and variables |
|
|
The value of ${some} is 1234. Thank you. BR > What value is in the variable ${some} ?> -MC |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Tue Aug 11, 2009 4:36 pm Post subject: [Freeswitch-users] Ivr and variables |
|
|
As Brian mentioned earlier, what you are trying to do is not possible in the ivr.conf.xml file. Variables are not interpolated in the digits param. If you need this dynamic functionality you will need to investigate mod_xml_curl which allows you to create dynamic dialplans, etc.
-MC
On Tue, Aug 11, 2009 at 4:00 PM, bakko <asannucci@gmail.com (asannucci@gmail.com)> wrote:
|
|
Back to top |
|
|
|