<br><br><div class="gmail_quote">On Tue, May 25, 2010 at 5:27 PM, RR <span dir="ltr"><<a href="mailto:ranjtech@gmail.com">ranjtech@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;">
Ok, so I take that back. This seems to only work when the dialplan has a specific ANI and DNIS / destination_number / sip_to_user defined. If this is more general<div><br></div><div>like </div><div><br></div><div><div><include></div>
<div> <extension name="public_did"></div><div> <condition field="ani" expression="^(\+?|\+1?|1?)(\d+).*$" break="never"></div><div> <action application="set" data="effective_caller_id_number=$2"/></div>
<div> <action application="set" data="effective_caller_id_name=$2"/></div><div> </condition></div><div> <condition field="${sip_to_user}" expression="^(\+1?|\+|1?|011?)(\d+).*$" break="never"></div>
<div> <action application="set" data="continue_on_fail=false"/></div><div> <action application="set" data="hangup_after_bridge=true"/></div><div> <action application="set" data="domain_name=$${domain}"/></div>
<div> <action application="set" data="bypass_media=true"/></div><div> <action application="limit_hash" data="in cc_blades 4200 !USER_BUSY"/></div><div> <action application="bridge" data="{sip_invite_domain=${sip_from_host}}sofia/gateway/${distributor(cc_blades)}/$2"/></div>
<div> </condition></div><div> </extension></div><div></include></div><div><br></div><div>then even though the expression/conditions seem to match, none of the digits are being stripped off. Shouldn't this be stripping off digits??</div>
<div><br></div><div>Here's the debug output:</div></div><div><br></div><div><div><div>Dialplan: sofia/external/16469NNNNNN Regex (PASS) [public_did] ani(16469NNNNNN;phone-context=+1) =~ /^(\+?|\+1?|1?)(\d+).*$/ break=never</div>
<div>Dialplan: sofia/external/16469NNNNNN Action set(effective_caller_id_number=16469NNNNNN)</div><div>Dialplan: sofia/external/16469NNNNNN Action set(effective_caller_id_name=16469NNNNNN)</div><div>Dialplan: sofia/external/16469NNNNNN Regex (PASS) [public_did] ${sip_to_user}(011390NNNNNNNNNN;phone-context=+39) =~ /^(\+1?|\+|1?|011?)(\d+).*$/ break=never</div>
<div>Dialplan: sofia/external/16469NNNNNN Action set(continue_on_fail=false)</div><div>Dialplan: sofia/external/16469NNNNNN Action set(hangup_after_bridge=true)</div><div>Dialplan: sofia/external/16469NNNNNN Action set(domain_name=208.72.186.166)</div>
<div>Dialplan: sofia/external/16469NNNNNN Action set(bypass_media=true)</div><div>Dialplan: sofia/external/16469NNNNNN Action limit_hash(in cc_blades 4200 !USER_BUSY)</div><div>Dialplan: sofia/external/16469NNNNNN Action bridge({sip_invite_domain=${sip_from_host}}sofia/gateway/${distributor(cc_blades)}/011390NNNNNNNNNN)</div>
<div><br></div><div>why're the '1' in the ANI and '011' in the DNIS/sip_to_user being stripped off???</div></div></div></blockquote><div><br>Regex 101 :)<br><br>The 1 or the 011 are in $1<br>-MC<br></div>
</div><br>