<div>Hi there,</div>
<div> </div>
<div>I am trying to use menu-exec-api for the first time. But I am getting the error:</div>
<div> </div>
<div>[WARNING] switch_ivr_menu.c:718 Invalid Action [menu-exec-api]</div>
<div>[ERR] switch_ivr_menu.c:865 Unable to build xml menu</div>
<div> </div>
<div> </div>
<div>If I check the code I don&#39;t see a menu-exec-api action:</div>
<div> </div>
<div> </div>
<div> static struct iam_s {<br> const char *name;<br> switch_ivr_action_t action;<br>} iam[] = {<br> {<br> &quot;menu-exit&quot;, SWITCH_IVR_ACTION_DIE}, {<br> &quot;menu-sub&quot;, SWITCH_IVR_ACTION_EXECMENU}, {<br> &quot;menu-exec-app&quot;, SWITCH_IVR_ACTION_EXECAPP}, {<br>
 &quot;menu-play-sound&quot;, SWITCH_IVR_ACTION_PLAYSOUND}, {<br> &quot;menu-back&quot;, SWITCH_IVR_ACTION_BACK}, {<br> &quot;menu-top&quot;, SWITCH_IVR_ACTION_TOMAIN}, {<br> NULL, 0}<br>};</div>
<div> </div>
<div>I am on GIT HEAD from Saturday.</div>
<div> </div>
<div>I am really confused. What am I missing?  Can someone confirm that menu-exec-api is still valid?</div>
<div> </div>
<div>Thanks</div>
<div> </div>
<div> </div>
<div>Pj</div>