简体   繁体   English

在asterisk-java中获取用户的活动渠道

[英]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? 有没有办法使用asterisk-java获取IAX用户帐户的所有当前活动渠道?

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. 它既不是很好,也不是非常快,但是至少它可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM