[Freeswitch-svn] [commit] r5762 - freeswitch/trunk/scripts/socket/FreeSWITCH
Freeswitch SVN
anthm at freeswitch.org
Wed Sep 26 11:37:09 EDT 2007
Author: anthm
Date: Wed Sep 26 11:37:09 2007
New Revision: 5762
Modified:
freeswitch/trunk/scripts/socket/FreeSWITCH/Client.pm
Log:
tweak
Modified: freeswitch/trunk/scripts/socket/FreeSWITCH/Client.pm
==============================================================================
--- freeswitch/trunk/scripts/socket/FreeSWITCH/Client.pm (original)
+++ freeswitch/trunk/scripts/socket/FreeSWITCH/Client.pm Wed Sep 26 11:37:09 2007
@@ -145,6 +145,8 @@
if ($r->{body}) {
$reply = $r->{body};
+ } elsif ($r->{'reply-text'}) {
+ $reply = $r->{'reply-text'};
} else {
$reply = "socketerror";
}
More information about the Freeswitch-svn
mailing list