~singpolyma/cheogram-sip

4d4244c65a48f9f835ff40f5315e3416503ce592 — Stephen Paul Weber 11 months ago be87de1
Request non-trickle ICE

Asterisk doesn't really handle tricked candidates very well, it can
work, but better to not when the client can avoid it.
1 files changed, 2 insertions(+), 1 deletions(-)

M gateway.hs
M gateway.hs => gateway.hs +2 -1
@@ 49,7 49,8 @@ sipDiscoFeatures = [
		s"urn:xmpp:jingle:apps:dtls:0",
		s"urn:xmpp:jingle:apps:rtp:1",
		s"urn:xmpp:jingle:apps:rtp:audio",
		s"urn:xmpp:jingle:transports:ice-udp:1"
		s"urn:xmpp:jingle:transports:ice-udp:1",
		s"urn:ietf:rfc:3264"
	]

sipDiscoInfo :: XML.Element -> XML.Element