Steps:
1. REGISTER two devices
2. Make a call from A to B (session-version is 678901)
3. A puts B on hold (session-version is incremented by 1, which is 678902)
4. A resumes the call (session-version is increased by 2, which is 678904)
5. A puts B on hold (session-version is incremented by 2, which is 678906)
7. A resumes the call (session-version is increased by 2, which is 678908)
And so on...
Here, with step 4, session-version is increased by 2 rather than incrementing
by 1. This is observed on both incoming as well as outgoing call.
version v2.x.,code under branches/2.0
OS:Android
Expected Result: session-version should always increment by one
Original issue reported on code.google.com by swarnim...@gmail.com on 12 Aug 2013 at 2:01
Original issue reported on code.google.com by
swarnim...@gmail.com
on 12 Aug 2013 at 2:01Attachments: