Hello,
I have added extra logging for the INVITE processing, before and after calling request.fix_nat. I also notice some errors messages, but the INVITE message is succesfuly relayed out.
Here's the log :
Apr 10 18:22:14 siphub oversip[31931]: INFO: <SipEvents> [user] INVITE from sip:vlad.paiu@MY_DOAMIN (UA: WebClientJmecher) to sip:li...@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws;ov-ob=17d1809387 via UDP SIP_IP : 5060 routes = ; callid = 1724058f-60e4-dc99-1143-72aa157ba47d
Apr 10 18:22:14 siphub oversip[31931]: INFO: <SipEvents> [user] Calling request.fix_nat for invite with callid = 1724058f-60e4-dc99-1143-72aa157ba47d
Apr 10 18:22:14 siphub oversip[31931]: INFO: <SipEvents> [user] After calling request.fix_nat : INVITE from sip:vlad.paiu@MY_DOMAIN (UA: WebClientJmecher) to sip:li...@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws;ov-ob=17d1809387 via UDP SIP_IP : 5060 routes = ; callid = 1724058f-60e4-dc99-1143-72aa157ba47d
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <OutboundMangling module> incoming Outbound flow token extracted from ;ov-ob param in RURI for SIP Request 0a7c.57cbc835.1
Apr 10 18:22:14 siphub oversip[31931]: INFO: <SipEvents> [user] routing initial request to an Outbound client
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <SIP Request 0a7c.57cbc835.1> replying 100 "Trying"
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <Proxy proxy_to_users 0a7c.57cbc835.1> flow failed
Apr 10 18:22:14 siphub oversip[31931]: NOTICE: <SipEvents> [user] incoming Outbound on_error: 430 'Flow Failed'
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <SIP Request 0a7c.57cbc835.1> replying 430 "Flow Failed"
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <IST 0a7c.57cbc835.1> ACK received during completed state, now confirmed
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <WsFraming> received text frame: FIN=true, RSV1-3=false/false/false, payload_length=995
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <WsSipApp> received WS message: type=text, length=995
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <WsFraming> received text frame: FIN=true, RSV1-3=false/false/false, payload_length=1124
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <WsSipApp> received WS message: type=text, length=1124
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <Proxy proxy_to_users 0a7c.57cbc835.0> received response 180
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <SIP Request 0a7c.57cbc835.0> forwarding response 180 "Ringing"
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <Proxy proxy_out T2oi7xlavIiqWoaZP92J2OzeCCQlKqAE> received response 180
Apr 10 18:22:14 siphub oversip[31931]: INFO: <SipEvents> [user] on_provisional_response: 180 'Ringing'
Apr 10 18:22:14 siphub oversip[31931]: DEBUG: <SIP Request T2oi7xlavIiqWoaZP92J2OzeCCQlKqAE> forwarding response 180 "Ringing"
Best Regards,
Vlad