tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5762 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
64f1f65771
commit
c1a5bb9b39
|
@ -145,6 +145,8 @@ sub command($$) {
|
|||
|
||||
if ($r->{body}) {
|
||||
$reply = $r->{body};
|
||||
} elsif ($r->{'reply-text'}) {
|
||||
$reply = $r->{'reply-text'};
|
||||
} else {
|
||||
$reply = "socketerror";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue