emkei / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Incomming call without Video payload is refused #186

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1. Configure 2 extensions: ext A using webrtc, ext B using any other sip device 
with camera enabled, such a smartphone
2. configure extension b) and disable sending video
3. check logs and how it hangs 

What is the expected output? What do you see instead?
Sending a call to ext A without video enabled should answer with only sound.  
But is ee how the call is hanged with next message in chrome console:
a=candidate:3136548490 2 udp 659134 198.12.125.18 31580 typ host generation 0
State machine: s0000_Started_2_Ringing_X_iINVITE
==stack event = m_permission_requested
onSetRemoteDescriptionError
Failed to set remote offer sdp: Session error code: ERROR_CONTENT. Session 
error description: Failed to set video send codecs..
..........................................................

What version of the product are you using? On what operating system?
Chrome 34, Linux

Please provide any additional information below.

Tested with Android Bria sofphone, 

Original issue reported on code.google.com by luis.dan...@gmail.com on 30 Jun 2014 at 2:18