Getting active channels of a user in asterisk-java
Is there a way to get all currently active channels of an IAX useraccount with asterisk-java?
Thanks开发者_如何学Go Dominik
OK, the only way is to iterate through all channels and find the ones which belong to a specific user. It's neither extraordinarily nice, nor blazingly fast, but at least it works.
精彩评论