Hang up voice calls(转)

来源:互联网 发布:网络球机需要几根网线 编辑:程序博客网 时间:2024/06/05 07:55

Hanging up Phone calls


There are several ways on hanging up the phone calls, here’s a list on what isavailable for S60 in public space:

1. CTelephony 2. AT commands 3.CPhCltCommandHandler

Call can only be hang up in certaincall states, thus you should also have a look into call state monitoring example

Hanging up with CTelephony

With CTelephony you can only hang upcalls that you own and which are connected. Thus hanging up with CTelephony isonly usable if you either: Dialed the call with DialNewCall() or answrered thecall with AnswerIncomingCall() functions.

With both of these functions you getCTelephony::TCallId parameter, which you need to pass to the CTelephony’sHangup() function. The actual code is this simple:

iTelephony->Hangup(iStatus, iCallId);
SetActive();


The full code is also shown in How to terminate call

Hanging up with At Commands

AT commands sending example can befound from Send_AT_Commands.zip.

With the example you just sendAT+CHUP while having call in dialing,ringing or connected state.

Hangingup with CPhCltCommandHandler

First you need to construct ainstance of CPhCltCommandHandler, this can be done with following code:

_LIT( KPhCltExtLib, "PhoneClientExt.dll");
 User::LeaveIfError(iLibrary.Load(KPhCltExtLib ) ); // LoadPhoneClientExt  dll
 
 TInt res =0; TInt err=0;
 TRAP(err,res= iLibrary.Lookup( 1 )());
  if (err == KErrNone)
  {
 iFactory =reinterpret_cast<CPhCltExtFactory * >( res );
 if ( iFactory )
 {
        iHandler= iFactory->CPhCltCommandHandlerLD();       
        User::LeaveIfError(iServer.Connect());
        iHandler->Open(iServer);      
 }
  }

After using the instance, you canclose and delete it as follows:

if(iHandler)
 {
        iHandler->Close();
 }
 deleteiHandler;
 iHandler =NULL;     
 iLibrary.Close();

The actual hanging up is handledwith following active object function call:

iHandler->Chup(iStatus);
 SetActive();

Note:CPhCltCommandHandler will notwork from 3rd ed FP2 onwards

 

 

原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 拖鞋湿水了很臭怎么办 棉被上渗了酸奶怎么办 酸奶弄在衣服上怎么办 孩子把褥子尿湿怎么办 小孩尿过的褥子怎么办 包包放着发霉了怎么办 被套盖久了发黄怎么办 小白鞋里面发霉怎么办 棉被淋了一点雨怎么办 苹果手机被拉进电话群怎么办 墙上的插座烧了怎么办 富士康早退4分钟怎么办 我老婆起泡疹腿剌痛睡不着了怎么办 oppo耳机孔坏了怎么办 魅族耳机口坏了怎么办 控制线的报验资料怎么办 人失踪报警派出所不管怎么办 铁板的货架久了怎么办 干镀锌让环保查了怎么办 水管软管生锈了拧不动怎么办 镀锌管会生锈吗.怎么办 冷镀锌钢管生锈了怎么办 卖了过期的东西怎么办 喝到了假的饮料怎么办 烧汤总是溢锅怎么办 脚踩垃圾桶坏了怎么办 连衣裙特别容易起褶怎么办 施肥过度烧根了怎么办 农作物施用尿素发生肥害怎么办? 水稻尿素施多了怎么办 花施肥施多了怎么办 玉米被化肥烧了怎么办 撒施复合肥没有充分融化怎么办 绿箩化肥施多了怎么办 辣椒化肥施多了怎么办? 化肥施多了烧苗怎么办 绿植施肥施多了怎么办 盆栽肥料放多了怎么办 三环复合肥怎么办啊 母猪下崽后不吃食怎么办 猪自配料料槽不下怎么办