Changes between Initial Version and Version 1 of Ticket #160
- Timestamp:
- Mar 6, 2007 10:31:48 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #160 – Description
initial v1 5 5 > I can get the two to communicate if I tell pjsua to use 30 ms. 6 6 > 7 > 7 8 > If I don't, pjsua encodes at 30 ms and decodes at 20 ms, even though 8 9 > Asterisk thinks both directions are using 30 ms. This makes for some 9 10 > interesting sounds. :) 10 11 > 12 > 11 13 > According to the standard, if one side requests 30 ms, the other is 12 14 > supposed to use it because it's the lowest bandwidth setting. (It's … … 14 16 > replies with mode=20, they are both supposed to use mode=30.) 15 17 > 18 > 16 19 > I found some notes about this at 17 20 > http://www.pjsip.org/trac/wiki/audio-check-codec-nego and … … 19 22 > different: 20 23 > 24 > 21 25 > It is important to emphasize the bi-directional character of the 22 26 > "mode" parameter - both sides of a bi-directional session MUST use … … 29 33 > answer. 30 34 > 35 > 31 36 > That is, an offer of "mode=20" receiving an answer of "mode=30" will 32 37 > result in "mode=30" being used by both participants. Similarly, an … … 34 39 > "mode=30" being used by both participants. 35 40 > 41 > 36 42 > - http://www.ietf.org/rfc/rfc3952.txt