Displaying 1 result from an estimated 1 matches for "eventcomplet".
Did you mean:
eventcomplete
2008 Dec 22
2
Manager API - standardization?
...E 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 action flag (QueueStatus)
has a corresponding complete tag (QueueStatusComplete) and I can (fairly)
easily parse the return data by tacking 'Complete' onto the action flag. I
just wanted to see what everyone el...