<div>Alguien sabe porqué el strip() no hace su trabajo??</div>
<div>&nbsp;</div>
<div>tengo esta ruta:</div>
<div>&nbsp;</div>
<div>route[8] {<br>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DO NOT AUTHORIZE YET.... AND ROUTE CALL<br>&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_ERR&quot;, &quot;\n************** $ou ***********\n&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_ERR&quot;, &quot;\n************** Changing dialed number (Removing 8888) **************\n&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp; strip(4);<br>&nbsp;&nbsp;&nbsp;&nbsp; xlog(&quot;L_ERR&quot;, &quot;\n************** $ou ***********\n&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; if (!lookup(&quot;location&quot;)) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sl_send_reply(&quot;404&quot;, &quot;Not Found&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit;<br>&nbsp;&nbsp;&nbsp;&nbsp; };<br></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>y no hace el stripping!... log:</div>
<div>&nbsp;</div>
<div>************** SOURCE IP: <a href="http://200.198.182.202">200.198.182.202</a> ***********<br>************** <a href="mailto:sip:88887059999@200.198.182.203">sip:88887059999@200.198.182.203</a> ***********<br>************** Changing dialed number (Removing 8888) **************<br>
************** <a href="mailto:sip:88887059999@200.198.182.203">sip:88887059999@200.198.182.203</a> ***********</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>muchas gracias... esto me está volviendo loco...</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>David</div>