Re: [Asterisk-Users] iptables rules that work?

2003-09-21 Thread Sunny Woo
mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users = Sunny Woo email: [EMAIL PROTECTED] ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Asterisk and VMWare

2003-07-14 Thread Sunny Woo
PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users -- Sunny Woo [EMAIL PROTECTED] ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] AGI script sample using bash shell script

2003-07-12 Thread Sunny Woo
until you read the results from STDIN. Enjoy, Sunny Woo Solution Consultant Avantnix === agi-test-bash.agi == #!/bin/bash declare -a array while read -e ARG [ $ARG ] ; do array=(` echo $ARG | sed -e 's/://'`) export ${array[0]}=${array

Re: [Asterisk-Users] AGI script sample using bash shell script

2003-07-12 Thread Sunny Woo
echo SAY NUMBER 345 \\ this will not be executed read line Hope this helps, Sunny Woo Solutions Consultant Avantnix Hey does that mean that whole perl script won execute or the next AGI command wont execute. Cuz may be I get this problem too