I'm trying to get output to my CLI in Windows XP when running this script by
dialing 8337 but the output "Hello World!" doesn't show up. The rest works fine.
What's wrong with console_log("Hello World!\n") ? Where has the output gone?
console_log("Hello World!\n");
var languageCode = "en";
var soundDir = "sound/";
function playFile(fileName, callBack, callBackArgs)
{
??? session.streamFile(soundDir + languageCode +? "/" + fileName);
}
session.answer();
playFile("HelloWorld.wav");
exit();
_______________________________________________
Freeswitch-users mailing list
[email protected]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org