RestComm / webrtcomm

WebRTCComm is a simple high level JavaScript WebRTC framework for Web Developers to add Real Time Communications and IM Capabilities to any website.
http://www.restcomm.com/
GNU General Public License v3.0
18 stars 21 forks source link

Merge FSM for SIP_INVITING_STATE and SIP_INVITING_407_STATE #95

Closed ammendonca closed 7 years ago

ammendonca commented 7 years ago

Both should follow the same path in FSM, except in SIP_INVITING_STATE a 407 response may be received. This fixes an issue where < 200 (eg: 180 RINGING) wasn't being delivered to applications.

ammendonca commented 7 years ago

@atsakiridis fixed, thanks!