I’m trying to set up a java app to dial a number and send a series of DTMF digits. I have an asterisk set up with a working SIP account and can dial in to asterisk-java through it and I can connect to my asterisk with a softphone and call outside. From java, I can connect to my asterisk with managerConnection.
So far so good. But, when I try to make a call with originateAction I get nowhere.
I’ve followed this tutorial: asterisk-java.org/development/tutorial.html but am apparently unable to setup the Hello Manager! example with the correct originateAction information.
What information do you need to help me figure this out?
Thanks
/Ola