I’m facing a problem where I’m using DTMF mode RFC4733 and it uses fmtp:0-16 however my provider is asking to change to RFC2833 to use fmtp:0-15. I tried to use dtmf_mode=rfc2833 but I still getting fmtp:0-16. I’m using asterisk 16.19. Is there a way to change it ? If I can change in hardcode what is the file should I look for ?
It’s hardcoded, if it’s absolutely needed to change it then you have to change the code. You haven’t stated what the actually problem is, though, besides that it needs to be changed.
The problem is that we are receiving a BYE from the carrier and they are saying that this BYE is being sent because of interoperability between 0-16 and 0-15. I’m not really sure how can I trace it.