> Ok. Thanks for the hint.
> 
> But, what exactly is a "System() dialplan application"? Is it a kind
> of command that i can call in dial plan? 
> 
> I will look for System() related to dial plans.

>From the Asterisk CLI type:
core show application System

It will print out the syntax for the command. One of the easier dialplan 
applications. 

exten => 1234,1,System(echo "This is a test" >> 
/var/log/asterisk/test.txt)

That line would use the Linux echo command to place the text "This is a 
test" into a file named test.txt located in the /var/log/asterisk 
directory.
-- 
_____________________________________________________________________
-- 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