2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added git ignore More... about 13 years ago
added support for vgms boards for sending and receiving sms', added VGSMSMSTxAction and events vgsm_me_state vgsm_net_state vgsm_sms_rx More... about 13 years ago
Closes #22 Closes #21 added Join and MusicOnHold events More... about 13 years ago
Closes #20. Added Leave event More... about 13 years ago
added AgentConnect event to README More... about 13 years ago
Closes #19 added AgentConnect event More... about 13 years ago
Closes #17, Closes #18, Closes #19, Added events QueueMemberRemoved, QueueMemberAdded, MessageWaiting More... about 13 years ago
added getDialStatus to access dialstatus key More... about 13 years ago
fixed a bug with Originate action with async=true that recogniced the event with the response as the response itself (asterisk sends the event with a response header) More... about 13 years ago
added new event OriginateResponse for Originate action with async=true, also fixed a typo that prevented recognicing NewAccountCodeEvent as such More... about 13 years ago
added apache license text More... over 13 years ago
cleaned up a little the process() routine in clientimpl More... over 13 years ago
removed ticks, since they are deprecated. thanks to rumpled to point this out! More... over 13 years ago
Closes #4. Added QueueRule Action. More... over 13 years ago
fixed bad parameter type in doc of QueueReload. Added QueueReset action More... over 13 years ago
added QueueReload action (asterisk 1.8+ ?) More... over 13 years ago
added QueuePenalty Action More... over 13 years ago
changed getName() in QueueMemberEvent to getMemberName to avoid overriding getName() in parent class Event More... over 13 years ago
added QueueLog action More... over 13 years ago
re-added lastActionId check for broken commands (not sending the corresponding actionId, like Ping) More... over 13 years ago
Added rumpled to thanks section in readme More... over 13 years ago
updated log4php config file in example to include timestamp More... over 13 years ago
added a kludge in the response code to allow to recognice events attached to a response when the response does not have an EventList: Start (we use Message: xx will follow). Also, to know if an eventlist is complete, we now use the EventList: Complete or the word Complete in the event name :P OR if the event is a DBGetResponse (DBGet is broken since it does not have a DBGetComplete and neither an EventList: Complete) More... over 13 years ago
performance improvement for last change, to know when a response is finished reading (by reading all attached events) More... over 13 years ago
changed the way the responses with attached events are considered complete More... over 13 years ago
Closes #10 added log4php support More... over 13 years ago
Closes #14 More... over 13 years ago
added action QueueRemove More... over 13 years ago
added Events Action (currently broken because asterisk violates -yet again- the ami protocol, not sending the EOM, which is \r\n\r\n) More... over 13 years ago
more space for buffer in client More... over 13 years ago