1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-06 03:25:31 +00:00

sip: origin: Remove hardcoded display name from contact header

We might want to set it from the configuration later.
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-04-09 02:39:56 +02:00
parent b88d432401
commit db63efa29f

View file

@ -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 {