Muhammad

It is not really your scenario but the scenario to setup a conference call with three numbers could be to generate two call files that points to a local channel/a context/extension that route the leg into the conference room and have "your own leg" routed into the conference room after the input is done This not the solution but one of the many possible.

enter the numbers for setting up the conference call like <number1>*<number2> (check Read() cmd for storing input into a variable)

split the input in seperated numbers See 
http://www.voip-info.org/wiki/index.php?page=Asterisk+variables

generate the call files for setting up the connection. Point to a context, extension, priority to route the lef into a conference room. See http://www.voip-info.org/tiki-index.php?page=Asterisk+auto-dial+out

move the call files to /var/spool/asterisk/outgoing (check System() cmd )

have your own leg routed into the conference room  (check Goto() cmd )

Have a nice chat with the three of you ;-)

Erik



On 27 feb 2010, at 21:08, Faheem wrote:


Hey All,

I want to implement a conference calling scenario.

Conference Call Procedure:
User1 dial the User2. When call is connected put the current call on Hold and dial User3. When the call is connected between User1 and User3 join the User2 in a conference room!

How I can implement this scenario. What are generic steps to do so! Thanks

=================================

Muhammad Faheem




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to