<div dir="ltr"><div>Hi,</div><div><br></div><div>I would like to know for App_Originate that how I can pass the argument to next dialplan as listed below partial dialplan;</div><div><br></div><div><br></div><div>same => n,GotoIf($[${COUNT} > 0 ]?bridge_conference,1)</div><div>same => n,Set(__TMPEXTEN=${EXTEN}1)</div><div>same => n,ExecIf($[0${CONFBRIDGE_INFO(parties,${EXTEN})} == 0]?Originate(Local/bridge_conference@main_con,app,ConfBridge,${TMPEXTEN}))</div><div>same => n(defaultBridge),ConfBridge(${EXTEN},,,user_menu)<br> same => n,HangUp()</div><div><br></div><div>exten => bridge_conference,1,NoOp(argeument: ${TMPEXTEN})</div><div> same => n,ConfBridge(${TMPEXTEN},,,user_menu)</div><div><br></div><div>While executing above dialplan the value (argument) in ${TMPEXTE} is not passing through when moved to dial pattern. However when I use below dialplan it works good.</div><div><br></div><div>same => n,GotoIf($[${COUNT} > 0 ]?bridge_conference,1)</div><div>same => n,ExecIf($[0${CONFBRIDGE_INFO(parties,${EXTEN})} == 0]?Originate(Local/bridge_conference@main_con,app,ConfBridge,${EXTEN}))</div><div>same => n(defaultBridge),ConfBridge(${EXTEN},,,user_menu)<br>same => n,HangUp()<br></div><div><br></div><div>exten => bridge_conference,1,NoOp()</div><div> same => n,ConfBridge(${EXTEN},,,user_menu)</div><div><br></div><div>My main objective is to create dynamic conference bridge instead of static conference bridge if the number of participants increased to 1/10/100.. n.<br></div><div><br></div><div><br>

</div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Regards,<br><br>Ahmed Munir Chohan<br><br></div></div></div>