Hi everyone,<br><br>I have a question... I have this on my dialplan:<br><br>&lt;extension name=&quot;outbound2&quot;&gt;<br>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^(1888)$&quot;&gt;<br>    &lt;action application=&quot;play_and_get_digits&quot; data=&quot;2 5 3 7000 # phrase:rac_demo /invalid.wav foobar \\d+&quot;/&gt;<br>
    &lt;action application=&quot;transfer&quot; data=&quot;${foobar} XML default&quot;/&gt;<br>  &lt;/condition&gt;<br>&lt;/extension&gt;<br><br>What I want to do is play and read some digits and as soon as I get those digits, transfer to that extension... but this never happens, even if I terminate with a #.<br>
<br>I do the same thing with Lua and it works with Lua, but I need it to work with play_and_get_digits from mod_dptools, because I plan to use this with event socket outbound, with an application which I&#39;m currently working on.<br>
<br>Any ideas?<br><br>Thanks,<br><br>Diego<br>