search for: grandstreamfirmware

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

2004 Apr 21
0
SIP ACK // CSeq 0 => ZAP Channel hangup
...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