<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:10pt"><br><pre>Hello,<br><br>I am running into 2 issues with bind_digit_action as follows:<br><br>1. When I try to add multiple digit patterns, the only one that works is the one with the #.  I tried *1234, 1234, however, freeswitch can't find a match.<br><br>&lt;action application="set" data="bridge_pre_execute_bleg_app=bind_digit_action"/&gt;
&lt;action application="set" data="bridge_pre_execute_bleg_data=mydigit,1234,exec:transfer,1234,self,peer/&gt;<br>&lt;action application="set" data="bridge_pre_execute_bleg_data=mydigit,#4567,exec:transfer,4567,self,peer/&gt;<br>&lt;action application="set" data="bridge_pre_execute_bleg_data=mydigit,4568,exec:transfer,4568,self,peer/&gt;<br>&lt;action application="set" data="bridge_pre_execute_bleg_data=mydigit,2344,exec:execute_extension,2344,self,peer/&gt;<br><br>2. When the att_xfer is executed, I load the similar XML as above so that the person the call was transfered to can have the same transfer features.  However, this is not the case.  I believe it has something to do with the new call being on the C leg since the A &amp; C leg are now joined.  In any case, how would I enable the transfer features for the person the call was transferred to?<br></pre></div></body></html>