Developing a NAT traversal solution, using resiprocate, it works fine, but often SIP INVITE get's failed particularly on cisco routers
1. SIP REGISTER is sent out by port 1024
Source: 107.108.188.26
Destination:107.108.188.52
User Datagram Protocol, Src Port: 1024 (1024), Dst Port: sip (5060)
2. SIP status 200 OK
Source: 107.108.188.52
Destination:107.108.188.26
User Datagram Protocol, Src Port: sip (5060), Dst Port: 1024 (1024)
3. SIP/SDP INVITE
Source: 107.108.188.52 Destination:107.108.188.26 User Datagram Protocol, Src Port: sip (5060), Dst Port: sip (5060)
Ideally, the sent-by port should be 1024 in step 1 and step 3. Please point me to for any possible reason behind the same