We are making an outbound call from Webrtc(JSSIP) to PSTN through OVERSIP. Observed SIP Signalling is fine but no RTP is flowing.
Below steps are the sequence to do
1.Make an outbound call from WebRTC(Jssip) to a PSTN end point Via Oversip Proxy.
2.Audio cant be heard on both parties.
3.SIP Signalling is fine
We are expecting we should be hearing audio on both sides.
SIP Signalling is fine but there is dead air is flowing.
We are using Chrome , Firefox Latest versions on browser side , Oversip -2.0.4 .
We have implemented WEBRTC using the flavour of JSSIP. All SIP Signaling flows through the SIP Proxy(Opensource : OVERSIP) to the
PSTN Network(Third Party Vendor).
Looking at a TCPDump of the local machine it does look like UDP (RTP) packets are not flowing in both directions.
Observations:
1. There is no DTLS Packets flow in wireshark log.
2. ICEConnectionState is always in "checking" state and not moved to further state (chrome://webrtc-internals) .
Could you please help us in this regard.
Find the attached documents.