[Freeswitch-users] spandsp_start_tone_detect problem
Raimundo Pérez Nieves
raimundo.perez.cuba at gmail.com
Mon Jan 29 11:32:40 UTC 2018
Hi guys, I execute my outbound event socket and FS debug shows me the Tone Detected, but there is no event captured.
I already test $con->event(“plain”,”all”); and nothing…..
$con->sendRecv("myevents $uuidLegB”);
$con->execute("spandsp_start_tone_detect","34”);
while($con->connected()) {
my $e = $con->recvEvent();
if ($e) {
my $name = $e->getHeader("event-name");
print "EVENT [$name]\n";
}
}
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180129/100b9e99/attachment.html>
More information about the FreeSWITCH-users
mailing list