fix USSD CDR issue not being saved to DB#1896
Conversation
|
@croufay can you please share your findings about root cause why cdr was not being updated.
eliminating 1 is valid in my opinion as But can you explain why you removed second check But maybe i am missing something so you can help me here.. |
|
@croufay do we have any update here? |
|
When I sent USSD request, the if (callInfo.direction().equals("inbound")) didn't contain the word "inbound" so that part of the code was always false hence, not CDR will be recorded. I think this was because part of the USSD interpreter was copied from the VoiceInterpreter that had the inbound in the callInfo.direction. Regards Charles Roufay |
|
thank for update @croufay i will merge it now |
the CDR is now updated in the db for USSD request