Skip to content

Remove event code from log string in VoIPlog.txt, REF 15388

Grzegorz Sluja requested to merge ref15388_fix_asterisk into asterisk_rdkb
Remove event code from log string in VoIPlog.txt, REF 15388

Additionally provide the following fixes:
* Fix the pjproject script for applying patches to do it in alphabetical
  order, otherwise patch dependent on other patch could not apply.
* Fix the va_start in dt logger as the second argument must be the last
  named argument in the function definition.
* Replace the flag set from 1 to LOG_FLAG_EXTENDED_SYSLOG_ONLY macro
  defined
Edited by Grzegorz Sluja

Merge request reports