summaryrefslogtreecommitdiff
path: root/res/res_pjsip/location.c
diff options
context:
space:
mode:
authorJenkins2 <jenkins2@gerrit.asterisk.org>2018-04-18 17:43:02 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2018-04-18 17:43:02 -0500
commit6ccf08c54382798609273e65fd67c2d16d6ecdcf (patch)
tree4a437ff24ade973704f5b55ee8ee51fed18f374d /res/res_pjsip/location.c
parent7b59cfc777c6efa72aa514db7d405e6ec741d7c5 (diff)
parentd50d63776454fae7ed0d888ea355e746f50b68f3 (diff)
Merge "stringfields: Collect extended stringfields into the stringfield section."
Diffstat (limited to 'res/res_pjsip/location.c')
-rw-r--r--res/res_pjsip/location.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/res_pjsip/location.c b/res/res_pjsip/location.c
index 22da80577..6e79dc40b 100644
--- a/res/res_pjsip/location.c
+++ b/res/res_pjsip/location.c
@@ -133,11 +133,6 @@ static void *contact_alloc(const char *name)
return NULL;
}
- ast_string_field_init_extended(contact, endpoint_name);
- ast_string_field_init_extended(contact, reg_server);
- ast_string_field_init_extended(contact, via_addr);
- ast_string_field_init_extended(contact, call_id);
-
/* Dynamic contacts are delimited with ";@" and static ones with "@@" */
if ((aor_separator = strstr(id, ";@")) || (aor_separator = strstr(id, "@@"))) {
*aor_separator = '\0';