提交 d8541b89 authored 作者: Nik Martin's avatar Nik Martin

cleaned up licensing and attribution to original author

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/scripts/contrib@13073 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 02049440
...@@ -28,8 +28,8 @@ conditions: ...@@ -28,8 +28,8 @@ conditions:
The above copyright notice and this permission notice shall be The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software. included in all copies or substantial portions of the Software.
The original author of this work, Nik Martin, must be credited The original authors of this work, John Wehle, then Nik Martin, must be credited
as the original author of this work. as the original authors of this work.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
......
...@@ -11,6 +11,7 @@ All Rights Reserved ...@@ -11,6 +11,7 @@ All Rights Reserved
If the prior author's claimed copyright is infringed by the one I claim we'll If the prior author's claimed copyright is infringed by the one I claim we'll
work it out, BUT I prefer a much looser MIT license: work it out, BUT I prefer a much looser MIT license:
============================================================== ==============================================================
Copyright (c) 2009 Nik Martin Copyright (c) 2009 Nik Martin
Permission is hereby granted, free of charge, to any person Permission is hereby granted, free of charge, to any person
...@@ -25,8 +26,8 @@ conditions: ...@@ -25,8 +26,8 @@ conditions:
The above copyright notice and this permission notice shall be The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software. included in all copies or substantial portions of the Software.
The original author of this work, Nik Martin, must be credited The original authors of this work, John Wehle, then Nik Martin, must be credited
as the original author of this work. as the original authors of this work.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
...@@ -203,7 +204,13 @@ for (i = 0; i < file_exts.length; i++) { ...@@ -203,7 +204,13 @@ for (i = 0; i < file_exts.length; i++) {
session.streamFile (recorded_name); session.streamFile (recorded_name);
break; break;
} }
//TODO: say <module_name> <say_type> <say_method> <text> << spell out the name if they have not recorded one yet
} }
session.execute ("phrase", "spell," + choice); session.execute ("phrase", "spell," + choice);
//TODO: prompt to see if they REALLY want this person, then go back up if not.
session.execute ("transfer", choice + " XML features"); session.execute ("transfer", choice + " XML features");
exit(); exit();
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论