<div dir="ltr">Hello Team, im trying to strip a prefix with dialplan from a number and from some reason have no success on that , please tell me what im doing wrong ?  below <div><br></div><div>opensips 2.4.8<div><pre style="color:rgb(0,0,0)">dpid = 17
pr = 0
match_op = 1
match_exp = ^770555+
match_flags = 0
subst_exp = ^(*770555*)(.+)
repl_exp = \2</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">need to remove 770555</pre><pre style="color:rgb(0,0,0)">on cfg file </pre><pre style="color:rgb(0,0,0)"><div style="color:rgb(248,248,242);background-color:rgb(39,40,34);font-family:Consolas,"Courier New",monospace;font-size:14px;line-height:19px"><div>    if (dp_translate(<span style="color:rgb(230,219,116)">"17"</span>, <span style="color:rgb(230,219,116)">"$rU/$rU"</span>)){ } </div></div>

</pre><pre style="color:rgb(0,0,0)">Thanks</pre></div></div></div>