sendDTMF in ARI and ARA

I am using
node-ari-client
to bridge a call between two sip users and then send DTMF using the function channel.sendDTMF(…)
Everything works fine, however when I moved my sip users to Asterisk Realtime Architecture using mysql server the channel.sendDTMF(…) function is not sending the DTMF over the channel . It seems that the move to ARA did not effect other functionality, only the sendDTMF

Did you confirm that the endpoint configuration matches the configuration that was previously in the file? Is the DTMF mode correct?

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