DTMF is not detected

Hello,

I have integration with mobile carrier using SIP. The current setup is the mobile carrier connected to asterisk A then this server is forwarding the call to another asterisk server B.

The problem is the server is not detecting the DTMF the user is entering when using Read().

And how is DTMF supposed to be communicated to Asterisk? RFC4733/RFC2833, INFO, inband? What is your configuration? What does a capture show?

1 Like

If you are using a device with a SIM card, the mobile air interface doesn’t allow for DTMF to be sent to the mobile, as it is designed for human users of the audio.

I don’t believe an of the codecs used for mobile networks are suitable for inband DTMF and out of band signally is only supported in the outbound direction.

actually, your questions was very helpful and let me noticed the dtmf detection mode.

I was on the default setting for DTMF mode, I have used “SIPDtmfMode(inband)” in the context and it fixed the issue. Thanks a lot.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.