[OpenSIPS-Devel] [OpenSIPS/opensips] a977a1: core: Add new parameter ('pv_print_buf_size')

Liviu Chircu noreply at github.com
Fri May 24 11:20:31 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: a977a1c3426c0fbd6bdc2d5f60aff9461c465360
      https://github.com/OpenSIPS/opensips/commit/a977a1c3426c0fbd6bdc2d5f60aff9461c465360
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2019-05-24 (Fri, 24 May 2019)

  Changed paths:
    M cfg.lex
    M cfg.y
    M main.c
    M pvar.c
    M pvar.h

  Log Message:
  -----------
  core: Add new parameter ('pv_print_buf_size')

This setting will be useful in case large bodies of text need to be
expanded during a pseudo-variable format printing.  For example:

avp_db_query("SELECT $var(columns) FROM $var(table)", $avp(result));
             ^ before this commit, the output of this format was
	       capped at 1024 bytes

Closes #1659





More information about the Devel mailing list