2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added git ignore More... over 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... almost 14 years ago
Closes #22 Closes #21 added Join and MusicOnHold events More... almost 14 years ago
Closes #20. Added Leave event More... almost 14 years ago
added AgentConnect event to README More... almost 14 years ago
Closes #19 added AgentConnect event More... almost 14 years ago
Closes #17, Closes #18, Closes #19, Added events QueueMemberRemoved, QueueMemberAdded, MessageWaiting More... almost 14 years ago
added getDialStatus to access dialstatus key More... almost 14 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... almost 14 years ago
added new event OriginateResponse for Originate action with async=true, also fixed a typo that prevented recognicing NewAccountCodeEvent as such More... almost 14 years ago
added apache license text More... almost 14 years ago
cleaned up a little the process() routine in clientimpl More... almost 14 years ago
removed ticks, since they are deprecated. thanks to rumpled to point this out! More... almost 14 years ago
Closes #4. Added QueueRule Action. More... almost 14 years ago
fixed bad parameter type in doc of QueueReload. Added QueueReset action More... almost 14 years ago
added QueueReload action (asterisk 1.8+ ?) More... almost 14 years ago
added QueuePenalty Action More... almost 14 years ago
changed getName() in QueueMemberEvent to getMemberName to avoid overriding getName() in parent class Event More... almost 14 years ago
added QueueLog action More... almost 14 years ago
re-added lastActionId check for broken commands (not sending the corresponding actionId, like Ping) More... almost 14 years ago
Added rumpled to thanks section in readme More... almost 14 years ago
updated log4php config file in example to include timestamp More... almost 14 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... almost 14 years ago
performance improvement for last change, to know when a response is finished reading (by reading all attached events) More... almost 14 years ago
changed the way the responses with attached events are considered complete More... almost 14 years ago
Closes #10 added log4php support More... almost 14 years ago
Closes #14 More... almost 14 years ago
added action QueueRemove More... almost 14 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... almost 14 years ago
more space for buffer in client More... almost 14 years ago