Thanks for this Nazim,<br><br>Also where i can look for all the updated functions documented for Lua.<br><br>Regads<br>Sam<br><br><br><br><div class="gmail_quote">On Fri, Dec 17, 2010 at 4:14 AM, Nazim Aghabayov <span dir="ltr"><<a href="mailto:nazim.aghabayov@gmail.com">nazim.aghabayov@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Why not using Lua script? Lua is quite powerful and you could benefit of<br>
using the luasql for db connectivity.<br>
<br>
g_caller_id = session:getVariable("caller_id_number")<br>
g_caller_destination_number = session:getVariable("destination_number")<br>
g_caller_context = session:getVariable("context")<br>
g_caller_uuid = session:getVariable("uuid")<br>
...<br>
session:flushDigits()<br>
digits = session:playAndGetDigits(4, 4, 3, 3000, "#",<br>
wav_base .. langId .. "/" .. prompt_wav, "",<br>
"[" .. allowed_digit1 .. "," .. allowed_digitN .. "]");<br>
...<br>
session:transfer(tostring(dest_ext), "XML", "public")<br>
<br>
Regards,<br>
<font color="#888888">Nazim<br>
</font><div><div></div><div class="h5"><br>
<br>
On 12/16/2010 07:29 AM, Sam wrote:<br>
> hi,<br>
><br>
> Its not an XML IVR but trying to collect digits when the user punches in<br>
> some digits after a playback sound file,<br>
> so that the digits would get stored into $(digits) and i can use those<br>
> digits for further processing or transferring<br>
> to other dial-plan as per the digits punched in.<br>
><br>
> Suppose a digits punched are 4567, I collect them in $(digits) and by<br>
> transfer function i do the transfer.<br>
><br>
> <action application="transfer" data="$(digits) default XML"/><br>
><br>
> -----------------------------------------------------------------------------------------------<br>
><br>
> Also i could see that in IVR.conf can do this by pressing 4567 and executing<br>
> a statement , but here also question<br>
> is how can i use it by storing those collected digits in an variable and the<br>
> using it further.<br>
><br>
> ----------------------------------------------------------------------------------------------<br>
><br>
> I was thinking how in both the cases it could be done.<br>
><br>
> Thnx & Regds<br>
> Sam<br>
><br>
><br>
><br>
> On Thu, Dec 16, 2010 at 4:35 AM, Michael Collins <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<br>
><br>
>> Is this an XML IVR?<br>
>> -MC<br>
>><br>
>><br>
>> On Tue, Dec 14, 2010 at 1:43 AM, samir <<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>> wrote:<br>
>><br>
>>> hello,<br>
>>><br>
>>> Is there any method to collect digits by a variable clause ?<br>
>>><br>
>>> Suppose i have a ivr playing and user inputs digits , i want to collect<br>
>>> the<br>
>>> dtmf digits and send it to a different application where that digits will<br>
>>> be<br>
>>> used for routing purpose.<br>
>>><br>
>>> Any ideas !<br>
>>><br>
>>> Regards<br>
>>> Sam<br>
>>> --<br>
>>> View this message in context:<br>
>>> <a href="http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5833942.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5833942.html</a><br>
>>> Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
>>><br>
>>> _______________________________________________<br>
>>> FreeSWITCH-users mailing list<br>
>>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> FreeSWITCH-users mailing list<br>
>> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
>> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
>> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
>> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
>><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>