[Freeswitch-branches] [commit] r5363 - freeswitch/branches/greenlizard/scripts/socket
Freeswitch SVN
greenlizard at freeswitch.org
Thu Jun 14 13:07:10 EDT 2007
Author: greenlizard
Date: Thu Jun 14 13:07:10 2007
New Revision: 5363
Modified:
freeswitch/branches/greenlizard/scripts/socket/sock.pl
Log:
local change for sock.pl was accidentally committed, revert to orig
Modified: freeswitch/branches/greenlizard/scripts/socket/sock.pl
==============================================================================
--- freeswitch/branches/greenlizard/scripts/socket/sock.pl (original)
+++ freeswitch/branches/greenlizard/scripts/socket/sock.pl Thu Jun 14 13:07:10 2007
@@ -22,7 +22,7 @@
$o = $fs->call_command("answer");
#to turn on events when in async mode
#$o = $fs->raw_command("myevents");
-$o = $fs->call_command("playback", "/pub/music/wakeup/greed.wav");
+$o = $fs->call_command("playback", "/ram/swimp.raw");
$o = $fs->call_command("hangup");
#comment exit in async mode
More information about the Freeswitch-branches
mailing list