Hello list!!<br><br>I want to connect an open call with an extension. I call in with a DID, them redirect to the extension using AGI. Can I use agi&#39;s originate to make the second call without dropping the first DID call? How would I go about this?<br>
<br>I had something like this in mind:<br><br>first answer the DID call, then with AGI:<br><br>Action: login<br>Username: xxxx<br>Secret: xxxx<br>Events: off<br><br>Action: Originate<br>Channel: OpenDIDCall<br>Context: context-for-second-call<br>
Exten: number to be called<br>Priority: 1<br>Callerid: CallerID<br>Timeout: 30<br><br>and connect the 2 calls. <br><br>I am not having much luck, am I going about this the wrong way? Thanks in advance for your replies.<br>