<tt><font size=2>> Ok. Thanks for the hint.<br>
> <br>
> But, what exactly is a "System() dialplan application"?
Is it a kind<br>
> of command that i can call in dial plan? <br>
> <br>
> I will look for System() related to dial plans.<br>
</font></tt>
<br><tt><font size=2>From the Asterisk CLI type:</font></tt>
<br><tt><font size=2>core show application System</font></tt>
<br>
<br><tt><font size=2>It will print out the syntax for the command. One
of the easier dialplan applications. </font></tt>
<br>
<br><tt><font size=2>exten => 1234,1,System(echo "This is a test"
>> /var/log/asterisk/test.txt)</font></tt>
<br>
<br><tt><font size=2>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.</font></tt>