[Asterisk-Users] How to redirect an incoming call to an external
phone numer
Andrei (MPI)
asterisk at markovprocesses.com
Thu Jun 1 09:28:33 MST 2006
Hi
If you have conference or 2-way calling (or whatever is that called by
telco), look for Flash application. Basically, you would need to flash
the line on incoming call, dial new external number with DTMF and
hangup. It will redirect the call:
exten => 52,1,Wait(1)
exten => 52,2,Flash
exten => 52,3,Wait(1)
exten => 52,4,SendDTMF(15551112222)
exten => 52,5,Wait(5)
exten => 52,6,Flash
exten => 52,7,Wait(5)
exten => 52,8,Hangup
Andrei
Javier Rodriguez wrote:
> Hi,
>
> I would like to know if it is possible to redirect an incoming call to
> an external phone number. Can this be done easily?
>
> Thanks in advance,
> Javier
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
More information about the asterisk-users
mailing list