Erick,<br><br>Try this:<br>exten =&gt; _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN:1})<br>exten =&gt; _91NXXNXXXXXX,2,Dial(${SIPtrunk}/${EXTEN:1},55,o)<br>exten =&gt; _91NXXNXXXXXX,3,Hangup<br><br>Note the :1. This strips out the first digit and passes the rest of the variable.
<br><br>Alex<br><br><div><span class="gmail_quote">On 5/30/06, <b class="gmail_sendername">Erick Perez</b> &lt;<a href="mailto:eaperezh@gmail.com">eaperezh@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have the following extension to dial outside via SIP<br>it's like this:<br>phone----asterisk-----internet-----SIP provider----USA<br><br>exten =&gt; _91NXXNXXXXXX,1,AGI(call_log.agi,${EXTEN})<br>exten =&gt; _91NXXNXXXXXX,2,Dial(${SIPtrunk}/${EXTEN},55,o)
<br>exten =&gt; _91NXXNXXXXXX,3,Hangup<br><br>I want to strip the digit 9 before sending it to the SIP provider.<br>Also, any suggestions for the above definition?<br>Thanks,<br><br>Erick.<br><br>--<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>Alex Robar<br><a href="mailto:alex.robar@gmail.com">alex.robar@gmail.com</a>