首页 > 其他 > 详细

Is there a way to detect if call is in progress? Phone Event

时间:2015-05-18 07:47:11      阅读:169      评论:0      收藏:0      [点我收藏+]

First you need 3 profiles to monitor the phone state:

Event: Phone Idle
Variable Clear %Phoning

Event: Phone Offhook
Variable Set, %Phoning, 1

Event: Phone Ringing
Variable Set, %Phoning, 1

Then you can use ‘If %Phoning Is Set‘ to see if you‘re phoning.

Is there a way to detect if call is in progress? Phone Event

原文:http://www.cnblogs.com/shangdawei/p/4511011.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!