update defaults

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2867 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-09-29 13:00:28 +00:00
parent 60f8e4aa03
commit a2683555d6
3 changed files with 8 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ $/ = undef;
my $buf = <I>;
close(I);
$socket->send("$buf\n");
$socket->send("00000000$buf\n");