<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 conference parameter - "caller_id_name". So in my dialplan I do next:<br> <action application="set" data="api_result=${conference($1 set caller_id_name ${Orig_Ptt_Ext})}"/><br> <action application="set" data="api_result=${conference($1 set <font size="2">caller_id_number</font> ${Orig_Ptt_Ext_UUID})}"/><br> <action application="answer"/><br> <action application="conference" data="$1@simple++flags{nomoh}"/><br>. But it is not right, because the conference 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"> <action application="answer"/><br> <action application="conference" data="$1@simple++flags{nomoh}"/></font><br><font size="2"> <action application="set" data="api_result=${conference($1 set caller_id_name ${Orig_Ptt_Ext})}"/><br></font><font size="2"> <action application="set" data="api_result=${conference($1 set </font><font size="2">caller_id_number</font><font size="2"> ${Orig_Ptt_Ext_UUID})}"/></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 to be done after creation of conference - something like "execute_on_conference_create"?<br><br><br>With best regards, Shumaev D.A., programmer @ KBR Ltd.<br><br></span></BODY></HTML>