Displaying 1 result from an estimated 1 matches for "logincomplete".
2008 Dec 22
2
Manager API - standardization?
...9;t a PHP one, but rather issues with the consistency of the
Manager interface return values.
For instance, for the built in actions such as Login, SIPPeers, QueueStatus
(the three that I will be calling the most) NONE of those three has a
standard return value. Login doesn't return an Event: LoginComplete flag,
so the login function can't use the generic Action function I've written.
SIPPeers returns an additional line after Event: PeerlistComplete, and
Peerlist != SIPPeers (meaning the action and eventcomplete flags should
match, IMHO).
The way QueueStatus returns data is the ideal, the ac...