parent
b4e72f881c
commit
e9f7a0d3b9
@ -0,0 +1 @@ |
||||
Some crazy scripts call testing... and MSC link failure simulation |
@ -0,0 +1,8 @@ |
||||
ABORT BUSY |
||||
ABORT 'NO CARRIER' |
||||
ABORT 'OK' |
||||
|
||||
'' AT |
||||
SAY "Dialing a number\n" |
||||
'OK' ATD05660066; |
||||
|
@ -0,0 +1,11 @@ |
||||
#!/bin/sh |
||||
# Evil dial script.. |
||||
|
||||
while true; |
||||
do |
||||
chat -v -f all_dial < /dev/ttyACM0 > /dev/ttyACM0 |
||||
sleep 5s |
||||
chat -v -f hangup < /dev/ttyACM0 > /dev/ttyACM0 |
||||
sleep 2s |
||||
done |
||||
|
@ -0,0 +1,4 @@ |
||||
TIMEOUT 10 |
||||
'' ^Z |
||||
SAY "Waiting for hangup confirm\n" |
||||
'' ATH; |
Loading…
Reference in new issue