Skip to content

Commit

Permalink
dialplan: increased the size for dialplan attributes to 256
Browse files Browse the repository at this point in the history
(cherry picked from commit 36b8c1a)
  • Loading branch information
miconda committed Aug 30, 2017
1 parent 698d92d commit 65fe63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dialplan/dp_repl.c
Expand Up @@ -571,7 +571,7 @@ int rule_translate(sip_msg_t *msg, str string, dpl_node_t * rule,
return -1;
}

#define DP_MAX_ATTRS_LEN 128
#define DP_MAX_ATTRS_LEN 255
static char dp_attrs_buf[DP_MAX_ATTRS_LEN+1];
int translate(sip_msg_t *msg, str input, str *output, dpl_id_p idp,
str *attrs)
Expand Down

0 comments on commit 65fe63d

Please sign in to comment.