14
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[AJ-102] Added sleep before getVar
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Added an FAQ link with some common questions we get on the users list. Also added some same-page anchors at the top of the tutorial so that users know the manager interface is covered, and they need to scroll down. More... over 17 years ago
[maven-release-plugin] prepare for next development iteration
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[maven-release-plugin] prepare release asterisk-java-1.0.0-m1
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Removed System.out.printlns
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Fixed JDK 1.5 compatibility
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
ConfigFileImpl for direct parsing and Manager API
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Cleanup for config parser
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Initial work on configuration file parser
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Added getConfig to AsteriskServer along with new ConfigFile class (currently read-only)
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Make sure maps are properly sorted by using TreeMap instead of HashMap
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Added javadoc
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Fixed colors for sub classes
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Tracer runs forever and waits for Ctrl-C
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Canceling service level timers on disconnect
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Fixed formatting Added HtmlEventTracer Changed die properties to volatile Timers for ServiceLevel checks in AsteriskQueueImpl now use daemon threads to prevent hanging at shutdown
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Fixed formatting
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Don't try to read from Asterisk when die is true Close socket before scanner
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Updated javadoc
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Added channel attribute to StatusAction
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
No longer used deprecated APIs
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
- StatusComplete Event New header - (new) -> Items Number of channels reported
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
- Status action replies (Event: Status) Header changes - link -> BridgedChannel - Account -> AccountCode - (new) -> BridgedUniqueid
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
- Dial event - Event Dial has new headers, to comply with other events - Source -> Channel Channel name (caller) - SrcUniqueID -> UniqueID Uniqueid (new) -> Dialstring Dialstring in app data
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
- Dial event - Event Dial has new headers, to comply with other events - Source -> Channel Channel name (caller) - SrcUniqueID -> UniqueID Uniqueid (new) -> Dialstring Dialstring in app data
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
- Link and Unlink events - The "Link" and "Unlink" bridge events in channel.c are now renamed to "Bridge" - The link state is in the bridgestate: header as "Link" or "Unlink" - For channel.c bridges, "Bridgetype: core" is added. This opens up for bridge events in rtp.c - The RTP channel also reports Bridge: events with bridgetypes - rtp-native RTP native bridge - rtp-direct RTP peer-2-peer bridge (NAT support only) - rtp-remote Remote (re-invite) bridge. (Not reported yet)
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Newchannel event now includes "AccountCode"
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
Newstate and Newchannel events these have changed headers: "State" is now "ChannelStateDesc" (Text based channel state). The new "ChannelState" header contains the numeric channel state.
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
The "Rename" manager event has a renamed header, to use the same terminology for the current channel as other events: Oldname has been renamed to Channel.
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago
[AJ-116] Added support for the status property of HoldEvent, deprected UnholdEvent
Adrian Videanu
as Stefan Reuter
More... almost 18 years ago