<div dir="ltr">I need to call 1 number and that number and bring 3 phones into a confbridge.<div>I tried this:</div><div><br></div><div>; PHONE CONF   - Phone group Conf                                                      <br>exten => 63,1,Originate(SIP/401,exten,63,join_conf)<br>exten => 63,2,Originate(SIP/402,exten,63,join_conf)<br>exten => 63,3,Originate(SIP/404,exten,63,join_conf)<br>exten => 63(join_conf),n,ConfBridge(63,MyConfBridge,MyConfUser)<br></div><div><br></div><div>The problem is this waits till 401 answers -before calling 402 and so forth.</div><div>I need to "call" each one "now" and bring into the conference.</div><div><br></div><div>How do I do that ? I want all 3 ringing at the same time - and then as they answer they are brought into the conference.</div><div><br></div><div>Thanks</div><div><br></div><div>Jerry</div></div>