diff --git a/channels/h323/ast_h323.cxx b/channels/h323/ast_h323.cxx index 46ded04c83..ef76506509 100644 --- a/channels/h323/ast_h323.cxx +++ b/channels/h323/ast_h323.cxx @@ -758,7 +758,7 @@ void MyH323Connection::SetCallDetails(void *callDetails, const H323SignalPDU &se unsigned plan, type, screening, presentation; /* Fetch presentation and type information about calling party's number */ - if (setupPDU.GetQ931().GetCallingPartyNumber(sourceName, &plan, &type, &presentation, &screening, 0, 1)) { + if (setupPDU.GetQ931().GetCallingPartyNumber(sourceName, &plan, &type, &presentation, &screening, 0, 0)) { /* Construct fields back */ cd->type_of_number = (type << 4) | plan; cd->presentation = (presentation << 5) | screening;