search for: lastinvit

Displaying 1 result from an estimated 1 matches for "lastinvit".

Did you mean: lastinit
2004 Apr 21
0
SIP ACK // CSeq 0 => ZAP Channel hangup
...sure this is on a valid call */ __sip_ack(p, seqno, 1); if (strlen(get_header(req, "Content-Type"))) { if (process_sdp(p, req)) 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 somethin...