git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5762 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-09-26 15:37:09 +00:00
parent 64f1f65771
commit c1a5bb9b39
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ sub command($$) {
if ($r->{body}) {
$reply = $r->{body};
} elsif ($r->{'reply-text'}) {
$reply = $r->{'reply-text'};
} else {
$reply = "socketerror";
}