On Tue, Apr 29, 2014 at 1:31 AM, binary dreamer
<dreamer.bin...@gmail.com> wrote:
> i would like to read information from a file (txt)

There are a few applications and functions that may help you out.

In Asterisk 10 or before try the ReadFile application. Otherwise in 11
or beyond I believe you want the FILE function.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_ReadFile
https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_FILE

You could also use the SHELL function to execute a command on the
system and capture output

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_SHELL

Then you might also look into Asterisk Gateway Interface for more
complex tasks and control.

https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Application_AGI
http://asteriskdocs.org/en/3rd_Edition/asterisk-book-html-chunk/AGI.html

If you are learning Asterisk; the book I linked above contains some
great information on AGI and is written by some of our notable
community members. The latest edition is available here:
http://shop.oreilly.com/product/0636920025894.do


-- 
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

Check us out at: http://digium.com & http://asterisk.org

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to