<HTML><BODY><span style="line-height: 18.2px; font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 13px;" data-mce-style="font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 13px; line-height: 18.200000762939453px;">Hi.<br>I need to set a&nbsp;conference parameter - "caller_id_name". So in my dialplan&nbsp;I do next:<br>&nbsp;&lt;action application="set" data="api_result=${conference($1 set caller_id_name ${Orig_Ptt_Ext})}"/&gt;<br>&nbsp;&lt;action application="set" data="api_result=${conference($1 set&nbsp;<font size="2">caller_id_number</font> ${Orig_Ptt_Ext_UUID})}"/&gt;<br>&nbsp;&lt;action application="answer"/&gt;<br>&nbsp;&lt;action application="conference" data="$1@simple++flags{nomoh}"/&gt;<br>. But it is not right, because the conference&nbsp;possibly does not exist at that time (will be created at "<font size="2">conference</font>").<br>Then I tried to do next:<br><font size="2">&nbsp;&lt;action application="answer"/&gt;<br>&nbsp;&lt;action application="conference" data="$1@simple++flags{nomoh}"/&gt;</font><br><font size="2">&nbsp;&lt;action application="set" data="api_result=${conference($1 set caller_id_name ${Orig_Ptt_Ext})}"/&gt;<br></font><font size="2">&nbsp;&lt;action application="set" data="api_result=${conference($1 set&nbsp;</font><font size="2">caller_id_number</font><font size="2"> ${Orig_Ptt_Ext_UUID})}"/&gt;</font><br>But it is also not right, bacause dialplan stops at doing "conference".<br><br>So, what am I suppose to do to make it right?<br>May be there is some way to pre-create conference (without real members)?<br>May be there is a way to configure some actions&nbsp;to be done after creation of&nbsp;conference - something like "execute_on_conference_create"?<br><br><br>With best regards, Shumaev D.A., programmer @ KBR Ltd.<br><br></span></BODY></HTML>