<div dir="ltr">you could save the info in astdb for the last call per extension and then pull it from there</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 3, 2014 at 12:31 PM, Stefan Gofferje <span dir="ltr"><<a href="mailto:lists@home.gofferje.net" target="_blank">lists@home.gofferje.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to implement an auto-redial function in a context. The idea<br>
is about like this:<br>
<br>
Dial a number<br>
Hear busy<br>
Hangup<br>
Pick up again<br>
Dial a code like *123<br>
=> jumps into a context which redials until callresult is not busy<br>
<br>
Maybe like this:<br>
<br>
[autoredial]<br>
exten => s,1,Set(number=${CHANNEL(lastdialed)})<br>
exten => s,2,Dial(SIP/${number}@account,60,g)<br>
exten => s,3,Wait(15)<br>
exten => s,4,GotoIf( [ "${DIALSTATUS}" = "BUSY" ]?2)<br>
exten => s,5,Hangup<br>
<br>
For that I'd need to somewhere get the last dialed number from the<br>
channel/line I'm initiating the call from. Is something like this<br>
already implemented?<br>
<span class="HOEnZb"><font color="#888888"><br>
-S<br>
<br>
--<br>
 (o_   Stefan Gofferje            | SCLT, MCP, CCSA<br>
 //\   Reg'd Linux User #247167   | VCP #2263<br>
 V_/_  Heckler & Koch - the original point and click interface<br>
<br>
<br>
</font></span><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>