[Asterisk-Users] Is this possible?

Andrew Kohlsmith akohlsmith-asterisk at benshaw.com
Fri Apr 1 21:46:01 MST 2005


On April 1, 2005 12:19 pm, Paul wrote:
> I'd like to setup my Asterisk box to receive a call on the incoming POTS
> line and immediately redirect back out to connect to another phone number.
> Im thinking I could use either the threeway feature of that POTS line, or a
> second POTS connected to a different FXO card. Does ANYONE know if this is
> possible and if so, how it's accomplished?

I don't know if you could trigger 3-way calling very easily, but if the calls' 
coming in on Zap/1 and you want to call another number with Zap/2 and have 
them connect if the person Zap/2 called picks up, it's simple:

exten => s,1,Dial(Zap/2/somenumber)
exten => s,2,Hangup

That's it.  

-A.



More information about the asterisk-users mailing list