-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I have a question when I use kurento.
I am trying to detect dtmf using rtpdtmfdepay plugin, but got this error when recieves dtmf as telephone-event. How to fix it? Am I missing any kurento configuration to enable telephone-event?
Added this entry "name" : "telephone-event/8000" in SdpEndpoint.conf.json.
I'm just trying to relay DTMF (RFC 2833, as RTP/Telephone Events) from one RTP endpoint
(audio and DTMF coming to FreeSWITCH) to another (a SIP endpoint).
The pipeline is something like: FreeSWITCH (RTPEndpoint, AUDIO) -> SIP Endpoint (RTPEndpoint, AUDIO). I'm
able to send DTMF RTP Events from FreeSWITCH to KMS (to the first RTPEndpoint), but KMS doesn't relay it
to the SIP endpoint. I was hoping that KMS/GStreamer would be able to depayload and payload those events automatically
and so Kurento would be able to relay it to the SIP Endpoint.
could you tell me how to fix it?