I have a working application that allows two devices to talk about a sip server. I am now trying to integrate dtmf tones so one user can press a button and a tone will be received on the other end.
According to the docs I can just use currentCall.sendDtmf(5);
for example but it doesn't do anything? After doing some research I can see there are different ways to send the DTMF tone: RTP, In band generation and SIP INFO. When using CSipSimple the 'In band generation' option works, how can I force mine to do the same?