mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 19:40:08 +00:00
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}) {
|
if ($r->{body}) {
|
||||||
$reply = $r->{body};
|
$reply = $r->{body};
|
||||||
|
} elsif ($r->{'reply-text'}) {
|
||||||
|
$reply = $r->{'reply-text'};
|
||||||
} else {
|
} else {
|
||||||
$reply = "socketerror";
|
$reply = "socketerror";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user