mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
add docallbacks flag in q931decode function because
when we decode received q931 packet we must do callbacks and when we print sended q931 packet we must not. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@239037 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1114,7 +1114,7 @@ int ooH2250Receive(OOH323CallData *call)
|
||||
|
||||
initializePrintHandler(&printHandler, "Received H.2250 Message");
|
||||
setEventHandler (pctxt, &printHandler);
|
||||
ret = ooQ931Decode (call, pmsg, len, message);
|
||||
ret = ooQ931Decode (call, pmsg, len, message, 1);
|
||||
if(ret != OO_OK) {
|
||||
OOTRACEERR3("Error:Failed to decode received H.2250 message. (%s, %s)\n",
|
||||
call->callType, call->callToken);
|
||||
|
||||
Reference in New Issue
Block a user