| [AJ-160] String values of event properties are now set to null if the value matches a NULL_LITERAL |
|
More...
|
over 17 years ago
|
| [AJ-77] Added support for RTP events |
|
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-"); |
|
More...
|
over 17 years ago
|
| [AJ-155] Improved javadoc to make clear that AgiRequest#getScript() will be null for Async AGI requests. |
|
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. |
|
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 |
|
More...
|
over 17 years ago
|
| [AJ-158] Now using AstUtil.isNull() to check uniqueId in originate response events (string was "<null>") |
|
More...
|
over 17 years ago
|
| [AJ-157] Improved javadoc |
|
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. |
|
More...
|
over 17 years ago
|
| [AJ-157] Using the context class loader to load mapping properties and agi script classes |
|
More...
|
over 17 years ago
|
| [AJ-153] Track unannounced channel name changes in subsequent NewStateEvent if any |
|
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. |
|
More...
|
over 17 years ago
|
| [AJ-139] Renamed property callerId to callerIdNum. |
|
More...
|
over 17 years ago
|
| [AJ-139] Added property hint to ExtensionStatusEvent |
|
More...
|
over 17 years ago
|
| [AJ-139] Added property talkingToChan to AgentsEvent |
|
More...
|
over 17 years ago
|
| [AJ-139] MemberName was renamed to name for QueueMemberEvent in Asterisk 1.6 |
|
More...
|
over 17 years ago
|
| [AJ-139] Added ringtime property to AgentConnectEvent |
|
More...
|
over 17 years ago
|