1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/WAGSM/PiazzeAperte
2015-01-23 17:24:36 +01:00

31 lines
376 B
Plaintext

# PiazzeAperte
# +CRING: VOICE
# +CLIP: "+39055340773",145,,,,0
verbose on
timeout 864000
goto main
caller:
# print \ncaller
expect {
'LIP: "+39"' goto close
timeout 3 goto close
}
close:
# print \nclose
send ath
! ./ABILITA_CALLER_ID.sh
# ! killall -9 minicom
# exit 0
main:
# print main
send ""
expect {
"RING: VOICE" goto caller
timeout 86400 goto main
}