Opened 7 years ago
Closed 5 years ago
#2088 closed enhancement (fixed)
Generate and negotiate telephone-event with multiple clock-rates in SDP offer/answer
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by nanang)
Currently PJMEDIA will only generate and answer SDP with one telephone-event format, i.e: telephone-event/8000. But in the stream session, it will send DTMF using timestamp correctly according to the audio codec clock rate.
This ticket will update the PJMEDIA behavior in SDP offer/answer:
- in generatig SDP offer, it will generate one or more telephone-event formats, one for each clock rate, in accordance with the clock rates of the offered audio codecs.
- in generating SDP answer, it will select telephone-event clock rate based on the clock rate of the selected audio codec.
Change History (2)
comment:1 Changed 5 years ago by nanang
- Description modified (diff)
- Summary changed from Match telephone-event's clock rate in generating SDP answer to Generate and negotiate telephone-event with multiple clock-rates in SDP offer/answer
- Type changed from defect to enhancement
comment:2 Changed 5 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6103: