mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
AST_CONTROL_CONNECTED_LINE frame type processing added to setup DisplayIE field
incorrect q.931 message order filtered on incoming calls (first msg must be setup, next must be not setup) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242645 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1124,7 +1124,7 @@ int ooH2250Receive(OOH323CallData *call)
|
||||
finishPrint();
|
||||
removeEventHandler(pctxt);
|
||||
if(ret == OO_OK) {
|
||||
ooHandleH2250Message(call, pmsg);
|
||||
ret = ooHandleH2250Message(call, pmsg);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user