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-160] String values of event properties are now set to null if the value matches a NULL_LITERAL
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-77] Added support for RTP events
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Added "-none-" to NULL_LITERALS ass seen in chan_iax2.c: astman_append(s, "IPaddress: %s\r\n", peer->addr.sin_addr.s_addr ? ast_inet_ntoa(peer->addr.sin_addr) : "-none-");
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-155] Improved javadoc to make clear that AgiRequest#getScript() will be null for Async AGI requests.
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-125] Took Stefan's suggestion for removing the optional leading whitespace of an agi result, as every case I found didn't provide leading whitespace except this one. Also added a unit test which failed but now passes with this change. I did have to make sure after parsing that result was set to the empty string instead of null, since it didn't match anything in this case, and was remaining empty (which caused an NPE on in other places, requiring the change). More... over 17 years ago
Added continueAt method to AgiChannel as a shortcut to calling setContext, setExtension and setPriority in series.
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
comment out unused members and veriables, remove unused imports More... over 17 years ago
remove unused imports and add annotations More... over 17 years ago
add annotation More... over 17 years ago
add serialVersionIDs for serializable classes More... over 17 years ago
add annotation More... over 17 years ago
add annotation More... over 17 years ago
remove unused imports and add annotations More... over 17 years ago
remove unused imports and add annotations More... over 17 years ago
add annotations More... over 17 years ago
remove unused imports and add annotations More... over 17 years ago
add annotations and static serial ids More... over 17 years ago
Cleanup
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-158] Now using AstUtil.isNull() to check uniqueId in originate response events (string was "<null>")
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-157] Improved javadoc
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-157] Refactoring: new protected method getClassLoader() that can be overridden by subclasses if someone prefers using a different ClassLoader.
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-157] Using the context class loader to load mapping properties and agi script classes
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-153] Track unannounced channel name changes in subsequent NewStateEvent if any
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
Added a mostly-empty interface to complete the JBoss example. More... over 17 years ago
[AJ-61] Context of parkedAt extension is now always null as we don't get the correct value from Asterisk. The old implementation (using the context of the last visited extension) was at least "more wrong" than the null value we have now.
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-139] Renamed property callerId to callerIdNum.
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-139] Added property hint to ExtensionStatusEvent
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-139] Added property talkingToChan to AgentsEvent
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-139] MemberName was renamed to name for QueueMemberEvent in Asterisk 1.6
Adrian Videanu
as Stefan Reuter
More... over 17 years ago
[AJ-139] Added ringtime property to AgentConnectEvent
Adrian Videanu
as Stefan Reuter
More... over 17 years ago