Thx a lot for response. pbx_exec is very useful.<br>Pirlouwi.<br><br><div><span class="gmail_quote">2007/10/12, Tilghman Lesher &lt;<a href="mailto:tilghman@mail.jeffandtilghman.com">tilghman@mail.jeffandtilghman.com</a>&gt;:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Friday 12 October 2007 04:28:42 Pirlouwi wrote:<br>&gt; I wonder if there is a way to build my own asterisk application (let us say
<br>&gt; apps/app_myappl.c),<br>&gt; and to launch other existing applications from it (for example, doing an<br>&gt; apps/app_dial.c, or others).<br><br>Both the Page app and VoicemailMain do this, respectively for MeetMe and
<br>Directory, so you can look at their source for examples.<br><br>In the case of Page, the guts of it is:<br>app = pbx_findapp(&quot;MeetMe&quot;);<br>pbx_exec(chan, app, meetmeopts);<br><br>Please check out app_page.c for the rest of the syntax.
<br><br>--<br>Tilghman<br><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a href="http://www.api-digital.com--">http://www.api-digital.com--</a><br><br>asterisk-users mailing list
<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>