I have added extra logs sctrings and found.
This happens because sockaddr_union from
contains port number 5060
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L188-L191
This port assigned from "dest_info* dst"
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L174
This struct passed into msg_send_buffer here
https://github.com/kamailio/kamailio/blob/master/src/core/forward.h#L117
Need to find why for ACK delivery used not socket where WebRTC client registered, but used socket bound to port 5060.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.