DTMF RTP:
A dtmf packet is 16 bytes.
DTMF data = 12 bytes (RTP header) + 4 bytes (RTP payload)
4 bytes (RTP payload) has mapping of key press value as event. After parsing this 4 bytes the receiver end can get instruction or event what to do.
DTMF SDP:
dtmf payload is 101 . It is passed on audio level of lync SDP.
m=audio 5476 RTP/AVP 101
.
.
.
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=fmtp:101 0-16 indicates the key value that is supported.
DTMF KEY MAPPING:
- Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.
- Run the following at the command prompt:
Get-CsDialinConferencingDtmfConfiguration
Identity : Global
CommandCharacter : *
MuteUnmuteCharacter : 6
AudienceMuteCommand : 4
LockUnlockConferenceCommand : 7
HelpCommand : 1
PrivateRollCallCommand : 3
EnableDisableAnnouncementsCommand : 9
AdmitAll : 8
DTMF USE:
If you want to mute a call in conference , then in lync key pad just type *6 .
No comments:
Post a Comment