mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
31 lines
374 B
Plaintext
31 lines
374 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
|
|
# ! pkill -9 minicom
|
|
# exit 0
|
|
|
|
main:
|
|
# print main
|
|
send ""
|
|
expect {
|
|
"RING: VOICE" goto caller
|
|
timeout 86400 goto main
|
|
}
|