View Single Post
  #4 (permalink)  
Old 02-02-2007, 01:17 PM
Desk Rabbit
Guest
 
Posts: n/a
Default Re: Tutorial source for Asterisk, Freepbx - Custom Apps ?

Brian A wrote:
> I have installed v2.0 of Trixbox.
> I want to be able to program 'Custom Apps'.
> I have Googled and all I can find is ready written custom apps and
> that is not what I am looking for. I know nothing about the
> programming/implementation of 'custom apps' so, what I want to do is
> learn how to do it so I can set up the Trixbox to do what I want it to
> do.
> Can anyone point me to a source that will explain this, together with
> a list of commands etc.? I am hoping that I will find something
> suitable on the Net but I don't mind buying a book too if that would
> help.
>
> Remove 'no_spam_' from email address.


http://www.aussievoip.com/wiki/index...X-Destinations

Extract:

Custom App
You can create your own application using the standard Asterisk Dialplan
language in the file /etc/asterisk/extensions_custom.conf, and reference
it with this. An example would be:

custom-count2four
exten => s,1,SayDigits(1234)
exten => s,2,Hangup

After placing this in /etc/asterisk/extensions_custom.conf, you can send
callers to this by using 'custom-count2four,s,1'


Dialplans:-
http://www.asteriskdocs.org/modules/...html/c465.html

Reply With Quote
Sponsored Links