<div>Hi Stefan,</div>
<div> </div>
<div>Thank you very much for your early reply, I&#39;ll give it a try.</div>
<div> </div>
<div>Regards.<br>--</div>
<div>M. Shokuie Nia<br></div>
<div class="gmail_quote">On Mon, Nov 8, 2010 at 1:12 PM, Stefan Schmidt <span dir="ltr">&lt;<a href="mailto:sst@sil.at">sst@sil.at</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Am 08.11.10 10:15, schrieb M Shokuie:<br>
<div>
<div></div>
<div class="h5">&gt; Dear Folks,<br>&gt;<br>&gt; Im sorry for a very primitive question, I just wanna use one of the apps<br>&gt; (for instance app_sayunixtime) in another app like app_voicemail, the<br>&gt; compiler just nag about the prototype and compiles well but when loading<br>
&gt; app_voicemail module it keeps saying undefide symbol sayunixtime. Anyone<br>&gt; could give me a hint how should i solve the problem, should i link the<br>&gt; app_sayunixtime to the other app? how?<br>&gt;<br>&gt; Im working on Asterisk-1.6.2.11, it seems the make files also changed much<br>
&gt; according to 1.2 or even 1.4.<br>&gt;<br>&gt; Regards.<br>&gt; --<br>&gt; M. Shokuie Nia.<br>&gt;<br>&gt;<br></div></div>Hello,<br><br>yuo can use the pbx app api like this:<br><br>       struct ast_app *ast_app = pbx_findapp(&quot;SayUnixtime&quot;);<br>
       if (ast_app) {<br>               pbxexec(chan,ast_app,parameters);<br>       }<br><br>best regards<br><br>stefan<br><font color="#888888"><br>--<br>_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a> --<br><br>asterisk-dev mailing list<br>To UNSUBSCRIBE or update options visit:<br>  <a href="http://lists.digium.com/mailman/listinfo/asterisk-dev" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-dev</a><br>
</font></blockquote></div><br>