Displaying 2 results from an estimated 2 matches for "lastresult".
Did you mean:
last_result
2004 Apr 21
0
SIP ACK // CSeq 0 => ZAP Channel hangup
...return -1;
}
if (!p->lastinvite && !strlen(p->randdata))
^^^^^^^^^^^^^^
p->needdestroy = 1;
}
Could it be, that * hangs up while getting zero as p->lastresult (CSeq
== 0 )?
Also it looks like a bug in the grandstreamfirmware sending CSeq zero?
would something like this solve the Problem?
if (!p->lastinvite >= 0 && !strlen(p->randdata))
^^^^^
?
Best Regards
Markus
2019 Jun 07
4
Find out which key ended recording?
Hi Steve,
What language is that please? We're using Perl and so far I haven't found
an equivalent there.
Thanks for your help.
On Fri, 7 Jun 2019 at 12:10, Steve Edwards <asterisk.org at sedwards.com>
wrote:
> On Fri, 7 Jun 2019, David Cunningham wrote:
>
> > We have a need to record audio and allow the user to press any DTMF key
> > to end the recording.