summaryrefslogtreecommitdiff
path: root/res/res_pjsip_pidf_body_generator.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-06-25 20:57:28 +0000
committerMark Michelson <mmichelson@digium.com>2014-06-25 20:57:28 +0000
commitbc8c08c6090da176afd48712477f4d66fc71ab2b (patch)
tree7de55cfa4d0ab5e595acb181172b38f4557280fe /res/res_pjsip_pidf_body_generator.c
parent4a7a36a0a1533304844feac6901a724633bc71cc (diff)
Abstract PJSIP-specific elements from the pubsub API.
This helps to pave the way for RLS work that is to come. Since this is a self-contained change and subscription tests still pass, this work is being committed directly to trunk instead of a working branch. ASTERISK-23865 #close Review: https://reviewboard.asterisk.org/r/3628 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@417233 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip_pidf_body_generator.c')
-rw-r--r--res/res_pjsip_pidf_body_generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_pidf_body_generator.c b/res/res_pjsip_pidf_body_generator.c
index 875a65fda..690051e13 100644
--- a/res/res_pjsip_pidf_body_generator.c
+++ b/res/res_pjsip_pidf_body_generator.c
@@ -79,7 +79,7 @@ static int pidf_generate_body_content(void *body, void *data)
return 0;
}
-#define MAX_STRING_GROWTHS 3
+#define MAX_STRING_GROWTHS 5
#define XML_PROLOG 39
static void pidf_to_string(void *body, struct ast_str **str)