如何在wp7中为PhoneCallTask​​添加暂停 [英] How to add pause for PhoneCallTask in wp7

查看:130
本文介绍了如何在wp7中为PhoneCallTask​​添加暂停的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用我的应用程序拨打电话会议.例如,我需要打电话给->等待6秒->拨号会议代码.

I need to dial to a conference call using my application. For example I need to dila phonenunber->wait 6 seconds ->dial conference code. 

我使用下面的代码

PhoneCallTask​​ phoneCall =新的PhoneCallTask​​();
                phoneCall.PhoneNumber =电话号码,,,会议代码";

PhoneCallTask phoneCall = new PhoneCallTask();
                phoneCall.PhoneNumber = "phonenumber,,,conferencecode";

我最初进行了搜索,发现充当2秒钟的暂停,但它似乎始终无法正常工作.有更好的方法吗?

I searched initially and found that "," acts as 2 second pause, but it does not seem to be working correct always. Is there a better way to do this?

Tekriti软件

推荐答案

很明显,电话或蜂窝电话系统在电话本身的范围之外处理了逗号.您也可以尝试使用"p"而不是,"看看有什么区别.

Apparently the comma is processed by the phone or cellular trunking system outside the scope of the phone itself. You might also try "p" instead of "," to see if it makes any difference.

更多信息:

如何在不使用Windows Phone 7的情况下执行呼叫按下任何按钮

希望这会有所帮助,
-标记

Hope this helps,
-Mark


这篇关于如何在wp7中为PhoneCallTask​​添加暂停的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆