Simply put, I am trying to have a client dial an extension connect to that extension and send a DTMF tone.
This is what I had
exten => XXXX,1,Meetme(XXXXX,q)
same => n,SendDTMF(A*)
This did not work.
Then I tried
exten => XXXX,1,Meetme(XXXXX,q)
same => s,n,SendDTMF(A*)
A tone was generated but, I was surprised as to why, is it saying start to the tone?
Thanks,
Tom