Hi,
I have another question related to DLR. Is there a way to restrict the parameters returned back by delivery level 2. For me it returns all these values"level_2_value" : {
"message_status",
"sub" ,
"connector",
"dlvrd"
"err",
"level",
"subDate" ,
"id" ,
"text",
"id_smsc",
"doneDate"
}
Instead if I need only these values
{
"message_status"
"connector"
"level",
"id"
}
Is this possible. I am using 0.10.12 version of Jasmin