[Asterisk-java-devel] Outgoing calls Manager API
Brought to you by:
srt
From: ladyr l. <lad...@gm...> - 2010-07-19 13:06:59
|
Good afternoon, I have been working on the Asterisk-java tutorial, http://asterisk-java.org/latest/tutorial.html, and I would like to be able to make some outgoing calls using java code from my laptop connected to my Asterisk server via internet (at this moment I've installed an FXO card in my Asterisk server so I can make calls to phones connected to the traditional system). As it is described in the tutorial, in the capther of the Manager API, I'm able to make calls as long as I've connected a phone via SIP to my Asterisk server. For this purpose now I'm using zoiper. I connect a SIP client via Zoiper with Asterisk and later on executing the .class file I can make Asterisk call the softphone, answer in the softphone manually and make a call to a number (I previously defined on the .class file) throughout the softphone. I would like to know if I could get rid of the part of the softphone, I mean, make calls to the number I want (via SIP, or via my FXO channel, this is something I will choose with Asterisk) using java code and do not have to connect my zoiper to Asterisk. Thank you very much for your attention. I do apologize if the question I made is an stupid one. Best regards, Fernando. |