Hi all,<br><br>Suppose I have a simple conference configuration as below --&gt;<br><br>-------------------------------------------------<br>meetme.conf<br>[general]<br><br>[rooms]<br>conf =&gt; 0041435215311<br>-------------------------------------------------<br><br>and I have a dial plan like this --&gt;<br><br>-------------------------------------------------<br>extensions.conf<br>exten =&gt; 0041435215311,1,Answer<br>exten =&gt; 0041435215311,2,Wait(1)<br>exten =&gt; 0041435215311,3,Agi(agi://localhost/agiconference.agi)<br>exten =&gt; 0041435215311,4,MeetMe(0041435215311|p)<br>exten =&gt; 0041435215311,5,Playback(vm-goodbye)<br>exten =&gt; 0041435215311,6,Hangup<br>-------------------------------------------------<br><br>How can I Call someone using Originate Call in Manager API to the conference.<br><br>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?<br><br>CallerID = 0041435215311<br>Channel = ?????<br>Context = default<br>Exten = "Extension of the one who i want to call him to join conference"<br>Priority = 1<br><br>Best <br>Ehsan<br>