md wrote: > Is possible use any application in my application source code using any > internal Asterisk funcion? The two API calls that you need to do this are pbx_findapp() and pbx_exec(). For an example for how they are used, see app_page.c. Russell