Can i...? Make asterisk dial two seperate calls then bridge?

I was thinking this would be pretty cool but I’m not sure if it is even technically possible let alone, can Asterisk do it…

Asterisk makes a call to number 12345 and wait’s for answer.
On answer, asterisk makes a call to number 67890 and wait’s for answer.
On answer, asterisk bridges the two calls together so that the people can chat to each other.

I’m guessing Asterisk would have to stay in the call to maintain the session but that’s not too much of a big deal.

Anyone have any thoughts on this? :question:

Go through this URL.

voip-info.org/wiki/view/Asterisk+cmd+Dial

Thanks,
Suresh.

You will need to either use a .call file or the Manager API ORIGINATE command.

Something needs to kick off the first call…