Is there a way to get all currently active channels of an IAX useraccount with asterisk-java?
Thanks Dominik
Is there a way to get all currently active channels of an IAX useraccount with asterisk-java?
Thanks 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.