taf2 / telephone

Automatically exported from code.google.com/p/telephone
Other
0 stars 0 forks source link

a=inactive in SDP when back from hold #455

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I place a call on hold, telephone is sending a correct SDP : 

a=rtpmap:0 PCMU/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
a=inactive

We see "inactive" which mean I don't want audio in both ways.

But when I repress "H", telephone is sending the exact same SDP, or it should 
send an sdp like this : 

a=rtpmap:0 PCMU/8000/1
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
a=ptime:20
a=sendrecv

Which means, that I no longer want to hold the call, and I want the audio in 
both ways.

Details :
Telephone version :  1.1.4
Macbook pro

Could you have a look a it ? 
Thanks !

Original issue reported on code.google.com by math...@bodjikian.fr on 26 Feb 2015 at 7:48