FAQ: Where is the Mailing List?
Links to Asterisk-Java Users and Developers List
It seems we've hidden the link to our mailing lists a bit too well.
We have two mailing lists:
- Asterisk-Java Users for users of Asterisk-Java seeking help
- Asterisk-Java Devel for developers of Asterisk-Java, i.e. the guys enhancing the library code itself. This list not intended to provide support regarding the use of Asterisk-Java.
You can find the subscription details for both lists here.
You might also be interested in our Bug Tracker where you can look for known issues, post new bug reports and submit patches.
API Manager getLTimeLogin
I'd like to know how to get the time that a branch in logou asterisk. Cansei to seek it and the methods getDateReceived or getTimestamp the class StatusEvent for example that should return that time do not return it. I think should have something like getTimeLogin also exists in AgentLogoffEvent that is not used for that purpose or if it can not capture this event. Thank you
The Manager API and Threads
Hi, i have a problem.
I worked with
"Hello Events!" example and
implements Runnable but
ManagerEventListener never report me.
What is the problem?