About h323 driver error
Natrue <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
My script as follow:
program main
echo "HELLO"
play my.au
restart
^1
play &number 100
restart
^9
play yes
echo "9"
exit
^2
play &number 200
restart
I call the bayonne server with myphone, I can hear the voice my.au
,but it can't exec restart command! I can succeeded to exec the
script in soundcard fdriver! who can help me ? thank you !