[asterisk-users] Get last dialed number in a context?
Israel Gottlieb
isrlgb at gmail.com
Tue Jun 3 04:44:20 CDT 2014
you could save the info in astdb for the last call per extension and then
pull it from there
On Tue, Jun 3, 2014 at 12:31 PM, Stefan Gofferje <lists at home.gofferje.net>
wrote:
> Hi,
>
> I would like to implement an auto-redial function in a context. The idea
> is about like this:
>
> Dial a number
> Hear busy
> Hangup
> Pick up again
> Dial a code like *123
> => jumps into a context which redials until callresult is not busy
>
> Maybe like this:
>
> [autoredial]
> exten => s,1,Set(number=${CHANNEL(lastdialed)})
> exten => s,2,Dial(SIP/${number}@account,60,g)
> exten => s,3,Wait(15)
> exten => s,4,GotoIf( [ "${DIALSTATUS}" = "BUSY" ]?2)
> exten => s,5,Hangup
>
> For that I'd need to somewhere get the last dialed number from the
> channel/line I'm initiating the call from. Is something like this
> already implemented?
>
> -S
>
> --
> (o_ Stefan Gofferje | SCLT, MCP, CCSA
> //\ Reg'd Linux User #247167 | VCP #2263
> V_/_ Heckler & Koch - the original point and click interface
>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
> http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140603/a96823dd/attachment.html>
More information about the asterisk-users
mailing list