seek 0 starts over

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12259 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-24 00:29:12 +00:00
parent 8d377e5cff
commit a579819dba
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@ function my_cb(s, type, obj, arg)
return "seek:-9000";
end
if (obj['digit'] == "2") then
--session:speak("start over");
return "seek:0";
end
if (obj['digit'] == "3") then
--session:speak("seek forward");
return "seek:+9000";