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:
Alexandr Anikin
2010-01-24 22:42:11 +00:00
parent 8f356343dd
commit d48fe3c81d
6 changed files with 84 additions and 2 deletions

View File

@@ -1124,7 +1124,7 @@ int ooH2250Receive(OOH323CallData *call)
finishPrint();
removeEventHandler(pctxt);
if(ret == OO_OK) {
ooHandleH2250Message(call, pmsg);
ret = ooHandleH2250Message(call, pmsg);
}
return ret;
}