[OpenSIPS-Devel] [OpenSIPS/opensips] 136437: Function fixups: Include file + line-num on runtim...

Liviu Chircu noreply at github.com
Wed May 5 10:11:22 EST 2021


  Branch: refs/heads/3.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 136437c05ecff9681c9bba9e42fd097538ddad83
      https://github.com/OpenSIPS/opensips/commit/136437c05ecff9681c9bba9e42fd097538ddad83
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
    M action.c
    M cfg.y
    M cfg_pp.c
    M cfg_pp.h

  Log Message:
  -----------
  Function fixups: Include file + line-num on runtime errors

Old behavior:

ERROR:core:get_cmd_fixups: Variable in param [1] is not an integer
ERROR:core:do_action: Failed to get fixups for command
  <mf_process_maxfwd_header>

New behavior:

ERROR:core:get_cmd_fixups: Variable in param [1] is not an integer
ERROR:core:do_action: Failed to get fixups for command
  <mf_process_maxfwd_header> in cfg-tests/aaa-diameter.cfg, line 66

Credits to Kingsley Tart for the report!
Related to #2492





More information about the Devel mailing list