Open lazedo opened 7 years ago
Hi @kalta , not sure if this is the right place to patch.
we would like to send directly to proxy without using Route headers because uri is not resolvable.
Route
uri
Uri = "sip:10102@1.sip-stress.com", nksip_uac:invite(App, Uri, [{outbound_proxy, "sip:10.21.0.3:7000"} ,contact ,{body, nksip_sdp:new()} ,auto_2xx_ack ]).
Hi. I'm back after this long time... This conflicts now with v0.6, but I will add it
@kalta welcome back :) and thanks
Hi @kalta , not sure if this is the right place to patch.
we would like to send directly to proxy without using
Route
headers becauseuri
is not resolvable.