[Asterisk-java-devel] AstManProxy
Brought to you by:
srt
From: Cristian T. <ct...@ro...> - 2006-02-26 23:22:02
|
Hi, I tried to use the asterisk-java api to connect to Asterisk Manager via = AstManProxy and it didn't work. The code appears to deal only with = "Asterisk Call Manager" v. "1.0". AstManProxy is (currently)substituting = the product version string with "Asterisk Manager Proxy/1.12".=20 I implemented some changes myself - just enough to get it working :) and = I was wondering: would it not be a good idea to pass the expected = manager interface name / version parameters to the = ManagerConnectionFactory.getConnection(...)? |