[Asterisk-Dev] calling one application from other application

Wolfgang Pichler madmin at dialog-telekom.at
Wed Feb 23 01:36:43 MST 2005


hi kamran,

use something like this:
---------------
app = pbx_findapp("Dial");
if (app) {
  ret = pbx_exec(chan, app, dialstr, 1);
} else {
}
-------------------

regards,
Wolfgang

Am Dienstag, den 22.02.2005, 22:56 -0800 schrieb Kamran Ahmad:
> hi developers
> 
> i want to call Dial application from my application.
> is it posible to call any application of asterisk.
> from my c file. any comments.
> 
> Kamran Ahmad
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Mail - 250MB free storage. Do more. Manage less. 
> http://info.mail.yahoo.com/mail_250
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev




More information about the asterisk-dev mailing list