I am trying to send a sequence of DTMF tones during a SIP call from linphone compiled for iPhone in order to do some call control on the local exchange that I set up. I can see from the code that individual digits send DTMF (no sound in the line), but I can not send the string of numbers manually.
When I try, I get only one digit. I could set a delay and a timer, but it just doesn't seem like how to do it - and a long string of tones will take a long time to send with the necessary confirmations.
I read that you can send DTMF as part of a SIP INFO message, but you cannot find a tool in linphone to create a SIP INFO message.
Could anyone do this or have any suggestions as to what I could try?
source share