search for: pri_cause_invalid_call_reference

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

2005 Feb 16
1
[patch] fix libpri problem in Q931_INFORMATION handling
...el driver. The patch attached to this mail removes the 2 lines from the code. Did I misunderstand something or is there really a bug? Deti --- q931.c~ 2005-02-16 18:21:33.907803750 +0100 +++ q931.c 2005-02-16 18:21:33.909803485 +0100 @@ -2877,8 +2877,7 @@ q931_release_complete(pri,c,PRI_CAUSE_INVALID_CALL_REFERENCE); break; } - if (c->ourcallstate!=Q931_CALL_STATE_OVERLAP_RECEIVING) - break; + pri->ev.e = PRI_EVENT_INFO_RECEIVED; pri->ev.ring.call = c; pri->ev.ring.chann...