Displaying 2 results from an estimated 2 matches for "nain".
Did you mean:
main
2004 May 10
1
AGI.pm wait_for_digit() not working for me!!!
...;;
$srcfile="/tmp/mycall";
$dstfile="/var/spool/asterisk/outgoing/mycall";
open(MYCALL,">$srcfile") || die "Cant't open file :$srcfile
$!\n";
print MYCALL "Channel:IAX2/bali:bali\@nain/25\@atif\n";
print MYCALL "MaxRetries:2\n";
print MYCALL "RetryTime:60\n";
print MYCALL "WaitTime:30\n";
print MYCALL "Context:atif\n";
print MYCALL "Extension:22\n...
2003 Oct 13
6
Asterisk Manager
Hello all,
Can I execute linux command like(ls, mkdir) through the Manager interface?
I can't seem to access the manual at digium.com. I keep getting 'Forbidden'
error. Looks like they are upgrading or something.
CF