We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f022d commit fc5b59eCopy full SHA for fc5b59e
modules/osp/orig_transaction.c
@@ -471,6 +471,7 @@ int ospRequestRouting(
471
if ((errcode = OSPPTransactionNew(_osp_provider, &trans)) != OSPC_ERR_NO_ERROR) {
472
LM_ERR("failed to create new OSP transaction (%d)\n", errcode);
473
} else if (ospGetCallId(msg, &(callids[0])) != 0) {
474
+ callids[0] = NULL;
475
LM_ERR("failed to extract call id\n");
476
} else if (ospGetFromUser(msg, inbound.calling, sizeof(inbound.calling)) != 0) {
477
LM_ERR("failed to extract calling number\n");
0 commit comments