Skip to content
Snippets Groups Projects
Commit 5e9c2b9d authored by clohr's avatar clohr
Browse files

Consolidation du script expect

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/trunk@1271 b32b6428-25c9-4566-ad07-03861ab6144f
parent 9ac13741
Branches
No related tags found
No related merge requests found
......@@ -72,10 +72,10 @@ Edit /etc/asterisk/espeak.conf :
[voice]
voice=mb-fr1
speed=20
speed=80
volume=100
wordgap=1
pitch=15
wordgap=0
pitch=40
capind=15
......
......@@ -37,8 +37,12 @@ expect {
send "Application: espeak\n"
send "Data: \"$PREAMBULE $MSGTXT\"\n"
send "\n"
send "Action: Logoff\n"
send "\n"
expect {
"Response" {
send "Action: Logoff\n"
send "\n"
}
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment