Hello Nazim,<br><br>When i use originate command it gives me below error :-<br><br>2010-12-17 13:29:30.964039 [ERR] mod_lua.cpp:182 Error in originate expected 4..4 args, got 1<br>stack traceback:<br>        [C]: in function &#39;originate&#39;<br>
        /usr/local/freeswitch/scripts/hello.lua:14: in main chunk<br><br>I am using    <br><br>digits = session:getDigits(5, &quot;#&quot;, 3000);<br>freeswitch.consoleLog(&quot;info&quot;, &quot;Got dtmf: &quot;.. digits ..&quot;\n&quot;);<br>
session.originate(&quot;sofia/external/(digits)@<a href="http://192.168.2.3" target="_top" rel="nofollow" link="external">192.168.2.3</a>&quot;);<br><br><br>any idea why is it ?<br><br>Regards<br>Sam<br><br><br><div class="gmail_quote">On Fri, Dec 17, 2010 at 4:17 AM, Nazim Aghabayov [via freeswitch-users] <span dir="ltr">&lt;<a href="/user/SendEmail.jtp?type=node&node=5844718&i=0" target="_top" rel="nofollow">[hidden email]</a>&gt;</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;"><div class="im">

        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(&quot;caller_id_number&quot;)
<br>g_caller_destination_number = session:getVariable(&quot;destination_number&quot;)
<br>g_caller_context = session:getVariable(&quot;context&quot;)
<br>g_caller_uuid = session:getVariable(&quot;uuid&quot;)
<br>...
<br>session:flushDigits()
<br>digits = session:playAndGetDigits(4, 4, 3, 3000, &quot;#&quot;,
<br>              wav_base .. langId .. &quot;/&quot; .. prompt_wav, &quot;&quot;,
<br>      &quot;[&quot; .. allowed_digit1 .. &quot;,&quot; .. allowed_digitN .. &quot;]&quot;);
<br>...
<br>session:transfer(tostring(dest_ext), &quot;XML&quot;, &quot;public&quot;)
<br><br>Regards,
<br>Nazim
<br><br><br>On 12/16/2010 07:29 AM, Sam wrote:
</div><div><div class="im"><div class='shrinkable-quote'><br>&gt; hi,
<br>&gt;
<br>&gt; Its not an XML IVR but trying to collect digits when the user punches in
<br>&gt; some digits after a playback sound file,
<br>&gt; so that the digits would get stored into $(digits) and i can use those
<br>&gt; digits for further processing or transferring
<br>&gt; to other dial-plan as per the digits punched in.
<br>&gt;
<br>&gt; Suppose a digits punched are 4567, I collect them in $(digits) and by
<br>&gt; transfer function i do the transfer.
<br>&gt;
<br>&gt; &lt;action application=&quot;transfer&quot; data=&quot;$(digits) default XML&quot;/&gt;
<br>&gt;
<br>&gt; -----------------------------------------------------------------------------------------------
<br>&gt;
<br>&gt; Also i could see that in IVR.conf can do this by pressing 4567 and executing
<br>&gt; a statement , but here also question
<br>&gt; is how can i use it by storing those collected digits in an variable and the
<br>&gt; using it further.
<br>&gt;
<br>&gt; ----------------------------------------------------------------------------------------------
<br>&gt;
<br>&gt; I was thinking how in both the cases it could be done.
<br>&gt;
<br>&gt; Thnx &amp; Regds
<br>&gt; Sam
<br>&gt;
<br>&gt;
<br>&gt;
</div></div><div class="im">&gt; On Thu, Dec 16, 2010 at 4:35 AM, Michael Collins &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=0" rel="nofollow" target="_blank" link="external">[hidden email]</a>&gt; wrote:
<br>&gt;
<br>&gt;&gt; Is this an XML IVR?
<br>&gt;&gt; -MC
<br>&gt;&gt;
<br>&gt;&gt;
<br></div><div class="im">&gt;&gt; On Tue, Dec 14, 2010 at 1:43 AM, samir &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=1" rel="nofollow" target="_blank" link="external">[hidden email]</a>&gt; wrote:
<div class='shrinkable-quote'><br>&gt;&gt;
<br>&gt;&gt;&gt; hello,
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; Is there any method to collect digits by a variable clause ?
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; Suppose i have a ivr playing and user inputs digits , i want to collect
<br>&gt;&gt;&gt; the
<br>&gt;&gt;&gt; dtmf digits and send it to a different application where that digits will
<br>&gt;&gt;&gt; be
<br>&gt;&gt;&gt; used for routing purpose.
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; Any ideas !
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; Regards
<br>&gt;&gt;&gt; Sam
<br>&gt;&gt;&gt; --
<br>&gt;&gt;&gt; View this message in context:
<br>&gt;&gt;&gt; <a href="http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5833942.html?by-user=t&by-user=t" rel="nofollow" link="external" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5833942.html</a></div>
&gt;&gt;&gt; Sent from the freeswitch-users mailing list archive at Nabble.com.
<br>&gt;&gt;&gt;
<br>&gt;&gt;&gt; _______________________________________________
<br>&gt;&gt;&gt; FreeSWITCH-users mailing list
<br></div>&gt;&gt;&gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=2" rel="nofollow" target="_blank" link="external">[hidden email]</a>
<br><div class="im">&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt;&gt;&gt; <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;
<br>&gt;&gt;
<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; FreeSWITCH-users mailing list
<br></div>&gt;&gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=3" rel="nofollow" target="_blank" link="external">[hidden email]</a>
<br><div class="im">&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>&gt;&gt;
<br>&gt;&gt;
<br>&gt;
<br>&gt;
<br>&gt; _______________________________________________
<br>&gt; FreeSWITCH-users mailing list
<br></div>&gt; <a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=4" rel="nofollow" target="_blank" link="external">[hidden email]</a>
<br><div class="im">&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a></div></div><br><br>_______________________________________________
<br>FreeSWITCH-users mailing list
<br><a href="http://user/SendEmail.jtp?type=node&amp;node=5843837&amp;i=5" rel="nofollow" target="_blank" link="external">[hidden email]</a>
<br><div class="im"><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="nofollow" link="external" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="nofollow" link="external" target="_blank">http://www.freeswitch.org</a><br>
        <br>
        <br>
        <hr color="#cccccc" noshade size="1">
        </div><div style="color: rgb(102, 102, 102); font: 11px tahoma,geneva,helvetica,arial,sans-serif;">
                View message @ <a href="http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5843837.html?by-user=t" target="_blank" rel="nofollow" link="external">http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5843837.html</a><div class="im">
<br>
                
                To unsubscribe from collecting dtmf digits, <a href="http://freeswitch-users.2379917.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=5833942&amp;code=dTJuc2FtQGdtYWlsLmNvbXw1ODMzOTQyfC0xMTk1MzYwMDk5&by-user=t" target="_blank" rel="nofollow" link="external">click here</a>.
        </div></div></blockquote></div><br>

<br><hr align="left" width="300">
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/collecting-dtmf-digits-tp5833942p5844718.html">Re: collecting dtmf digits</a><br>
Sent from the <a href="http://freeswitch-users.2379917.n2.nabble.com/">freeswitch-users mailing list archive</a> at Nabble.com.<br>