Hi,<br><br>My freeswitch is configured with using curl to generate all the dialplan. Everything seems to be ok except with meta-app. I have setup bind_meta_app as follows:<br><br><action application="bind_meta_app" data="1 a s execute_extension::record XML features"/><br>
<br>When *1 is pressed, freeswitch will fetch another dialplan from curl, but the problem is that in the xml that is pressed to curl, there is no variable that can indicates that this is a bind_meta_app, the key being pressed, nor the context name ( which is called features in this case). Therefore, I find it difficult to handle the curl request and properly response to it. I suspect that I may have overlook a parameter or something like that.<br>
<br>Any clue or help will be greatly helpful.<br><br>Regards,<br>Doug<br>