From db63efa29f647d4c82064d033807196460bbccc8 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 9 Apr 2021 02:39:56 +0200 Subject: [PATCH] sip: origin: Remove hardcoded display name from contact header We might want to set it from the configuration later. --- plugins/sip/calls-sip-origin.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/sip/calls-sip-origin.c b/plugins/sip/calls-sip-origin.c index 6a7666c..707286f 100644 --- a/plugins/sip/calls-sip-origin.c +++ b/plugins/sip/calls-sip-origin.c @@ -1177,9 +1177,8 @@ calls_sip_origin_go_online (CallsSipOrigin *self, NUTAG_SUPPORTED ("replaces, outbound, gruu"), NUTAG_OUTBOUND ("outbound natify gruuize validate"), // <- janus uses "no-validate" NUTAG_M_USERNAME (self->user), - NUTAG_M_DISPLAY ("SIP tester"), NUTAG_M_PARAMS ("user=phone"), - NUTAG_CALLEE_CAPS (1), // <- this should be to include media information: SDP + NUTAG_CALLEE_CAPS (1), /* header parameters based on SDP capabilities and Allow header */ TAG_END ()); } else {