atom feed11 messages in com.digium.lists.asterisk-dev[asterisk-dev] Custom Command
FromSent OnAttachments
ZhangZQJun 20, 2007 8:49 pm 
Minh DuongJun 20, 2007 9:25 pm 
Brandon KruseJun 20, 2007 10:48 pm 
Tzafrir CohenJun 20, 2007 10:50 pm 
Olle E JohanssonJun 20, 2007 11:52 pm 
ZhangZQJun 21, 2007 1:05 am 
Gaspar ZoltanJun 21, 2007 1:38 am 
Hauke Joachim ZuehlJun 21, 2007 1:42 am 
Tzafrir CohenJun 21, 2007 1:58 am 
ZhangZQJun 21, 2007 2:16 am 
Tilghman LesherJun 21, 2007 10:50 am 
Subject:[asterisk-dev] Custom Command
From:Tzafrir Cohen (tzaf@xorcom.com)
Date:Jun 21, 2007 1:58:21 am
List:com.digium.lists.asterisk-dev

On Thu, Jun 21, 2007 at 04:05:38PM +0800, ZhangZQ wrote:

The AGI needs an interpreter run, is it possible to write my own dialplan application in C language?

A. Please ask on -users .

B. Are you sure you don't just need System() to send a simple order?

C. AGI can be written in C as well. Somewhat close to samples you have in the source tree under agi/ . There are lots of samples availalbe.

D. Sure, you can write a dialplan application in C. take a look at apps/app_skel.c . It's your foot to shoot at :-) (hint: when your C asterisk app segfaults, it segfaults, Asterisk goes down with it).