[asterisk-users] Need Help in Meetme (Conferencing)

Julian Lyndon-Smith asterisk at dotr.com
Mon Oct 30 05:07:24 MST 2006


Ehsan Khosrowshahi wrote:
> Hi all,
> 
> Suppose I have a simple conference configuration as below -->
> 
> -------------------------------------------------
> meetme.conf
> [general]
> 
> [rooms]
> conf => 0041435215311
> -------------------------------------------------
> 
> and I have a dial plan like this -->
> 
> -------------------------------------------------
> extensions.conf
> exten => 0041435215311,1,Answer
> exten => 0041435215311,2,Wait(1)
> exten => 0041435215311,3,Agi(agi://localhost/agiconference.agi)
> exten => 0041435215311,4,MeetMe(0041435215311|p)
> exten => 0041435215311,5,Playback(vm-goodbye)
> exten => 0041435215311,6,Hangup
> -------------------------------------------------
> 
> How can I Call someone using Originate Call in Manager API to the conference.
> 
> If this are the parameters for Manager API call , what should i set in Channel to make a call from conference to the guy who I want to invite, will this work at all?
> 
> CallerID = 0041435215311
> Channel = ?????
> Context = default
> Exten = "Extension of the one who i want to call him to join conference"
> Priority = 1

try
Channel = SIP/Extension of the one who i want to call him to join conference
Context = default
Exten = 0041435215311
Priority = 1

> 
> Best 
> Ehsan
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> --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